hexchat-*: lib32disabled=yes
This commit is contained in:
parent
2c892c22aa
commit
ee890868bd
1 changed files with 4 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue