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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76005 in the body.
You can then email your comments to 76005 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#76005
; Package
guix-patches
.
(Sun, 02 Feb 2025 07:54:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 02 Feb 2025 07:54:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76005
; Package
guix-patches
.
(Sat, 08 Feb 2025 12:53:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76005 <at> debbugs.gnu.org (full text, mbox):
user guix
usertag 76005 + reviewed-looks-good
thanks
Guix QA review form submission:
I would reword a bit the commit message (adding a dot, and I also often
use [arguments]<#:phases> instead). Otherwise LGTM, I can confirm the
claimed fix indeed happens (checked with diffoscope). Marking as
reviewed-looks-good.
Items marked as checked: Lint warnings, Package builds
--
Best regards,
Nicolas Graves
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Wed, 12 Feb 2025 09:43:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
bug acknowledged by developer.
(Wed, 12 Feb 2025 09:43:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 76005-done <at> debbugs.gnu.org (full text, mbox):
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’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 12 Mar 2025 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.