shiboken2: add transitional dummy pkgs.

source packages were removed but binary package are
still available in official repos; make them dummy
to unstage.
This commit is contained in:
Juan RP 2019-12-25 06:05:44 +01:00
parent d4dde23750
commit f9093f038b
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368
3 changed files with 17 additions and 1 deletions

1
srcpkgs/libshiboken-python3 Symbolic link
View File

@ -0,0 +1 @@
shiboken2

1
srcpkgs/python3-shiboken Symbolic link
View File

@ -0,0 +1 @@
shiboken2

View File

@ -1,7 +1,7 @@
# Template file for 'shiboken2' # Template file for 'shiboken2'
pkgname=shiboken2 pkgname=shiboken2
version=5.11.2 version=5.11.2
revision=3 revision=4
_pkgname="pyside-setup-everywhere-src-${version}" _pkgname="pyside-setup-everywhere-src-${version}"
wrksrc="$_pkgname" wrksrc="$_pkgname"
configure_args="-DUSE_PYTHON_VERSION=3 -DCMAKE_INSTALL_PREFIX=/usr configure_args="-DUSE_PYTHON_VERSION=3 -DCMAKE_INSTALL_PREFIX=/usr
@ -59,3 +59,17 @@ python3-shiboken2_package() {
vmove ${py3_sitelib} vmove ${py3_sitelib}
} }
} }
python3-shiboken_package() {
short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
depends="python3-shiboken2-${version}_${revision}"
build_style=meta
archs=noarch
}
libshiboken-python3_package() {
short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
depends="python3-shiboken2-${version}_${revision}"
build_style=meta
archs=noarch
}