GNU bug report logs - #73843
[PATCH] gnu: dwl: Update to 0.6.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Thu, 17 Oct 2024 01:25:02 UTC

Severity: normal

Tags: patch

Merged with 73845

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

From: Noé Lopez <noelopez <at> free.fr>
To: 73843 <at> debbugs.gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>, Noé Lopez <noelopez <at> free.fr>
Subject: [bug#73843] [PATCH v2] gnu: dwl: Update to 0.6.
Date: Thu, 17 Oct 2024 18:25:59 +0200
From: kiasoc5 <kiasoc5 <at> disroot.org>

* gnu/packages/wm.scm (dwl): Update to 0.6.
[origin]<url>: Update repository url.
[homepage]: Update homepage.
[arguments]: Convert to G-exps, use #$output instead of assoc-ref.
[inputs]: Remove wlroots-0.16; add wlroots.

Change-Id: I567a99e88a899953049a9ce00d699ea73ee08c14
Signed-off-by: Noé Lopez <noelopez <at> free.fr>
---
 gnu/packages/wm.scm | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 38cb8cc717..bfc1f6c449 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1597,31 +1597,31 @@ (define-public dunst
 (define-public dwl
   (package
     (name "dwl")
-    (version "0.4")
+    (version "0.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/djpohly/dwl")
+                    (url "https://codeberg.org/dwl/dwl")
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0pj0h3zd2f60hxpavpmgzid1sj7hf9m5cgclbackljqq4gpwlvir"))))
+                "1j7lmp6k80g54hrsmwixh8ahpnbax4khgiybg8lhlvmq93618a3z"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f                      ; no tests
-       #:make-flags
-       (list
-        (string-append "CC=" ,(cc-for-target))
-        (string-append "PREFIX=" (assoc-ref %outputs "out")))
-       #:phases
-       (modify-phases %standard-phases
-         (delete 'configure))))         ; no configure
+     (list #:tests? #f                  ; no tests
+           #:make-flags
+           #~(list
+              #$(string-append "CC=" (cc-for-target))
+                (string-append "PREFIX=" #$output))
+           #:phases
+           #~(modify-phases %standard-phases
+               (delete 'configure))))   ; no configure
     (native-inputs
      (list pkg-config))
     (inputs
-     (list wlroots-0.16))
-    (home-page "https://github.com/djpohly/dwl")
+     (list wlroots))
+    (home-page "https://codeberg.org/dwl/dwl")
     (synopsis "Dynamic window manager for Wayland")
     (description
      "@command{dwl} is a compact, hackable compositor for Wayland based on

base-commit: d95588242c605fbb72e25fe36a0903a1538e9018
-- 
2.46.0





This bug report was last modified 210 days ago.

Previous Next


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