wok-current rev 10621
enlightenment and libs: huge clean to bdeps and make it build
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 26 21:09:04 2011 +0200 (2011-05-26) |
parents | 66e1e63387d7 |
children | cf214eecc1b5 |
files | ecore/receipt edbus-dev/receipt edbus/receipt edje-dev/receipt edje/receipt eet/receipt efreet/receipt elementary/receipt emotion/receipt enlightenment-pam/receipt enlightenment/receipt evas/receipt expedite/receipt |
line diff
1.1 --- a/ecore/receipt Thu May 26 18:50:24 2011 +0200 1.2 +++ b/ecore/receipt Thu May 26 21:09:04 2011 +0200 1.3 @@ -8,9 +8,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.enlightenment.org/" 1.6 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.7 +TAGS="e17" 1.8 1.9 -DEPENDS="eina eet evas libgnutls libssl" 1.10 -BUILD_DEPENDS="eina-dev eet-dev evas-dev gnutls-dev openssl-dev" 1.11 +DEPENDS="eina eet evas" 1.12 +BUILD_DEPENDS="eina-dev eet-dev evas-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()
2.1 --- a/edbus-dev/receipt Thu May 26 18:50:24 2011 +0200 2.2 +++ b/edbus-dev/receipt Thu May 26 21:09:04 2011 +0200 2.3 @@ -5,7 +5,7 @@ 2.4 CATEGORY="development" 2.5 SHORT_DESC="E17 dbus devel files." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 -DEPENDS="dbus-dev ecore-dev" 2.8 +DEPENDS="dbus-dev" 2.9 WANTED="edbus" 2.10 SOURCE="e_dbus" 2.11 WEB_SITE="http://www.enlightenment.org/"
3.1 --- a/edbus/receipt Thu May 26 18:50:24 2011 +0200 3.2 +++ b/edbus/receipt Thu May 26 21:09:04 2011 +0200 3.3 @@ -10,9 +10,8 @@ 3.4 WEB_SITE="http://www.enlightenment.org/" 3.5 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 3.6 3.7 -DEPENDS="eina eet ecore evas libgnutls libssl libcroco librsvg dbus" 3.8 -BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev gnutls-dev openssl-dev \ 3.9 -libcroco-dev librsvg-dev dbus-dev" 3.10 +DEPENDS="eina eet ecore evas dbus" 3.11 +BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev dbus-dev" 3.12 3.13 # Rules to configure and make the package. 3.14 compile_rules() 3.15 @@ -29,4 +28,3 @@ 3.16 cp -a $_pkg/usr/bin $fs/usr 3.17 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 3.18 } 3.19 -
4.1 --- a/edje-dev/receipt Thu May 26 18:50:24 2011 +0200 4.2 +++ b/edje-dev/receipt Thu May 26 21:09:04 2011 +0200 4.3 @@ -5,7 +5,7 @@ 4.4 CATEGORY="development" 4.5 SHORT_DESC="E17 Edje devel files." 4.6 MAINTAINER="pankso@slitaz.org" 4.7 -DEPENDS="eet-dev evas-dev ecore-dev embryo-dev" 4.8 +DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-dev" 4.9 WANTED="edje" 4.10 WEB_SITE="http://www.enlightenment.org/" 4.11
5.1 --- a/edje/receipt Thu May 26 18:50:24 2011 +0200 5.2 +++ b/edje/receipt Thu May 26 21:09:04 2011 +0200 5.3 @@ -9,9 +9,8 @@ 5.4 WEB_SITE="http://www.enlightenment.org/" 5.5 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 5.6 5.7 -DEPENDS="eina eet evas embryo ecore lua libcroco libgnutls librsvg fribidi libcurl" 5.8 -BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-dev libcroco-dev \ 5.9 -gnutls-dev librsvg-dev fribidi-dev curl-dev" 5.10 +DEPENDS="eina eet evas embryo ecore lua" 5.11 +BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-dev" 5.12 5.13 # Rules to configure and make the package. 5.14 compile_rules()
6.1 --- a/eet/receipt Thu May 26 18:50:24 2011 +0200 6.2 +++ b/eet/receipt Thu May 26 21:09:04 2011 +0200 6.3 @@ -9,8 +9,8 @@ 6.4 WEB_SITE="http://www.enlightenment.org/" 6.5 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 6.6 6.7 -DEPENDS="eina libgnutls libssl" 6.8 -BUILD_DEPENDS="eina-dev gnutls-dev openssl-dev" 6.9 +DEPENDS="eina" 6.10 +BUILD_DEPENDS="eina-dev" 6.11 6.12 # Rules to configure and make the package. 6.13 compile_rules()
7.1 --- a/efreet/receipt Thu May 26 18:50:24 2011 +0200 7.2 +++ b/efreet/receipt Thu May 26 21:09:04 2011 +0200 7.3 @@ -9,16 +9,13 @@ 7.4 WEB_SITE="http://www.enlightenment.org/" 7.5 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 7.6 7.7 -DEPENDS="eina eet ecore libgnutls libcurl libgnutls fribidi librsvg" 7.8 -BUILD_DEPENDS="eina-dev eet-dev ecore-dev fribidi-dev librsvg-dev \ 7.9 -gnutls-dev libcroco-dev curl-dev" 7.10 +DEPENDS="eina eet ecore" 7.11 +BUILD_DEPENDS="eina-dev eet-dev ecore-dev" 7.12 7.13 # Rules to configure and make the package. 7.14 compile_rules() 7.15 { 7.16 - cd $src 7.17 - ./configure $CONFIGURE_ARGS && 7.18 - make && make install 7.19 + ./configure $CONFIGURE_ARGS && make && make install 7.20 } 7.21 7.22 # Rules to gen a SliTaz package suitable for Tazpkg. 7.23 @@ -30,4 +27,3 @@ 7.24 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 7.25 cp -a $_pkg/usr/lib/efreet $fs/usr/lib 7.26 } 7.27 -
8.1 --- a/elementary/receipt Thu May 26 18:50:24 2011 +0200 8.2 +++ b/elementary/receipt Thu May 26 21:09:04 2011 +0200 8.3 @@ -5,23 +5,18 @@ 8.4 CATEGORY="x-window" 8.5 SHORT_DESC="Widget set based on EFL for mobile touch-screen devices." 8.6 MAINTAINER="pankso@slitaz.org" 8.7 -DEPENDS="cairo evas ecore embryo edje libelementary xorg-libXp xorg-libXss \ 8.8 -edbus efreet libtasn1" 8.9 -BUILD_DEPENDS="cairo-dev evas-dev eina-dev eet-dev ecore-dev edje-dev" 8.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 8.11 WEB_SITE="http://www.enlightenment.org/" 8.12 WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" 8.13 +TAGS="e17" 8.14 + 8.15 +DEPENDS="eina eet evas ecore edje efreet libelementary" 8.16 +BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev efreet-dev" 8.17 8.18 # Rules to configure and make the package. 8.19 compile_rules() 8.20 { 8.21 - cd $src 8.22 - ./configure \ 8.23 - --prefix=/usr \ 8.24 - --mandir=/usr/share/man \ 8.25 - $CONFIGURE_ARGS && 8.26 - make && 8.27 - make DESTDIR=$PWD/_pkg install 8.28 + ./configure $CONFIGURE_ARGS && make && make install 8.29 } 8.30 8.31 # Rules to gen a SliTaz package suitable for Tazpkg.
9.1 --- a/emotion/receipt Thu May 26 18:50:24 2011 +0200 9.2 +++ b/emotion/receipt Thu May 26 21:09:04 2011 +0200 9.3 @@ -7,13 +7,11 @@ 9.4 MAINTAINER="pankso@slitaz.org" 9.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.6 WEB_SITE="http://www.enlightenment.org/" 9.7 -WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE" 9.8 +WGET_URL="svn|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE" 9.9 BRANCH="$VERSION" 9.10 9.11 -DEPENDS="xine-lib xorg-libXp xorg-libXss fribidi edje xorg-libXdamage \ 9.12 -xorg-libXtst gnutls jpeg fontconfig glib eina libtasn1" 9.13 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev 9.14 -xorg-libXp-dev xorg-libXss-dev fribidi-dev subversion eina-dev" 9.15 +DEPENDS="eina eet evas ecore edje xine-lib" 9.16 +BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev xine-lib-dev" 9.17 9.18 # Rules to configure and make the package. 9.19 compile_rules() 9.20 @@ -24,8 +22,7 @@ 9.21 --mandir=/usr/share/man \ 9.22 --disable-gstreamer \ 9.23 $CONFIGURE_ARGS && 9.24 - make && 9.25 - make DESTDIR=$PWD/_pkg install 9.26 + make && make install 9.27 } 9.28 9.29 # Rules to gen a SliTaz package suitable for Tazpkg.
10.1 --- a/enlightenment-pam/receipt Thu May 26 18:50:24 2011 +0200 10.2 +++ b/enlightenment-pam/receipt Thu May 26 21:09:04 2011 +0200 10.3 @@ -4,24 +4,23 @@ 10.4 SOURCE="enlightenment" 10.5 VERSION="0.16.999.55225" 10.6 CATEGORY="x-window" 10.7 -SHORT_DESC="Enlightenment window manager (E17)." 10.8 +SHORT_DESC="Enlightenment window manager (E17) with PAM, Bluez and connman support." 10.9 MAINTAINER="pankso@slitaz.org" 10.10 TARBALL="$SOURCE-$VERSION.tar.gz" 10.11 WEB_SITE="http://www.enlightenment.org/" 10.12 WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" 10.13 PROVIDE="enlightenment:pam" 10.14 +TAGS="e17" 10.15 10.16 -DEPENDS="alsa-lib edbus edje efreet pam" 10.17 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \ 10.18 -efreet edbus-dev edbus curl-dev libcrypto-dev openssl-dev fribidi-dev \ 10.19 -xorg-libXp-dev pam-dev edbus-dev" 10.20 +# Add PAM and bluez support (enlightenment is smaller). 10.21 +DEPENDS="eina eet ecore evas edje efreet edbus alsa-lib pam bluez connman" 10.22 +BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev edje-dev efreet-dev 10.23 +edbus-dev alsa-lib-dev pam-dev bluez-dev connman-dev" 10.24 10.25 # Rules to configure and make the package. 10.26 compile_rules() 10.27 { 10.28 - cd $src 10.29 - ./configure $CONFIGURE_ARGS && 10.30 - make && make install 10.31 + ./configure $CONFIGURE_ARGS && make && make install 10.32 } 10.33 10.34 # Rules to gen a SliTaz package suitable for Tazpkg.
11.1 --- a/enlightenment/receipt Thu May 26 18:50:24 2011 +0200 11.2 +++ b/enlightenment/receipt Thu May 26 21:09:04 2011 +0200 11.3 @@ -9,11 +9,11 @@ 11.4 WEB_SITE="http://www.enlightenment.org/" 11.5 WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" 11.6 TAGS="wm window-manager" 11.7 +TAGS="e17" 11.8 11.9 -DEPENDS="alsa-lib eina eet evas dbus edbus edje efreet libcurl hal giflib libgnutls" 11.10 -BUILD_DEPENDS="alsa-lib-dev eina-dev eet-dev evas-dev ecore-dev embryo-dev \ 11.11 -edje-dev efreet-dev edbus-dev dbus-dev curl-dev openssl-dev xorg-libXp-dev \ 11.12 -librsvg-dev gnutls-dev libcroco-dev fribidi-dev hal-dev giflib-dev edbus-dev" 11.13 +DEPENDS="eina eet ecore evas edje efreet edbus alsa-lib" 11.14 +BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev edje-dev efreet-dev 11.15 +edbus-dev alsa-lib-dev" 11.16 11.17 # Rules to configure and make the package. 11.18 compile_rules()
12.1 --- a/evas/receipt Thu May 26 18:50:24 2011 +0200 12.2 +++ b/evas/receipt Thu May 26 21:09:04 2011 +0200 12.3 @@ -9,8 +9,8 @@ 12.4 WEB_SITE="http://www.enlightenment.org/" 12.5 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 12.6 12.7 -DEPENDS="eina eet libgnutls libssl libcroco librsvg" 12.8 -BUILD_DEPENDS="eina-dev eet-dev gnutls-dev openssl-dev libcroco-dev librsvg-dev" 12.9 +DEPENDS="eina eet" 12.10 +BUILD_DEPENDS="eina-dev eet-dev" 12.11 12.12 # Rules to configure and make the package. 12.13 compile_rules()
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 13.2 +++ b/expedite/receipt Thu May 26 21:09:04 2011 +0200 13.3 @@ -0,0 +1,27 @@ 13.4 +# SliTaz package receipt. 13.5 + 13.6 +PACKAGE="expedite" 13.7 +VERSION="0.7.2" 13.8 +CATEGORY="graphics" 13.9 +SHORT_DESC="E17 benchmark suite for Evas." 13.10 +MAINTAINER="pankso@slitaz.org" 13.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 13.12 +WEB_SITE="http://www.enlightenment.org/" 13.13 +WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" 13.14 +TAGS="e17" 13.15 + 13.16 +DEPENDS="eina eet evas" 13.17 +BUILD_DEPENDS="eina-dev eet-dev evas-dev" 13.18 + 13.19 +# Rules to configure and make the package. 13.20 +compile_rules() 13.21 +{ 13.22 + ./configure $CONFIGURE_ARGS && make && make install 13.23 +} 13.24 + 13.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 13.26 +genpkg_rules() 13.27 +{ 13.28 + mkdir -p $fs 13.29 + cp -a $install/usr $fs 13.30 +}