unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60395] [PATCH] gnu: Add sxmo-dmenu.
@ 2022-12-29  4:58 jgart via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: jgart via Guix-patches via @ 2022-12-29  4:58 UTC (permalink / raw)
  To: 60395; +Cc: jgart

* gnu/packages/suckless.scm (sxmo-dmenu): New variable.
---
 gnu/packages/suckless.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 2ab5d9ea7b..f8db386365 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -503,6 +503,28 @@ (define-public sxmo-surf
     (synopsis "The suckless surf browser fork for sxmo")
     (license license:expat)))
 
+(define-public sxmo-dmenu
+  (package
+    (inherit dmenu)
+    (name "sxmo-dmenu")
+    (version "5.0.11")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://git.sr.ht/~mil/sxmo-dmenu")
+         (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "19lqdv0b4b76vblbarrbs46i19vxwpsjb6gmi7hcii62rzhm52kp"))))
+    (home-page "https://git.sr.ht/~mil/sxmo-dmenu")
+    (synopsis "Dmenu for sxmo")
+    (description
+     "sxmo-dmenu works primarily by using volume/power keys for
+selection along with some other patches.")
+    (license license:expat)))
+
 (define-public surf
   (package
     (name "surf")
-- 
2.38.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-29  4:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29  4:58 [bug#60395] [PATCH] gnu: Add sxmo-dmenu jgart via Guix-patches via

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).