GNU bug report logs -
#76005
[PATCH] gnu: wlogout: Fix paths to assets
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Sun, 2 Feb 2025 07:54:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 12 Feb 2025 10:41:48 +0100
with message-id <87zfir7b4z.fsf <at> gnu.org>
and subject line Re: [bug#76005] [PATCH] gnu: wlogout: Fix paths to assets
has caused the debbugs.gnu.org bug report #76005,
regarding [PATCH] gnu: wlogout: Fix paths to assets
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
76005: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76005
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/wm.scm (wlogout): [#:phases]
<patch-source-paths>: Substitute paths in style.css.
Change-Id: I128581608e29294cbc4165e9ebd7d1e505e90b4f
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index dbec72698a..240f8cd3a3 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -75,7 +75,7 @@
;;; Copyright © 2024 bigbug <bigbookofbug <at> proton.me>
;;; Copyright © 2024 dan <i <at> dan.games>
;;; Copyright © 2024 Wamm K. D. <jaft.r <at> outlook.com>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
;;; Copyright © 2024 Josep Bigorra <jjbigorra <at> gmail.com>
;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch <at> web.de>
;;; Copyright © 2025 Tomáš Čech <sleep_walker <at> gnu.org>
@@ -3804,7 +3804,7 @@ (define-public wlogout
(add-after 'unpack 'patch-source-paths
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
- (substitute* "main.c"
+ (substitute* (list "main.c" "style.css")
(("/usr/share") (string-append out "/share"))
(("/etc") (string-append out "/etc"))))
#t)))))
base-commit: b64d3168af697ceb2a96e7e2c62bcf418b8a586a
--
2.48.1
[Message part 3 (message/rfc822, inline)]
Hi,
Ashish SHUKLA <ashish.is <at> lostca.se> skribis:
> * gnu/packages/wm.scm (wlogout): [#:phases]
> <patch-source-paths>: Substitute paths in style.css.
>
> Change-Id: I128581608e29294cbc4165e9ebd7d1e505e90b4f
Applied. Thank you and thanks Nicolas!
Ludo’.
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.