From 3905eeacdbab6b6ea2c265d252bb2e7141b34d03 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 1 Sep 2018 01:37:02 +0200 Subject: [PATCH] hexchat: hexchat-python -> hexchat-python3 Another untracked switch to Python 3. --- srcpkgs/{hexchat-python => hexchat-python3} | 0 srcpkgs/hexchat/template | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) rename srcpkgs/{hexchat-python => hexchat-python3} (100%) diff --git a/srcpkgs/hexchat-python b/srcpkgs/hexchat-python3 similarity index 100% rename from srcpkgs/hexchat-python rename to srcpkgs/hexchat-python3 diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template index e9f6c132c0b..5b834e24831 100644 --- a/srcpkgs/hexchat/template +++ b/srcpkgs/hexchat/template @@ -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