From 2a01794158548952b18355b43eed0ea0907bf478 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Mon, 13 Feb 2012 22:30:07 +0000 Subject: [PATCH] gnome-keyring-3.2.2 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9398 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- gnome/core/gnome-keyring.xml | 65 +++++++++++++++++++----------- introduction/welcome/changelog.xml | 3 ++ 3 files changed, 45 insertions(+), 25 deletions(-) diff --git a/general.ent b/general.ent index 21a7d58fd5..fae5f7cb81 100644 --- a/general.ent +++ b/general.ent @@ -701,7 +701,7 @@ $Date$ - + diff --git a/gnome/core/gnome-keyring.xml b/gnome/core/gnome-keyring.xml index 1010392b24..b415b382fe 100644 --- a/gnome/core/gnome-keyring.xml +++ b/gnome/core/gnome-keyring.xml @@ -4,12 +4,12 @@ %general-entities; - - - - - - + + + + + + ]> @@ -32,7 +32,7 @@ The gnome-keyring package contains a daemon that keeps passwords and other secrets for users. - &lfs65_built; + &lfs70_built; Package Information @@ -56,14 +56,23 @@ + Additional Downloads + + + Required Patch: + + + gnome-keyring Dependencies Required , , , - , and - + , + , and + Optional , @@ -84,10 +93,10 @@ Install gnome-keyring by running the following commands: -./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ - --libexecdir=$(pkg-config \ - --variable=prefix ORBit-2.0)/lib/gnome-keyring \ - --sysconfdir=&gnome-etc-dir; \ +patch -Np1 -i ../gnome-keyring-&gnome-keyring-version;-work_without_daemon-1.patch && +./configure --prefix=$GNOME_PREFIX \ + --libexecdir=$GNOME_PREFIX/lib/gnome-keyring \ + --sysconfdir=$GNOME_SYSCONFDIR \ --with-pam-dir=/lib/security \ --with-dbus-services=/usr/share/dbus-1/services \ --with-root-certs=/etc/ssl/certs && @@ -104,29 +113,37 @@ make Command Explanations + patch -Np1 -i ...: The patch allows testsuites from + other packages which invoke gnome-keyring, such as + NetworkManager, to run even if this package's + daemon is not running, for example when you are building a + GNOME desktop. + - --libexecdir=$(pkg-config --variable=prefix - ORBit-2.0)/lib/gnome-keyring: This parameter causes the libexec - files to be installed in the preferred location of - $GNOME_PREFIX/lib/gnome-keyring - instead of + --libexecdir=$GNOME_PREFIX/lib/gnome-keyring: + This parameter causes the libexec files to be installed in the preferred + location of $GNOME_PREFIX/lib/gnome-keyring instead of $GNOME_PREFIX/libexec. + --sysconfdir=$GNOME_SYSCONFDIR: This parameter + ensures that the xdg autostart files are installed in a suitable location. + + --with-pam-dir=/lib/security: This parameter - specifies where the pam modules will be installed into. + specifies where the pam modules will be installed: you can omit this if you + have not installed Linux-PAM. --with-dbus-services=/usr/share/dbus-1/services: This parameter specifies where the D-BUS session - services directory is located. + services directory is located: you can omit this if your GNOME_PREFIX is + /usr. --with-root-certs=/etc/ssl/certs: This parameter specifies where the trusted root certificates are located. - : Use this parameter if you - wish to disable the updates to the scrollkeeper database. - @@ -142,7 +159,7 @@ make gck-ssh-store-standalone.so, gck-user-store-standalone.so, gnome-keyring-pkcs11.so, gck-roots-store-standalone.so, gck-secret-store-standalone.so, libgcr.so, libgp11.so, and - pam_gnome_keyring.so + pam_gnome_keyring.so (if Linux-PAM was installed) $GNOME_PREFIX/{include/{gcr,gp11}, lib/gnome-keyring/{devel,standalone},share/{gcr/ui, gnome-keyring/{introspect,ui},gtk-doc/html/{gcr,gp11}}} diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 90f134cb76..1e25a44482 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -59,6 +59,9 @@ [ken] - add gnome-js-common from Wayne, but updated to 0.1.2. + + [ken] - merge gnome-keyring-3.2.2 from Wayne. +