# HG changeset patch # User Christophe Lincoln # Date 1254118800 -7200 # Node ID 264ebd33228b5efd8ec991c0f895065ab6ba471b # Parent abd76fd54d7c3e2b0d4d2011e81b75917ac9552f Removed etk* and etk apps (ETK is dead) diff -r abd76fd54d7c -r 264ebd33228b estickies/receipt --- a/estickies/receipt Mon Sep 28 08:04:34 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="estickies" -VERSION="40505" -CATEGORY="x-window" -SHORT_DESC="E17 desktop notes application." -MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libX11 ecore evas etk embryo" -BUILD_DEPENDS="xorg-libX11-dev ecore-dev evas-dev etk-dev etk subversion" -WEB_SITE="http://www.enlightenment.org/" - -# Rules to configure and make the package. -compile_rules() -{ - [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION - svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \ - -r $VERSION $PACKAGE-$VERSION - cd $src - ./autogen.sh \ - --prefix=/usr \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share - rm $fs/usr/share/estickies/themes/mc.edj -} - diff -r abd76fd54d7c -r 264ebd33228b etk-dev/receipt --- a/etk-dev/receipt Mon Sep 28 08:04:34 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="etk-dev" -VERSION="40505" -CATEGORY="development" -SHORT_DESC="E17 etk devel files." -MAINTAINER="pankso@slitaz.org" -WANTED="etk" -WEB_SITE="http://www.enlightenment.org/" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/etk/engines - 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 - cp -a $_pkg/usr/lib/etk/engines/*.*a $fs/usr/lib/etk/engines -} diff -r abd76fd54d7c -r 264ebd33228b etk/receipt --- a/etk/receipt Mon Sep 28 08:04:34 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="etk" -VERSION="40505" -CATEGORY="x-window" -SHORT_DESC="E17 Toolkit." -MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libX11 ecore evas edje embryo" -BUILD_DEPENDS="xorg-libX11-dev ecore-dev evas-dev subversion cvs" -WEB_SITE="http://www.enlightenment.org/" - -# Rules to configure and make the package. -compile_rules() -{ - [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION - svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \ - -r $VERSION $PACKAGE-$VERSION - cd $src - ./autogen.sh \ - --prefix=/usr \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/etk/engines - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/etk/engines/*.so* $fs/usr/lib/etk/engines -} - diff -r abd76fd54d7c -r 264ebd33228b exhibit/receipt --- a/exhibit/receipt Mon Sep 28 08:04:34 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="exhibit" -VERSION="40505" -CATEGORY="x-window" -SHORT_DESC="Exhibit is an image viewer that uses Etk (E17) as its toolkit." -MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libX11 ecore evas etk edje epsilon embryo efreet" -BUILD_DEPENDS="xorg-libX11-dev ecore-dev evas-dev etk-dev subversion epsilon-dev epsilon" -WEB_SITE="http://www.enlightenment.org/" - -# Rules to configure and make the package. -compile_rules() -{ - [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION - svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \ - -r $VERSION $PACKAGE-$VERSION - cd $src - ./autogen.sh \ - --prefix=/usr \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share -} -