hexchat: hexchat-python -> hexchat-python3
Another untracked switch to Python 3.
This commit is contained in:
parent
bf168dd6f6
commit
3905eeacdb
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hexchat'
|
||||
pkgname=hexchat
|
||||
version=2.14.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="-Dwith-dbus=true -Dwith-ssl=true -Dwith-text=false
|
||||
-Dwith-perl=/usr/bin/perl -Dwith-python=python3"
|
||||
|
@ -40,9 +40,10 @@ hexchat-perl_package() {
|
|||
vmove usr/lib/hexchat/plugins/perl.so
|
||||
}
|
||||
}
|
||||
hexchat-python_package() {
|
||||
|
||||
hexchat-python3_package() {
|
||||
lib32disabled=yes
|
||||
short_desc+=" - python plugin"
|
||||
short_desc+=" - Python3 plugin"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/hexchat/plugins/python.so
|
||||
|
|
Loading…
Reference in New Issue