aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD.in
diff options
context:
space:
mode:
authorbartus2019-08-01 22:01:19 +0200
committerbartus2019-09-16 21:49:33 +0200
commit63600e11b3459425b36a1f3780d06eb8481fd377 (patch)
treeca13959345a16fccb1d6dc21d17e1d85999ccb48 /PKGBUILD.in
parent45b93d40b1b11208e228057daa6cd8ddb7d74bf0 (diff)
downloadaur-63600e11b3459425b36a1f3780d06eb8481fd377.tar.gz
fix autotools invocation and deps
* replace autreconf/configure with autogen.sh * add gobject-introspection dependency * update update.PKGBUILD
Diffstat (limited to 'PKGBUILD.in')
-rw-r--r--PKGBUILD.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 7090f120db82..6d74ce23b36e 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -34,6 +34,7 @@ depends=(
'gegl>=@_gegl_version@'
'cairo>=@_cairo_version@'
'appstream-glib>=@_appstream_glib_version@'
+ 'gobject-introspection>=@_introspection_version@'
)
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 \