aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2018-01-05 11:55:42 +0800
committerIru Cai2018-01-05 11:55:42 +0800
commit3900c3bb317aa2039436d10da84c8f5bfab89bc9 (patch)
treebf992b821acb250f681ad785575d6adbd6bc5c87
parentac51a178fe73c7ccb0fc19392ec26fa5defe7f97 (diff)
downloadaur-3900c3bb317aa2039436d10da84c8f5bfab89bc9.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f18a1b87593c..7db727d11d5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 27 01:32:40 UTC 2017
+# Fri Jan 5 03:55:31 UTC 2018
pkgbase = gimp-git
pkgdesc = GNU Image Manipulation Program
- pkgver = 2.9.4.1760.g2a7a53b384
+ pkgver = 2.9.8.220.ge875ec3fc6
pkgrel = 1
epoch = 1
url = http://www.gimp.org
@@ -31,7 +31,7 @@ pkgbase = gimp-git
depends = babl>=0.1.27
depends = gegl-git>=0.3.15
depends = openexr>=1.6.1
- depends = libmypaint>=1.3.0
+ depends = mypaint-brushes>=1.3.0
optdepends = gutenprint: for sophisticated printing only as gimp has built-in cups print support
optdepends = poppler-glib: for pdf support
optdepends = alsa-lib: for MIDI event controller module
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 \