python3-shiboken{,-devel} -> python3.4-shiboken{,-devel}
This commit is contained in:
parent
519d7d185f
commit
6c5be35066
|
@ -1 +0,0 @@
|
|||
python3-shiboken
|
1
srcpkgs/python3.4-shiboken-devel
Symbolic link
1
srcpkgs/python3.4-shiboken-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
python3.4-shiboken
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python3-shiboken'
|
||||
pkgname=python3-shiboken
|
||||
# Template file for 'python3.4-shiboken'
|
||||
pkgname=python3.4-shiboken
|
||||
_realname=shiboken
|
||||
version=1.2.2
|
||||
revision=1
|
||||
build_style="cmake"
|
||||
hostmakedepends="python3 cmake"
|
||||
makedepends="python3-devel qt-devel"
|
||||
depends="python3"
|
||||
hostmakedepends="cmake python3.4"
|
||||
makedepends="python3.4-devel qt-devel"
|
||||
depends="python3.4"
|
||||
short_desc="Support library for Python3 bindings"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
homepage="http://www.pyside.org"
|
||||
|
@ -16,8 +16,8 @@ checksum=7625bbcf1fe313fd910c6b8c9cf49ac5495499f9d00867115a2f1f2a69fce5c4
|
|||
wrksrc=${_realname}-${version}
|
||||
configure_args="-DUSE_PYTHON3=yes"
|
||||
|
||||
python3-shiboken-devel_package() {
|
||||
depends="python3-shiboken>=${version}_${revision}"
|
||||
python3.4-shiboken-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
Loading…
Reference in New Issue
Block a user