mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/pyqt4 to 4.11-2
This commit is contained in:
parent
771896fa5b
commit
f3c0eea377
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
pkgbase=pyqt4
|
||||
pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
|
||||
pkgver=4.11
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.riverbankcomputing.co.uk/software/pyqt/intro"
|
||||
license=('GPL')
|
||||
|
@ -60,8 +60,8 @@ package_pyqt4-common(){
|
|||
provides=("pyqt-common=${pkgver}")
|
||||
|
||||
cd PyQt-x11-gpl-${pkgver}
|
||||
make -C pyrcc DESTDIR="${pkgdir}" install
|
||||
make -C pylupdate DESTDIR="${pkgdir}" install
|
||||
make -C pyrcc INSTALL_ROOT="${pkgdir}" install
|
||||
make -C pylupdate INSTALL_ROOT="${pkgdir}" install
|
||||
|
||||
install -Dm644 PyQt4.api "${pkgdir}"/usr/share/qt4/qsci/api/python/PyQt4.api
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue