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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Apr 29 16:41:19 UTC 2013


    Date: Monday, April 29, 2013 @ 18:41:19
  Author: spupykin
Revision: 89515

upgpkg: pyqt3 3.18.1-13

upd

Modified:
  pyqt3/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-29 16:41:12 UTC (rev 89514)
+++ PKGBUILD	2013-04-29 16:41:19 UTC (rev 89515)
@@ -5,7 +5,7 @@
 
 pkgname=pyqt3
 pkgver=3.18.1
-pkgrel=12
+pkgrel=13
 pkgdesc="A set of Python bindings for the Qt3 toolkit"
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.com/software/pyqt/intro"
@@ -17,10 +17,12 @@
 
 build() {
   cd ${srcdir}/PyQt-x11-gpl-${pkgver}
-  . /etc/profile.d/qt3.sh
+  export QTDIR=/usr
+  export QMAKESPEC=/usr/share/qt3/mkspecs/linux-g++
   echo yes | python2 configure.py -b /usr/bin \
     -d /usr/lib/python2.7/site-packages \
-    -v /usr/share/sip
+    -v /usr/share/sip \
+    INCDIR_QT=/usr/include/qt3
   make CXX="g++ -DANY=void"
 }
 




More information about the arch-commits mailing list