summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2015-05-07 04:23:28 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-10 07:04:50 +0700
commit97316b32e6b7e56dcd817e6f2f09e2e8976fbf9b (patch)
tree6faa5dcd174dded3ab40ae7a7efe21f84e991f40
parent6473e9cca39df6f926a5085474f798d5b46b01fc (diff)
downloadslackbuilds-97316b32e6b7e56dcd817e6f2f09e2e8976fbf9b.tar.gz
slackbuilds-97316b32e6b7e56dcd817e6f2f09e2e8976fbf9b.tar.xz
desktop/xdgmenumaker: Fix .info and slack-desc.
-rw-r--r--desktop/xdgmenumaker/slack-desc11
-rw-r--r--desktop/xdgmenumaker/xdgmenumaker.info2
2 files changed, 7 insertions, 6 deletions
diff --git a/desktop/xdgmenumaker/slack-desc b/desktop/xdgmenumaker/slack-desc
index dbd8e1ba00..c689665a93 100644
--- a/desktop/xdgmenumaker/slack-desc
+++ b/desktop/xdgmenumaker/slack-desc
@@ -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,
diff --git a/desktop/xdgmenumaker/xdgmenumaker.info b/desktop/xdgmenumaker/xdgmenumaker.info
index a0c043cbcc..7114efac73 100644
--- a/desktop/xdgmenumaker/xdgmenumaker.info
+++ b/desktop/xdgmenumaker/xdgmenumaker.info
@@ -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"