wok rev 1481

update BUILD_DEPENDS for easytag gnome-doc-utils libglade libgnomeprint libsexy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 19:30:08 2008 +0000 (2008-10-04)
parents 6a6ba65f2ad7
children 509971350c3b
files easytag/receipt gnome-doc-utils/receipt libglade/receipt libgnomeprint/receipt libsexy/receipt
line diff
     1.1 --- a/easytag/receipt	Sat Oct 04 17:10:38 2008 +0000
     1.2 +++ b/easytag/receipt	Sat Oct 04 19:30:08 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Utility for viewing and editing tags on sound files."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ id3lib"
     1.7 -BUILD_DEPENDS="gtk+-dev id3lib-dev"
     1.8 +BUILD_DEPENDS="gtk+-dev id3lib-dev id3lib"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://easytag.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 @@ -18,8 +18,8 @@
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		--mandir=/usr/share/man \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22  
     2.1 --- a/gnome-doc-utils/receipt	Sat Oct 04 17:10:38 2008 +0000
     2.2 +++ b/gnome-doc-utils/receipt	Sat Oct 04 19:30:08 2008 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="Documentation  utilities for Gnome"
     2.5  MAINTAINER="erjo@slitaz.org"
     2.6  DEPENDS="libxml2 libxslt python"
     2.7 -BUILD_DEPENDS="libxml2-dev libxslt-dev"
     2.8 +BUILD_DEPENDS="libxml2-dev libxslt-dev libxslt"
     2.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.10  WEB_SITE="http://www.gnome.org/"
    2.11  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gnome-doc-utils/0.12/$TARBALL"
     3.1 --- a/libglade/receipt	Sat Oct 04 17:10:38 2008 +0000
     3.2 +++ b/libglade/receipt	Sat Oct 04 19:30:08 2008 +0000
     3.3 @@ -6,6 +6,7 @@
     3.4  SHORT_DESC="The Glade libs."
     3.5  MAINTAINER="pankso@slitaz.org"
     3.6  DEPENDS="gtk+"
     3.7 +BUILD_DEPENDS="gtk+ gtk+-dev pkg-config libxml2 glib atk"
     3.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.9  WEB_SITE="http://www.jamesh.id.au/software/libglade/"
    3.10  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/$TARBALL"
    3.11 @@ -19,8 +20,8 @@
    3.12  		--infodir=/usr/share/info \
    3.13  		--mandir=/usr/share/man \
    3.14  		--with-html-dir=/usr/share/doc \
    3.15 -		$CONFIGURE_ARGS
    3.16 -	make
    3.17 +		$CONFIGURE_ARGS &&
    3.18 +	make &&
    3.19  	make DESTDIR=$PWD/_pkg install
    3.20  }
    3.21  
     4.1 --- a/libgnomeprint/receipt	Sat Oct 04 17:10:38 2008 +0000
     4.2 +++ b/libgnomeprint/receipt	Sat Oct 04 19:30:08 2008 +0000
     4.3 @@ -6,6 +6,7 @@
     4.4  SHORT_DESC="GNOME print library"
     4.5  MAINTAINER="pankso@slitaz.org"
     4.6  DEPENDS="gtk+ popt libxml2"
     4.7 +BUILD_DEPENDS="perl perl-xml-parser libart_lgpl"
     4.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     4.9  WEB_SITE="http://www.gnome.org/"
    4.10  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/2.18/$TARBALL"
    4.11 @@ -19,8 +20,8 @@
    4.12  		--infodir=/usr/share/info \
    4.13  		--mandir=/usr/share/man \
    4.14  		--with-html-dir=/usr/share/doc \
    4.15 -		$CONFIGURE_ARGS
    4.16 -	make
    4.17 +		$CONFIGURE_ARGS &&
    4.18 +	make &&
    4.19  	make DESTDIR=$PWD/_pkg install
    4.20  }
    4.21  
     5.1 --- a/libsexy/receipt	Sat Oct 04 17:10:38 2008 +0000
     5.2 +++ b/libsexy/receipt	Sat Oct 04 19:30:08 2008 +0000
     5.3 @@ -5,6 +5,8 @@
     5.4  CATEGORY="x-window"
     5.5  SHORT_DESC="Sexy widgests for GTK+."
     5.6  MAINTAINER="pankso@slitaz.org"
     5.7 +DEPENDS="gtk+"
     5.8 +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-xproto glib pango libxml2"
     5.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.10  WEB_SITE="http://www.chipx86.com/wiki/Libsexy"
    5.11  WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL"
    5.12 @@ -16,8 +18,8 @@
    5.13  	./configure \
    5.14  		--prefix=/usr \
    5.15  		--mandir=/usr/share/man \
    5.16 -		$CONFIGURE_ARGS
    5.17 -	make
    5.18 +		$CONFIGURE_ARGS &&
    5.19 +	make &&
    5.20  	make DESTDIR=$PWD/_pkg install
    5.21  }
    5.22