wok rev 8599

Rollback unexpected commits
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 05:47:23 2011 +0100 (2011-02-14)
parents 84b620628dcf
children 837aebf94f13
files enna/receipt esmart-dev/receipt esmart/receipt fltk-2.0.x/receipt
line diff
     1.1 --- a/enna/receipt	Mon Feb 14 05:27:38 2011 +0100
     1.2 +++ b/enna/receipt	Mon Feb 14 05:47:23 2011 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="enna"
     1.7 -VERSION="0.4.1-20110214"
     1.8 +VERSION="0.4.0"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Enna media center."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="eet evas ecore edje emotion eina libplayer libvalhalla libelementary libcurl elementary efreet lirc libcddb edbus sqlite libtasn1"
    1.13  BUILD_DEPENDS="$DEPENDS eet-dev evas-dev ecore-dev edje-dev emotion-dev eina-dev \
    1.14 -libplayer-dev libvalhalla-dev libelementary elementary-dev curl-dev mercurial"
    1.15 +libplayer-dev libvalhalla-dev libelementary elementary-dev curl-dev"
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WEB_SITE="http://enna.geexbox.org/"
    1.18 -WGET_URL="mercurial|http://hg.geexbox.org/enna"
    1.19 -BRANCH="v${VERSION%%*-}"
    1.20 +WGET_URL="http://enna.geexbox.org/releases/$TARBALL"
    1.21  TAGS="images music video e17"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24 @@ -31,3 +31,10 @@
    1.25  	cp -a $_pkg/usr/bin $fs/usr
    1.26  	cp -a $_pkg/usr/share/enna $fs/usr/share
    1.27  }
    1.28 +
    1.29 +post_install()
    1.30 +{
    1.31 +	for f in $(find /usr/lib/ -name "*ver-svn-05*" ! -path */enlightenment/*); do 
    1.32 +		ln -s $f $(echo $f|sed s/-05/-03/); 
    1.33 +	done	
    1.34 +}
     2.1 --- a/esmart-dev/receipt	Mon Feb 14 05:27:38 2011 +0100
     2.2 +++ b/esmart-dev/receipt	Mon Feb 14 05:47:23 2011 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="esmart-dev"
     2.7 -VERSION="55225"
     2.8 +VERSION="42373"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Devel files from E17 esmart."
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- a/esmart/receipt	Mon Feb 14 05:27:38 2011 +0100
     3.2 +++ b/esmart/receipt	Mon Feb 14 05:47:23 2011 +0100
     3.3 @@ -1,13 +1,13 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="esmart"
     3.7 -VERSION="55225"
     3.8 +VERSION="42373"
     3.9  CATEGORY="x-window"
    3.10  SHORT_DESC="A collection of evas smart objects."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12  DEPENDS="cairo evas ecore embryo edje imlib2 libtool xorg-libXss libcurl \
    3.13  xorg-libXp libgpg-error xorg-libXtst libtasn1"
    3.14 -BUILD_DEPENDS="cairo-dev evas-dev subversion"
    3.15 +BUILD_DEPENDS="cairo-dev evas-dev"
    3.16  WEB_SITE="http://www.enlightenment.org/"
    3.17  WGET_URL="subversion|http://svn.enlightenment.org/svn/e/OLD/$PACKAGE"
    3.18  BRANCH="$VERSION"
     4.1 --- a/fltk-2.0.x/receipt	Mon Feb 14 05:27:38 2011 +0100
     4.2 +++ b/fltk-2.0.x/receipt	Mon Feb 14 05:47:23 2011 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="fltk-2.0.x"
     4.7 -VERSION="r7725"
     4.8 +VERSION="r6671"
     4.9  CATEGORY="system-tools"
    4.10  SHORT_DESC="Fast Light Tool Kit (provide fluid)."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12 @@ -17,8 +17,7 @@
    4.13  compile_rules()
    4.14  {
    4.15  	cd $src
    4.16 -	patch -p 0 < ../stuff/filename_list-dirent.patch || return 1
    4.17 -	patch -Np1 < ../libpng14.patch || return 1
    4.18 +	patch -p 0 < ../stuff/filename_list-dirent.patch || exit 1
    4.19  	./configure \
    4.20  		--prefix=/usr \
    4.21  		--mandir=/usr/share/man \