# HG changeset patch # User Eric Joseph-Alexandre # Date 1279259871 -7200 # Node ID 283b8d93992b78449580ac3039181dbd460a3452 # Parent f4ab8a128b6f267aaf16f0679430899dbe557890 Up: exo* (0.3.107) diff -r f4ab8a128b6f -r 283b8d93992b exo-tools/receipt --- a/exo-tools/receipt Thu Jul 15 22:52:54 2010 +0200 +++ b/exo-tools/receipt Fri Jul 16 07:57:51 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="exo-tools" -VERSION="0.3.101" +VERSION="0.3.107" CATEGORY="x-window" SHORT_DESC="Xfce extension tools" MAINTAINER="erjo@slitaz.org" diff -r f4ab8a128b6f -r 283b8d93992b exo/receipt --- a/exo/receipt Thu Jul 15 22:52:54 2010 +0200 +++ b/exo/receipt Fri Jul 16 07:57:51 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="exo" -VERSION="0.3.101" +VERSION="0.3.107" CATEGORY="meta" SHORT_DESC="Xfce Exo library and tools" MAINTAINER="erjo@slitaz.org" @@ -9,8 +9,8 @@ BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" -WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL - http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL" +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.2/src/$TARBALL + http://www.p0llux.be/xfce/archive/xfce/4.6.2/src/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -36,4 +36,8 @@ genpkg_rules() { mkdir $fs/usr + for pkg in libexo libexo-dev exo-tools + do + tazwok cook $pkg + done }