# HG changeset patch # User Christopher Rogers # Date 1288753236 0 # Node ID f4afc6def4c7078f97d9aa86486d7f9754bbc380 # Parent db2b116dcbabc646056fecf2b66cdad1e7896eb5 Changed pangomm TARBALL to .tar.bz2. Added pangomm to pangomm-dev depends. diff -r db2b116dcbab -r f4afc6def4c7 pangomm-dev/receipt --- a/pangomm-dev/receipt Wed Nov 03 02:35:47 2010 +0000 +++ b/pangomm-dev/receipt Wed Nov 03 03:00:36 2010 +0000 @@ -5,8 +5,9 @@ CATEGORY="development" SHORT_DESC="Pangomm library devel files." MAINTAINER="pankso@slitaz.org" +DEPENDS="pangomm" WANTED="pangomm" -WEB_SITE="http://ftp.gnome.org/pub/gnome/sources/pangomm/" +WEB_SITE="http://www.gnome.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r db2b116dcbab -r f4afc6def4c7 pangomm/receipt --- a/pangomm/receipt Wed Nov 03 02:35:47 2010 +0000 +++ b/pangomm/receipt Wed Nov 03 03:00:36 2010 +0000 @@ -7,9 +7,9 @@ MAINTAINER="pankso@slitaz.org" DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base" BUILD_DEPENDS="pixman-dev cairomm-dev glibmm-dev libgiomm-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://ftp.gnome.org/pub/gnome/sources/pangomm/" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/pangomm/${VERSION%.*}/$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.gnome.org/" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules()