diff options
author | wiz <wiz> | 2007-09-07 16:11:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-09-07 16:11:19 +0000 |
commit | a8415c461003a87f10749d6b722aa0794c0cd3d9 (patch) | |
tree | 465eae3793bc4f69678e02c32d02637b9f62c5df /sysutils/desktop-file-utils | |
parent | a337414c2551d5d9761bef43e1704dc3c9c25e50 (diff) | |
download | pkgsrc-a8415c461003a87f10749d6b722aa0794c0cd3d9.tar.gz |
Update to 0.14:
============
Version 0.14
============
o update of the Emacs editing mode for .desktop files (Ville Skyttä)
o make desktop-file-install print an error when trying to install a
non-existing desktop file, or a desktop file that can't be read (Vincent)
o make the validator check the content of the Icon key (Vincent)
o make the validator accept X-Foo as a valid environment (this was added to
the spec) (Stanislav Brabec, Vincent)
o really handle the -m command line argument for desktop-file-install
(Matthias Clasen)
o make desktop-file-install accept as one valid argument multiple
categories/only-show-in/mime-types values. Now --add-category="GNOME;GTK"
works as expected. (Vincent)
o make desktop-file-install validate the created desktop file before removing
the original file, and unlink it if it's not valid (Vincent)
o code cleanups for desktop-file-install (Vincent)
Diffstat (limited to 'sysutils/desktop-file-utils')
-rw-r--r-- | sysutils/desktop-file-utils/Makefile | 5 | ||||
-rw-r--r-- | sysutils/desktop-file-utils/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/desktop-file-utils/Makefile b/sysutils/desktop-file-utils/Makefile index 74ad700c597..1fe98bca232 100644 --- a/sysutils/desktop-file-utils/Makefile +++ b/sysutils/desktop-file-utils/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2007/07/13 15:53:42 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2007/09/07 16:11:19 wiz Exp $ # -DISTNAME= desktop-file-utils-0.13 -PKGREVISION= 1 +DISTNAME= desktop-file-utils-0.14 CATEGORIES= sysutils gnome MASTER_SITES= http://freedesktop.org/software/desktop-file-utils/releases/ diff --git a/sysutils/desktop-file-utils/distinfo b/sysutils/desktop-file-utils/distinfo index ba7ca9a0cb3..cd8c0c6497a 100644 --- a/sysutils/desktop-file-utils/distinfo +++ b/sysutils/desktop-file-utils/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2007/07/03 19:47:36 wiz Exp $ +$NetBSD: distinfo,v 1.8 2007/09/07 16:11:19 wiz Exp $ -SHA1 (desktop-file-utils-0.13.tar.gz) = b277d503018edf8814f61ec253d29681d2db7a9a -RMD160 (desktop-file-utils-0.13.tar.gz) = 34753ab6fc26f3ff23bd291efde4372219f153df -Size (desktop-file-utils-0.13.tar.gz) = 347223 bytes +SHA1 (desktop-file-utils-0.14.tar.gz) = 2329e2329649f8010e07de0b1181177d7031b23e +RMD160 (desktop-file-utils-0.14.tar.gz) = 932ac0439188efe6b84ea61561b17f07f0f2a0d6 +Size (desktop-file-utils-0.14.tar.gz) = 348743 bytes SHA1 (patch-ab) = 404e5a8320493d4902d7d19e9b82f2f1189a309a |