cairo-dock-plugins: fix -python{2,3.4} subpkg rdeps.
This commit is contained in:
parent
e048388466
commit
22cf71846c
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cairo-dock-plugins'
|
||||
pkgname=cairo-dock-plugins
|
||||
version=3.3.2
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_UPOWER_SUPPORT=OFF"
|
||||
hostmakedepends="cmake pkg-config"
|
||||
|
@ -19,7 +19,7 @@ distfiles="http://launchpad.net/cairo-dock-plug-ins/${version%.?}/${version}/+do
|
|||
checksum=48f0caddb0a563d8a64176f66610ca35df5c952071e5574486d39bb574994643
|
||||
|
||||
cairo-dock-plugins-python2_package() {
|
||||
depends="python-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="python ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - python2 bindings"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python2.7
|
||||
|
@ -27,7 +27,7 @@ cairo-dock-plugins-python2_package() {
|
|||
}
|
||||
|
||||
cairo-dock-plugins-python3.4_package() {
|
||||
depends="python3.4-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="python3.4 ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - python3.4 bindings"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
|
|
Loading…
Reference in a new issue