[arch-commits] CVS update of extra/gnome/gnome-keyring (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 22 13:50:58 UTC 2007


    Date: Sunday, April 22, 2007 @ 09:50:58
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-keyring

Modified: PKGBUILD (1.17 -> 1.18)

upgpkg: gnome-keyring 0.8.1-2
Move to /usr


----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


Index: extra/gnome/gnome-keyring/PKGBUILD
diff -u extra/gnome/gnome-keyring/PKGBUILD:1.17 extra/gnome/gnome-keyring/PKGBUILD:1.18
--- extra/gnome/gnome-keyring/PKGBUILD:1.17	Sun Apr  8 13:59:20 2007
+++ extra/gnome/gnome-keyring/PKGBUILD	Sun Apr 22 09:50:58 2007
@@ -1,12 +1,12 @@
-#$Id: PKGBUILD,v 1.17 2007/04/08 17:59:20 jgc Exp $
+#$Id: PKGBUILD,v 1.18 2007/04/22 13:50:58 jgc Exp $
 #Maintainer: Jan De Groot <jgc at archlinux.org>
 
 pkgname=gnome-keyring
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME Password Management daemon"
 arch=(i686 x86_64)
-depends=('gtk2>=2.10.11' 'dbus>=1.0.2-4' 'gnome-common')
+depends=('gtk2>=2.10.11' 'dbus>=1.0.2-4')
 makedepends=('perlxml' 'pkgconfig')
 options=('nolibtool')
 url="http://www.gnome.org"
@@ -16,7 +16,9 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/gnome --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --localstatedir=/var --disable-static \
+	      --libexecdir=/usr/lib/gnome-keyring
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list