Colord GTK パッケージは、Colord に対する GTK+ バインディングを提供します。
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://www.freedesktop.org/software/colord/releases/colord-gtk-0.3.0.tar.xz
ダウンロード MD5 sum: 08c245d6482b3923a2b6a09f7fbbe612
ダウンロードサイズ: 24 KB
必要ディスク容量: 6.1 MB
概算ビルド時間: 0.1 SBU 以下
gobject-introspection-1.78.1, GTK-4.12.4, Vala-0.56.14
If building the documentation ninja -j1 must be used.
以下のコマンドを実行して Colord GTK をビルドします。
mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -Dgtk4=true \ -Dvapi=true \ -Ddocs=false \ -Dman=false \ .. && ninja
ビルド結果をテストする場合は ninja test を実行します。 The tests need to be run from an X session, and may require a color profile for your primary display.
root
ユーザーになって以下を実行します。
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
-Dvapi=true
: This switch
enables building of the Vala bindings. Remove this switch if you
don't have Vala-0.56.14 installed.
-Dgtk4=true
: This switch
enables building the GTK-4 bindings for colord. Set this option to
'false' if you do not have GTK-4.12.4 installed.
-Ddocs=false
: This switch
disables building gtk-doc based documentation. Even if gtk-doc is
installed, you will need the namespaced versions of the Docbook XSL
stylesheets.
-Dman=false
: This switch
disables generating the manual pages for this package. Remove this
switch if you have namespaced versions of the Docbook XSL
stylesheets installed.
-Dgtk2=true
: This switch enables
building the GTK+-2 bindings for colord. However since gtk2 is
deprecated it is not recommended to build these bindings.