summaryrefslogtreecommitdiff
path: root/extra/qscintilla/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qscintilla/PKGBUILD')
-rw-r--r--extra/qscintilla/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/qscintilla/PKGBUILD b/extra/qscintilla/PKGBUILD
index 53a7449a8..e8e899005 100644
--- a/extra/qscintilla/PKGBUILD
+++ b/extra/qscintilla/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 179562 2013-03-07 08:19:46Z andrea $
+# $Id: PKGBUILD 188680 2013-06-17 18:07:30Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
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')
@@ -13,7 +13,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() {
@@ -21,21 +21,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
}