[arch-commits] Commit in seahorse/gnome-unstable (2 files)

Jan de Groot jgc at archlinux.org
Mon Sep 21 17:04:36 UTC 2009


    Date: Monday, September 21, 2009 @ 13:04:36
  Author: jgc
Revision: 52563

Update to 2.28.0

Modified:
  seahorse/gnome-unstable/PKGBUILD
Deleted:
  seahorse/gnome-unstable/seahorse-2.26.2-gpgme-lfs.patch

---------------------------------+
 PKGBUILD                        |   13 ++++--------
 seahorse-2.26.2-gpgme-lfs.patch |   39 --------------------------------------
 2 files changed, 5 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-21 16:59:37 UTC (rev 52562)
+++ PKGBUILD	2009-09-21 17:04:36 UTC (rev 52563)
@@ -3,26 +3,23 @@
 # Contributor: Michel Brabants <michel.linux at tiscali.be>
 
 pkgname=seahorse
-pkgver=2.27.90
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://seahorse.sourceforge.net/"
-depends=('gnome-keyring>=2.27.90' 'avahi>=0.6.25' 'libnotify>=0.4.5' 'libsoup>=2.27.91' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 'gnome-doc-utils>=0.17.4' 'openssh' 'libsm')
+depends=('gnome-keyring>=2.28.0' 'avahi>=0.6.25' 'libnotify>=0.4.5' 'libsoup>=2.27.92' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 'gnome-doc-utils>=0.17.5' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 replaces=('gnome-keyring-manager')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.27/seahorse-${pkgver}.tar.bz2
-        seahorse-2.26.2-gpgme-lfs.patch)
-sha256sums=('db2e479f50b5b6477bd0fb432f4c0a601dd951227ce1c37c9cd246e067e01d7d'
-            'a0cd874dc4e2a79559eb4a4a65349c88e4c9925871493041d662e33b6a53a57d')
+source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.28/seahorse-${pkgver}.tar.bz2)
+sha256sums=('63d40fea2b8fb52d1b29d10bee2c5c3a6722516a770793979eb062ed53588a3e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/seahorse-2.26.2-gpgme-lfs.patch" || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
       --enable-ldap --enable-hkp \

Deleted: seahorse-2.26.2-gpgme-lfs.patch
===================================================================
--- seahorse-2.26.2-gpgme-lfs.patch	2009-09-21 16:59:37 UTC (rev 52562)
+++ seahorse-2.26.2-gpgme-lfs.patch	2009-09-21 17:04:36 UTC (rev 52563)
@@ -1,39 +0,0 @@
-diff --exclude-from=/opt/home/dang/.scripts/diffrc -up -ruN seahorse-2.26.2.orig/pgp/seahorse-gpg-op.c seahorse-2.26.2/pgp/seahorse-gpg-op.c
---- seahorse-2.26.2.orig/pgp/seahorse-gpg-op.c	2009-04-20 11:35:00.000000000 -0400
-+++ seahorse-2.26.2/pgp/seahorse-gpg-op.c	2009-07-10 09:43:31.550476889 -0400
-@@ -18,7 +18,9 @@
-  * 59 Temple Place, Suite 330,
-  * Boston, MA 02111-1307, USA.
-  */
-- 
-+
-+#include "config.h"
-+
- #include <glib.h>
- #include <gpgme.h>
- #include <string.h>
-diff --exclude-from=/opt/home/dang/.scripts/diffrc -up -ruN seahorse-2.26.2.orig/pgp/seahorse-gpg-options.c seahorse-2.26.2/pgp/seahorse-gpg-options.c
---- seahorse-2.26.2.orig/pgp/seahorse-gpg-options.c	2009-04-20 11:35:00.000000000 -0400
-+++ seahorse-2.26.2/pgp/seahorse-gpg-options.c	2009-07-10 09:36:16.012409729 -0400
-@@ -19,6 +19,11 @@
-  * Boston, MA 02111-1307, USA.
-  */
- 
-+#include "config.h"
-+
-+#include "seahorse-util.h"
-+#include "seahorse-context.h"
-+
- #include <sys/param.h>
- #include <sys/wait.h>
- #include <sys/file.h>
-@@ -31,9 +36,6 @@
- #include <unistd.h>
- #include <sys/stat.h>
- 
--#include "seahorse-util.h"
--#include "seahorse-context.h"
--
- #include "pgp/seahorse-gpgme.h"
- #include "pgp/seahorse-gpg-options.h"
- 




More information about the arch-commits mailing list