# HG changeset patch # User Eric Joseph-Alexandre # Date 1374061263 -7200 # Node ID bbf96943be5ba5bcc25ca9a532ba07f6ee332f00 # Parent 95f8c128904873464f4d044f7de4cbf7ecbe5913 Up: exo,exo-tools (0.8.0) diff -r 95f8c1289048 -r bbf96943be5b exo-tools/receipt --- a/exo-tools/receipt Wed Jul 17 13:39:14 2013 +0200 +++ b/exo-tools/receipt Wed Jul 17 13:41:03 2013 +0200 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="exo-tools" -VERSION="0.6.0" +VERSION="0.8.0" CATEGORY="x-window" SHORT_DESC="Xfce extension tools" MAINTAINER="erjo@slitaz.org" -DEPENDS="libexo" +DEPENDS="libexo libxfce4ui" WANTED="exo" SUGGESTED="perl-uri" WEB_SITE="http://www.xfce.org" @@ -17,13 +17,13 @@ $fs/usr/share/xfce4 \ $fs/etc/xdg/xfce4 - cp -a $_pkg/etc $fs/ - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/icons $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/xfce4/helpers $fs/usr/share/xfce4 + cp -a $install/etc $fs/ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/xfce4/helpers $fs/usr/share/xfce4 # Fix perms & helpers chmod +x $fs/usr/bin/exo-preferred-applications diff -r 95f8c1289048 -r bbf96943be5b exo/receipt --- a/exo/receipt Wed Jul 17 13:39:14 2013 +0200 +++ b/exo/receipt Wed Jul 17 13:41:03 2013 +0200 @@ -1,18 +1,18 @@ # SliTaz package receipt. PACKAGE="exo" -VERSION="0.6.0" +VERSION="0.8.0" CATEGORY="meta" SHORT_DESC="Xfce Exo library and tools" MAINTAINER="erjo@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" -WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL" +WGET_URL="http://archive.xfce.org/xfce/4.10/src/$TARBALL" COOK_OPT="!fs" DEPENDS="exo-tools libexo util-linux-uuid libgio" BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool \ -util-linux-uuid-dev libgio-dev glib-dev gtk+-dev" +util-linux-uuid-dev libgio-dev glib-dev gtk+-dev libxfce4ui-dev libxml2-dev" # Rules to configure and make the package. compile_rules()