desktop/xdgmenumaker: Fix .info and slack-desc.

This commit is contained in:
B. Watson 2015-05-07 04:23:28 -04:00 committed by Willy Sudiarto Raharjo
parent 6473e9cca3
commit 97316b32e6
2 changed files with 7 additions and 6 deletions

View file

@ -1,3 +1,4 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
@ -7,11 +8,11 @@
|-----handy-ruler------------------------------------------------------|
xdgmenumaker: xdgmenumaker (application menu generator for window managers)
xdgmenumaker:
xdgmenumaker: xdgmenumaker is a command line tool, written in python, that
xdgmenumaker: generates application menus using xdg information, by scanning
xdgmenumaker: *.desktop files in all $XDG_DATA_DIRS/applications directories. All
xdgmenumaker: applications are sorted according to the main categories as specified
xdgmenumaker: by freedesktop.org. The menu entries that are generated by xdgmenumaker
xdgmenumaker: xdgmenumaker is a command line tool, written in python, that generates
xdgmenumaker: application menus using xdg information, by scanning *.desktop files
xdgmenumaker: in all $XDG_DATA_DIRS/applications directories. All applications
xdgmenumaker: are sorted according to the main categories as specified by
xdgmenumaker: freedesktop.org. The menu entries that are generated by xdgmenumaker
xdgmenumaker: are localised according to the running user locale settings.
xdgmenumaker:
xdgmenumaker: xdgmenumaker currently supports generating menus for fluxbox, icewm,

View file

@ -2,8 +2,8 @@ PRGNAM="xdgmenumaker"
VERSION="0.5"
HOMEPAGE="https://github.com/gapan/xdgmenumaker"
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/0.5.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="d4fad8709022ec9b3c0034871cdea962"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyxdg txt2tags"
MAINTAINER="B. Watson"