[arch-commits] Commit in anjuta/trunk (PKGBUILD devhelp-webkit2gtk.patch)

Jan de Groot jgc at archlinux.org
Mon Sep 22 09:15:56 UTC 2014


    Date: Monday, September 22, 2014 @ 11:15:56
  Author: jgc
Revision: 222594

upgpkg: anjuta 3.14.0-1

GNOME 3.14

Modified:
  anjuta/trunk/PKGBUILD
Deleted:
  anjuta/trunk/devhelp-webkit2gtk.patch

--------------------------+
 PKGBUILD                 |   13 +++----------
 devhelp-webkit2gtk.patch |   27 ---------------------------
 2 files changed, 3 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-22 09:15:54 UTC (rev 222593)
+++ PKGBUILD	2014-09-22 09:15:56 UTC (rev 222594)
@@ -4,7 +4,7 @@
 
 pkgbase=anjuta
 pkgname=('libanjuta' 'anjuta')
-pkgver=3.13.90
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="GNOME Integrated Development Environment (IDE)"
 arch=(i686 x86_64)
@@ -13,16 +13,9 @@
              yelp-tools gnome-common intltool gobject-introspection itstool gjs python2)
 url="http://www.anjuta.org/"
 options=('!emptydirs')
-source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz 
-        devhelp-webkit2gtk.patch)
-sha256sums=('f32e7fd4fce96047314c5fd149f5dc4b34455570f64f8b0aa606906834dd58b4'
-            'e32c3b6e7ee2693bc9d6193eee9437402e4ab211b84b6ce5ddd18c019f41bf26')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b1aac2d4c35891b23c9bc3f168bf2845e02d0a438742478c98e450950d82b5e5')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../devhelp-webkit2gtk.patch
-}
-
 build() {
   cd "$pkgbase-$pkgver"
 

Deleted: devhelp-webkit2gtk.patch
===================================================================
--- devhelp-webkit2gtk.patch	2014-09-22 09:15:54 UTC (rev 222593)
+++ devhelp-webkit2gtk.patch	2014-09-22 09:15:56 UTC (rev 222594)
@@ -1,27 +0,0 @@
-From 052856923116439092565cc2953f61003c0eedc5 Mon Sep 17 00:00:00 2001
-From: Kalev Lember <kalevlember at gmail.com>
-Date: Fri, 22 Aug 2014 23:10:59 +0200
-Subject: devhelp plugin: Support webkit2gtk-4.0
-
-API changes between webkit2gtk-3.0 and webkit2gtk-4.0 were minor and we
-can support both, depending on which one devhelp is built with.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=735251
-
-diff --git a/configure.ac b/configure.ac
-index 619f126..ec0a0fa 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -237,6 +237,9 @@ if test "x$devhelp_enabled" = "xyes"; then
- 		*webkit2gtk-3.0*)
- 			AC_DEFINE([HAVE_WEBKIT2], [1], [Defined if devhelp is built against webkitgtk2])
- 			;;
-+		*webkit2gtk-4.0*)
-+			AC_DEFINE([HAVE_WEBKIT2], [1], [Defined if devhelp is built against webkitgtk2])
-+			;;
- 		esac
- fi
- AM_CONDITIONAL(HAVE_PLUGIN_DEVHELP, [test x$devhelp_enabled = xyes])
--- 
-cgit v0.10.1
-




More information about the arch-commits mailing list