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

Jan de Groot jgc at archlinux.org
Wed Sep 23 12:31:55 UTC 2009


    Date: Wednesday, September 23, 2009 @ 08:31:55
  Author: jgc
Revision: 52933

Update to 2.28.0

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-23 12:25:33 UTC (rev 52932)
+++ PKGBUILD	2009-09-23 12:31:55 UTC (rev 52933)
@@ -2,25 +2,22 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=seahorse-plugins
-pkgver=2.27.1
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="Seahorse plugins"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gnome-panel>=2.27.91' 'seahorse>=2.27.90' 'desktop-file-utils')
-makedepends=('intltool' 'gnome-doc-utils>=0.17.4' 'pkgconfig' 'gedit>=2.27.4' 'nautilus>=2.27.91')
+depends=('gnome-panel>=2.28.0' 'seahorse>=2.28.0' 'desktop-file-utils')
+makedepends=('intltool' 'gnome-doc-utils>=0.18.0' 'pkgconfig' 'gedit>=2.28.0' 'nautilus>=2.28.0')
 groups=('gnome-extra')
 url="http://www.gnome.org"
 options=(!libtool !emptydirs)
 install=seahorse-plugins.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.27/${pkgname}-${pkgver}.tar.bz2
-        seahorse-plugins-2.26.2-gpgme-lfs.patch)
-sha256sums=('b4c8ba73844bc2a95a10ccfc149c3edea49fc8aadecd658e764d5caf562389c5'
-            'c757c40d705174df3e01b572b64a97fe0599555b943658adbc4278eedf79e807')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('39322b8d8b919f9f2bf6a622999817cb4769977e1ed8945ff1f8001a42fdad80')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/seahorse-plugins-2.26.2-gpgme-lfs.patch" || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-scrollkeeper \
       --disable-update-mime-database \

Deleted: seahorse-plugins-2.26.2-gpgme-lfs.patch
===================================================================
--- seahorse-plugins-2.26.2-gpgme-lfs.patch	2009-09-23 12:25:33 UTC (rev 52932)
+++ seahorse-plugins-2.26.2-gpgme-lfs.patch	2009-09-23 12:31:55 UTC (rev 52933)
@@ -1,47 +0,0 @@
-# Fix compilation with gpgme + lfs support
-# Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=275445
-# Patch taken from LFS, thanks to Thierry Massenaux for pointing it out.
---- a/libseahorse/seahorse-gpg-options.c	2009-04-22 18:28:45 +0000
-+++ b/libseahorse/seahorse-gpg-options.c	2009-07-24 11:52:49 +0000
-@@ -19,6 +19,9 @@
-  * Boston, MA 02111-1307, USA.
-  */
- 
-+#include <config.h>
-+#include "seahorse-util.h"
-+
- #include <sys/param.h>
- #include <sys/wait.h>
- #include <sys/file.h>
-@@ -32,7 +35,6 @@
- #include <sys/stat.h>
- 
- #include "seahorse-gpgmex.h"
--#include "seahorse-util.h"
- #include "seahorse-gpg-options.h"
- 
- #define  GPG_CONF_HEADER    "# FILE CREATED BY SEAHORSE\n\n"
---- a/libseahorse/seahorse-gpgmex-op.c	2009-04-22 18:28:45 +0000
-+++ b/libseahorse/seahorse-gpgmex-op.c	2009-07-24 11:54:16 +0000
-@@ -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>
---- a/agent/seahorse-agent-prompt.c	2009-04-22 18:28:45 +0000
-+++ b/agent/seahorse-agent-prompt.c	2009-07-24 11:58:57 +0000
-@@ -25,6 +25,8 @@
-  * Public License.
-  */
- 
-+#include <config.h>
-+
- #include <math.h>
- #include <stdio.h>
- #include <stdlib.h>




More information about the arch-commits mailing list