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-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/gcr/3.40/gcr-3.40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gcr/3.40/gcr-3.40.0.tar.xz
Download MD5 sum: fa34048b5562f80587a71d11931a7c29
Download size: 998 KB
Estimated disk space required: 39 MB (with tests)
Estimated build time: 0.4 SBU (with tests)
GLib-2.68.1, libgcrypt-1.9.2, and p11-kit-0.23.22
GnuPG-2.2.27, gobject-introspection-1.68.0, GTK+-3.24.28, libxslt-1.1.34, and Vala-0.52.0
GTK-Doc-1.33.2 and Valgrind-3.17.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gcr
Install Gcr by running the following commands:
sed -i 's:"/desktop:"/org:' schema/*.xml && mkdir gcr-build && cd gcr-build && meson --prefix=/usr -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
sed ... schema/*.xml: This command fixes a deprecated entry in the schema template.
-Dgtk=false
: Use this switch if you
haven't installed GTK+-3.24.28. 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.
Last updated on 2021-04-06 20:06:55 -0500