aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2019-08-01 22:01:19 +0200
committerbartus2019-08-01 22:01:19 +0200
commite87cf6ad051c2dbd770ae19c9100f2adb9c521e5 (patch)
treeca13959345a16fccb1d6dc21d17e1d85999ccb48 /PKGBUILD
parent21362a59d8b801c8ec89bd32373323667a75a752 (diff)
downloadaur-e87cf6ad051c2dbd770ae19c9100f2adb9c521e5.tar.gz
fix autotools invocation and deps
* replace autreconf/configure with autogen.sh * add gobject-introspection dependency * update update.PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff257ce5bfcf..a62c8bf3cdc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=gimp-develop-git
_pkgname=${pkgname%-develop-git}
epoch=1
-pkgver=2.99.1.r2590.928b85d25c
+pkgver=2.99.1.r2925.71d0251d2c
pkgrel=1
pkgdesc="GNU Image Manipulation Program (non-conflicting git version)"
arch=('i686' 'x86_64')
@@ -30,10 +30,11 @@ depends=(
'poppler-data>=0.4.9'
'openexr>=1.6.1'
'mypaint-brushes>=1.3.0'
- 'babl>=0.1.66'
+ 'babl>=0.1.68'
'gegl>=0.4.17'
'cairo>=1.14.0'
'appstream-glib>=0.7.7'
+ 'gobject-introspection>=1.32.0'
)
makedepends=('git' 'gutenprint>=5.0.0' 'intltool>=0.40.1'
'alsa-lib>=1.0.0' 'libxslt' 'glib-networking'
@@ -68,11 +69,7 @@ prepare() {
_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
- export PYTHON=/usr/bin/python2
-
- autoreconf -vif
-
- ./configure \
+ ./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/bin \