# HG changeset patch # User Christopher Rogers # Date 1297816385 0 # Node ID 565f6ec7e99d8da94ee4adf39acacbc7b428f162 # Parent 4f96db6c0be2f528ea0ee43f152211b98e32f2ce Added python to glade3 build depends. diff -r 4f96db6c0be2 -r 565f6ec7e99d glade3/receipt --- a/glade3/receipt Wed Feb 16 00:31:38 2011 +0000 +++ b/glade3/receipt Wed Feb 16 00:33:05 2011 +0000 @@ -6,11 +6,11 @@ SHORT_DESC="Vector drawing application." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ libglade xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev libglade-dev intltool libxml2-dev expat-dev" +BUILD_DEPENDS="gtk+-dev libglade-dev intltool libxml2-dev expat-dev python" SUGGESTED="python" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://glade.gnome.org/" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules()