The libsecret package contains a GObject based library for accessing the Secret Service API.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.2.tar.xz
ダウンロード MD5 sum: 6eeb3b95ba1a7d2f916243b439ee74be
ダウンロードサイズ: 192 KB
必要ディスク容量: 10 MB (テスト込み)
概算ビルド時間: 0.3 SBU (テスト込み)
gobject-introspection-1.78.1, libgcrypt-1.10.3, or GnuTLS-3.8.2 (for cryptography), Vala-0.56.14
Gi-DocGen-2023.3, docbook-xml-4.5, docbook-xsl-nons-1.79.2, libxslt-1.1.39 (to build manual pages), Valgrind-3.22.0 (can be used in tests)
D-Bus Python-1.3.2, Gjs-1.78.1, PyGObject-3.46.0 (Python 3 module), tpm2-tss
Any package requiring libsecret expects GNOME Keyring to be present at runtime.
以下のコマンドを実行して libsecret をビルドします。
mkdir bld && cd bld && meson setup --prefix=/usr \ --buildtype=release \ -Dgtk_doc=false \ .. && ninja
If you have Gi-DocGen-2023.3 installed and wish to build the API documentation for this package, issue:
sed "s/api_version_major/'0.21.2'/" \ -i ../docs/reference/libsecret/meson.build && meson configure -Dgtk_doc=true && ninja
root
ユーザーになって以下を実行します。
ninja install
ビルド結果をテストする場合は dbus-run-session ninja test を実行します。
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
-Dgtk_doc=false
: Allow
building this package without Gi-DocGen-2023.3 installed. If you have
Gi-DocGen-2023.3 installed and you
wish to rebuild and install the API documentation, a meson configure command will
reset this option.
-Dmanpage=false
: Use this switch if you
have not installed libxslt-1.1.39 and DocBook packages.
-Dcrypto=gnutls, disabled
: Use this
switch if you want to use GnuTLS-3.8.2 for
cryptography or if either GnuTLS-3.8.2 or
libgcrypt-1.10.3 is not installed.