mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 20:37:14 +08:00
fixed pyqt PGKBUILD
This commit is contained in:
parent
8e2b5a5992
commit
a097bbd83e
@ -6,7 +6,7 @@ pkgbase=pyqt
|
||||
# pyqt4 because it now supports Qt5; however nothing uses it at the moment
|
||||
pkgname=("pyqt4-common" "pyqt4-python2" "pyqt4-python3")
|
||||
pkgver=4.10
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A set of Python bindings for the Qt toolkit"
|
||||
arch=('x86_64')
|
||||
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
|
||||
@ -96,4 +96,5 @@ package_pyqt4-python3() {
|
||||
rm -f "${pkgdir}"/usr/bin/{pylupdate4,pyrcc4}
|
||||
rm -f "${pkgdir}"/usr/lib/qt4/plugins/designer/libpythonplugin.so
|
||||
rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt4.api
|
||||
rm "${pkgdir}"/usr/lib/qt/plugins/designer/libpythonplugin.so
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user