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

Andrea Scarpino andrea at archlinux.org
Tue Oct 12 20:17:38 UTC 2010


    Date: Tuesday, October 12, 2010 @ 16:17:37
  Author: andrea
Revision: 94956

upgpkg: pyqt3 3.18.1-7
sip 4.11 rebuild

Modified:
  pyqt3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-12 20:04:59 UTC (rev 94955)
+++ PKGBUILD	2010-10-12 20:17:37 UTC (rev 94956)
@@ -5,13 +5,13 @@
 
 pkgname=pyqt3
 pkgver=3.18.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A set of Python bindings for the Qt3 toolkit"
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.com/software/pyqt/intro"
-depends=('sip' 'qscintilla-qt3' 'qt3')
+depends=('sip' 'qscintilla-qt3')
 license=('GPL')
-source=(http://www.riverbankcomputing.com/static/Downloads/PyQt3/PyQt-x11-gpl-${pkgver}.tar.gz)
+source=("http://www.riverbankcomputing.com/static/Downloads/PyQt3/PyQt-x11-gpl-${pkgver}.tar.gz")
 md5sums=('f1d120495d1aaf393819e988c0a7bb7e')
 
 build() {
@@ -20,9 +20,13 @@
   . /etc/profile.d/qt3.sh
 
   echo yes | python2 configure.py -b /usr/bin \
-  -d /usr/lib/python2.7/site-packages \
-  -v /usr/share/sip
+    -d /usr/lib/python2.7/site-packages \
+    -v /usr/share/sip
 
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
   make DESTDIR=${pkgdir} install
 } 




More information about the arch-commits mailing list