[arch-commits] Commit in seahorse/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Apr 12 14:56:32 UTC 2009
Date: Sunday, April 12, 2009 @ 10:56:32
Author: jgc
Revision: 35356
Merged revisions 35354 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/seahorse/trunk
........
r35354 | jgc | 2009-04-12 14:55:55 +0000 (Sun, 12 Apr 2009) | 1 line
upgpkg: seahorse 2.26.1-1
........
Modified:
seahorse/repos/extra-x86_64/ (properties)
seahorse/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Property changes on: seahorse/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /seahorse/trunk:1-30946
+ /seahorse/trunk:1-35354
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-04-12 14:56:04 UTC (rev 35355)
+++ extra-x86_64/PKGBUILD 2009-04-12 14:56:32 UTC (rev 35356)
@@ -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