pyside2-tools: update to 5.13.2, fix update detection
This commit is contained in:
parent
bcfba5765f
commit
39fe40125c
@ -1,27 +1,23 @@
|
||||
# Template file for 'pyside2-tools'
|
||||
# XXX keep pyside2-tools version 5.13.2 to support Qt 5.13.2:
|
||||
# pyside2-tools 5.14 rely on rcc and ui tools provided by Qt 5.14
|
||||
pkgname=pyside2-tools
|
||||
version=5.11.2
|
||||
revision=2
|
||||
_pkgname="pyside-setup-everywhere-src-${version}"
|
||||
version=5.13.2
|
||||
revision=1
|
||||
_pkgname="pyside-setup-opensource-src-${version}"
|
||||
wrksrc="$_pkgname"
|
||||
configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
|
||||
-DBUILD_TESTS=OFF"
|
||||
pycompile_module="pyside2uic"
|
||||
hostmakedepends="cmake"
|
||||
hostmakedepends="cmake python3-devel"
|
||||
makedepends="python3-devel libshiboken2-devel qt5-devel
|
||||
libpyside2-python3-devel"
|
||||
depends="python3"
|
||||
short_desc="Python3 bindings for the Qt5 toolkit"
|
||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://wiki.qt.io/Qt_for_Python/Shiboken"
|
||||
distfiles="https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-${version}-src/${_pkgname}.tar.xz"
|
||||
checksum=18f572f1f832e476083d30fccabab167450f2a8cbe5cd9c6e6e4fa078ccb86c2
|
||||
|
||||
pre_build() {
|
||||
# Fix inconsistent naming of .so and .cmake files
|
||||
sed -i "/get_python_extension_suffix()/d" sources/pyside2-tools/CMakeLists.txt
|
||||
}
|
||||
checksum=3e255d64df08880d0281ebe86009d5ea45f24332b308954d967c33995f75e543
|
||||
python_version=3
|
||||
|
||||
do_build() {
|
||||
[ ! -d build ] && mkdir build
|
||||
|
3
srcpkgs/pyside2-tools/update
Normal file
3
srcpkgs/pyside2-tools/update
Normal file
@ -0,0 +1,3 @@
|
||||
pkgname=pyside-setup-opensource-src
|
||||
vdprefix=PySide2-
|
||||
vdsuffix=-src
|
Loading…
x
Reference in New Issue
Block a user