wok rev 14815

Up: exo,exo-tools (0.8.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:41:03 2013 +0200 (2013-07-17)
parents 95f8c1289048
children 4b61c84f0485
files exo-tools/receipt exo/receipt
line diff
     1.1 --- a/exo-tools/receipt	Wed Jul 17 13:39:14 2013 +0200
     1.2 +++ b/exo-tools/receipt	Wed Jul 17 13:41:03 2013 +0200
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="exo-tools"
     1.7 -VERSION="0.6.0"
     1.8 +VERSION="0.8.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce extension tools"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="libexo"
    1.13 +DEPENDS="libexo libxfce4ui"
    1.14  WANTED="exo"
    1.15  SUGGESTED="perl-uri"
    1.16  WEB_SITE="http://www.xfce.org"
    1.17 @@ -17,13 +17,13 @@
    1.18  		$fs/usr/share/xfce4 \
    1.19  		$fs/etc/xdg/xfce4
    1.20  
    1.21 -	cp -a $_pkg/etc $fs/
    1.22 -	cp -a $_pkg/usr/bin $fs/usr
    1.23 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.24 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.25 -	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.26 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.27 -	cp -a $_pkg/usr/share/xfce4/helpers $fs/usr/share/xfce4
    1.28 +	cp -a $install/etc $fs/
    1.29 +	cp -a $install/usr/bin $fs/usr
    1.30 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.31 +	cp -a $install/usr/share/applications $fs/usr/share
    1.32 +	cp -a $install/usr/share/icons $fs/usr/share
    1.33 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.34 +	cp -a $install/usr/share/xfce4/helpers $fs/usr/share/xfce4
    1.35  
    1.36  	# Fix perms & helpers
    1.37  	chmod +x $fs/usr/bin/exo-preferred-applications
     2.1 --- a/exo/receipt	Wed Jul 17 13:39:14 2013 +0200
     2.2 +++ b/exo/receipt	Wed Jul 17 13:41:03 2013 +0200
     2.3 @@ -1,18 +1,18 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="exo"
     2.7 -VERSION="0.6.0"
     2.8 +VERSION="0.8.0"
     2.9  CATEGORY="meta"
    2.10  SHORT_DESC="Xfce Exo library and tools"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.13  WEB_SITE="http://www.xfce.org"
    2.14 -WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL"
    2.15 +WGET_URL="http://archive.xfce.org/xfce/4.10/src/$TARBALL"
    2.16  COOK_OPT="!fs"
    2.17  
    2.18  DEPENDS="exo-tools libexo util-linux-uuid libgio"
    2.19  BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool \
    2.20 -util-linux-uuid-dev libgio-dev glib-dev gtk+-dev"
    2.21 +util-linux-uuid-dev libgio-dev glib-dev gtk+-dev libxfce4ui-dev libxml2-dev"
    2.22  
    2.23  # Rules to configure and make the package.
    2.24  compile_rules()