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.
This package is known to build and work properly using an LFS-11.2 platform.
Download (HTTP): https://download.gnome.org/sources/gcr/3.41/gcr-3.41.1.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gcr/3.41/gcr-3.41.1.tar.xz
Download MD5 sum: c1e98af977236255006e11e8f8cfbaca
Download size: 1008 KB
Estimated disk space required: 33 MB (with tests)
Estimated build time: 0.2 SBU (with tests; both using parallelism=4)
GLib-2.72.3, libgcrypt-1.10.1, and p11-kit-0.24.1
GnuPG-2.3.7, gobject-introspection-1.72.0, GTK+-3.24.34, libsecret-0.20.5, libxslt-1.1.36, and Vala-0.56.2
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gcr
Install Gcr by running the following commands:
sed -i 's:"/desktop:"/org:' schema/*.xml && mkdir build && cd build && meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. && 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.
-Dgtk=false
: Use this switch if you
haven't installed GTK+-3.24.34. Note that gcr-viewer will not be installed if this is
passed to meson.
-Dgtk_doc=true
: Use this switch if you
wish to generate the API reference documentation. Note that you
must have GTK-Doc installed.