# HG changeset patch # User ernia # Date 1359981862 0 # Node ID 6f9ba9c78afedb793385b2c1d426280af5768106 # Parent 42f782f44a5e09c13d655c36a54b6ee028f3c584 desktop-file-utils*: up (0.21) diff -r 42f782f44a5e -r 6f9ba9c78afe desktop-file-utils-extra/receipt --- a/desktop-file-utils-extra/receipt Mon Feb 04 12:34:14 2013 +0000 +++ b/desktop-file-utils-extra/receipt Mon Feb 04 12:44:22 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="desktop-file-utils-extra" -VERSION="0.18" +VERSION="0.21" CATEGORY="x-window" SHORT_DESC="Extra desktop file utils (install and validate)." DEPENDS="glib" @@ -13,5 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp $_pkg/usr/bin/desktop-file-* $fs/usr/bin + cp -a $_pkg/usr/bin/desktop-file-* $fs/usr/bin } diff -r 42f782f44a5e -r 6f9ba9c78afe desktop-file-utils/receipt --- a/desktop-file-utils/receipt Mon Feb 04 12:34:14 2013 +0000 +++ b/desktop-file-utils/receipt Mon Feb 04 12:44:22 2013 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="desktop-file-utils" -VERSION="0.18" +VERSION="0.21" CATEGORY="x-window" SHORT_DESC="Desktop file utils from Freedesktop (update-desktop-database)." DEPENDS="glib" BUILD_DEPENDS="pkg-config glib-dev" MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.freedesktop.org/wiki/Software/desktop-file-utils" WGET_URL="http://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL"