wok-next rev 1480
update BUILD_DEPENDS for claws-mail-attremover claws-mail-notification claws-mail-vcalendar edje efreet ewl imlib2 xorg-server xorg-xf86-input-evdev xorg-xf86-input-keyboard xorg-xf86-input-mouse xorg-xf86-video-ati xorg-xf86-video-nv xorg-xf86-video-vesa xorg-xkeyboard-config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 04 17:10:38 2008 +0000 (2008-10-04) |
parents | 34c8cf508889 |
children | dd8bb4875d43 |
files | claws-mail-attremover/receipt claws-mail-notification/receipt claws-mail-vcalendar/receipt edje/receipt efreet/receipt ewl/receipt imlib2/receipt xorg-server/receipt xorg-xf86-input-evdev/receipt xorg-xf86-input-keyboard/receipt xorg-xf86-input-mouse/receipt xorg-xf86-video-ati/receipt xorg-xf86-video-nv/receipt xorg-xf86-video-vesa/receipt xorg-xkeyboard-config/receipt |
line diff
1.1 --- a/claws-mail-attremover/receipt Sat Oct 04 14:46:49 2008 +0000 1.2 +++ b/claws-mail-attremover/receipt Sat Oct 04 17:10:38 2008 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="claws-mail plugin - Remove attachments from emails." 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="claws-mail" 1.7 +BUILD_DEPENDS="pkg-config claws-mail-dev" 1.8 SOURCE="att_remover" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" 1.11 @@ -16,8 +17,8 @@ 1.12 { 1.13 cd $src 1.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.15 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.16 - make && \ 1.17 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21
2.1 --- a/claws-mail-notification/receipt Sat Oct 04 14:46:49 2008 +0000 2.2 +++ b/claws-mail-notification/receipt Sat Oct 04 17:10:38 2008 +0000 2.3 @@ -6,6 +6,7 @@ 2.4 SHORT_DESC="claws-mail plugin - mail notification." 2.5 MAINTAINER="erjo@slitaz.org" 2.6 DEPENDS="claws-mail" 2.7 +BUILD_DEPENDS="pkg-config claws-mail-dev" 2.8 SOURCE="notification_plugin" 2.9 TARBALL="${SOURCE}-${VERSION}.tar.gz" 2.10 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" 2.11 @@ -16,8 +17,8 @@ 2.12 { 2.13 cd $src 2.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 2.15 - --mandir=/usr/share/man $CONFIGURE_ARGS 2.16 - make 2.17 + --mandir=/usr/share/man $CONFIGURE_ARGS && 2.18 + make && 2.19 make DESTDIR=$PWD/_pkg install 2.20 } 2.21
3.1 --- a/claws-mail-vcalendar/receipt Sat Oct 04 14:46:49 2008 +0000 3.2 +++ b/claws-mail-vcalendar/receipt Sat Oct 04 17:10:38 2008 +0000 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="claws-mail plugin - vcalendar messages support." 3.5 MAINTAINER="erjo@slitaz.org" 3.6 DEPENDS="claws-mail curl" 3.7 -BUILD_DEPENS="curl-dev" 3.8 +BUILD_DEPENDS="curl-dev claws-mail" 3.9 SOURCE="vcalendar" 3.10 TARBALL="$SOURCE-$VERSION.tar.gz" 3.11 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" 3.12 @@ -17,8 +17,8 @@ 3.13 { 3.14 cd $src 3.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 3.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 3.17 - make 3.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 3.19 + make && 3.20 make DESTDIR=$PWD/_pkg install 3.21 } 3.22
4.1 --- a/edje/receipt Sat Oct 04 14:46:49 2008 +0000 4.2 +++ b/edje/receipt Sat Oct 04 17:10:38 2008 +0000 4.3 @@ -6,6 +6,7 @@ 4.4 SHORT_DESC="E17 libs." 4.5 MAINTAINER="pankso@slitaz.org" 4.6 DEPENDS="eet evas ecore embryo" 4.7 +BUILD_DEPENDS="pkg-config eet evas ecore embryo eet-dev embryo-dev evas-dev" 4.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.9 WEB_SITE="http://www.enlightenment.org/" 4.10 WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" 4.11 @@ -15,8 +16,8 @@ 4.12 { 4.13 cd $src 4.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 4.15 - --mandir=/usr/share/man $CONFIGURE_ARGS 4.16 - make 4.17 + --mandir=/usr/share/man $CONFIGURE_ARGS && 4.18 + make && 4.19 make DESTDIR=$PWD/_pkg install 4.20 } 4.21
5.1 --- a/efreet/receipt Sat Oct 04 14:46:49 2008 +0000 5.2 +++ b/efreet/receipt Sat Oct 04 17:10:38 2008 +0000 5.3 @@ -6,6 +6,7 @@ 5.4 SHORT_DESC="E17 libs." 5.5 MAINTAINER="pankso@slitaz.org" 5.6 DEPENDS="eet evas ecore embryo edje" 5.7 +BUILD_DEPENDS="eet evas ecore embryo edje" 5.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.9 WEB_SITE="http://www.enlightenment.org/" 5.10 WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" 5.11 @@ -15,8 +16,8 @@ 5.12 { 5.13 cd $src 5.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 5.15 - --mandir=/usr/share/man $CONFIGURE_ARGS 5.16 - make 5.17 + --mandir=/usr/share/man $CONFIGURE_ARGS && 5.18 + make && 5.19 make DESTDIR=$PWD/_pkg install 5.20 } 5.21
6.1 --- a/ewl/receipt Sat Oct 04 14:46:49 2008 +0000 6.2 +++ b/ewl/receipt Sat Oct 04 17:10:38 2008 +0000 6.3 @@ -6,7 +6,7 @@ 6.4 SHORT_DESC="E17 ewl." 6.5 MAINTAINER="pankso@slitaz.org" 6.6 DEPENDS="jpeg ecore eet evas" 6.7 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev" 6.8 +BUILD_DEPENDS="eet-dev evas-dev ecore-dev efreet" 6.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.10 WEB_SITE="http://www.enlightenment.org/" 6.11 WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" 6.12 @@ -18,8 +18,8 @@ 6.13 ./configure \ 6.14 --prefix=/usr \ 6.15 --sysconfdir=/etc \ 6.16 - $CONFIGURE_ARGS 6.17 - make 6.18 + $CONFIGURE_ARGS && 6.19 + make && 6.20 make DESTDIR=$PWD/_pkg install 6.21 } 6.22
7.1 --- a/imlib2/receipt Sat Oct 04 14:46:49 2008 +0000 7.2 +++ b/imlib2/receipt Sat Oct 04 17:10:38 2008 +0000 7.3 @@ -6,7 +6,8 @@ 7.4 SHORT_DESC="Imlib graphic library." 7.5 MAINTAINER="pankso@slitaz.org" 7.6 DEPENDS="libpng tiff jpeg xorg-libXpm" 7.7 -BUILD_DEPENDS="libpng-dev tiff-dev jpeg-dev xorg-libXpm-dev" 7.8 +BUILD_DEPENDS="libpng-dev tiff-dev jpeg-dev xorg-libXpm-dev xorg-xextproto id3l 7.9 +ib-dev" 7.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.11 WEB_SITE="http://sourceforge.net/projects/enlightenment/" 7.12 WGET_URL="$SF_MIRROR/enlightenment/$TARBALL" 7.13 @@ -19,8 +20,8 @@ 7.14 --prefix=/usr \ 7.15 --infodir=/usr/share/info \ 7.16 --mandir=/usr/share/man \ 7.17 - $CONFIGURE_ARGS 7.18 - make 7.19 + $CONFIGURE_ARGS && 7.20 + make && 7.21 make DESTDIR=$PWD/_pkg install 7.22 } 7.23
8.1 --- a/xorg-server/receipt Sat Oct 04 14:46:49 2008 +0000 8.2 +++ b/xorg-server/receipt Sat Oct 04 17:10:38 2008 +0000 8.3 @@ -6,7 +6,7 @@ 8.4 SHORT_DESC="Xorg core server." 8.5 MAINTAINER="pankso@slitaz.org" 8.6 DEPENDS="xorg xorg-libxkbfile xorg-xf86-input-mouse xorg-xf86-input-keyboard 8.7 - xorg-xf86-video-vesa xorg-xkeyboard-config xorg-xkbcomp" 8.8 + xorg-xf86-video-vesa xorg-xkeyboard-config xorg-xkbcomp xorg-libxkbfile" 8.9 BUILD_DEPENDS="xorg-dev-proto xorg-libXfont-dev xorg-xtrans" 8.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 8.11 WEB_SITE="http://www.x.org/" 8.12 @@ -51,8 +51,8 @@ 8.13 --with-builder-addr=$MAINTAINER \ 8.14 --disable-dri \ 8.15 --disable-xorgcfg \ 8.16 - $CONFIGURE_ARGS 8.17 - make 8.18 + $CONFIGURE_ARGS && 8.19 + make && 8.20 make DESTDIR=$PWD/_pkg install 8.21 } 8.22
9.1 --- a/xorg-xf86-input-evdev/receipt Sat Oct 04 14:46:49 2008 +0000 9.2 +++ b/xorg-xf86-input-evdev/receipt Sat Oct 04 17:10:38 2008 +0000 9.3 @@ -6,6 +6,7 @@ 9.4 SHORT_DESC="Xorg input evdev driver." 9.5 MAINTAINER="pankso@slitaz.org" 9.6 DEPENDS="xorg xorg-server" 9.7 +BUILD_DEPENDS="xorg-server xorg-xproto" 9.8 SOURCE="xf86-input-evdev" 9.9 TARBALL="$SOURCE-$VERSION.tar.gz" 9.10 WEB_SITE="http://www.x.org/" 9.11 @@ -21,8 +22,8 @@ 9.12 --mandir=/usr/share/man \ 9.13 --localstatedir=/var \ 9.14 --with-xorg-module-dir=/usr/lib/X11/modules \ 9.15 - $CONFIGURE_ARGS 9.16 - make 9.17 + $CONFIGURE_ARGS && 9.18 + make && 9.19 make DESTDIR=$PWD/_pkg install 9.20 } 9.21
10.1 --- a/xorg-xf86-input-keyboard/receipt Sat Oct 04 14:46:49 2008 +0000 10.2 +++ b/xorg-xf86-input-keyboard/receipt Sat Oct 04 17:10:38 2008 +0000 10.3 @@ -6,6 +6,7 @@ 10.4 SHORT_DESC="Xorg server keyboard driver." 10.5 MAINTAINER="pankso@slitaz.org" 10.6 DEPENDS="xorg" 10.7 +BUILD_DEPENDS="xorg-server xorg-xproto" 10.8 SOURCE="xf86-input-keyboard" 10.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 10.10 WEB_SITE="http://www.x.org/" 10.11 @@ -21,8 +22,8 @@ 10.12 --mandir=/usr/share/man \ 10.13 --localstatedir=/var \ 10.14 --with-xorg-module-dir=/usr/lib/X11/modules \ 10.15 - $CONFIGURE_ARGS 10.16 - make 10.17 + $CONFIGURE_ARGS && 10.18 + make && 10.19 make DESTDIR=$PWD/_pkg install 10.20 } 10.21
11.1 --- a/xorg-xf86-input-mouse/receipt Sat Oct 04 14:46:49 2008 +0000 11.2 +++ b/xorg-xf86-input-mouse/receipt Sat Oct 04 17:10:38 2008 +0000 11.3 @@ -6,6 +6,7 @@ 11.4 SHORT_DESC="Xorg server protocol." 11.5 MAINTAINER="pankso@slitaz.org" 11.6 DEPENDS="xorg" 11.7 +BUILD_DEPENDS="xorg-server xorg-xproto" 11.8 SOURCE="xf86-input-mouse" 11.9 TARBALL="$SOURCE-$VERSION.tar.gz" 11.10 WEB_SITE="http://www.x.org/" 11.11 @@ -21,8 +22,8 @@ 11.12 --mandir=/usr/share/man \ 11.13 --localstatedir=/var \ 11.14 --with-xorg-module-dir=/usr/lib/X11/modules \ 11.15 - $CONFIGURE_ARGS 11.16 - make 11.17 + $CONFIGURE_ARGS && 11.18 + make && 11.19 make DESTDIR=$PWD/_pkg install 11.20 } 11.21
12.1 --- a/xorg-xf86-video-ati/receipt Sat Oct 04 14:46:49 2008 +0000 12.2 +++ b/xorg-xf86-video-ati/receipt Sat Oct 04 17:10:38 2008 +0000 12.3 @@ -6,6 +6,7 @@ 12.4 SHORT_DESC="Xorg server protocol." 12.5 MAINTAINER="pankso@slitaz.org" 12.6 DEPENDS="xorg xorg-server" 12.7 +BUILD_DEPENDS="xorg-server xorg-xproto xorg-fontsproto" 12.8 SOURCE="xf86-video-ati" 12.9 TARBALL="$SOURCE-$VERSION.tar.gz" 12.10 WEB_SITE="http://www.x.org/" 12.11 @@ -21,8 +22,8 @@ 12.12 --mandir=/usr/share/man \ 12.13 --localstatedir=/var \ 12.14 --with-xorg-module-dir=/usr/lib/X11/modules \ 12.15 - $CONFIGURE_ARGS 12.16 - make 12.17 + $CONFIGURE_ARGS && 12.18 + make && 12.19 make DESTDIR=$PWD/_pkg install 12.20 } 12.21
13.1 --- a/xorg-xf86-video-nv/receipt Sat Oct 04 14:46:49 2008 +0000 13.2 +++ b/xorg-xf86-video-nv/receipt Sat Oct 04 17:10:38 2008 +0000 13.3 @@ -6,6 +6,7 @@ 13.4 SHORT_DESC="Xorg server protocol." 13.5 MAINTAINER="pankso@slitaz.org" 13.6 DEPENDS="xorg xorg-server" 13.7 +BUILD_DEPENDS="xorg-server xorg-xproto xorg-fontsproto" 13.8 SOURCE="xf86-video-nv" 13.9 TARBALL="$SOURCE-$VERSION.tar.gz" 13.10 WEB_SITE="http://www.x.org/" 13.11 @@ -21,8 +22,8 @@ 13.12 --mandir=/usr/share/man \ 13.13 --localstatedir=/var \ 13.14 --with-xorg-module-dir=/usr/lib/X11/modules \ 13.15 - $CONFIGURE_ARGS 13.16 - make 13.17 + $CONFIGURE_ARGS && 13.18 + make && 13.19 make DESTDIR=$PWD/_pkg install 13.20 } 13.21
14.1 --- a/xorg-xf86-video-vesa/receipt Sat Oct 04 14:46:49 2008 +0000 14.2 +++ b/xorg-xf86-video-vesa/receipt Sat Oct 04 17:10:38 2008 +0000 14.3 @@ -6,6 +6,7 @@ 14.4 SHORT_DESC="Xorg server protocol." 14.5 MAINTAINER="pankso@slitaz.org" 14.6 DEPENDS="xorg" 14.7 +BUILD_DEPENDS="xorg-server xorg-xproto xorg-fontsproto" 14.8 SOURCE="xf86-video-vesa" 14.9 TARBALL="$SOURCE-$VERSION.tar.gz" 14.10 WEB_SITE="http://www.x.org/" 14.11 @@ -21,8 +22,8 @@ 14.12 --mandir=/usr/share/man \ 14.13 --localstatedir=/var \ 14.14 --with-xorg-module-dir=/usr/lib/X11/modules \ 14.15 - $CONFIGURE_ARGS 14.16 - make 14.17 + $CONFIGURE_ARGS && 14.18 + make && 14.19 make DESTDIR=$PWD/_pkg install 14.20 } 14.21
15.1 --- a/xorg-xkeyboard-config/receipt Sat Oct 04 14:46:49 2008 +0000 15.2 +++ b/xorg-xkeyboard-config/receipt Sat Oct 04 17:10:38 2008 +0000 15.3 @@ -6,7 +6,7 @@ 15.4 SHORT_DESC="Xorg server keyboard definition files." 15.5 MAINTAINER="pankso@slitaz.org" 15.6 DEPENDS="xorg" 15.7 -BUILD_DEPENDS="perl-xml-parser" 15.8 +BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp" 15.9 SOURCE="xkeyboard-config" 15.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 15.11 WEB_SITE="http://www.x.org/" 15.12 @@ -23,8 +23,8 @@ 15.13 --localstatedir=/var \ 15.14 --with-xkb-base=/usr/share/X11/xkb \ 15.15 --with-xkb-rules-symlink=xorg \ 15.16 - $CONFIGURE_ARGS 15.17 - make 15.18 + $CONFIGURE_ARGS && 15.19 + make && 15.20 make DESTDIR=$PWD/_pkg install 15.21 } 15.22