diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template index 350d38ffc7a..9abd48c480a 100644 --- a/srcpkgs/hexchat/template +++ b/srcpkgs/hexchat/template @@ -1,18 +1,19 @@ # Template file for 'hexchat' pkgname=hexchat version=2.10.1 -revision=1 +revision=2 lib32disabled=yes build_style=gnu-configure hostmakedepends="pkg-config gdk-pixbuf-devel intltool" makedepends="gtk+-devel libressl-devel dbus-glib-devel perl python-devel libnotify-devel libcanberra-devel libxml2-devel pciutils-devel - desktop-file-utils" -depends="desktop-file-utils" + desktop-file-utils iso-codes" +depends="desktop-file-utils enchant" configure_args=" --enable-openssl --enable-dbus - --disable-textfe --enable-ipv6 --enable-shm --enable-spell=static" + --disable-textfe --enable-ipv6 " +## --enable-spell=static" short_desc="A GTK+ based IRC client successor of Xchat" -maintainer="Carlo Dormeletti " +maintainer="Carlo Dormeletti " homepage="http://hexchat.github.io/" license="GPL" distfiles="http://dl.hexchat.net/hexchat/${pkgname}-${version}.tar.xz"