# HG changeset patch # User Pascal Bellard # Date 1223148608 0 # Node ID dd8bb4875d43f862ea2d6a726172a98bb32874fa # Parent 6a6ba65f2ad7bc119ebdf52cc45a83c7ac2561c6 update BUILD_DEPENDS for easytag gnome-doc-utils libglade libgnomeprint libsexy diff -r 6a6ba65f2ad7 -r dd8bb4875d43 easytag/receipt --- a/easytag/receipt Sat Oct 04 17:10:38 2008 +0000 +++ b/easytag/receipt Sat Oct 04 19:30:08 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Utility for viewing and editing tags on sound files." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ id3lib" -BUILD_DEPENDS="gtk+-dev id3lib-dev" +BUILD_DEPENDS="gtk+-dev id3lib-dev id3lib" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://easytag.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -18,8 +18,8 @@ ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 6a6ba65f2ad7 -r dd8bb4875d43 gnome-doc-utils/receipt --- a/gnome-doc-utils/receipt Sat Oct 04 17:10:38 2008 +0000 +++ b/gnome-doc-utils/receipt Sat Oct 04 19:30:08 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Documentation utilities for Gnome" MAINTAINER="erjo@slitaz.org" DEPENDS="libxml2 libxslt python" -BUILD_DEPENDS="libxml2-dev libxslt-dev" +BUILD_DEPENDS="libxml2-dev libxslt-dev libxslt" 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" diff -r 6a6ba65f2ad7 -r dd8bb4875d43 libglade/receipt --- a/libglade/receipt Sat Oct 04 17:10:38 2008 +0000 +++ b/libglade/receipt Sat Oct 04 19:30:08 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="The Glade libs." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+" +BUILD_DEPENDS="gtk+ gtk+-dev pkg-config libxml2 glib atk" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.jamesh.id.au/software/libglade/" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/$TARBALL" @@ -19,8 +20,8 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 6a6ba65f2ad7 -r dd8bb4875d43 libgnomeprint/receipt --- a/libgnomeprint/receipt Sat Oct 04 17:10:38 2008 +0000 +++ b/libgnomeprint/receipt Sat Oct 04 19:30:08 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="GNOME print library" MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ popt libxml2" +BUILD_DEPENDS="perl perl-xml-parser libart_lgpl" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/2.18/$TARBALL" @@ -19,8 +20,8 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 6a6ba65f2ad7 -r dd8bb4875d43 libsexy/receipt --- a/libsexy/receipt Sat Oct 04 17:10:38 2008 +0000 +++ b/libsexy/receipt Sat Oct 04 19:30:08 2008 +0000 @@ -5,6 +5,8 @@ CATEGORY="x-window" SHORT_DESC="Sexy widgests for GTK+." MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+" +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-xproto glib pango libxml2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.chipx86.com/wiki/Libsexy" WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL" @@ -16,8 +18,8 @@ ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }