Date: Friday, July 3, 2015 @ 10:49:39
  Author: jgc
Revision: 241735

upgpkg: gthumb 3.4.0-2
exiv2 rebuild

Modified:
  gthumb/trunk/PKGBUILD
Deleted:
  gthumb/trunk/webkit2gtk-4.0.patch

----------------------+
 PKGBUILD             |    2 +-
 webkit2gtk-4.0.patch |   31 -------------------------------
 2 files changed, 1 insertion(+), 32 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-07-03 08:36:18 UTC (rev 241734)
+++ PKGBUILD    2015-07-03 08:49:39 UTC (rev 241735)
@@ -5,7 +5,7 @@
 
 pkgname=gthumb
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Image browser and viewer for the GNOME Desktop"
 arch=(i686 x86_64)
 license=(GPL)

Deleted: webkit2gtk-4.0.patch
===================================================================
--- webkit2gtk-4.0.patch        2015-07-03 08:36:18 UTC (rev 241734)
+++ webkit2gtk-4.0.patch        2015-07-03 08:49:39 UTC (rev 241735)
@@ -1,31 +0,0 @@
-From 4c64cb990fc1e32e269571b34065d7aa8d92c79e Mon Sep 17 00:00:00 2001
-From: Dominique Leuenberger <[email protected]>
-Date: Fri, 15 Aug 2014 16:47:27 +0200
-Subject: Build against either webkit2gtk-3.0 or webkit2gtk-4.0
-
-The API changes were minor and none affected gthumb.
-
-diff --git a/configure.ac b/configure.ac
-index 6f9f03e..da246f9 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -508,10 +508,14 @@ AC_ARG_ENABLE([webkit2],
- 
- if test x$enable_webkit2 = xyes ; then
-       PKG_CHECK_MODULES(WEBKIT2,
--                        [webkit2gtk-3.0 >= $WEBKIT2_REQUIRED],
-+                        [webkit2gtk-4.0 >= $WEBKIT2_REQUIRED],
-                         [AC_DEFINE(HAVE_WEBKIT2, 1, [Have webkit2gtk])
-                          enable_webkit2=yes],
--                        [enable_webkit2=no])
-+                        [PKG_CHECK_MODULES(WEBKIT2,
-+                                           [webkit2gtk-3.0 >= 
$WEBKIT2_REQUIRED],
-+                                           [AC_DEFINE(HAVE_WEBKIT2, 1, [Have 
webkit2gtk])
-+                                            enable_webkit2=yes],
-+                                           [enable_webkit2=no])])
- fi
- AC_SUBST(WEBKIT2_CFLAGS)
- AC_SUBST(WEBKIT2_LIBS)
--- 
-cgit v0.10.1
-

Reply via email to