wok-next diff hexchat/receipt @ rev 18402
gmerlin: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 19 09:14:48 2015 +0200 (2015-09-19) |
parents | 0dbc08309d5e |
children | 603704fe1abe |
line diff
1.1 --- a/hexchat/receipt Sat Feb 07 17:14:34 2015 +0000 1.2 +++ b/hexchat/receipt Sat Sep 19 09:14:48 2015 +0200 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 &&