weechat: remove unnecessary rdeps
This commit is contained in:
parent
7eb74607f3
commit
d4d0d3edb4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'weechat'
|
# Template file for 'weechat'
|
||||||
pkgname=weechat
|
pkgname=weechat
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_MAN=ON -DPYTHON_EXECUTABLE=/usr/bin/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so"
|
configure_args="-DENABLE_MAN=ON -DPYTHON_EXECUTABLE=/usr/bin/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so"
|
||||||
|
@ -57,7 +57,7 @@ weechat-ruby_package() {
|
||||||
}
|
}
|
||||||
weechat-python_package() {
|
weechat-python_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
depends="${sourcepkg}>=${version}_${revision} python"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - python plugin"
|
short_desc+=" - python plugin"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/weechat/plugins/python.so
|
vmove usr/lib/weechat/plugins/python.so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue