summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-25 21:03:00 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-25 21:03:00 +0100
commit182dd3fc978e7941580fcfa06d106b07d751a8c9 (patch)
treee54807cf5fef2f00a835bfc2a5b9c40bcceeb225
parent756b156f7001291c547dda739845c6144d84574f (diff)
downloadnutyx-extra-182dd3fc978e7941580fcfa06d106b07d751a8c9.tar.gz
nutyx-extra-182dd3fc978e7941580fcfa06d106b07d751a8c9.tar.bz2
nutyx-extra-182dd3fc978e7941580fcfa06d106b07d751a8c9.tar.xz
nutyx-extra-182dd3fc978e7941580fcfa06d106b07d751a8c9.zip
gnome-keyring, maj footprint
-rw-r--r--extra/gnome-keyring/.footprint6
-rw-r--r--extra/gnome-keyring/Pkgfile2
2 files changed, 5 insertions, 3 deletions
diff --git a/extra/gnome-keyring/.footprint b/extra/gnome-keyring/.footprint
index 108da8f45..a3ee3c612 100644
--- a/extra/gnome-keyring/.footprint
+++ b/extra/gnome-keyring/.footprint
@@ -34,6 +34,7 @@ drwxr-xr-x root/root usr/lib/gnome-keyring/devel/
-rwxr-xr-x root/root usr/lib/gnome-keyring/devel/gck-ssh-store-standalone.so
-rwxr-xr-x root/root usr/lib/gnome-keyring/devel/gck-user-store-standalone.la
-rwxr-xr-x root/root usr/lib/gnome-keyring/devel/gck-user-store-standalone.so
+-rwxr-xr-x root/root usr/lib/gnome-keyring/gnome-keyring-ask
-rwxr-xr-x root/root usr/lib/gnome-keyring/gnome-keyring-pkcs11.la
-rwxr-xr-x root/root usr/lib/gnome-keyring/gnome-keyring-pkcs11.so
drwxr-xr-x root/root usr/lib/gnome-keyring/standalone/
@@ -55,8 +56,9 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gcr-0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/gnome-keyring-1.pc
-rw-r--r-- root/root usr/lib/pkgconfig/gp11-0.pc
-drwxr-xr-x root/root usr/libexec/
--rwxr-xr-x root/root usr/libexec/gnome-keyring-ask
+drwxr-xr-x root/root usr/lib/security/
+-rwxr-xr-x root/root usr/lib/security/pam_gnome_keyring.la
+-rwxr-xr-x root/root usr/lib/security/pam_gnome_keyring.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/services/
diff --git a/extra/gnome-keyring/Pkgfile b/extra/gnome-keyring/Pkgfile
index a9c40aaef..ad5d2d690 100644
--- a/extra/gnome-keyring/Pkgfile
+++ b/extra/gnome-keyring/Pkgfile
@@ -12,7 +12,7 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$versio
build() {
cd $name-$version
./configure --prefix=$GNOME_PREFIX \
- --libexecdir=$GNOME_PREFIX/lib/gnome-keyring
+ --libexecdir=$GNOME_PREFIX/lib/gnome-keyring \
--sysconfdir=/etc
make
make DESTDIR=$PKG install