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 +}