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 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'hexchat'
|
# Template file for 'hexchat'
|
||||||
pkgname=hexchat
|
pkgname=hexchat
|
||||||
version=2.10.1
|
version=2.10.1
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config gdk-pixbuf-devel intltool"
|
hostmakedepends="pkg-config gdk-pixbuf-devel intltool"
|
||||||
makedepends="gtk+-devel libressl-devel dbus-glib-devel perl python-devel
|
makedepends="gtk+-devel libressl-devel dbus-glib-devel perl python-devel
|
||||||
libnotify-devel libcanberra-devel libxml2-devel pciutils-devel
|
libnotify-devel libcanberra-devel libxml2-devel pciutils-devel
|
||||||
desktop-file-utils"
|
desktop-file-utils iso-codes"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils enchant"
|
||||||
configure_args=" --enable-openssl --enable-dbus
|
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"
|
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/"
|
homepage="http://hexchat.github.io/"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
distfiles="http://dl.hexchat.net/hexchat/${pkgname}-${version}.tar.xz"
|
distfiles="http://dl.hexchat.net/hexchat/${pkgname}-${version}.tar.xz"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue