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-7.9 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gcr/3.18/gcr-3.18.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gcr/3.18/gcr-3.18.0.tar.xz
Download MD5 sum: b959bac99e17c9bb0990a15c9be11aed
Download size: 1.3 MB
Estimated disk space required: 81 MB (with tests)
Estimated build time: 0.8 SBU (with tests)
GLib-2.46.2, libgcrypt-1.6.5, libtasn1-4.7, and p11-kit-0.23.2
GnuPG-2.1.11, gobject-introspection-1.46.0, GTK+-3.18.7, libxslt-1.1.28, and Vala-0.28.1
GTK-Doc-1.24 and Valgrind-3.11.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 && make
To test the results, issue: make -k check. Some tests fail for unknown reasons.
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.18.7.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2016-02-26 19:14:42 -0800