diff options
author | B. Watson <urchlay@slackware.uk> | 2022-12-29 02:33:02 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:56 +0700 |
commit | c8aef500bb6de832a05f4ab06af769ee7adefdfc (patch) | |
tree | 7bd5bf35cd78d7a28b93101013a89dea1fb72955 | |
parent | a7d368f14c57875018d609487332000d4dbb4242 (diff) |
desktop/xdgmenumaker: Updated for version 2.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/xdgmenumaker/README | 2 | ||||
-rw-r--r-- | desktop/xdgmenumaker/slack-desc | 4 | ||||
-rw-r--r-- | desktop/xdgmenumaker/xdgmenumaker.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/xdgmenumaker/xdgmenumaker.info | 6 |
4 files changed, 9 insertions, 8 deletions
diff --git a/desktop/xdgmenumaker/README b/desktop/xdgmenumaker/README index be7c3fb8633e..8cb35872a9bc 100644 --- a/desktop/xdgmenumaker/README +++ b/desktop/xdgmenumaker/README @@ -7,6 +7,6 @@ according to the main categories as specified by freedesktop.org. The menu entries that are generated by xdgmenumaker are localised according to the running user locale settings. -xdgmenumaker currently supports generating menus for blackbox, +xdgmenumaker currently supports generating menus for amiwm, blackbox, compizboxmenu, fluxbox, fvwm, icewm, jwm, pekwm, twm (and compatible derivatives such as ctwm and vtwm), and windowmaker. diff --git a/desktop/xdgmenumaker/slack-desc b/desktop/xdgmenumaker/slack-desc index 91ed78c08a18..fab0fffd83ee 100644 --- a/desktop/xdgmenumaker/slack-desc +++ b/desktop/xdgmenumaker/slack-desc @@ -15,5 +15,5 @@ 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 generates menus for blackbox, compizboxmenu, fluxbox, -xdgmenumaker: fvwm, icewm, jwm, pekwm, twm, and windowmaker. +xdgmenumaker: xdgmenumaker generates menus for amiwm, blackbox, compizboxmenu, +xdgmenumaker: fluxbox, fvwm, icewm, jwm, pekwm, twm, and windowmaker. diff --git a/desktop/xdgmenumaker/xdgmenumaker.SlackBuild b/desktop/xdgmenumaker/xdgmenumaker.SlackBuild index 41cef9ed749b..5a136c65125a 100644 --- a/desktop/xdgmenumaker/xdgmenumaker.SlackBuild +++ b/desktop/xdgmenumaker/xdgmenumaker.SlackBuild @@ -7,6 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ # for details. +# 20221229 bkw: updated for v2.0. # 20220110 bkw: BUILD=2, update slightly for new txt2tags. # 20201103 bkw: updated for v1.6. # 20180917 bkw: updated for v1.5. @@ -22,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xdgmenumaker -VERSION=${VERSION:-1.6} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/xdgmenumaker/xdgmenumaker.info b/desktop/xdgmenumaker/xdgmenumaker.info index e6d83fb8b2f1..0b7abaea88ef 100644 --- a/desktop/xdgmenumaker/xdgmenumaker.info +++ b/desktop/xdgmenumaker/xdgmenumaker.info @@ -1,8 +1,8 @@ PRGNAM="xdgmenumaker" -VERSION="1.6" +VERSION="2.0" HOMEPAGE="https://github.com/gapan/xdgmenumaker" -DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/1.6/xdgmenumaker-1.6.tar.gz" -MD5SUM="4194aaa4074d938a54d0c9c853c0b4e1" +DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/2.0/xdgmenumaker-2.0.tar.gz" +MD5SUM="ee9111404d96e0ec086db69fbf0ae48f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="txt2tags" |