wok-4.x rev 10596
e17 libs: clean receipt and bdeps to make edbus built
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 26 14:06:40 2011 +0200 (2011-05-26) |
parents | 13e1a2f3f53c |
children | 07be27851acc |
files | ecore/receipt eet/receipt eina/receipt embryo/receipt evas/receipt |
line diff
1.1 --- a/ecore/receipt Thu May 26 12:47:25 2011 +0200 1.2 +++ b/ecore/receipt Thu May 26 14:06:40 2011 +0200 1.3 @@ -9,9 +9,8 @@ 1.4 WEB_SITE="http://www.enlightenment.org/" 1.5 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.6 1.7 -DEPENDS="eina eet evas xorg-libX11 libcurl libcroco librsvg fribidi gnutls" 1.8 -BUILD_DEPENDS="eina-dev evas-dev eet-dev xorg-libX11-dev curl-dev librsvg-dev \ 1.9 -gnutls-dev libcroco-dev fribidi-dev" 1.10 +DEPENDS="eina eet evas libgnutls libssl" 1.11 +BUILD_DEPENDS="eina-dev eet-dev evas-dev gnutls-dev openssl-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules()
2.1 --- a/eet/receipt Thu May 26 12:47:25 2011 +0200 2.2 +++ b/eet/receipt Thu May 26 14:06:40 2011 +0200 2.3 @@ -9,7 +9,7 @@ 2.4 WEB_SITE="http://www.enlightenment.org/" 2.5 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 2.6 2.7 -DEPENDS="eina gnutls openssl" 2.8 +DEPENDS="eina libgnutls libssl" 2.9 BUILD_DEPENDS="eina-dev gnutls-dev openssl-dev" 2.10 2.11 # Rules to configure and make the package.
3.1 --- a/eina/receipt Thu May 26 12:47:25 2011 +0200 3.2 +++ b/eina/receipt Thu May 26 14:06:40 2011 +0200 3.3 @@ -10,7 +10,7 @@ 3.4 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 3.5 3.6 DEPENDS="" 3.7 -BUILD_DEPENDS="pkg-config" 3.8 +BUILD_DEPENDS="" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules()
4.1 --- a/embryo/receipt Thu May 26 12:47:25 2011 +0200 4.2 +++ b/embryo/receipt Thu May 26 14:06:40 2011 +0200 4.3 @@ -3,9 +3,8 @@ 4.4 PACKAGE="embryo" 4.5 VERSION="1.0.0" 4.6 CATEGORY="base-system" 4.7 -SHORT_DESC="Enlightenment's virtual machine engine and bytecode compiler used in Edje." 4.8 +SHORT_DESC="Enlightenment's - Small Pawn based virtual machine and compiler." 4.9 MAINTAINER="pankso@slitaz.org" 4.10 -DEPENDS="glibc-base" 4.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.12 WEB_SITE="http://www.enlightenment.org/" 4.13 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 4.14 @@ -26,4 +25,3 @@ 4.15 cp -a $_pkg/usr/bin $fs/usr 4.16 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 4.17 } 4.18 -
5.1 --- a/evas/receipt Thu May 26 12:47:25 2011 +0200 5.2 +++ b/evas/receipt Thu May 26 14:06:40 2011 +0200 5.3 @@ -9,10 +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="fontconfig freetype jpeg libpng tiff xorg-libXrender \ 5.8 -eet eina fribidi librsvg giflib libgnutls libcroco" 5.9 -BUILD_DEPENDS="eet-dev eina-dev fribidi-dev librsvg-dev giflib-dev gnutls-dev \ 5.10 -libcroco-dev" 5.11 +DEPENDS="eina eet libgnutls libssl libcroco librsvg" 5.12 +BUILD_DEPENDS="eina-dev eet-dev gnutls-dev openssl-dev libcroco-dev librsvg-dev" 5.13 5.14 # Rules to configure and make the package. 5.15 compile_rules()