diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template index 235ea342570..bb622023f69 100644 --- a/srcpkgs/hexchat/template +++ b/srcpkgs/hexchat/template @@ -1,7 +1,7 @@ # Template file for 'hexchat' pkgname=hexchat version=2.12.3 -revision=1 +revision=2 lib32disabled=yes build_style=gnu-configure hostmakedepends="pkg-config intltool glib-devel gdk-pixbuf-devel perl-XML-Parser" @@ -26,6 +26,7 @@ post_install() { } hexchat-perl_package() { + lib32disabled=yes short_desc+=" - perl plugin" depends="${sourcepkg}-${version}_${revision}" pkg_install() { @@ -33,6 +34,7 @@ hexchat-perl_package() { } } hexchat-python_package() { + lib32disabled=yes short_desc+=" - python plugin" depends="${sourcepkg}-${version}_${revision}" pkg_install() { @@ -41,6 +43,7 @@ hexchat-python_package() { } hexchat-lua_package() { + lib32disabled=yes short_desc+=" - lua plugin" depends="${sourcepkg}-${version}_${revision}" pkg_install() {