wok-current diff hexchat/receipt @ rev 19379
Up sxiv (15082016)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon Aug 15 18:37:12 2016 +0100 (2016-08-15) |
parents | 0dbc08309d5e |
children | 20ba6a60a92f |
line diff
1.1 --- a/hexchat/receipt Sat Feb 07 17:14:34 2015 +0000 1.2 +++ b/hexchat/receipt Mon Aug 15 18:37:12 2016 +0100 1.3 @@ -10,9 +10,9 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.5 WGET_URL="http://dl.hexchat.net/hexchat/$TARBALL" 1.6 1.7 -DEPENDS="gtk+ dbus openssl gettext-base dbus-glib xorg-libXdamage python \ 1.8 +DEPENDS="gtk+ openssl gettext-base dbus-glib xorg-libXdamage \ 1.9 harfbuzz" 1.10 -BUILD_DEPENDS="gtk+-dev dbus-dev openssl-dev shared-mime-info python-dev" 1.11 +BUILD_DEPENDS="gtk+-dev openssl-dev shared-mime-info" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 @@ -23,6 +23,8 @@ 1.16 --mandir=/usr/share/man \ 1.17 --disable-plugin \ 1.18 --disable-tcl \ 1.19 + --disable-dbus \ 1.20 + --disable-python \ 1.21 --enable-spell=static \ 1.22 --enable-ipv6 \ 1.23 $CONFIGURE_ARGS &&