[arch-commits] Commit in seahorse/repos (extra-i686 extra-i686/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 12 15:14:52 UTC 2009


    Date: Sunday, April 12, 2009 @ 11:14:52
  Author: jgc
Revision: 35363

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-i686/	(properties)
  seahorse/repos/extra-i686/PKGBUILD

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


Property changes on: seahorse/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /seahorse/trunk:1-32115
   + /seahorse/trunk:1-35361

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-04-12 15:14:48 UTC (rev 35362)
+++ extra-i686/PKGBUILD	2009-04-12 15:14:52 UTC (rev 35363)
@@ -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