desktop/xdgmenumaker: Fix .info and slack-desc.
This commit is contained in:
parent
6473e9cca3
commit
97316b32e6
|
@ -1,3 +1,4 @@
|
||||||
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description.
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# Line up the first '|' above the ':' following the base package name, and
|
# 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.
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
|
@ -7,11 +8,11 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
xdgmenumaker: xdgmenumaker (application menu generator for window managers)
|
xdgmenumaker: xdgmenumaker (application menu generator for window managers)
|
||||||
xdgmenumaker:
|
xdgmenumaker:
|
||||||
xdgmenumaker: xdgmenumaker is a command line tool, written in python, that
|
xdgmenumaker: xdgmenumaker is a command line tool, written in python, that generates
|
||||||
xdgmenumaker: generates application menus using xdg information, by scanning
|
xdgmenumaker: application menus using xdg information, by scanning *.desktop files
|
||||||
xdgmenumaker: *.desktop files in all $XDG_DATA_DIRS/applications directories. All
|
xdgmenumaker: in all $XDG_DATA_DIRS/applications directories. All applications
|
||||||
xdgmenumaker: applications are sorted according to the main categories as specified
|
xdgmenumaker: are sorted according to the main categories as specified by
|
||||||
xdgmenumaker: by freedesktop.org. The menu entries that are generated by xdgmenumaker
|
xdgmenumaker: freedesktop.org. The menu entries that are generated by xdgmenumaker
|
||||||
xdgmenumaker: are localised according to the running user locale settings.
|
xdgmenumaker: are localised according to the running user locale settings.
|
||||||
xdgmenumaker:
|
xdgmenumaker:
|
||||||
xdgmenumaker: xdgmenumaker currently supports generating menus for fluxbox, icewm,
|
xdgmenumaker: xdgmenumaker currently supports generating menus for fluxbox, icewm,
|
||||||
|
|
|
@ -2,8 +2,8 @@ PRGNAM="xdgmenumaker"
|
||||||
VERSION="0.5"
|
VERSION="0.5"
|
||||||
HOMEPAGE="https://github.com/gapan/xdgmenumaker"
|
HOMEPAGE="https://github.com/gapan/xdgmenumaker"
|
||||||
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/0.5.tar.gz"
|
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/0.5.tar.gz"
|
||||||
DOWNLOAD_x86_64=""
|
|
||||||
MD5SUM="d4fad8709022ec9b3c0034871cdea962"
|
MD5SUM="d4fad8709022ec9b3c0034871cdea962"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pyxdg txt2tags"
|
REQUIRES="pyxdg txt2tags"
|
||||||
MAINTAINER="B. Watson"
|
MAINTAINER="B. Watson"
|
||||||
|
|
Loading…
Reference in New Issue