wok-stable rev 8505
Update e17 stuff to last version
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Feb 12 02:21:51 2011 +0100 (2011-02-12) |
parents | eefa66c18286 |
children | fdf988d9ba90 |
files | ecore-dev/receipt ecore/receipt edbus-dev/receipt edbus/receipt edje-dev/receipt edje/receipt eet-dev/receipt eet/receipt efreet-dev/receipt efreet/receipt eina-dev/receipt eina/receipt embryo-dev/receipt embryo/receipt enlightenment-pam/receipt enlightenment/receipt evas-dev/receipt evas/receipt |
line diff
1.1 --- a/ecore-dev/receipt Sat Feb 12 02:18:58 2011 +0100 1.2 +++ b/ecore-dev/receipt Sat Feb 12 02:21:51 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ecore-dev" 1.7 -VERSION="0.9.9.063" 1.8 +VERSION="1.0.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="E17 core devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/ecore/receipt Sat Feb 12 02:18:58 2011 +0100 2.2 +++ b/ecore/receipt Sat Feb 12 02:21:51 2011 +0100 2.3 @@ -1,31 +1,23 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ecore" 2.7 -VERSION="0.9.9.063" 2.8 -CATEGORY="x-window" 2.9 -SHORT_DESC="E17 core libs." 2.10 +VERSION="1.0.0" 2.11 +CATEGORY="base-system" 2.12 +SHORT_DESC="Enlightenment's core event abstraction layer and OS abstraction layer" 2.13 MAINTAINER="pankso@slitaz.org" 2.14 -DEPENDS="eet evas libcurl openssl xorg-libX11 xorg-libXau xorg-libXcomposite \ 2.15 -xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 2.16 -xorg-libXrandr xorg-libXrender xorg-libXdamage xorg-libXtst xorg-libXp \ 2.17 -xorg-libXss libtasn1" 2.18 -BUILD_DEPENDS="xorg-dev eet-dev evas-dev xorg-libXtst-dev libtasn1-dev" 2.19 +DEPENDS="evas xorg-libX11 libcurl glib xorg-libXcomposite \ 2.20 +xorg-libXcursor xorg-libXdamage xorg-libXtst xorg-libXinerama \ 2.21 +xorg-libXrandr xorg-libXp xorg-libXss" 2.22 +BUILD_DEPENDS="curl-dev" 2.23 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.24 WEB_SITE="http://www.enlightenment.org/" 2.25 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" 2.26 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 2.27 2.28 # Rules to configure and make the package. 2.29 compile_rules() 2.30 { 2.31 cd $src 2.32 - ./configure \ 2.33 - --enable-ecore-config \ 2.34 - --prefix=/usr \ 2.35 - --infodir=/usr/share/info \ 2.36 - --mandir=/usr/share/man \ 2.37 - $CONFIGURE_ARGS && 2.38 - make && 2.39 - make DESTDIR=$PWD/_pkg install 2.40 + ./configure && make && make install 2.41 } 2.42 2.43 # Rules to gen a SliTaz package suitable for Tazpkg. 2.44 @@ -34,13 +26,5 @@ 2.45 mkdir -p $fs/usr/lib 2.46 cp -a $_pkg/usr/bin $fs/usr 2.47 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.48 - for i in $fs/usr/lib/*.so ; do 2.49 - [ -L $i ] || continue 2.50 - [ -e $i.0 ] && continue 2.51 - target=$(readlink $i) 2.52 - case "$target" in 2.53 - *.so.0.*) ln -s $target $i.0;; 2.54 - esac 2.55 - done 2.56 } 2.57
3.1 --- a/edbus-dev/receipt Sat Feb 12 02:18:58 2011 +0100 3.2 +++ b/edbus-dev/receipt Sat Feb 12 02:21:51 2011 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="edbus-dev" 3.7 -VERSION="0.5.0.063" 3.8 +VERSION="1.0.0" 3.9 CATEGORY="development" 3.10 SHORT_DESC="E17 dbus devel files." 3.11 MAINTAINER="pankso@slitaz.org" 3.12 @@ -14,7 +14,6 @@ 3.13 genpkg_rules() 3.14 { 3.15 mkdir -p $fs/usr/lib 3.16 - _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 3.17 cp -a $_pkg/usr/include $fs/usr 3.18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 3.19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
4.1 --- a/edbus/receipt Sat Feb 12 02:18:58 2011 +0100 4.2 +++ b/edbus/receipt Sat Feb 12 02:21:51 2011 +0100 4.3 @@ -1,28 +1,22 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="edbus" 4.7 -VERSION="0.5.0.063" 4.8 +VERSION="1.0.0" 4.9 CATEGORY="x-window" 4.10 -SHORT_DESC="E17 wrappers around dbus." 4.11 +SHORT_DESC="Enlightenment's (Ecore) integration to DBus" 4.12 MAINTAINER="pankso@slitaz.org" 4.13 -DEPENDS="dbus ecore glibc-base libtasn1" 4.14 -BUILD_DEPENDS="dbus-dev ecore-dev ecore" 4.15 +DEPENDS="dbus ecore" 4.16 +BUILD_DEPENDS="" 4.17 SOURCE="e_dbus" 4.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 4.19 WEB_SITE="http://www.enlightenment.org/" 4.20 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" 4.21 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 4.22 4.23 # Rules to configure and make the package. 4.24 compile_rules() 4.25 { 4.26 cd $src 4.27 - ./configure \ 4.28 - --prefix=/usr \ 4.29 - --infodir=/usr/share/info \ 4.30 - --mandir=/usr/share/man \ 4.31 - $CONFIGURE_ARGS && 4.32 - make && 4.33 - make DESTDIR=$PWD/_pkg install 4.34 + ./configure && make && make install 4.35 } 4.36 4.37 # Rules to gen a SliTaz package suitable for Tazpkg.
5.1 --- a/edje-dev/receipt Sat Feb 12 02:18:58 2011 +0100 5.2 +++ b/edje-dev/receipt Sat Feb 12 02:21:51 2011 +0100 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="edje-dev" 5.7 -VERSION="0.9.93.063" 5.8 +VERSION="1.0.0" 5.9 CATEGORY="development" 5.10 SHORT_DESC="E17 Edje devel files." 5.11 MAINTAINER="pankso@slitaz.org"
6.1 --- a/edje/receipt Sat Feb 12 02:18:58 2011 +0100 6.2 +++ b/edje/receipt Sat Feb 12 02:21:51 2011 +0100 6.3 @@ -1,28 +1,22 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="edje" 6.7 -VERSION="0.9.93.063" 6.8 +VERSION="1.0.0" 6.9 CATEGORY="x-window" 6.10 SHORT_DESC="E17 libs." 6.11 MAINTAINER="pankso@slitaz.org" 6.12 -DEPENDS="eet evas ecore embryo libcurl openssl xorg-libXss xorg-libXp libtasn1" 6.13 -BUILD_DEPENDS="pkg-config eet evas ecore embryo eet-dev embryo-dev \ 6.14 -evas-dev ecore-dev ecore" 6.15 +DEPENDS="embryo ecore lua" 6.16 +BUILD_DEPENDS="" 6.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.18 WEB_SITE="http://www.enlightenment.org/" 6.19 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" 6.20 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 6.21 6.22 # Rules to configure and make the package. 6.23 compile_rules() 6.24 { 6.25 cd $src 6.26 - ./configure \ 6.27 - --prefix=/usr \ 6.28 - --infodir=/usr/share/info \ 6.29 - --mandir=/usr/share/man \ 6.30 - $CONFIGURE_ARGS && 6.31 - make && 6.32 - make DESTDIR=$PWD/_pkg install 6.33 + ./configure --enable-amalgamation && \ 6.34 + make && make install 6.35 } 6.36 6.37 # Rules to gen a SliTaz package suitable for Tazpkg. 6.38 @@ -33,13 +27,5 @@ 6.39 cp -a $_pkg/usr/share $fs/usr 6.40 chmod 755 $fs/usr/bin/* 6.41 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 6.42 - for i in $fs/usr/lib/*.so ; do 6.43 - [ -L $i ] || continue 6.44 - [ -e $i.0 ] && continue 6.45 - target=$(readlink $i) 6.46 - case "$target" in 6.47 - *.so.0.*) ln -s $target $i.0;; 6.48 - esac 6.49 - done 6.50 } 6.51
7.1 --- a/eet-dev/receipt Sat Feb 12 02:18:58 2011 +0100 7.2 +++ b/eet-dev/receipt Sat Feb 12 02:21:51 2011 +0100 7.3 @@ -1,7 +1,7 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="eet-dev" 7.7 -VERSION="1.2.3" 7.8 +VERSION="1.4.0" 7.9 CATEGORY="development" 7.10 SHORT_DESC="E17 libs devel files." 7.11 MAINTAINER="pankso@slitaz.org"
8.1 --- a/eet/receipt Sat Feb 12 02:18:58 2011 +0100 8.2 +++ b/eet/receipt Sat Feb 12 02:21:51 2011 +0100 8.3 @@ -1,12 +1,12 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="eet" 8.7 -VERSION="1.2.3" 8.8 -CATEGORY="x-window" 8.9 -SHORT_DESC="E17 libs." 8.10 +VERSION="1.4.0" 8.11 +CATEGORY="base-system" 8.12 +SHORT_DESC="Enlightenment's file chunk reading/writing library." 8.13 MAINTAINER="pankso@slitaz.org" 8.14 -DEPENDS="zlib jpeg openssl eina gnutls" 8.15 -BUILD_DEPENDS="zlib-dev jpeg-dev openssl-dev eina-dev" 8.16 +DEPENDS="zlib jpeg eina gnutls openssl" 8.17 +BUILD_DEPENDS="" 8.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 8.19 WEB_SITE="http://www.enlightenment.org/" 8.20 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 8.21 @@ -15,14 +15,8 @@ 8.22 compile_rules() 8.23 { 8.24 cd $src 8.25 - ./configure \ 8.26 - --prefix=/usr \ 8.27 - --infodir=/usr/share/info \ 8.28 - --mandir=/usr/share/man \ 8.29 - --disable-gnutls \ 8.30 - $CONFIGURE_ARGS && 8.31 - make && 8.32 - make DESTDIR=$PWD/_pkg install 8.33 + ./configure --enable-amalgamation && \ 8.34 + make && make install 8.35 } 8.36 8.37 # Rules to gen a SliTaz package suitable for Tazpkg.
9.1 --- a/efreet-dev/receipt Sat Feb 12 02:18:58 2011 +0100 9.2 +++ b/efreet-dev/receipt Sat Feb 12 02:21:51 2011 +0100 9.3 @@ -1,7 +1,7 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="efreet-dev" 9.7 -VERSION="0.5.0.063" 9.8 +VERSION="1.0.0" 9.9 CATEGORY="development" 9.10 SHORT_DESC="E17 libs." 9.11 MAINTAINER="pankso@slitaz.org"
10.1 --- a/efreet/receipt Sat Feb 12 02:18:58 2011 +0100 10.2 +++ b/efreet/receipt Sat Feb 12 02:21:51 2011 +0100 10.3 @@ -1,27 +1,21 @@ 10.4 # SliTaz package receipt. 10.5 10.6 PACKAGE="efreet" 10.7 -VERSION="0.5.0.063" 10.8 -CATEGORY="x-window" 10.9 +VERSION="1.0.0" 10.10 +CATEGORY="base-system" 10.11 SHORT_DESC="E17 implementation of several specifications from freedesktop.org." 10.12 MAINTAINER="pankso@slitaz.org" 10.13 -DEPENDS="eet evas ecore embryo edje libcurl openssl libtasn1" 10.14 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev ecore embryo-dev edje-dev" 10.15 +DEPENDS="eina ecore" 10.16 +BUILD_DEPENDS="" 10.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 10.18 WEB_SITE="http://www.enlightenment.org/" 10.19 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" 10.20 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 10.21 10.22 # Rules to configure and make the package. 10.23 compile_rules() 10.24 { 10.25 cd $src 10.26 - ./configure \ 10.27 - --prefix=/usr \ 10.28 - --infodir=/usr/share/info \ 10.29 - --mandir=/usr/share/man \ 10.30 - $CONFIGURE_ARGS && 10.31 - make && 10.32 - make DESTDIR=$PWD/_pkg install 10.33 + ./configure && make && make install 10.34 } 10.35 10.36 # Rules to gen a SliTaz package suitable for Tazpkg. 10.37 @@ -31,13 +25,5 @@ 10.38 cp -a $_pkg/usr/bin $fs/usr 10.39 cp -a $_pkg/usr/share $fs/usr 10.40 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 10.41 - for i in $fs/usr/lib/*.so ; do 10.42 - [ -L $i ] || continue 10.43 - [ -e $i.0 ] && continue 10.44 - target=$(readlink $i) 10.45 - case "$target" in 10.46 - *.so.0.*) ln -s $target $i.0;; 10.47 - esac 10.48 - done 10.49 } 10.50
11.1 --- a/eina-dev/receipt Sat Feb 12 02:18:58 2011 +0100 11.2 +++ b/eina-dev/receipt Sat Feb 12 02:21:51 2011 +0100 11.3 @@ -1,7 +1,7 @@ 11.4 # SliTaz package receipt. 11.5 11.6 PACKAGE="eina-dev" 11.7 -VERSION="0.9.9.063" 11.8 +VERSION="1.0.0" 11.9 CATEGORY="development" 11.10 SHORT_DESC="Eina E17 devel files." 11.11 MAINTAINER="pankso@slitaz.org" 11.12 @@ -11,9 +11,8 @@ 11.13 # Rules to gen a SliTaz package suitable for Tazpkg. 11.14 genpkg_rules() 11.15 { 11.16 - mkdir -p $fs/usr/lib/eina/mp 11.17 + mkdir -p $fs/usr/lib 11.18 cp -a $_pkg/usr/include $fs/usr 11.19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 11.20 - cp -a $_pkg/usr/lib/eina/mp/*.*a $fs/usr/lib/eina/mp 11.21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 11.22 }
12.1 --- a/eina/receipt Sat Feb 12 02:18:58 2011 +0100 12.2 +++ b/eina/receipt Sat Feb 12 02:21:51 2011 +0100 12.3 @@ -1,34 +1,30 @@ 12.4 # SliTaz package receipt. 12.5 12.6 PACKAGE="eina" 12.7 -VERSION="0.9.9.063" 12.8 -CATEGORY="x-window" 12.9 -SHORT_DESC="Eina E17 Data types library (List, hash, etc)." 12.10 +VERSION="1.0.0" 12.11 +CATEGORY="base-system" 12.12 +SHORT_DESC="Enlightenment's data types library (List, hash, etc) in C." 12.13 MAINTAINER="pankso@slitaz.org" 12.14 DEPENDS="" 12.15 BUILD_DEPENDS="pkg-config" 12.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 12.17 WEB_SITE="http://www.enlightenment.org/" 12.18 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" 12.19 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 12.20 12.21 # Rules to configure and make the package. 12.22 compile_rules() 12.23 { 12.24 cd $src 12.25 - ./configure \ 12.26 - --prefix=/usr \ 12.27 - --infodir=/usr/share/info \ 12.28 - --mandir=/usr/share/man \ 12.29 - $CONFIGURE_ARGS && 12.30 - make && 12.31 - make DESTDIR=$PWD/_pkg install 12.32 + ./configure --enable-amalgamation \ 12.33 + --enable-magic-debug \ 12.34 + --enable-safety-checks && \ 12.35 + make && make install 12.36 } 12.37 12.38 # Rules to gen a SliTaz package suitable for Tazpkg. 12.39 genpkg_rules() 12.40 { 12.41 - mkdir -p $fs/usr/lib/eina/mp 12.42 + mkdir -p $fs/usr/lib 12.43 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 12.44 - cp -a $_pkg/usr/lib/eina/mp/*.so $fs/usr/lib/eina/mp 12.45 } 12.46
13.1 --- a/embryo-dev/receipt Sat Feb 12 02:18:58 2011 +0100 13.2 +++ b/embryo-dev/receipt Sat Feb 12 02:21:51 2011 +0100 13.3 @@ -1,11 +1,11 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="embryo-dev" 13.7 -VERSION="0.9.9.063" 13.8 +VERSION="1.0.0" 13.9 CATEGORY="development" 13.10 SHORT_DESC="E17 Embryo devel files." 13.11 MAINTAINER="pankso@slitaz.org" 13.12 -DEPENDS="eet evas ecore" 13.13 +DEPENDS="" 13.14 WANTED="embryo" 13.15 WEB_SITE="http://www.enlightenment.org/" 13.16 13.17 @@ -16,5 +16,7 @@ 13.18 cp -a $_pkg/usr/include $fs/usr 13.19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 13.20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 13.21 + # Symlink to ensure Embryo.h is found 13.22 + ln -s /usr/include/embryo-1/Embryo.h $fs/usr/include 13.23 } 13.24
14.1 --- a/embryo/receipt Sat Feb 12 02:18:58 2011 +0100 14.2 +++ b/embryo/receipt Sat Feb 12 02:21:51 2011 +0100 14.3 @@ -1,26 +1,20 @@ 14.4 # SliTaz package receipt. 14.5 14.6 PACKAGE="embryo" 14.7 -VERSION="0.9.9.063" 14.8 -CATEGORY="x-window" 14.9 -SHORT_DESC="E17 Embryo libs." 14.10 +VERSION="1.0.0" 14.11 +CATEGORY="base-system" 14.12 +SHORT_DESC="Enlightenment's virtual machine engine and bytecode compiler used in Edje." 14.13 MAINTAINER="pankso@slitaz.org" 14.14 -DEPENDS="eet evas ecore" 14.15 +DEPENDS="glibc-base" 14.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 14.17 WEB_SITE="http://www.enlightenment.org/" 14.18 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" 14.19 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 14.20 14.21 # Rules to configure and make the package. 14.22 compile_rules() 14.23 { 14.24 cd $src 14.25 - ./configure \ 14.26 - --prefix=/usr \ 14.27 - --infodir=/usr/share/info \ 14.28 - --mandir=/usr/share/man \ 14.29 - $CONFIGURE_ARGS && 14.30 - make && 14.31 - make DESTDIR=$PWD/_pkg install 14.32 + ./configure && make && make install 14.33 } 14.34 14.35 # Rules to gen a SliTaz package suitable for Tazpkg. 14.36 @@ -30,13 +24,5 @@ 14.37 cp -a $_pkg/usr/share $fs/usr 14.38 cp -a $_pkg/usr/bin $fs/usr 14.39 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 14.40 - for i in $fs/usr/lib/*.so ; do 14.41 - [ -L $i ] || continue 14.42 - [ -e $i.0 ] && continue 14.43 - target=$(readlink $i) 14.44 - case "$target" in 14.45 - *.so.0.*) ln -s $target $i.0;; 14.46 - esac 14.47 - done 14.48 } 14.49
15.1 --- a/enlightenment-pam/receipt Sat Feb 12 02:18:58 2011 +0100 15.2 +++ b/enlightenment-pam/receipt Sat Feb 12 02:21:51 2011 +0100 15.3 @@ -2,32 +2,22 @@ 15.4 15.5 PACKAGE="enlightenment-pam" 15.6 SOURCE="enlightenment" 15.7 -VERSION="0.16.999.063" 15.8 +VERSION="0.16.999.55225" 15.9 CATEGORY="x-window" 15.10 SHORT_DESC="Enlightenment window manager (E17)." 15.11 MAINTAINER="pankso@slitaz.org" 15.12 -DEPENDS="pam eet evas ecore embryo edje efreet edbus slitaz-menus curl \ 15.13 -xorg-libXcomposite libcrypto openssl alsa-lib xorg-libX11 xorg-libXau \ 15.14 -xorg-libXdmcp xorg-libXext xorg-libXp xorg-libXss libtasn1" 15.15 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \ 15.16 -efreet edbus-dev edbus curl-dev libcrypto-dev openssl-dev pam-dev" 15.17 +DEPENDS="alsa-lib edbus edje efreet pam" 15.18 +BUILD_DEPENDS="" 15.19 TARBALL="$SOURCE-$VERSION.tar.gz" 15.20 WEB_SITE="http://www.enlightenment.org/" 15.21 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" 15.22 +WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" 15.23 PROVIDE="enlightenment:pam" 15.24 15.25 # Rules to configure and make the package. 15.26 compile_rules() 15.27 { 15.28 cd $src 15.29 - ./configure \ 15.30 - --prefix=/usr \ 15.31 - --sysconfdir=/etc \ 15.32 - --infodir=/usr/share/info \ 15.33 - --mandir=/usr/share/man \ 15.34 - $CONFIGURE_ARGS && 15.35 - make -j 4 && 15.36 - make DESTDIR=$PWD/_pkg install 15.37 + ./configure && make && make install 15.38 } 15.39 15.40 # Rules to gen a SliTaz package suitable for Tazpkg.
16.1 --- a/enlightenment/receipt Sat Feb 12 02:18:58 2011 +0100 16.2 +++ b/enlightenment/receipt Sat Feb 12 02:21:51 2011 +0100 16.3 @@ -1,34 +1,23 @@ 16.4 # SliTaz package receipt. 16.5 16.6 PACKAGE="enlightenment" 16.7 -VERSION="0.16.999.063" 16.8 +VERSION="0.16.999.55225" 16.9 CATEGORY="x-window" 16.10 SHORT_DESC="Enlightenment window manager (E17)." 16.11 MAINTAINER="pankso@slitaz.org" 16.12 -DEPENDS="eet evas ecore embryo edje efreet edbus slitaz-menus curl \ 16.13 -xorg-libXcomposite libcrypto openssl alsa-lib xorg-libX11 xorg-libXau \ 16.14 -xorg-libXdmcp xorg-libXext fribidi xorg-libXp xorg-libXss libtasn1" 16.15 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \ 16.16 -efreet edbus-dev edbus curl-dev libcrypto-dev openssl-dev fribidi-dev \ 16.17 -xorg-libXp-dev" 16.18 +DEPENDS="alsa-lib edbus edje efreet" 16.19 +BUILD_DEPENDS="" 16.20 TARBALL="$PACKAGE-$VERSION.tar.gz" 16.21 WEB_SITE="http://www.enlightenment.org/" 16.22 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" 16.23 +WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" 16.24 TAGS="wm window-manager" 16.25 16.26 # Rules to configure and make the package. 16.27 compile_rules() 16.28 { 16.29 cd $src 16.30 - sed -i 's|/pam_appl.h|/pam_appl.h.DUMMY|' configure.in 16.31 - ./configure \ 16.32 - --prefix=/usr \ 16.33 - --sysconfdir=/etc \ 16.34 - --infodir=/usr/share/info \ 16.35 - --mandir=/usr/share/man \ 16.36 - $CONFIGURE_ARGS && 16.37 - make -j 4 && 16.38 - make DESTDIR=$PWD/_pkg install 16.39 + 16.40 + ./configure && make && make install 16.41 } 16.42 16.43 # Rules to gen a SliTaz package suitable for Tazpkg.
17.1 --- a/evas-dev/receipt Sat Feb 12 02:18:58 2011 +0100 17.2 +++ b/evas-dev/receipt Sat Feb 12 02:21:51 2011 +0100 17.3 @@ -1,7 +1,7 @@ 17.4 # SliTaz package receipt. 17.5 17.6 PACKAGE="evas-dev" 17.7 -VERSION="0.9.9.063" 17.8 +VERSION="1.0.0" 17.9 CATEGORY="development" 17.10 SHORT_DESC="E17 Evas devel files." 17.11 MAINTAINER="pankso@slitaz.org"
18.1 --- a/evas/receipt Sat Feb 12 02:18:58 2011 +0100 18.2 +++ b/evas/receipt Sat Feb 12 02:21:51 2011 +0100 18.3 @@ -1,30 +1,22 @@ 18.4 # SliTaz package receipt. 18.5 18.6 PACKAGE="evas" 18.7 -VERSION="0.9.9.063" 18.8 +VERSION="1.0.0" 18.9 CATEGORY="x-window" 18.10 -SHORT_DESC="E17 libs." 18.11 +SHORT_DESC="Enlightenment's hardware-accelerated retained canvas API" 18.12 MAINTAINER="pankso@slitaz.org" 18.13 -DEPENDS="expat fontconfig freetype jpeg libpng tiff xorg-libX11 \ 18.14 -xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender eet openssl \ 18.15 -fribidi libgsf libcroco librsvg giflib" 18.16 -BUILD_DEPENDS="xorg-libX11-dev eet-dev libgsf-dev libcroco-dev" 18.17 -TARBALL="$PACKAGE-$VERSION.tar.gz" 18.18 +DEPENDS="fontconfig freetype jpeg libpng tiff xorg-libXrender \ 18.19 +eet fribidi librsvg giflib" 18.20 +BUILD_DEPENDS="" 18.21 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 18.22 WEB_SITE="http://www.enlightenment.org/" 18.23 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" 18.24 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 18.25 18.26 # Rules to configure and make the package. 18.27 compile_rules() 18.28 { 18.29 cd $src 18.30 - ./configure \ 18.31 - --prefix=/usr \ 18.32 - --infodir=/usr/share/info \ 18.33 - --mandir=/usr/share/man \ 18.34 - --disable-gnutls \ 18.35 - $CONFIGURE_ARGS && 18.36 - make && 18.37 - make DESTDIR=$PWD/_pkg install 18.38 + ./configure && make && make install 18.39 } 18.40 18.41 # Rules to gen a SliTaz package suitable for Tazpkg. 18.42 @@ -34,13 +26,5 @@ 18.43 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 18.44 cp -a $_pkg/usr/lib/evas $fs/usr/lib 18.45 rm -rf $fs/usr/lib/evas/modules/*/*/*/*.*a 18.46 - for i in $fs/usr/lib/*.so ; do 18.47 - [ -L $i ] || continue 18.48 - [ -e $i.0 ] && continue 18.49 - target=$(readlink $i) 18.50 - case "$target" in 18.51 - *.so.0.*) ln -s $target $i.0;; 18.52 - esac 18.53 - done 18.54 } 18.55