           SPELL=desktop-file-utils
         VERSION=0.26
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=https://www.freedesktop.org/software/$SPELL/releases/$SOURCE
         SOURCE2=$SOURCE.asc
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=freedesktop.gpg:$SOURCE.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=https://www.freedesktop.org/
         ENTERED=20031028
         LICENSE=GPL
        KEYWORDS="utils"
           SHORT="Utilities for manipulating desktop files"
cat << EOF
desktop-file-utils contains a couple of command line utilities for working 
with desktop entries. It requires GLib and popt to compile,
because the implementation requires Unicode utilities and such.

Right now the only documentation is "desktop-file-install --help". 
desktop-file-validate takes a single argument, the file to validate.
EOF
