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:
parent
d4dde23750
commit
f9093f038b
3 changed files with 17 additions and 1 deletions
1
srcpkgs/libshiboken-python3
Symbolic link
1
srcpkgs/libshiboken-python3
Symbolic link
|
@ -0,0 +1 @@
|
|||
shiboken2
|
1
srcpkgs/python3-shiboken
Symbolic link
1
srcpkgs/python3-shiboken
Symbolic link
|
@ -0,0 +1 @@
|
|||
shiboken2
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'shiboken2'
|
||||
pkgname=shiboken2
|
||||
version=5.11.2
|
||||
revision=3
|
||||
revision=4
|
||||
_pkgname="pyside-setup-everywhere-src-${version}"
|
||||
wrksrc="$_pkgname"
|
||||
configure_args="-DUSE_PYTHON_VERSION=3 -DCMAKE_INSTALL_PREFIX=/usr
|
||||
|
@ -59,3 +59,17 @@ python3-shiboken2_package() {
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue