wok rev 2917

Up: enlightenment wm, tools and lib to the last snapshot or svn
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 06 23:15:28 2009 +0200 (2009-05-06)
parents cdade354a8a9
children 936654f076c4
files ecore-dev/receipt ecore/receipt edje-dev/receipt edje/receipt eet-dev/receipt eet/receipt efreet-dev/receipt efreet/receipt embryo-dev/receipt embryo/receipt emotion-dev/receipt emotion/receipt enlightenment-pam/receipt enlightenment/receipt etk-dev/receipt etk/receipt evas-dev/receipt evas/receipt ewl-dev/receipt ewl/receipt
line diff
     1.1 --- a/ecore-dev/receipt	Wed May 06 23:09:03 2009 +0200
     1.2 +++ b/ecore-dev/receipt	Wed May 06 23:15:28 2009 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ecore-dev"
     1.7 -VERSION="0.9.9.050"
     1.8 +VERSION="0.9.9.060"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="E17 core libs."
    1.11 +SHORT_DESC="E17 core devel files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  WANTED="ecore"
    1.14  WEB_SITE="http://www.enlightenment.org/"
     2.1 --- a/ecore/receipt	Wed May 06 23:09:03 2009 +0200
     2.2 +++ b/ecore/receipt	Wed May 06 23:15:28 2009 +0200
     2.3 @@ -1,21 +1,23 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ecore"
     2.7 -VERSION="0.9.9.050"
     2.8 +VERSION="0.9.9.060"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="E17 core libs."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  DEPENDS="eet evas libcurl openssl xorg-libX11 xorg-libXau xorg-libXcomposite \
    2.13  xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
    2.14  xorg-libXrandr xorg-libXrender xorg-libXdamage xorg-libXtst"
    2.15 -BUILD_DEPENDS="xorg-dev eet-dev evas-dev evas xorg-libXtst"
    2.16 +BUILD_DEPENDS="xorg-dev eet-dev evas-dev xorg-libXtst-dev"
    2.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18  WEB_SITE="http://www.enlightenment.org/"
    2.19 -WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
    2.20 +WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24  {
    2.25 +	# Edje dont cook if ecore link with libiconv.
    2.26 +	[ -d /var/lib/tazpkg/installed/libiconv-dev ] && tazpkg remove libiconv-dev
    2.27  	cd $src
    2.28  	./configure \
    2.29  		--enable-ecore-config \
     3.1 --- a/edje-dev/receipt	Wed May 06 23:09:03 2009 +0200
     3.2 +++ b/edje-dev/receipt	Wed May 06 23:15:28 2009 +0200
     3.3 @@ -1,9 +1,9 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="edje-dev"
     3.7 -VERSION="0.9.9.050"
     3.8 +VERSION="0.9.92.060"
     3.9  CATEGORY="development"
    3.10 -SHORT_DESC="E17 libs."
    3.11 +SHORT_DESC="E17 Edje devel files."
    3.12  MAINTAINER="pankso@slitaz.org"
    3.13  DEPENDS="eet-dev evas-dev ecore-dev embryo-dev"
    3.14  WANTED="edje"
     4.1 --- a/edje/receipt	Wed May 06 23:09:03 2009 +0200
     4.2 +++ b/edje/receipt	Wed May 06 23:15:28 2009 +0200
     4.3 @@ -1,15 +1,16 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="edje"
     4.7 -VERSION="0.9.9.050"
     4.8 +VERSION="0.9.92.060"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="E17 libs."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12  DEPENDS="eet evas ecore embryo libcurl openssl"
    4.13 -BUILD_DEPENDS="pkg-config eet evas ecore embryo eet-dev embryo-dev evas-dev ecore-dev"
    4.14 +BUILD_DEPENDS="pkg-config eet evas ecore embryo eet-dev embryo-dev \
    4.15 +evas-dev ecore-dev"
    4.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.17  WEB_SITE="http://www.enlightenment.org/"
    4.18 -WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
    4.19 +WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL"
    4.20  
    4.21  # Rules to configure and make the package.
    4.22  compile_rules()
     5.1 --- a/eet-dev/receipt	Wed May 06 23:09:03 2009 +0200
     5.2 +++ b/eet-dev/receipt	Wed May 06 23:15:28 2009 +0200
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="eet-dev"
     5.7 -VERSION="1.1.0"
     5.8 +VERSION="1.2.0"
     5.9  CATEGORY="development"
    5.10  SHORT_DESC="E17 libs devel files."
    5.11  MAINTAINER="pankso@slitaz.org"
     6.1 --- a/eet/receipt	Wed May 06 23:09:03 2009 +0200
     6.2 +++ b/eet/receipt	Wed May 06 23:15:28 2009 +0200
     6.3 @@ -1,12 +1,12 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="eet"
     6.7 -VERSION="1.1.0"
     6.8 +VERSION="1.2.0"
     6.9  CATEGORY="x-window"
    6.10  SHORT_DESC="E17 libs."
    6.11  MAINTAINER="pankso@slitaz.org"
    6.12 -DEPENDS="zlib jpeg openssl"
    6.13 -BUILD_DEPENDS="zlib-dev ecore-dev"
    6.14 +DEPENDS="zlib jpeg openssl eina"
    6.15 +BUILD_DEPENDS="zlib-dev jpeg-dev openssl-dev eina-dev"
    6.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    6.17  WEB_SITE="http://www.enlightenment.org/"
    6.18  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
     7.1 --- a/efreet-dev/receipt	Wed May 06 23:09:03 2009 +0200
     7.2 +++ b/efreet-dev/receipt	Wed May 06 23:15:28 2009 +0200
     7.3 @@ -1,7 +1,7 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="efreet-dev"
     7.7 -VERSION="0.5.0.050"
     7.8 +VERSION="0.5.0.060"
     7.9  CATEGORY="development"
    7.10  SHORT_DESC="E17 libs."
    7.11  MAINTAINER="pankso@slitaz.org"
     8.1 --- a/efreet/receipt	Wed May 06 23:09:03 2009 +0200
     8.2 +++ b/efreet/receipt	Wed May 06 23:15:28 2009 +0200
     8.3 @@ -1,15 +1,15 @@
     8.4  # SliTaz package receipt.
     8.5  
     8.6  PACKAGE="efreet"
     8.7 -VERSION="0.5.0.050"
     8.8 +VERSION="0.5.0.060"
     8.9  CATEGORY="x-window"
    8.10 -SHORT_DESC="E17 libs."
    8.11 +SHORT_DESC="E17 implementation of several specifications from freedesktop.org."
    8.12  MAINTAINER="pankso@slitaz.org"
    8.13  DEPENDS="eet evas ecore embryo edje libcurl openssl"
    8.14 -BUILD_DEPENDS="eet evas ecore embryo edje"
    8.15 +BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev"
    8.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    8.17  WEB_SITE="http://www.enlightenment.org/"
    8.18 -WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
    8.19 +WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL"
    8.20  
    8.21  # Rules to configure and make the package.
    8.22  compile_rules()
     9.1 --- a/embryo-dev/receipt	Wed May 06 23:09:03 2009 +0200
     9.2 +++ b/embryo-dev/receipt	Wed May 06 23:15:28 2009 +0200
     9.3 @@ -1,9 +1,9 @@
     9.4  # SliTaz package receipt.
     9.5  
     9.6  PACKAGE="embryo-dev"
     9.7 -VERSION="0.9.9.050"
     9.8 +VERSION="0.9.9.060"
     9.9  CATEGORY="development"
    9.10 -SHORT_DESC="E17 libs devel files."
    9.11 +SHORT_DESC="E17 Embryo devel files."
    9.12  MAINTAINER="pankso@slitaz.org"
    9.13  DEPENDS="eet evas ecore"
    9.14  WANTED="embryo"
    10.1 --- a/embryo/receipt	Wed May 06 23:09:03 2009 +0200
    10.2 +++ b/embryo/receipt	Wed May 06 23:15:28 2009 +0200
    10.3 @@ -1,14 +1,14 @@
    10.4  # SliTaz package receipt.
    10.5  
    10.6  PACKAGE="embryo"
    10.7 -VERSION="0.9.9.050"
    10.8 +VERSION="0.9.9.060"
    10.9  CATEGORY="x-window"
   10.10 -SHORT_DESC="E17 libs."
   10.11 +SHORT_DESC="E17 Embryo libs."
   10.12  MAINTAINER="pankso@slitaz.org"
   10.13  DEPENDS="eet evas ecore"
   10.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   10.15  WEB_SITE="http://www.enlightenment.org/"
   10.16 -WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
   10.17 +WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL"
   10.18  
   10.19  # Rules to configure and make the package.
   10.20  compile_rules()
    11.1 --- a/emotion-dev/receipt	Wed May 06 23:09:03 2009 +0200
    11.2 +++ b/emotion-dev/receipt	Wed May 06 23:15:28 2009 +0200
    11.3 @@ -1,7 +1,7 @@
    11.4  # SliTaz package receipt.
    11.5  
    11.6  PACKAGE="emotion-dev"
    11.7 -VERSION="0.1.0.042"
    11.8 +VERSION="40505"
    11.9  CATEGORY="development"
   11.10  SHORT_DESC="Devel files from E17 emotion libs."
   11.11  MAINTAINER="pankso@slitaz.org"
    12.1 --- a/emotion/receipt	Wed May 06 23:09:03 2009 +0200
    12.2 +++ b/emotion/receipt	Wed May 06 23:15:28 2009 +0200
    12.3 @@ -1,22 +1,26 @@
    12.4  # SliTaz package receipt.
    12.5  
    12.6  PACKAGE="emotion"
    12.7 -VERSION="0.1.0.042"
    12.8 +VERSION="40505"
    12.9  CATEGORY="x-window"
   12.10  SHORT_DESC="E17 emotion libs."
   12.11  MAINTAINER="pankso@slitaz.org"
   12.12 -DEPENDS="enlightenment xine-lib libiconv"
   12.13 +DEPENDS="enlightenment xine-lib"
   12.14  BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev"
   12.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   12.16  WEB_SITE="http://www.enlightenment.org/"
   12.17 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
   12.18  
   12.19  # Rules to configure and make the package.
   12.20  compile_rules()
   12.21  {
   12.22 +	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
   12.23 +	svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \
   12.24 +		-r $VERSION $PACKAGE-$VERSION
   12.25  	cd $src
   12.26 -	./configure --prefix=/usr --infodir=/usr/share/info \
   12.27 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   12.28 +	./autogen.sh \
   12.29 +		--prefix=/usr \
   12.30 +		--mandir=/usr/share/man \
   12.31 +		--disable-gstreamer \
   12.32 +		$CONFIGURE_ARGS &&
   12.33  	make &&
   12.34  	make DESTDIR=$PWD/_pkg install
   12.35  }
   12.36 @@ -29,8 +33,5 @@
   12.37  	cp -a $_pkg/usr/bin $fs/usr
   12.38  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   12.39  	cp -a $_pkg/usr/lib/emotion/*.so $fs/usr/lib/emotion
   12.40 -	strip -s $fs/usr/bin/*
   12.41 -	strip --strip-unneeded $fs/usr/lib/* 2>/dev/null
   12.42 -	strip --strip-unneeded $fs/usr/lib/emotion/*
   12.43  }
   12.44  
    13.1 --- a/enlightenment-pam/receipt	Wed May 06 23:09:03 2009 +0200
    13.2 +++ b/enlightenment-pam/receipt	Wed May 06 23:15:28 2009 +0200
    13.3 @@ -6,14 +6,14 @@
    13.4  CATEGORY="x-window"
    13.5  SHORT_DESC="Enlightenment window manager (E17)."
    13.6  MAINTAINER="pankso@slitaz.org"
    13.7 -DEPENDS="pam eet evas ecore embryo edje efreet slitaz-menus curl \
    13.8 +DEPENDS="pam eet evas ecore embryo edje efreet edbus slitaz-menus curl \
    13.9  xorg-libXcomposite libcrypto openssl alsa-lib xorg-libX11 xorg-libXau \
   13.10  xorg-libXdmcp xorg-libXext"
   13.11  BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \
   13.12 -efreet curl-dev libcrypto-dev openssl-dev pam-dev"
   13.13 +edbus-dev curl-dev libcrypto-dev openssl-dev pam-dev"
   13.14  TARBALL="$SOURCE-$VERSION.tar.gz"
   13.15  WEB_SITE="http://www.enlightenment.org/"
   13.16 -WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
   13.17 +WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL"
   13.18  PROVIDE="enlightenment:pam"
   13.19  
   13.20  # Rules to configure and make the package.
   13.21 @@ -33,19 +33,38 @@
   13.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   13.23  genpkg_rules()
   13.24  {
   13.25 -	mkdir -p $fs/usr/share
   13.26 +	mkdir -p $fs/usr/lib $fs/usr/share
   13.27  	# Use a modified sysactions.conf
   13.28  	cp -a ../$SOURCE/stuff/etc $fs
   13.29  
   13.30  	cp -a $_pkg/usr/bin $fs/usr
   13.31 -	cp -a $_pkg/usr/lib $fs/usr
   13.32 +	cp -a $_pkg/usr/lib/enlightenment $fs/usr/lib
   13.33  	cp -a $_pkg/usr/share/enlightenment $fs/usr/share
   13.34  
   13.35  	# Remove devel files *.a/*.la
   13.36  	rm -rf $fs/usr/lib/$SOURCE/preload/*.*a
   13.37 -	rm -rf $fs/usr/lib/$SOURCE/modules/*/linux-gnu-i486/*.*a
   13.38 +	rm -rf $fs/usr/lib/$SOURCE/modules/*/*/*.*a
   13.39  
   13.40 -	# Rm backgrouds (1,6 Mb).
   13.41 +	# Rm backgrouds (1,6 Mb) and desktop file already provides by other.
   13.42  	rm -rf $fs/usr/share/enlightenment/data/backgrounds/*
   13.43 +	rm $fs/usr/share/enlightenment/data/other/desktop_files*
   13.44  }
   13.45  
   13.46 +post_install()
   13.47 +{
   13.48 +	res=`cat $1/etc/slim.conf | grep ^session | sed s/"sessions. *"//`
   13.49 +	# Adding WM to SLIM available sessions.
   13.50 +	if ! echo "$res" | grep -q e17; then
   13.51 +		echo -n "Adding e17 to /etc/slim.conf..."
   13.52 +		sed -i "s/^sessions.*/sessions            ${res},e17/" /etc/slim.conf
   13.53 +		status
   13.54 +	fi
   13.55 +}
   13.56 +
   13.57 +post_remove()
   13.58 +{
   13.59 +	# Remove WM from SLIM available sessions.
   13.60 +	if grep -q e17 $1/etc/slim.conf; then
   13.61 +		sed -i s/,e17// $1/etc/slim.conf
   13.62 +	fi
   13.63 +}
    14.1 --- a/enlightenment/receipt	Wed May 06 23:09:03 2009 +0200
    14.2 +++ b/enlightenment/receipt	Wed May 06 23:15:28 2009 +0200
    14.3 @@ -1,18 +1,18 @@
    14.4  # SliTaz package receipt.
    14.5  
    14.6  PACKAGE="enlightenment"
    14.7 -VERSION="0.16.999.050"
    14.8 +VERSION="0.16.999.060"
    14.9  CATEGORY="x-window"
   14.10  SHORT_DESC="Enlightenment window manager (E17)."
   14.11  MAINTAINER="pankso@slitaz.org"
   14.12 -DEPENDS="eet evas ecore embryo edje efreet slitaz-menus curl \
   14.13 +DEPENDS="eet evas ecore embryo edje efreet edbus slitaz-menus curl \
   14.14  xorg-libXcomposite libcrypto openssl alsa-lib xorg-libX11 xorg-libXau \
   14.15  xorg-libXdmcp xorg-libXext"
   14.16  BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \
   14.17 -efreet curl-dev libcrypto-dev openssl-dev"
   14.18 +edbus-dev curl-dev libcrypto-dev openssl-dev "
   14.19  TARBALL="$PACKAGE-$VERSION.tar.gz"
   14.20  WEB_SITE="http://www.enlightenment.org/"
   14.21 -WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
   14.22 +WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL"
   14.23  
   14.24  # Rules to configure and make the package.
   14.25  compile_rules()
   14.26 @@ -42,9 +42,27 @@
   14.27  
   14.28  	# Remove devel files *.a/*.la
   14.29  	rm -rf $fs/usr/lib/$PACKAGE/preload/*.*a
   14.30 -	rm -rf $fs/usr/lib/$PACKAGE/modules/*/linux-gnu-i486/*.*a
   14.31 +	rm -rf $fs/usr/lib/$PACKAGE/modules/*/*/*.*a
   14.32  
   14.33  	# Rm backgrouds (1,6 Mb).
   14.34  	rm -rf $fs/usr/share/enlightenment/data/backgrounds/*
   14.35  }
   14.36  
   14.37 +post_install()
   14.38 +{
   14.39 +	res=`cat $1/etc/slim.conf | grep ^session | sed s/"sessions. *"//`
   14.40 +	# Adding WM to SLIM available sessions.
   14.41 +	if ! echo "$res" | grep -q e17; then
   14.42 +		echo -n "Adding e17 to /etc/slim.conf..."
   14.43 +		sed -i "s/^sessions.*/sessions            ${res},e17/" /etc/slim.conf
   14.44 +		status
   14.45 +	fi
   14.46 +}
   14.47 +
   14.48 +post_remove()
   14.49 +{
   14.50 +	# Remove WM from SLIM available sessions.
   14.51 +	if grep -q e17 $1/etc/slim.conf; then
   14.52 +		sed -i s/,e17// $1/etc/slim.conf
   14.53 +	fi
   14.54 +}
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/etk-dev/receipt	Wed May 06 23:15:28 2009 +0200
    15.3 @@ -0,0 +1,19 @@
    15.4 +# SliTaz package receipt.
    15.5 +
    15.6 +PACKAGE="etk-dev"
    15.7 +VERSION="40505"
    15.8 +CATEGORY="development"
    15.9 +SHORT_DESC="E17 etk devel files."
   15.10 +MAINTAINER="pankso@slitaz.org"
   15.11 +WANTED="etk"
   15.12 +WEB_SITE="http://www.enlightenment.org/"
   15.13 +
   15.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
   15.15 +genpkg_rules()
   15.16 +{
   15.17 +	mkdir -p $fs/usr/lib/etk/engines
   15.18 +	cp -a $_pkg/usr/include $fs/usr
   15.19 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   15.20 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   15.21 +	cp -a $_pkg/usr/lib/etk/engines/*.*a $fs/usr/lib/etk/engines
   15.22 +}
    16.1 --- a/etk/receipt	Wed May 06 23:09:03 2009 +0200
    16.2 +++ b/etk/receipt	Wed May 06 23:15:28 2009 +0200
    16.3 @@ -1,22 +1,24 @@
    16.4  # SliTaz package receipt.
    16.5  
    16.6  PACKAGE="etk"
    16.7 -VERSION="0.1.0.042"
    16.8 +VERSION="40505"
    16.9  CATEGORY="x-window"
   16.10 -SHORT_DESC="E17 Tool Kit."
   16.11 +SHORT_DESC="E17 Toolkit."
   16.12  MAINTAINER="pankso@slitaz.org"
   16.13 -DEPENDS="evas ecore edje libcurl openssl"
   16.14 -BUILD_DEPENDS="evas-dev ecore-dev edje-dev"
   16.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   16.16 +DEPENDS="xorg-libX11 ecore evas"
   16.17 +BUILD_DEPENDS="xorg-libX11-dev ecore-dev evas-dev subversion cvs"
   16.18  WEB_SITE="http://www.enlightenment.org/"
   16.19 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
   16.20  
   16.21  # Rules to configure and make the package.
   16.22  compile_rules()
   16.23  {
   16.24 +	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
   16.25 +	svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \
   16.26 +		-r $VERSION $PACKAGE-$VERSION
   16.27  	cd $src
   16.28 -	./configure \
   16.29 +	./autogen.sh \
   16.30  		--prefix=/usr \
   16.31 +		--mandir=/usr/share/man \
   16.32  		$CONFIGURE_ARGS &&
   16.33  	make &&
   16.34  	make DESTDIR=$PWD/_pkg install
   16.35 @@ -25,11 +27,10 @@
   16.36  # Rules to gen a SliTaz package suitable for Tazpkg.
   16.37  genpkg_rules()
   16.38  {
   16.39 -	mkdir -p $fs/usr/lib $fs/usr/share
   16.40 +	mkdir -p $fs/usr/lib/etk/engines
   16.41  	cp -a $_pkg/usr/bin $fs/usr
   16.42 +	cp -a $_pkg/usr/share $fs/usr
   16.43  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   16.44 -	cp -a $_pkg/usr/lib/etk $fs/usr/lib
   16.45 -	rm $fs/usr/lib/etk/engines/*.*a
   16.46 -	cp -a $_pkg/usr/share/etk $fs/usr/share
   16.47 +	cp -a $_pkg/usr/lib/etk/engines/*.so* $fs/usr/lib/etk/engines
   16.48  }
   16.49  
    17.1 --- a/evas-dev/receipt	Wed May 06 23:09:03 2009 +0200
    17.2 +++ b/evas-dev/receipt	Wed May 06 23:15:28 2009 +0200
    17.3 @@ -1,9 +1,9 @@
    17.4  # SliTaz package receipt.
    17.5  
    17.6  PACKAGE="evas-dev"
    17.7 -VERSION="0.9.9.050"
    17.8 +VERSION="0.9.9.060"
    17.9  CATEGORY="development"
   17.10 -SHORT_DESC="E17 libs."
   17.11 +SHORT_DESC="E17 Evas devel files."
   17.12  MAINTAINER="pankso@slitaz.org"
   17.13  WANTED="evas"
   17.14  WEB_SITE="http://www.enlightenment.org/"
   17.15 @@ -15,5 +15,7 @@
   17.16  	cp -a $_pkg/usr/include $fs/usr
   17.17  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   17.18  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   17.19 +	cp -a $_pkg/usr/lib/evas $fs/usr/lib
   17.20 +	rm -rf $fs/usr/lib/evas/modules/*/*/*/*.so
   17.21  }
   17.22  
    18.1 --- a/evas/receipt	Wed May 06 23:09:03 2009 +0200
    18.2 +++ b/evas/receipt	Wed May 06 23:15:28 2009 +0200
    18.3 @@ -1,16 +1,16 @@
    18.4  # SliTaz package receipt.
    18.5  
    18.6  PACKAGE="evas"
    18.7 -VERSION="0.9.9.050"
    18.8 +VERSION="0.9.9.060"
    18.9  CATEGORY="x-window"
   18.10  SHORT_DESC="E17 libs."
   18.11  MAINTAINER="pankso@slitaz.org"
   18.12  DEPENDS="expat fontconfig freetype jpeg libpng tiff xorg-libX11 \
   18.13  xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender eet openssl"
   18.14 -BUILD_DEPENDS="xorg-libX11-dev"
   18.15 +BUILD_DEPENDS="xorg-libX11-dev eet-dev"
   18.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
   18.17  WEB_SITE="http://www.enlightenment.org/"
   18.18 -WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
   18.19 +WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL"
   18.20  
   18.21  # Rules to configure and make the package.
   18.22  compile_rules()
   18.23 @@ -31,8 +31,6 @@
   18.24  	mkdir -p $fs/usr/lib
   18.25  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   18.26  	cp -a $_pkg/usr/lib/evas $fs/usr/lib
   18.27 -	
   18.28 -	# Clean.
   18.29 -	rm -rf $fs/usr/lib/evas/modules/*/*/linux-gnu-i486/*.*a
   18.30 +	rm -rf $fs/usr/lib/evas/modules/*/*/*/*.*a
   18.31  }
   18.32  
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/ewl-dev/receipt	Wed May 06 23:15:28 2009 +0200
    19.3 @@ -0,0 +1,22 @@
    19.4 +# SliTaz package receipt.
    19.5 +
    19.6 +PACKAGE="ewl-dev"
    19.7 +VERSION="40505"
    19.8 +CATEGORY="development"
    19.9 +SHORT_DESC="Devel files from E17 ewl libs."
   19.10 +MAINTAINER="pankso@slitaz.org"
   19.11 +DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev"
   19.12 +WANTED="ewl"
   19.13 +WEB_SITE="http://www.enlightenment.org/"
   19.14 +
   19.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
   19.16 +genpkg_rules()
   19.17 +{
   19.18 +	mkdir -p $fs/usr/lib/ewl
   19.19 +	cp -a $_pkg/usr/include $fs/usr
   19.20 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   19.21 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   19.22 +	cp -a $_pkg/usr/lib/ewl $fs/usr/lib
   19.23 +	rm $fs/usr/lib/ewl/*/*.so*
   19.24 +}
   19.25 +
    20.1 --- a/ewl/receipt	Wed May 06 23:09:03 2009 +0200
    20.2 +++ b/ewl/receipt	Wed May 06 23:15:28 2009 +0200
    20.3 @@ -1,21 +1,22 @@
    20.4  # SliTaz package receipt.
    20.5  
    20.6  PACKAGE="ewl"
    20.7 -VERSION="0.5.2.042"
    20.8 +VERSION="40505"
    20.9  CATEGORY="x-window"
   20.10 -SHORT_DESC="E17 ewl."
   20.11 +SHORT_DESC="The Enlightened Widget Library (E17)."
   20.12  MAINTAINER="pankso@slitaz.org"
   20.13  DEPENDS="jpeg ecore eet evas edje efreet emotion libcurl openssl"
   20.14 -BUILD_DEPENDS="eet-dev evas-dev evas ecore-dev efreet"
   20.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   20.16 +BUILD_DEPENDS="eet-dev evas-dev ecore-dev efreet-dev emotion-dev"
   20.17  WEB_SITE="http://www.enlightenment.org/"
   20.18 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
   20.19  
   20.20  # Rules to configure and make the package.
   20.21  compile_rules()
   20.22  {
   20.23 +	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
   20.24 +	svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \
   20.25 +		-r $VERSION $PACKAGE-$VERSION
   20.26  	cd $src
   20.27 -	./configure \
   20.28 +	./autogen.sh \
   20.29  		--prefix=/usr \
   20.30  		--sysconfdir=/etc \
   20.31  		$CONFIGURE_ARGS &&