[arch-commits] Commit in guake/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Mon Mar 21 16:44:41 UTC 2016


    Date: Monday, March 21, 2016 @ 17:44:41
  Author: bgyorgy
Revision: 167835

Move autogen.sh to prepare function

Modified:
  guake/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-21 16:38:07 UTC (rev 167834)
+++ PKGBUILD	2016-03-21 16:44:41 UTC (rev 167835)
@@ -22,14 +22,16 @@
 
   # Python2 fix
   sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/guake/prefs.py
+
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-               --disable-static --disable-schemas-install \
-               --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
-               PYTHON=python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-schemas-install \
+              --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
+              PYTHON=python2
   make
 }
 



More information about the arch-commits mailing list