emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62150: closed ([PATCH] gnu: Add sbcl-stumpwm-hostname.)


From: GNU bug Tracking System
Subject: bug#62150: closed ([PATCH] gnu: Add sbcl-stumpwm-hostname.)
Date: Wed, 15 Mar 2023 14:52:02 +0000

Your message dated Wed, 15 Mar 2023 14:50:58 +0000
with message-id <875yb2qd8z.fsf@kitej>
and subject line Re: [bug#62150] [PATCH] gnu: Add sbcl-stumpwm-hostname.
has caused the debbugs.gnu.org bug report #62150,
regarding [PATCH] gnu: Add sbcl-stumpwm-hostname.
to be marked as done.

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


-- 
62150: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62150
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add sbcl-stumpwm-hostname. Date: Sun, 12 Mar 2023 19:52:54 +0100
* gnu/packages/wm.scm (sbcl-stumpwm-hostname): New variable.
---
 gnu/packages/wm.scm | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 92fd740b40..d732550082 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -46,7 +46,7 @@
 ;;; Copyright © 2021 qblade <qblade@protonmail.com>
 ;;; Copyright © 2021 lasnesne <lasnesne@lagunposprasihopre.org>
 ;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
-;;; Copyright © 2021 jgart <jgart@dismail.de>
+;;; Copyright © 2021, 2023 jgart <jgart@dismail.de>
 ;;; Copyright © 2021 Disseminate Dissent <disseminatedissent@protonmail.com>
 ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
 ;;; Copyright © 2022 Gabriel Wicki <gabriel@erlikon.ch>
@@ -2377,6 +2377,25 @@ (define-public sbcl-stumpwm-screenshot
 PNG files.")
     (license license:gpl3+)))
 
+(define-public sbcl-stumpwm-hostname
+  (package
+    (inherit stumpwm-contrib)
+    (name "sbcl-stumpwm-hostname")
+    (arguments
+     '(#:asd-systems '("hostname")
+       #:tests? #f
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'chdir
+           (lambda _
+             (chdir "modeline/hostname"))))))
+    (home-page
+     
"https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/hostname";)
+    (synopsis "Put hostname in the StumpWM modeline")
+    (description "This StumpWM module puts the hostname in the StumpWM
+    modeline.")
+    (license license:gpl3+)))
+
 (define-public sbcl-stumpwm-notify
   (package
     (inherit stumpwm-contrib)
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62150] [PATCH] gnu: Add sbcl-stumpwm-hostname. Date: Wed, 15 Mar 2023 14:50:58 +0000
Patch pushed as 8a479494633395f5a4a088e2c52380bcb22f4fe8.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]