git » qscintilla.git » commit e13116d

Upstream release

author Andrea Scarpino
2013-06-17 18:07:01 UTC
committer Andrea Scarpino
2013-06-17 18:07:01 UTC
parent 9811eaf70891ca8f52fc8263414b0df62fe33afc

Upstream release

PKGBUILD +6 -6

diff --git a/PKGBUILD b/PKGBUILD
index 4ed9887..f4653fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgbase=qscintilla
 pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla'
          'python-qscintilla-common')
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"
 makedepends=('python2-pyqt' 'pyqt' 'chrpath')
 source=("http://downloads.sourceforge.net/pyqt/QScintilla-gpl-${pkgver}.tar.gz"
         'configure.py-objdir-support.diff')
-md5sums=('da8939b5679a075e30c6632e54dc5abf'
+md5sums=('0fbfb06078f206a241a62c94861cce21'
          'eae1bd23117c5f1f7f172a1c1e11f600')
 
 build() {
@@ -20,21 +20,21 @@ build() {
     patch -Np1 -i "${srcdir}/configure.py-objdir-support.diff"
 
     cd Qt4Qt5
-    qmake qscintilla.pro
+    qmake-qt4 qscintilla.pro
     make
     
     cd ../designer-Qt4Qt5
-    qmake designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+    qmake-qt4 designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
     make
 
     cd ../
     cp -rf Python Python2
     cd Python
-    python3 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c
+    python3 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt4
     make
 
     cd ../Python2
-    python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c
+    python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt4
     make    
 }