[arch-commits] Commit in seahorse/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Apr 12 14:55:55 UTC 2009
Date: Sunday, April 12, 2009 @ 10:55:55
Author: jgc
Revision: 35354
upgpkg: seahorse 2.26.1-1
Modified:
seahorse/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-12 14:54:24 UTC (rev 35353)
+++ PKGBUILD 2009-04-12 14:55:55 UTC (rev 35354)
@@ -3,29 +3,27 @@
# Contributor: Michel Brabants <michel.linux at tiscali.be>
pkgname=seahorse
-pkgver=2.26.0
+pkgver=2.26.1
pkgrel=1
pkgdesc="GNOME application for managing PGP keys."
arch=(i686 x86_64)
license=('GPL')
url="http://seahorse.sourceforge.net/"
-depends=('gnome-keyring>=2.26.0' 'libglade>=2.6.4' 'avahi>=0.6.24' 'libnotify>=0.4.5' 'libsoup>=2.26.0' 'gpgme' 'desktop-file-utils' 'zip')
+depends=('gnome-keyring>=2.26.1' 'libglade>=2.6.4' 'avahi>=0.6.24' 'libnotify>=0.4.5' 'libsoup>=2.26.0' 'gpgme' 'desktop-file-utils' 'zip')
makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 'gnome-doc-utils>=0.16.0' 'openssh')
options=('!libtool' '!emptydirs')
groups=('gnome-extra')
replaces=('gnome-keyring-manager')
install=seahorse.install
source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.26/seahorse-${pkgver}.tar.bz2)
-md5sums=('ddecca2181d4c9f0dfbe412b68508e5d')
+md5sums=('f7b6d7755473db01ed1b802b9f3c91d2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--enable-ldap --enable-hkp \
- --enable-gedit --enable-nautilus \
- --enable-agent --enable-libnotify \
- --with-gecko=libxul-unstable \
+ --enable-libnotify \
--disable-scrollkeeper --disable-update-mime-database || return 1
make || return 1
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
More information about the arch-commits
mailing list