GNU bug report logs - #78472
[PATCH] gnu: emacs-exwm-ss: Update to 1.0.

Previous Next

Package: guix-patches;

Reported by: Ian Eure <ian <at> retrospec.tv>

Date: Sat, 17 May 2025 19:29:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

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 78472 in the body.
You can then email your comments to 78472 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#78472; Package guix-patches. (Sat, 17 May 2025 19:29:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ian Eure <ian <at> retrospec.tv>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 17 May 2025 19:29:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ian Eure <ian <at> retrospec.tv>
To: guix-patches <at> gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH] gnu: emacs-exwm-ss: Update to 1.0.
Date: Sat, 17 May 2025 12:27:55 -0700
* gnu/packages/emacs-xyz.scm (emacs-exwm-ss): Update to 1.0.

Change-Id: Ie206631cbe0670bca6e59f22862b555b6acbfe9b
---
 gnu/packages/emacs-xyz.scm | 52 +++++++++++++++++++++++---------------
 1 file changed, 32 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1191927d2bc..3fc9a5d5fc3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35377,27 +35377,39 @@ (define-public emacs-exwm-firefox
     (license (list license:gpl3+))))
 
 (define-public emacs-exwm-ss
-  (let ((commit "b11d3df7a50c39b4e1b92ef8a6685cf80b53912c")
-        (revision "1"))
-    (package
-      (name "emacs-exwm-ss")
-      (version (git-version "0.1" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://codeberg.org/emacs-weirdware/exwm-ss.git")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "045b0cjycf7nf52ap89w5dz16l1qyh940qxwvdi76v6al78amrap"))))
-      (build-system emacs-build-system)
-      (inputs (list emacs-exwm))
-      (home-page "https://codeberg.org/emacs-weirdware/exwm-ss")
-      (synopsis "Automatically inhibit screensaver activation in EXWM")
-      (description "This package provides a global minor mode to inhibit
+  (package
+    (name "emacs-exwm-ss")
+    (version "1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://codeberg.org/emacs-weirdware/exwm-ss.git")
+             (commit (string-append "v" version))))
+       (sha256
+        (base32 "0a550gph4pwdwd372migahhwcpgj1qi5w2scxai38a7yp22vqwsv"))))
+    (inputs
+     (list
+      emacs-exwm
+      xscreensaver
+      xset))
+    (build-system emacs-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'patch-program-references
+            (lambda* (#:key inputs #:allow-other-keys)
+              (emacs-substitute-variables "exwm-ss.el"
+                ("exwm-ss-xset-program"
+                 (search-input-file inputs "/bin/xset"))
+                ("exwm-ss-xscreensaver-command-program"
+                 (search-input-file inputs "/bin/xscreensaver-command"))))))))
+    (home-page "https://codeberg.org/emacs-weirdware/exwm-ss")
+    (synopsis "Automatically inhibit screensaver activation in EXWM")
+    (description "This package provides a global minor mode to inhibit
 screensaver activation in EXWM.")
-      (license (list license:gpl3+)))))
+    (license (list license:gpl3+))))
 
 (define-public emacs-ert-async
   (package
-- 
2.49.0





bug closed, send any further explanations to 78472 <at> debbugs.gnu.org and Ian Eure <ian <at> retrospec.tv> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Sun, 18 May 2025 02:49:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 15 Jun 2025 11:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 62 days ago.

Previous Next


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