GNU bug report logs -
#60395
[PATCH] gnu: Add sxmo-dmenu.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 29 Dec 2022 04:59:02 UTC
Severity: normal
Tags: patch
Done: "jgart" <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60395 in the body.
You can then email your comments to 60395 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#60395
; Package
guix-patches
.
(Thu, 29 Dec 2022 04:59:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 29 Dec 2022 04:59:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
"jgart" <jgart <at> dismail.de>
:
You have taken responsibility.
(Tue, 18 Jun 2024 06:36:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Tue, 18 Jun 2024 06:36:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 60395-done <at> debbugs.gnu.org (full text, mbox):
Feel free to reopen if working on it.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 16 Jul 2024 11:24:24 GMT)
Full text and
rfc822 format available.
This bug report was last modified 337 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.