hexchat: modified some configure options and add a new makedepends
iso-codes to correct some warning at the configure time
This commit is contained in:
parent
46f3e7ef99
commit
f3ceba7da1
|
@ -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 <carlo.dormeletti@email.it>"
|
||||
maintainer="Carlo Dormeletti <carlo(dot)dormeletti(at)alice(dot)it>"
|
||||
homepage="http://hexchat.github.io/"
|
||||
license="GPL"
|
||||
distfiles="http://dl.hexchat.net/hexchat/${pkgname}-${version}.tar.xz"
|
||||
|
|
Loading…
Reference in New Issue