unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#76005] [PATCH] gnu: wlogout: Fix paths to assets
@ 2025-02-02  7:53 Ashish SHUKLA via Guix-patches via
  2025-02-08 12:51 ` [bug#76005] QA review for 76005 Nicolas Graves via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2025-02-02  7:53 UTC (permalink / raw)
  To: 76005; +Cc: Ashish SHUKLA

* 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@proton.me>
 ;;; Copyright © 2024 dan <i@dan.games>
 ;;; Copyright © 2024 Wamm K. D. <jaft.r@outlook.com>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@lostca.se>
 ;;; Copyright © 2024 Josep Bigorra <jjbigorra@gmail.com>
 ;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de>
 ;;; Copyright © 2025 Tomáš Čech <sleep_walker@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#76005] QA review for 76005
  2025-02-02  7:53 [bug#76005] [PATCH] gnu: wlogout: Fix paths to assets Ashish SHUKLA via Guix-patches via
@ 2025-02-08 12:51 ` Nicolas Graves via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2025-02-08 12:51 UTC (permalink / raw)
  To: control, 76005

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-08 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-02  7:53 [bug#76005] [PATCH] gnu: wlogout: Fix paths to assets Ashish SHUKLA via Guix-patches via
2025-02-08 12:51 ` [bug#76005] QA review for 76005 Nicolas Graves via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).