aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-08-22 07:57:40 +0200
committerbartus2019-09-16 21:49:33 +0200
commit4ea03252f8bcc44194d5dc64711093dafb1e71bf (patch)
tree2835b4ece1e6395c237880a22e8cd23f7d38d5a2
parent040fe14b1de79d9c06f3d5bb5990d70ef23e54bc (diff)
downloadaur-4ea03252f8bcc44194d5dc64711093dafb1e71bf.tar.gz
Fix: build against mypaint-brushes 2.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb57ddf49c79..47b04a31bd27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gimp-develop-git
pkgdesc = GNU Image Manipulation Program (non-conflicting git version)
- pkgver = 2.99.1.r3159.4bafbeca1b
+ pkgver = 2.99.1.r3303.583d965773
pkgrel = 1
epoch = 1
url = https://www.gimp.org
diff --git a/PKGBUILD b/PKGBUILD
index 34b116bd59a2..2be9c733b9fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=gimp-develop-git
_pkgname=${pkgname%-develop-git}
epoch=1
-pkgver=2.99.1.r3159.4bafbeca1b
+pkgver=2.99.1.r3303.583d965773
pkgrel=1
pkgdesc="GNU Image Manipulation Program (non-conflicting git version)"
arch=('i686' 'x86_64')
@@ -69,9 +69,13 @@ pkgver() {
prepare() {
cd $_pkgname
+# Fix mypaint naming scheme
_mypaintver=$(echo /usr/lib/libmypaint-*.so | grep -o -E '\-[0-9]+(\.[0-9]+)*' | head -1)
sed -i "s|\\(libmypaint\\)\\( >= libmypaint_required_version\\)|\\1${_mypaintver}\\2|g" configure.ac
+# Fix mypaint brushes version pop
+ sed -i "s|mypaint-brushes-1.0|mypaint-brushes-2.0|g" configure.ac
+
./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \