hexchat: hexchat-python -> hexchat-python3

Another untracked switch to Python 3.
This commit is contained in:
Alessio Sergi 2018-09-01 01:37:02 +02:00
parent bf168dd6f6
commit 3905eeacdb
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'hexchat' # Template file for 'hexchat'
pkgname=hexchat pkgname=hexchat
version=2.14.2 version=2.14.2
revision=1 revision=2
build_style=meson build_style=meson
configure_args="-Dwith-dbus=true -Dwith-ssl=true -Dwith-text=false configure_args="-Dwith-dbus=true -Dwith-ssl=true -Dwith-text=false
-Dwith-perl=/usr/bin/perl -Dwith-python=python3" -Dwith-perl=/usr/bin/perl -Dwith-python=python3"
@ -40,9 +40,10 @@ hexchat-perl_package() {
vmove usr/lib/hexchat/plugins/perl.so vmove usr/lib/hexchat/plugins/perl.so
} }
} }
hexchat-python_package() {
hexchat-python3_package() {
lib32disabled=yes lib32disabled=yes
short_desc+=" - python plugin" short_desc+=" - Python3 plugin"
depends="${sourcepkg}-${version}_${revision}" depends="${sourcepkg}-${version}_${revision}"
pkg_install() { pkg_install() {
vmove usr/lib/hexchat/plugins/python.so vmove usr/lib/hexchat/plugins/python.so