# HG changeset patch # User Pascal Bellard # Date 1223110865 0 # Node ID c1ff74d9b6f4749952c889f968ecce879ce496fe # Parent 370e6734ab9e15b0202a7e7e2c8e65a28fb57e09 update BUILD_DEPENDS in asunder clearlooks evas gcolor2 gnome-menus grsync intltool libiec61883 libwnck neon poedit portmap pycairo shared-mime-info tsclient xorg-libICE xorg-xload diff -r 370e6734ab9e -r c1ff74d9b6f4 asunder/receipt --- a/asunder/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/asunder/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="GTK light CD ripper." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ libcddb cdparanoia-III" +BUILD_DEPENDS="pkg-config alsa-lib-dev libcddb-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://littlesvr.ca/asunder/" WGET_URL="http://littlesvr.ca/asunder/releases/$TARBALL" @@ -16,8 +17,8 @@ cd $src ./configure \ --prefix=/usr \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 clearlooks/receipt --- a/clearlooks/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/clearlooks/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Clearlooks GTK+ theme." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" +BUILD_DEPENDS="pkg-config file" WEB_SITE="http://clearlooks.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -17,8 +18,8 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 evas/receipt --- a/evas/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/evas/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="E17 libs." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="xorg-libX11-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" @@ -14,8 +15,8 @@ { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 gcolor2/receipt --- a/gcolor2/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/gcolor2/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Light and simple color selector." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+" +BUILD_DEPENDS="pkg-config gtk+ perl-xml-parser" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gcolor2.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -15,8 +16,8 @@ { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 gnome-menus/receipt --- a/gnome-menus/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/gnome-menus/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="GNOME menu libs and tools (without desktop files)." MAINTAINER="pankso@slitaz.org" DEPENDS="python" +BUILD_DEPENDS="perl perl-xml-parser python" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnome.org/" WGET_URL="http://ftp.gnome.org/pub/GNOME/desktop/2.18/$VERSION/sources/$TARBALL" @@ -18,8 +19,8 @@ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 grsync/receipt --- a/grsync/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/grsync/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="GTK+ intuitive interface to rsync." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ rsync" -BUILD_DEPENDS="gtk+-dev" +BUILD_DEPENDS="gtk+-dev xorg-xproto perl-xml-parser" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.opbyte.it/grsync/" WGET_URL="http://www.opbyte.it/release/$TARBALL" @@ -19,8 +19,8 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 intltool/receipt --- a/intltool/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/intltool/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -7,6 +7,7 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" DEPENDS="perl perl-xml-parser" +BUILD_DEPENDS="perl perl-xml-parser" WEB_SITE="http://www.gnome.org/" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/intltool/0.40/$TARBALL" @@ -16,8 +17,8 @@ cd $src ./configure \ --prefix=/usr \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 libiec61883/receipt --- a/libiec61883/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/libiec61883/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="libiec61883 is a standard defining a high speed serial bus." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="libraw1394" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.linux1394.org/" WGET_URL="http://www.linux1394.org/dl/$TARBALL" @@ -16,8 +17,8 @@ ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 libwnck/receipt --- a/libwnck/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/libwnck/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="libwnck is Window Navigator Construction Kit." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="perl-xml-parser gettext" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ftp.acc.umu.se/pub/gnome/sources/libwnck/" WGET_URL="http://ftp.acc.umu.se/pub/gnome/sources/libwnck/2.22/$TARBALL" @@ -17,8 +18,8 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 neon/receipt --- a/neon/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/neon/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Neon HTTP and WebDAV client library" MAINTAINER="lehswe@gmail.com" DEPENDS="" +BUILD_DEPENDS="zlib-dev libxml2-dev expat-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.webdav.org/neon" WGET_URL="http://www.webdav.org/neon/$TARBALL" @@ -15,8 +16,8 @@ { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 poedit/receipt --- a/poedit/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/poedit/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Editor for i18n po files." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg wxWidgets pango gettext" +BUILD_DEPENDS="wxWidgets gettext" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.poedit.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -15,8 +16,8 @@ { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 portmap/receipt --- a/portmap/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/portmap/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -5,7 +5,8 @@ CATEGORY="network" SHORT_DESC="RPC portmapper" MAINTAINER="erjo@slitaz.org" -DEPENDS="libwrap-dev" +DEPENDS="libwrap" +BUILD_DEPENDS="libwrap-dev" TARBALL="${PACKAGE}-${VERSION}.tgz" WEB_SITE="http://neil.brown.name/portmap/" WGET_URL="http://neil.brown.name/portmap/$TARBALL" diff -r 370e6734ab9e -r c1ff74d9b6f4 pycairo/receipt --- a/pycairo/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/pycairo/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -5,7 +5,8 @@ CATEGORY="development" SHORT_DESC="Python bindings for the cairo graphics library." MAINTAINER="erjo@slitaz.org" -DEPENDS="" +DEPENDS="cairo" +BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cairographics.org/pycairo/" WGET_URL="http://www.cairographics.org/releases/$TARBALL" @@ -15,8 +16,8 @@ { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 shared-mime-info/receipt --- a/shared-mime-info/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/shared-mime-info/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Core database of common types and the *update-mime-database*." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="perl-xml-parser" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://freedesktop.org/wiki/Software/shared-mime-info" WGET_URL="http://freedesktop.org/~hadess/$TARBALL" @@ -17,8 +18,8 @@ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 tsclient/receipt --- a/tsclient/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/tsclient/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="GTK frontend to rdesktop and other remote desktop tools." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ rdesktop" +BUILD_DEPENDS="gtk+ perl-xml-parser pkg-config" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/tsclient/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -19,8 +20,8 @@ --libexecdir=/usr/lib/$PACKAGE \ --mandir=/usr/share/man \ --disable-gnome \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 xorg-libICE/receipt --- a/xorg-libICE/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/xorg-libICE/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="pkg-config xorg-xproto" SOURCE="libICE" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.x.org/" @@ -16,8 +17,8 @@ cd $src ./configure --prefix=/usr --sysconfdir=/etc \ --mandir=/usr/share/man --localstatedir=/var \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 370e6734ab9e -r c1ff74d9b6f4 xorg-xload/receipt --- a/xorg-xload/receipt Sat Oct 04 10:52:14 2008 +0200 +++ b/xorg-xload/receipt Sat Oct 04 09:01:05 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="X app to show system resources usage." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" +BUILD_DEPENDS="xorg-libXaw-dev" SOURCE="xload" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.x.org/" @@ -16,8 +17,8 @@ { cd $src ./configure --prefix=/usr --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }