GNU bug report logs - #77742
[PATCH] gnu: Add sbcl-stumpwm-rofi.

Previous Next

Package: guix-patches;

Reported by: Junker <dk <at> junkeria.club>

Date: Fri, 11 Apr 2025 14:10:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77742: closed ([PATCH] gnu: Add sbcl-stumpwm-rofi.)
Date: Mon, 14 Apr 2025 12:11:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 14 Apr 2025 12:10:23 +0000
with message-id <87h62rrljk.fsf <at> kitej>
and subject line Re: [bug#77742] [PATCH] gnu: Add sbcl-stumpwm-rofi.
has caused the debbugs.gnu.org bug report #77742,
regarding [PATCH] gnu: Add sbcl-stumpwm-rofi.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77742: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77742
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Junker <dk <at> junkeria.club>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add sbcl-stumpwm-rofi.
Date: Fri, 11 Apr 2025 21:08:59 +0700
* gnu/packages/wm.scm (sbcl-stumpwm-rofi): New variable.

Change-Id: I95dfa85ac995f72b5cc6eead6a7cb0775c99ca83
---
 gnu/packages/wm.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 375ed08c00..8b28df948e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2907,6 +2907,37 @@ (define-public sbcl-stumpwm-pass
 password-store into StumpWM.")
     (license (list license:gpl2+ license:gpl3+ license:bsd-2))))
 
+(define-public sbcl-stumpwm-rofi
+  (package
+    (name "sbcl-stumpwm-rofi")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Junker/stumpwm-rofi")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1s0sri19rv6dshwm49djgbfc0zajl63gr1rg8xl762chlj28h1ir"))))
+    (arguments
+     '(#:asd-systems '("rofi")
+       #:tests? #f
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'fix-rofi-path
+           (lambda* (#:key inputs #:allow-other-keys)
+             (substitute* "rofi.lisp"
+               (("rofi -dmenu")
+                (string-append (search-input-file inputs "/bin/rofi")
+                               " -dmenu"))))))))
+    (build-system asdf-build-system/sbcl)
+    (inputs (list stumpwm rofi))
+    (home-page "https://github.com/Junker/stumpwm-rofi")
+    (synopsis "Rofi module for StumpWM")
+    (description "Rofi integration for StumpWM")
+    (license license:gpl3+)))
+
 (define-public sbcl-stumpwm-globalwindows
   (package
     (inherit stumpwm-contrib)

base-commit: 2934de1447f87b361608ef3a2a756b8a5d2f42e6
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Junker <dk <at> junkeria.club>
Cc: 77742-done <at> debbugs.gnu.org
Subject: Re: [bug#77742] [PATCH] gnu: Add sbcl-stumpwm-rofi.
Date: Mon, 14 Apr 2025 12:10:23 +0000
[Message part 4 (text/plain, inline)]
Patch applied as 740c6cb279668a3edbd935c3f9a1f3031a69e43f.
Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 98 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.