aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-08-24 20:29:55 +0200
committerbartus2019-09-16 21:49:33 +0200
commit73c5dc8f31eb8b27f6554744dd74cc83c0f7e20d (patch)
tree7f9c8360763fbaba05ad843a56e39347c692ea8f
parent4ea03252f8bcc44194d5dc64711093dafb1e71bf (diff)
downloadaur-73c5dc8f31eb8b27f6554744dd74cc83c0f7e20d.tar.gz
Revert mypaint-brushes 2.0 compatibility
Gimp requires mypaint-brushes v1 (mypaint-brushes1 package) This reverts commit b9b65c11783bb46b0fea87f3b5ede68f94ea85ab.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47b04a31bd27..fb57ddf49c79 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.r3303.583d965773
+ pkgver = 2.99.1.r3159.4bafbeca1b
pkgrel = 1
epoch = 1
url = https://www.gimp.org
diff --git a/PKGBUILD b/PKGBUILD
index 2be9c733b9fe..34b116bd59a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=gimp-develop-git
_pkgname=${pkgname%-develop-git}
epoch=1
-pkgver=2.99.1.r3303.583d965773
+pkgver=2.99.1.r3159.4bafbeca1b
pkgrel=1
pkgdesc="GNU Image Manipulation Program (non-conflicting git version)"
arch=('i686' 'x86_64')
@@ -69,13 +69,9 @@ 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 \