aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2017-07-26 08:22:14 +0800
committerIru Cai2017-07-26 08:22:49 +0800
commit829febcfa4fa1ea932a3dcb20cc8fe29055bd226 (patch)
tree2711d7aa8538d75418b7b8d0b48949a6e2fc7303
parent253a2cab37803bacbdff981ad072bd29e87203df (diff)
downloadaur-829febcfa4fa1ea932a3dcb20cc8fe29055bd226.tar.gz
remove webkitgtk2 dependency, fix for libmypaint 1.3.0-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91dec8a418af..fca57dafa2b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jun 24 03:45:06 UTC 2017
+# Wed Jul 26 00:21:53 UTC 2017
pkgbase = gimp-git
pkgdesc = GNU Image Manipulation Program
- pkgver = 2.9.4.1555.g970e9aca90
+ pkgver = 2.9.4.1760.g2a7a53b384
pkgrel = 1
epoch = 1
url = http://www.gimp.org
@@ -20,7 +20,6 @@ pkgbase = gimp-git
depends = pygtk
depends = lcms2>=2.2
depends = libwmf>=0.2.8
- depends = webkitgtk2>=1.6.1
depends = libgexiv2
depends = librsvg>=2.16.1
depends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index 6146637916d6..a1dbe084aff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=gimp-git
epoch=1
-pkgver=2.9.4.1555.g970e9aca90
+pkgver=2.9.4.1760.g2a7a53b384
pkgrel=1
pkgdesc="GNU Image Manipulation Program"
arch=('i686' 'x86_64')
url="http://www.gimp.org"
license=('GPL' 'LGPL')
-depends=('pygtk' 'lcms2>=2.2' 'libwmf>=0.2.8' 'webkitgtk2>=1.6.1' \
+depends=('pygtk' 'lcms2>=2.2' 'libwmf>=0.2.8' \
'libgexiv2' 'librsvg>=2.16.1' 'desktop-file-utils' \
'libexif>=0.6.15' 'libart-lgpl>=2.3.19' 'dbus-glib' 'gtk-doc' \
'babl>=0.1.27' 'gegl-git>=0.3.15' 'openexr>=1.6.1' 'libmypaint>=1.3.0')
@@ -40,6 +40,10 @@ pkgver() {
build() {
cd "$srcdir/$_gitname"
+ if [ -f /usr/lib/pkgconfig/libmypaint-1.3.pc ]; then
+ sed -i 's/libmypaint /libmypaint-1.3 /g' configure.ac
+ fi
+
PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc \
--enable-mp --enable-gimp-console --enable-gimp-remote \
--enable-python --with-gif-compression=lzw --with-libcurl \