From f9093f038bc136558dd4afc82e2b109aca97358c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Dec 2019 06:05:44 +0100 Subject: [PATCH] shiboken2: add transitional dummy pkgs. source packages were removed but binary package are still available in official repos; make them dummy to unstage. --- srcpkgs/libshiboken-python3 | 1 + srcpkgs/python3-shiboken | 1 + srcpkgs/shiboken2/template | 16 +++++++++++++++- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 120000 srcpkgs/libshiboken-python3 create mode 120000 srcpkgs/python3-shiboken diff --git a/srcpkgs/libshiboken-python3 b/srcpkgs/libshiboken-python3 new file mode 120000 index 00000000000..b1fbca61c21 --- /dev/null +++ b/srcpkgs/libshiboken-python3 @@ -0,0 +1 @@ +shiboken2 \ No newline at end of file diff --git a/srcpkgs/python3-shiboken b/srcpkgs/python3-shiboken new file mode 120000 index 00000000000..b1fbca61c21 --- /dev/null +++ b/srcpkgs/python3-shiboken @@ -0,0 +1 @@ +shiboken2 \ No newline at end of file diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template index a08edf3f2a0..bea32ddab46 100644 --- a/srcpkgs/shiboken2/template +++ b/srcpkgs/shiboken2/template @@ -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 +}