aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIru Cai2018-01-05 11:55:42 +0800
committerIru Cai2018-01-05 11:55:42 +0800
commit3900c3bb317aa2039436d10da84c8f5bfab89bc9 (patch)
treebf992b821acb250f681ad785575d6adbd6bc5c87 /PKGBUILD
parentac51a178fe73c7ccb0fc19392ec26fa5defe7f97 (diff)
downloadaur-3900c3bb317aa2039436d10da84c8f5bfab89bc9.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa905ae9e046..179ca821a904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gimp-git
epoch=1
-pkgver=2.9.4.1760.g2a7a53b384
+pkgver=2.9.8.220.ge875ec3fc6
pkgrel=1
pkgdesc="GNU Image Manipulation Program"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL' 'LGPL')
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')
+ 'babl>=0.1.27' 'gegl-git>=0.3.15' 'openexr>=1.6.1' 'mypaint-brushes>=1.3.0')
makedepends=('git' 'gutenprint>=5.0.0' 'intltool>=0.40.1' \
'gnome-python>=2.16.2' 'poppler>=0.12.4' \
'alsa-lib>=1.0.0' 'libxslt' 'glib-networking')
@@ -44,6 +44,10 @@ build() {
sed -i 's/libmypaint /libmypaint-1.3 /g' configure.ac
fi
+ # glib-2.0.pc says the glib2 version is 2.54.0, so replace it
+ sed -i 's/glib_required_version\], \[2\.54\.[0-9]*/glib_required_version], [2.54.0/' configure.ac
+ sed -i 's/GLIB_REQUIRED_MICRO 2/GLIB_REQUIRED_MICRO 0/' app/sanity.c
+
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 \