* Menumaker
@ 2017-01-18 12:47 contact.ng0
2017-01-18 12:47 ` [PATCH] gnu: Add menumaker contact.ng0
0 siblings, 1 reply; 3+ messages in thread
From: contact.ng0 @ 2017-01-18 12:47 UTC (permalink / raw)
To: guix-devel
This adds one of my packages from my packages.git repository,
proven to work for some time, tested in openbox.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] gnu: Add menumaker.
2017-01-18 12:47 Menumaker contact.ng0
@ 2017-01-18 12:47 ` contact.ng0
2017-01-18 18:11 ` Marius Bakke
0 siblings, 1 reply; 3+ messages in thread
From: contact.ng0 @ 2017-01-18 12:47 UTC (permalink / raw)
To: guix-devel; +Cc: ng0
From: ng0 <ng0@libertad.pw>
* gnu/packages/wm.scm (menumaker): New variable.
---
gnu/packages/wm.scm | 38 +++++++++++++++++++++++++++++++++++++-
1 file changed, 37 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6713560c5..2e6e19649 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2016 Al McElrath <hello@yrns.org>
;;; Copyright © 2016 Carlo Zancanaro <carlo@zancanaro.id.au>
;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
-;;; Copyright © 2016 ng0 <ng0@libertad.pw>
+;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
;;; Copyright © 2016 doncatnip <gnopap@gmail.com>
;;; Copyright © 2016 Ivan Vilata i Balaguer <ivan@selidor.net>
;;;
@@ -50,6 +50,7 @@
#:use-module (gnu packages docbook)
#:use-module (gnu packages image)
#:use-module (gnu packages pcre)
+ #:use-module (gnu packages python)
#:use-module (gnu packages gtk)
#:use-module (gnu packages libevent)
#:use-module (gnu packages fribidi)
@@ -601,3 +602,38 @@ experience.")
dynamic and extensible using the Lua programming language.")
(license license:gpl2+)
(home-page "https://awesome.naquadah.org/")))
+
+(define-public menumaker
+ (package
+ (name "menumaker")
+ (version "0.99.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/menumaker/"
+ "menumaker-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1mm4cvg3kphkkd8nwrhcg6d9nm5ar7mgc0wf6fxk6zck1l7xn8ky"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("python" ,python)))
+ (synopsis "Heuristics-driven menu generator for many Window Managers")
+ (description
+ "MenuMaker is a menu generation utility for X window managers on *NIX systems.
+It is capable of finding lots of installed programs and generating a root
+menu consistent across all supported X window managers, so one will
+get (almost) the same menu no matter what window manager is used.
+
+@enumerate
+@item BlackBox
+@item Deskmenu
+@item FluxBox
+@item IceWM
+@item OpenBox
+@item PekWM
+@item WindowMaker
+@item XFCE
+@end enumerate\n")
+ (home-page "http://menumaker.sourceforge.net/")
+ (license license:bsd-2)))
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: Add menumaker.
2017-01-18 12:47 ` [PATCH] gnu: Add menumaker contact.ng0
@ 2017-01-18 18:11 ` Marius Bakke
0 siblings, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2017-01-18 18:11 UTC (permalink / raw)
To: contact.ng0, guix-devel; +Cc: ng0
[-- Attachment #1: Type: text/plain, Size: 177 bytes --]
contact.ng0@cryptolab.net writes:
> From: ng0 <ng0@libertad.pw>
>
> * gnu/packages/wm.scm (menumaker): New variable.
I tweaked the description a little and pushed it. Thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-18 18:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18 12:47 Menumaker contact.ng0
2017-01-18 12:47 ` [PATCH] gnu: Add menumaker contact.ng0
2017-01-18 18:11 ` Marius Bakke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).