python3-pyside2: add transitional dummy packages.

python3-{pyenet,pyside-phonon} are unrelated, but
do not want to waste more time looking for correct path.
This commit is contained in:
Juan RP 2019-12-25 06:17:13 +01:00
parent f9093f038b
commit a111b2b5e1
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368
5 changed files with 29 additions and 1 deletions

1
srcpkgs/libpyside-python3 Symbolic link
View file

@ -0,0 +1 @@
python3-pyside2

1
srcpkgs/python3-pyenet Symbolic link
View file

@ -0,0 +1 @@
python3-pyside2

1
srcpkgs/python3-pyside Symbolic link
View file

@ -0,0 +1 @@
python3-pyside2

View file

@ -0,0 +1 @@
python3-pyside2

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pyside2'
pkgname=python3-pyside2
version=5.11.2
revision=2
revision=3
_pkgname="pyside-setup-everywhere-src-${version}"
wrksrc="$_pkgname"
configure_args="-DUSE_PYTHON_VERSION=3 -DCMAKE_INSTALL_PREFIX=/usr
@ -58,3 +58,27 @@ libpyside2-python3_package() {
vmove "usr/lib/*.so.*"
}
}
libpyside-python3_package() {
short_desc+=" - transitional dummy package"
build_style=meta
archs=noarch
}
python3-pyside_package() {
short_desc+=" - transitional dummy package"
build_style=meta
archs=noarch
}
python3-pyside-phonon_package() {
short_desc+=" - transitional dummy package"
build_style=meta
archs=noarch
}
python3-pyenet_package() {
short_desc+=" - transitional dummy package"
build_style=meta
archs=noarch
}