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-8.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gcr/3.28/gcr-3.28.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gcr/3.28/gcr-3.28.0.tar.xz
Download MD5 sum: 5321319307dad34dca2fd52e7c9c01ab
Download size: 1.3 MB
Estimated disk space required: 69 MB (with tests)
Estimated build time: 0.7 SBU (using parallelism=4; with tests)
GLib-2.56.1, libgcrypt-1.8.3, libtasn1-4.13, and p11-kit-0.23.13
GnuPG-2.2.9, gobject-introspection-1.56.1, GTK+-3.22.30, libxslt-1.1.32, and Vala-0.40.8
GTK-Doc-1.28 and Valgrind-3.13.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gcr
Install Gcr by running the following commands:
sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml && ./configure --prefix=/usr \ --sysconfdir=/etc \ --without-gtk-doc && make
To test the results, issue: make -k check. The tests must be run from an X Terminal or similar.
Now, as the root
user:
make install
sed ... schema/*.xml: This command fixes a deprecated entry in the schema template.
--without-gtk
: Use this switch if you
haven't installed GTK+-3.22.30. Note that gcr-viewer will not be installed if this is
passed to configure.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2018-08-23 13:54:05 -0700