Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snap: Update dependencies to use GNOME 3.34 snapcraft extension #394

Merged
merged 1 commit into from
Jul 11, 2020

Conversation

ma8ma
Copy link
Collaborator

@ma8ma ma8ma commented Jul 11, 2020

snapcraftに新たに導入されたGNOME 3.34 extensionを使ってjdimを構築、頒布するようにsnapcraft.yamlを更新します。
また、正規表現ライブラリにGlib Regexを使うよう変更します。

Snapパッケージのビルドオプション

  • -Dcompat_cache_dir=disabled
  • -Dpangolayout=enabled
  • -Dregex=glib

build時にgcc拡張を使用しているとメッセージが出るのでコンパイラーオプションで警告を抑制します。

/snap/gnome-3-34-1804-sdk/current/usr/include/limits.h:124:3: warning: #include_next is a GCC extension
# include_next <limits.h>
^~~~~~~~~~~~

prime時にライブラリが欠けているとメッセージが出るので指摘されたパッケージをバンドルします。

The 'jdim' part is missing libraries that are not included in the snap or base. They can be satisfied by adding the following entry for this part
stage-packages:
- libsigc++-2.0-0v5

関連のissue: #314

snapcraftに新たに導入されたGNOME 3.34 extension[*]を使ってjdimを
構築、頒布するようにsnapcraft.yamlを更新します。
また、正規表現ライブラリにGlib Regexを使うよう変更します。

Snapパッケージのビルドオプション
- `-Dcompat_cache_dir=disabled`
- `-Dpangolayout=enabled`
- `-Dregex=glib`

build時にgcc拡張を使用しているとメッセージが出るのでコンパイラー
オプションで警告を抑制します。
```
/snap/gnome-3-34-1804-sdk/current/usr/include/limits.h:124:3: warning: #include_next is a GCC extension
 # include_next <limits.h>
   ^~~~~~~~~~~~
```

prime時にライブラリが欠けているとメッセージが出るので指摘された
パッケージをバンドルします。
```
The 'jdim' part is missing libraries that are not included in the snap or base. They can be satisfied by adding the following entry for this part
stage-packages:
- libsigc++-2.0-0v5
```

[*]: https://snapcraft.io/blog/gnome-3-34-snapcraft-extension
@ma8ma ma8ma added the snap snap版に関するトピック label Jul 11, 2020
@ma8ma ma8ma added this to In progress in State of JDim-v0.3.0+ via automation Jul 11, 2020
@ma8ma ma8ma merged commit 43d7325 into JDimproved:master Jul 11, 2020
State of JDim-v0.3.0+ automation moved this from In progress to Done Jul 11, 2020
@ma8ma ma8ma deleted the snapcraft-update-deps-to-gnome-3-34 branch July 11, 2020 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
snap snap版に関するトピック
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant