summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/pyqt
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/pyqt')
-rw-r--r--abs/extra-testing/pyqt/ChangeLog21
-rw-r--r--abs/extra-testing/pyqt/PKGBUILD30
2 files changed, 0 insertions, 51 deletions
diff --git a/abs/extra-testing/pyqt/ChangeLog b/abs/extra-testing/pyqt/ChangeLog
deleted file mode 100644
index e20b55a..0000000
--- a/abs/extra-testing/pyqt/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-
-2009-04-11 Douglas Soares de Andrade <douglas@archlinux.org>
-
- * Fixing the rpath issue, thanks Gerardo
-
-2008-11-22 Douglas Soares de Andrade <douglas@archlinux.org>
-
- * Updated for i686: 4.4.4
-
-2008-10-22 Douglas Soares de Andrade <douglas@archlinux.org>
-
- * Rebuilt for python 2.6
-
-2008-08-09 Douglas Soares de Andrade <douglas@archlinux.org>
-
- * Updated for i686: 4.4.3
-
-2008-07-06 Douglas Soares de Andrade <douglas@archlinux.org>
-
- * Updated for i686: 4.4.2
-
diff --git a/abs/extra-testing/pyqt/PKGBUILD b/abs/extra-testing/pyqt/PKGBUILD
deleted file mode 100644
index f6645c7..0000000
--- a/abs/extra-testing/pyqt/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 47994 2009-07-30 10:33:54Z pierre $
-# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
-# Contributor: riai <riai@bigfoot.com> Ben <ben@benmazer.net>
-
-pkgname=pyqt
-pkgver=4.6
-pkgrel=1
-pkgdesc="A set of Python bindings for the Qt toolkit."
-arch=(i686 x86_64)
-url="http://riverbankcomputing.co.uk/software/pyqt/intro"
-depends=('sip>=4.8.2' 'qscintilla>=2.4.0' 'qt>=4.5.2' 'dbus-python' 'openssl')
-license=('GPL')
-provides=('pyqt4')
-replaces=('pyqt4')
-conflicts=('pyqt4')
-source=(http://riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$pkgver.tar.gz)
-
-build() {
- cd ${srcdir}/PyQt-x11-gpl-${pkgver}
-
- python configure.py --confirm-license -b /usr/bin \
- -d /usr/lib/python2.6/site-packages \
- -v /usr/share/sip
-
- # Thanks Gerardo for the rpath fix
- find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
- make || return 1
- make DESTDIR=${pkgdir} install
-}