wok rev 17579

Fix: some less hexchat depends
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 12:33:37 2015 +0000 (2015-02-08)
parents fdae4331433c
children 63c5da92bdb1
files hexchat/receipt
line diff
     1.1 --- a/hexchat/receipt	Sat Feb 07 22:16:52 2015 +0000
     1.2 +++ b/hexchat/receipt	Sun Feb 08 12:33:37 2015 +0000
     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 &&