# HG changeset patch # User Christopher Rogers # Date 1287264223 0 # Node ID 3c77c3abd603ee32f657c6ab23aa8480dbf34893 # Parent 3511b6184c8ae186b5741bf634750cf9c4014e0e Up: gnome-doc-utils to 0.16.1. diff -r 3511b6184c8a -r 3c77c3abd603 gnome-doc-utils-dev/receipt --- a/gnome-doc-utils-dev/receipt Sat Oct 16 19:50:42 2010 +0000 +++ b/gnome-doc-utils-dev/receipt Sat Oct 16 21:23:43 2010 +0000 @@ -1,18 +1,15 @@ # SliTaz package receipt. PACKAGE="gnome-doc-utils-dev" -VERSION="0.12.2" +VERSION="0.16.1" CATEGORY="development" SHORT_DESC="Gnome Documentation utilities dev files." MAINTAINER="erjo@slitaz.org" -DEPENDS="libxml2 libxslt python" +DEPENDS="gnome-doc-utils" BUILD_DEPENDS="libxml2-dev libxslt-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" WANTED="gnome-doc-utils" WEB_SITE="http://www.gnome.org/" - - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 3511b6184c8a -r 3c77c3abd603 gnome-doc-utils/receipt --- a/gnome-doc-utils/receipt Sat Oct 16 19:50:42 2010 +0000 +++ b/gnome-doc-utils/receipt Sat Oct 16 21:23:43 2010 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="gnome-doc-utils" -VERSION="0.12.2" +VERSION="0.16.1" CATEGORY="misc" SHORT_DESC="Documentation utilities for Gnome" MAINTAINER="erjo@slitaz.org" DEPENDS="libxml2 libxslt python libxml2-python" -BUILD_DEPENDS="libxml2-dev libxslt-dev libxslt" +BUILD_DEPENDS="libxml2-dev libxslt-dev libxslt libxml2-python pkg-config intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gnome-doc-utils/0.12/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules()