# HG changeset patch # User Alexander Medvedev # Date 1423398817 0 # Node ID e2a4e6383f52cb244d4bc75fddc1def58d75d9d6 # Parent fdae4331433c1cb5c95bf95088730ce289513725 Fix: some less hexchat depends diff -r fdae4331433c -r e2a4e6383f52 hexchat/receipt --- a/hexchat/receipt Sat Feb 07 22:16:52 2015 +0000 +++ b/hexchat/receipt Sun Feb 08 12:33:37 2015 +0000 @@ -10,9 +10,9 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://dl.hexchat.net/hexchat/$TARBALL" -DEPENDS="gtk+ dbus openssl gettext-base dbus-glib xorg-libXdamage python \ +DEPENDS="gtk+ openssl gettext-base dbus-glib xorg-libXdamage \ harfbuzz" -BUILD_DEPENDS="gtk+-dev dbus-dev openssl-dev shared-mime-info python-dev" +BUILD_DEPENDS="gtk+-dev openssl-dev shared-mime-info" # Rules to configure and make the package. compile_rules() @@ -23,6 +23,8 @@ --mandir=/usr/share/man \ --disable-plugin \ --disable-tcl \ + --disable-dbus \ + --disable-python \ --enable-spell=static \ --enable-ipv6 \ $CONFIGURE_ARGS &&