mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/pyqt5 to 5.10.1-1
This commit is contained in:
parent
4610bdd75b
commit
e3e17a04d4
1 changed files with 4 additions and 4 deletions
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
pkgbase=pyqt5
|
pkgbase=pyqt5
|
||||||
pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
|
pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
|
||||||
pkgver=5.10
|
pkgver=5.10.1
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
|
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
@ -20,13 +20,13 @@ makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
|
||||||
'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
|
'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
|
||||||
'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth')
|
'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth')
|
||||||
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz" pyqt-support-new-qt.patch)
|
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz" pyqt-support-new-qt.patch)
|
||||||
sha512sums=('a86520870536618857ed3ee1601af45f5a0b456de192a5d6a3f8fa734e5cf49b8ce373928c0f4aeaae365d3fa95db03b5f59ae2903bc5eb2304b7edf22198033'
|
sha512sums=('04cd0292f7a088f9c0d088d7c73ec96cfc40253f771dfdf194eb92be7635e6fcaf04863fa24215e9c34a096658549bb2feeb8d8fdca1e39ed87f0256ef0f790b'
|
||||||
'9e4184291c0ece0bf375da3e0cf6e3f22df33eea1ee2b981fe9e2a0ba7d625583dd513c029c49562189986c0145262ac2aa8e5aa85701a981b3ed4061f4acf36')
|
'9e4184291c0ece0bf375da3e0cf6e3f22df33eea1ee2b981fe9e2a0ba7d625583dd513c029c49562189986c0145262ac2aa8e5aa85701a981b3ed4061f4acf36')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
# Support new versions of Qt - don't remove, needs to be reapplied after every new Qt release
|
# Support new versions of Qt - don't remove, needs to be reapplied after every new Qt release
|
||||||
pushd PyQt5_gpl-$pkgver
|
pushd PyQt5_gpl-$pkgver
|
||||||
patch -p1 -i ../pyqt-support-new-qt.patch
|
# patch -p1 -i ../pyqt-support-new-qt.patch
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# The additional include path was removed due to this line, I don't really know why they are doing this...
|
# The additional include path was removed due to this line, I don't really know why they are doing this...
|
||||||
|
|
Loading…
Reference in a new issue