# HG changeset patch # User ernia # Date 1360361220 0 # Node ID cf385e3cb95dbcec84d3958a7d1ab2ffa6673394 # Parent 0ce92f0f1b66633e139455df33835e449d47ae48 xdg-utils: up to 1.1.0-rc1 , xdg-open support LXDE too diff -r 0ce92f0f1b66 -r cf385e3cb95d xdg-utils/receipt --- a/xdg-utils/receipt Fri Feb 08 18:12:00 2013 +0000 +++ b/xdg-utils/receipt Fri Feb 08 22:07:00 2013 +0000 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="xdg-utils" -VERSION="1.0.2" +VERSION="1.1.0-rc1" CATEGORY="development" SHORT_DESC="Assists desktop integration tasks." MAINTAINER="paul@slitaz.org" DEPENDS="" -TARBALL="$PACKAGE-$VERSION.tgz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://portland.freedesktop.org/wiki/" WGET_URL="http://portland.freedesktop.org/download/$TARBALL" @@ -14,14 +14,14 @@ compile_rules() { cd $src - while read file; do - [ -f done.$file ] && continue - echo "Apply $file..." - patch -p1 < $stuff/$file || return 1 - touch done.$file - done <