The Gcr package contains libraries used for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME Desktop.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.gnome.org/sources/gcr/4.4/gcr-4.4.0.1.tar.xz
MD5 校验和:01da4445b5b16801c6dcc7d8945b4cc4
大小:728 KB
预计所需磁盘空间:26 MB(含测试)
预计构建时间:0.1 SBU (with tests; both using parallelism=4)
GLib-2.88.2 (GObject Introspection recommended), libgcrypt-1.12.2, p11-kit-0.26.4
GnuPG-2.5.21, GTK-4.22.4, libsecret-0.21.7, libxslt-1.1.45, and Vala-0.56.19
Gi-DocGen-2026.1, GnuTLS-3.8.13, OpenSSH-10.3p1, and Valgrind-3.27.1
Both gcr-3 and gcr-4 are coinstallable. This version of the package is used to support GTK-4 applications, such as gnome-shell-50.3 and Epiphany-50.4.
Install Gcr by running the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
-D gtk_doc=false \
.. &&
ninja
If you have Gi-DocGen-2026.1 installed and wish to build the API documentation for this package, issue:
sed -e "/install_dir/s@,\$@ / 'gcr-4.4.0.1'&@" \
-i ../docs/*/meson.build &&
meson configure -D gtk_doc=true &&
ninja
To test the results, issue: ninja test. The tests must be run from an X Terminal or similar.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D gtk4=false: Use this switch if you
haven't installed GTK-4.22.4. Note that gcr-viewer-gtk4 will not be installed if this
is passed to meson.
-D gtk_doc=false: Allow
building this package without Gi-DocGen-2026.1 installed. If you have
Gi-DocGen-2026.1 installed and you
wish to rebuild and install the API documentation, a meson configure command will
reset this option.
-D crypto=gnutls: Use this switch if
you have GnuTLS-3.8.13 installed and wish to use it
instead of libgcrypt-1.12.2.