# HG changeset patch # User Antoine Bodin # Date 1297473711 -3600 # Node ID 85cd798d69979bb45be23b06a97f08b1d13b6c36 # Parent eefa66c18286d26eb48f11b0f2128d99c6c6a72c Update e17 stuff to last version diff -r eefa66c18286 -r 85cd798d6997 ecore-dev/receipt --- a/ecore-dev/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/ecore-dev/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ecore-dev" -VERSION="0.9.9.063" +VERSION="1.0.0" CATEGORY="development" SHORT_DESC="E17 core devel files." MAINTAINER="pankso@slitaz.org" diff -r eefa66c18286 -r 85cd798d6997 ecore/receipt --- a/ecore/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/ecore/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,31 +1,23 @@ # SliTaz package receipt. PACKAGE="ecore" -VERSION="0.9.9.063" -CATEGORY="x-window" -SHORT_DESC="E17 core libs." +VERSION="1.0.0" +CATEGORY="base-system" +SHORT_DESC="Enlightenment's core event abstraction layer and OS abstraction layer" MAINTAINER="pankso@slitaz.org" -DEPENDS="eet evas libcurl openssl xorg-libX11 xorg-libXau xorg-libXcomposite \ -xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ -xorg-libXrandr xorg-libXrender xorg-libXdamage xorg-libXtst xorg-libXp \ -xorg-libXss libtasn1" -BUILD_DEPENDS="xorg-dev eet-dev evas-dev xorg-libXtst-dev libtasn1-dev" +DEPENDS="evas xorg-libX11 libcurl glib xorg-libXcomposite \ +xorg-libXcursor xorg-libXdamage xorg-libXtst xorg-libXinerama \ +xorg-libXrandr xorg-libXp xorg-libXss" +BUILD_DEPENDS="curl-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ - --enable-ecore-config \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -34,13 +26,5 @@ mkdir -p $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - for i in $fs/usr/lib/*.so ; do - [ -L $i ] || continue - [ -e $i.0 ] && continue - target=$(readlink $i) - case "$target" in - *.so.0.*) ln -s $target $i.0;; - esac - done } diff -r eefa66c18286 -r 85cd798d6997 edbus-dev/receipt --- a/edbus-dev/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/edbus-dev/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="edbus-dev" -VERSION="0.5.0.063" +VERSION="1.0.0" CATEGORY="development" SHORT_DESC="E17 dbus devel files." MAINTAINER="pankso@slitaz.org" @@ -14,7 +14,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg cp -a $_pkg/usr/include $fs/usr cp -a $_pkg/usr/lib/*.*a $fs/usr/lib cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib diff -r eefa66c18286 -r 85cd798d6997 edbus/receipt --- a/edbus/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/edbus/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,28 +1,22 @@ # SliTaz package receipt. PACKAGE="edbus" -VERSION="0.5.0.063" +VERSION="1.0.0" CATEGORY="x-window" -SHORT_DESC="E17 wrappers around dbus." +SHORT_DESC="Enlightenment's (Ecore) integration to DBus" MAINTAINER="pankso@slitaz.org" -DEPENDS="dbus ecore glibc-base libtasn1" -BUILD_DEPENDS="dbus-dev ecore-dev ecore" +DEPENDS="dbus ecore" +BUILD_DEPENDS="" SOURCE="e_dbus" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r eefa66c18286 -r 85cd798d6997 edje-dev/receipt --- a/edje-dev/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/edje-dev/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="edje-dev" -VERSION="0.9.93.063" +VERSION="1.0.0" CATEGORY="development" SHORT_DESC="E17 Edje devel files." MAINTAINER="pankso@slitaz.org" diff -r eefa66c18286 -r 85cd798d6997 edje/receipt --- a/edje/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/edje/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,28 +1,22 @@ # SliTaz package receipt. PACKAGE="edje" -VERSION="0.9.93.063" +VERSION="1.0.0" CATEGORY="x-window" SHORT_DESC="E17 libs." MAINTAINER="pankso@slitaz.org" -DEPENDS="eet evas ecore embryo libcurl openssl xorg-libXss xorg-libXp libtasn1" -BUILD_DEPENDS="pkg-config eet evas ecore embryo eet-dev embryo-dev \ -evas-dev ecore-dev ecore" +DEPENDS="embryo ecore lua" +BUILD_DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure --enable-amalgamation && \ + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -33,13 +27,5 @@ cp -a $_pkg/usr/share $fs/usr chmod 755 $fs/usr/bin/* cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - for i in $fs/usr/lib/*.so ; do - [ -L $i ] || continue - [ -e $i.0 ] && continue - target=$(readlink $i) - case "$target" in - *.so.0.*) ln -s $target $i.0;; - esac - done } diff -r eefa66c18286 -r 85cd798d6997 eet-dev/receipt --- a/eet-dev/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/eet-dev/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="eet-dev" -VERSION="1.2.3" +VERSION="1.4.0" CATEGORY="development" SHORT_DESC="E17 libs devel files." MAINTAINER="pankso@slitaz.org" diff -r eefa66c18286 -r 85cd798d6997 eet/receipt --- a/eet/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/eet/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="eet" -VERSION="1.2.3" -CATEGORY="x-window" -SHORT_DESC="E17 libs." +VERSION="1.4.0" +CATEGORY="base-system" +SHORT_DESC="Enlightenment's file chunk reading/writing library." MAINTAINER="pankso@slitaz.org" -DEPENDS="zlib jpeg openssl eina gnutls" -BUILD_DEPENDS="zlib-dev jpeg-dev openssl-dev eina-dev" +DEPENDS="zlib jpeg eina gnutls openssl" +BUILD_DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/releases/$TARBALL" @@ -15,14 +15,8 @@ compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --disable-gnutls \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure --enable-amalgamation && \ + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r eefa66c18286 -r 85cd798d6997 efreet-dev/receipt --- a/efreet-dev/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/efreet-dev/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="efreet-dev" -VERSION="0.5.0.063" +VERSION="1.0.0" CATEGORY="development" SHORT_DESC="E17 libs." MAINTAINER="pankso@slitaz.org" diff -r eefa66c18286 -r 85cd798d6997 efreet/receipt --- a/efreet/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/efreet/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,27 +1,21 @@ # SliTaz package receipt. PACKAGE="efreet" -VERSION="0.5.0.063" -CATEGORY="x-window" +VERSION="1.0.0" +CATEGORY="base-system" SHORT_DESC="E17 implementation of several specifications from freedesktop.org." MAINTAINER="pankso@slitaz.org" -DEPENDS="eet evas ecore embryo edje libcurl openssl libtasn1" -BUILD_DEPENDS="eet-dev evas-dev ecore-dev ecore embryo-dev edje-dev" +DEPENDS="eina ecore" +BUILD_DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -31,13 +25,5 @@ cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - for i in $fs/usr/lib/*.so ; do - [ -L $i ] || continue - [ -e $i.0 ] && continue - target=$(readlink $i) - case "$target" in - *.so.0.*) ln -s $target $i.0;; - esac - done } diff -r eefa66c18286 -r 85cd798d6997 eina-dev/receipt --- a/eina-dev/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/eina-dev/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="eina-dev" -VERSION="0.9.9.063" +VERSION="1.0.0" CATEGORY="development" SHORT_DESC="Eina E17 devel files." MAINTAINER="pankso@slitaz.org" @@ -11,9 +11,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/eina/mp + mkdir -p $fs/usr/lib cp -a $_pkg/usr/include $fs/usr cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/eina/mp/*.*a $fs/usr/lib/eina/mp cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib } diff -r eefa66c18286 -r 85cd798d6997 eina/receipt --- a/eina/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/eina/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,34 +1,30 @@ # SliTaz package receipt. PACKAGE="eina" -VERSION="0.9.9.063" -CATEGORY="x-window" -SHORT_DESC="Eina E17 Data types library (List, hash, etc)." +VERSION="1.0.0" +CATEGORY="base-system" +SHORT_DESC="Enlightenment's data types library (List, hash, etc) in C." MAINTAINER="pankso@slitaz.org" DEPENDS="" BUILD_DEPENDS="pkg-config" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure --enable-amalgamation \ + --enable-magic-debug \ + --enable-safety-checks && \ + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/eina/mp + mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/eina/mp/*.so $fs/usr/lib/eina/mp } diff -r eefa66c18286 -r 85cd798d6997 embryo-dev/receipt --- a/embryo-dev/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/embryo-dev/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="embryo-dev" -VERSION="0.9.9.063" +VERSION="1.0.0" CATEGORY="development" SHORT_DESC="E17 Embryo devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="eet evas ecore" +DEPENDS="" WANTED="embryo" WEB_SITE="http://www.enlightenment.org/" @@ -16,5 +16,7 @@ cp -a $_pkg/usr/include $fs/usr cp -a $_pkg/usr/lib/*.*a $fs/usr/lib cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + # Symlink to ensure Embryo.h is found + ln -s /usr/include/embryo-1/Embryo.h $fs/usr/include } diff -r eefa66c18286 -r 85cd798d6997 embryo/receipt --- a/embryo/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/embryo/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,26 +1,20 @@ # SliTaz package receipt. PACKAGE="embryo" -VERSION="0.9.9.063" -CATEGORY="x-window" -SHORT_DESC="E17 Embryo libs." +VERSION="1.0.0" +CATEGORY="base-system" +SHORT_DESC="Enlightenment's virtual machine engine and bytecode compiler used in Edje." MAINTAINER="pankso@slitaz.org" -DEPENDS="eet evas ecore" +DEPENDS="glibc-base" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -30,13 +24,5 @@ cp -a $_pkg/usr/share $fs/usr cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - for i in $fs/usr/lib/*.so ; do - [ -L $i ] || continue - [ -e $i.0 ] && continue - target=$(readlink $i) - case "$target" in - *.so.0.*) ln -s $target $i.0;; - esac - done } diff -r eefa66c18286 -r 85cd798d6997 enlightenment-pam/receipt --- a/enlightenment-pam/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/enlightenment-pam/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -2,32 +2,22 @@ PACKAGE="enlightenment-pam" SOURCE="enlightenment" -VERSION="0.16.999.063" +VERSION="0.16.999.55225" CATEGORY="x-window" SHORT_DESC="Enlightenment window manager (E17)." MAINTAINER="pankso@slitaz.org" -DEPENDS="pam eet evas ecore embryo edje efreet edbus slitaz-menus curl \ -xorg-libXcomposite libcrypto openssl alsa-lib xorg-libX11 xorg-libXau \ -xorg-libXdmcp xorg-libXext xorg-libXp xorg-libXss libtasn1" -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \ -efreet edbus-dev edbus curl-dev libcrypto-dev openssl-dev pam-dev" +DEPENDS="alsa-lib edbus edje efreet pam" +BUILD_DEPENDS="" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" +WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" PROVIDE="enlightenment:pam" # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make -j 4 && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r eefa66c18286 -r 85cd798d6997 enlightenment/receipt --- a/enlightenment/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/enlightenment/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,34 +1,23 @@ # SliTaz package receipt. PACKAGE="enlightenment" -VERSION="0.16.999.063" +VERSION="0.16.999.55225" CATEGORY="x-window" SHORT_DESC="Enlightenment window manager (E17)." MAINTAINER="pankso@slitaz.org" -DEPENDS="eet evas ecore embryo edje efreet edbus slitaz-menus curl \ -xorg-libXcomposite libcrypto openssl alsa-lib xorg-libX11 xorg-libXau \ -xorg-libXdmcp xorg-libXext fribidi xorg-libXp xorg-libXss libtasn1" -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \ -efreet edbus-dev edbus curl-dev libcrypto-dev openssl-dev fribidi-dev \ -xorg-libXp-dev" +DEPENDS="alsa-lib edbus edje efreet" +BUILD_DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" +WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" TAGS="wm window-manager" # Rules to configure and make the package. compile_rules() { cd $src - sed -i 's|/pam_appl.h|/pam_appl.h.DUMMY|' configure.in - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make -j 4 && - make DESTDIR=$PWD/_pkg install + + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r eefa66c18286 -r 85cd798d6997 evas-dev/receipt --- a/evas-dev/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/evas-dev/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="evas-dev" -VERSION="0.9.9.063" +VERSION="1.0.0" CATEGORY="development" SHORT_DESC="E17 Evas devel files." MAINTAINER="pankso@slitaz.org" diff -r eefa66c18286 -r 85cd798d6997 evas/receipt --- a/evas/receipt Sat Feb 12 02:18:58 2011 +0100 +++ b/evas/receipt Sat Feb 12 02:21:51 2011 +0100 @@ -1,30 +1,22 @@ # SliTaz package receipt. PACKAGE="evas" -VERSION="0.9.9.063" +VERSION="1.0.0" CATEGORY="x-window" -SHORT_DESC="E17 libs." +SHORT_DESC="Enlightenment's hardware-accelerated retained canvas API" MAINTAINER="pankso@slitaz.org" -DEPENDS="expat fontconfig freetype jpeg libpng tiff xorg-libX11 \ -xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender eet openssl \ -fribidi libgsf libcroco librsvg giflib" -BUILD_DEPENDS="xorg-libX11-dev eet-dev libgsf-dev libcroco-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" +DEPENDS="fontconfig freetype jpeg libpng tiff xorg-libXrender \ +eet fribidi librsvg giflib" +BUILD_DEPENDS="" +TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --disable-gnutls \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -34,13 +26,5 @@ cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/evas $fs/usr/lib rm -rf $fs/usr/lib/evas/modules/*/*/*/*.*a - for i in $fs/usr/lib/*.so ; do - [ -L $i ] || continue - [ -e $i.0 ] && continue - target=$(readlink $i) - case "$target" in - *.so.0.*) ln -s $target $i.0;; - esac - done }