wok diff desktop-file-utils/description.txt @ rev 24554

updated flac and flac-dev again (1.3.3 -> 1.3.4)
author Hans-G?nter Theisgen
date Fri Feb 25 11:25:23 2022 +0100 (2022-02-25)
parents c9e270dd464f
children
line diff
     1.1 --- a/desktop-file-utils/description.txt	Thu Apr 23 16:47:39 2015 +0300
     1.2 +++ b/desktop-file-utils/description.txt	Fri Feb 25 11:25:23 2022 +0100
     1.3 @@ -1,6 +1,11 @@
     1.4  Some utilities to make dealing with .desktop files easier:
     1.5 -  * update-desktop-database -- update the desktop-MIME mapping
     1.6 -  * desktop-file-validate -- validate a desktop file
     1.7 -  * desktop-file-install -- install a desktop file, munging en route.
     1.8 +  * `update-desktop-database` -- build cache database of MIME types handled by
     1.9 +    desktop files
    1.10 +  * `desktop-file-validate` -- validate desktop entry files according to the
    1.11 +    Desktop Entry specification 1.1. For information about this specification,
    1.12 +    see: http://freedesktop.org/wiki/Specifications/desktop-entry-spec
    1.13 +  * `desktop-file-install` -- install a desktop file
    1.14 +  * `desktop-file-edit` -- edit a desktop file
    1.15  
    1.16 -This package contains update-desktop-database only.
    1.17 +This package contains `update-desktop-database` only, other utilities you can
    1.18 +find in the desktop-file-utils-extra package.