[arch-commits] Commit in gnome-keyring (gnome-unstable trunk/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Oct 11 20:10:50 UTC 2009
Date: Sunday, October 11, 2009 @ 16:10:50
Author: jgc
Revision: 54907
Merge gnome-unstable
Modified:
gnome-keyring/trunk/PKGBUILD
Deleted:
gnome-keyring/gnome-unstable/
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2009-10-11 20:10:25 UTC (rev 54906)
+++ trunk/PKGBUILD 2009-10-11 20:10:50 UTC (rev 54907)
@@ -2,25 +2,25 @@
#Maintainer: Jan De Groot <jgc at archlinux.org>
pkgname=gnome-keyring
-pkgver=2.26.3
+pkgver=2.28.0
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.27.0')
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.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1b3234f1feac6a619a9a61a0b5f67ab8cd89d94aeeec9a5cc2d78b81d9d8cab4')
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