[arch-commits] Commit in gnome-keyring (gnome-unstable gnome-unstable/PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Aug 11 20:15:07 UTC 2009


    Date: Tuesday, August 11, 2009 @ 16:15:07
  Author: jgc
Revision: 49539

Update to 2.27.90:
- switch to sha256sums.
- remove hal dependency.
- point to /etc/ssl/certs for ca-certificates support.

Added:
  gnome-keyring/gnome-unstable/
Modified:
  gnome-keyring/gnome-unstable/PKGBUILD

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

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-11 20:05:01 UTC (rev 49538)
+++ gnome-unstable/PKGBUILD	2009-08-11 20:15:07 UTC (rev 49539)
@@ -2,25 +2,25 @@
 #Maintainer: Jan De Groot <jgc at archlinux.org>
 
 pkgname=gnome-keyring
-pkgver=2.26.3
+pkgver=2.27.90
 pkgrel=1
 pkgdesc="GNOME Password Management daemon"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
-depends=('gconf>=2.26.0-2' 'hal>=0.5.11')
+depends=('gconf>=2.26.2-3')
 makedepends=('intltool' 'pkgconfig' 'python')
 options=('!libtool' '!emptydirs')
 url="http://www.gnome.org"
 install=gnome-keyring.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d7639185dce46c26cf2e7d2a75028f78')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.27/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('a067d0ea76bd9444beb9e7deeb04aee2a5a8eb04d7d4cbfa98c699f1fe600fd5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
       --libexecdir=/usr/lib/gnome-keyring \
-      --with-pam-dir=/lib/security || return 1
+      --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs || return 1
   make || return 1
   make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list