[arch-commits] Commit in seahorse/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Mar 22 09:43:54 UTC 2015


    Date: Sunday, March 22, 2015 @ 10:43:54
  Author: jgc
Revision: 234458

upgpkg: seahorse 3.15.92-1

Modified:
  seahorse/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-22 09:42:36 UTC (rev 234457)
+++ PKGBUILD	2015-03-22 09:43:54 UTC (rev 234458)
@@ -4,13 +4,13 @@
 # Contributor: Michel Brabants <michel.linux at tiscali.be>
 
 pkgname=seahorse
-pkgver=3.14.1
+pkgver=3.15.92
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=(GPL)
 url="http://projects.gnome.org/seahorse/"
-depends=(gtk3 gcr libsecret libsoup gpgme desktop-file-utils hicolor-icon-theme dconf)
+depends=(gtk3 gcr libsecret libsoup desktop-file-utils hicolor-icon-theme dconf)
 makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm vala)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
@@ -18,21 +18,10 @@
 groups=(gnome-extra)
 install=seahorse.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-        gpg-2.1.patch
         seahorse-ssh-askpass.sh)
-sha256sums=('092a890982fa594da8a384f156b961392f69ce5d9518a9801035e6deb1f05e93'
-            '491cacc029e6eac1c13b7808806cc45b49413570e73e1fa7668c28efe10427a0'
+sha256sums=('e8ac3f6db660c763d3f7cec7fdb406f72bdc849074fd9f36a5dd7249008f0740'
             '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  
-  # Quick fix for now
-  patch -Np1 -i ../gpg-2.1.patch
-
-  autoreconf -fi
-}
-
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \



More information about the arch-commits mailing list