libsecret-0.21.2

libsecret の概要

The libsecret package contains a GObject based library for accessing the Secret Service API.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

libsecret の依存パッケージ

必須

GLib-2.78.3

推奨

任意

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)

任意 (Required for the test suite)

D-Bus Python-1.3.2, Gjs-1.78.1, PyGObject-3.46.0 (Python 3 module), tpm2-tss

Runtime Dependency

gnome-keyring-42.1

[注記]

注記

Any package requiring libsecret expects GNOME Keyring to be present at runtime.

libsecret のインストール

以下のコマンドを実行して 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.

パッケージ構成

インストールプログラム: secret-tool
インストールライブラリ: libsecret-1.so
インストールディレクトリ: /usr/include/libsecret-1, /usr/share/doc/libsecret-0.21.2

概略説明

secret-tool

is a command line tool that can be used to store and retrieve passwords

libsecret-1.so

contains the libsecret API functions