unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: kiasoc5--- via Guix-patches via <guix-patches@gnu.org>
To: 73845@debbugs.gnu.org
Subject: [bug#73845] [PATCH] gnu: dwl: Update to 0.6.
Date: Wed, 16 Oct 2024 21:24:48 -0400	[thread overview]
Message-ID: <acca1f41a620cbc60734dbc0e9dbc340@disroot.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 76 bytes --]

dwl 0.7 requires wlroots 0.18 so this is just an intermediate version 
bump.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-dwl-Update-to-0.6.patch --]
[-- Type: text/x-diff; name=0001-gnu-dwl-Update-to-0.6.patch, Size: 2573 bytes --]

From ae898598995ad39169cb16276771c7e48d95096e Mon Sep 17 00:00:00 2001
Message-Id: <ae898598995ad39169cb16276771c7e48d95096e.1729128197.git.kiasoc5@disroot.org>
From: kiasoc5 <kiasoc5@disroot.org>
Date: Sun, 13 Oct 2024 19:03:54 -0400
Subject: [PATCH] gnu: dwl: Update to 0.6.

* 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
---
 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..750e9fa0ed 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/dwl/dwl")
     (synopsis "Dynamic window manager for Wayland")
     (description
      "@command{dwl} is a compact, hackable compositor for Wayland based on

base-commit: 8f0d76152a4496960f4c2ec219839c5a48b0568e
-- 
2.39.5


                 reply	other threads:[~2024-10-17  1:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=acca1f41a620cbc60734dbc0e9dbc340@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=73845@debbugs.gnu.org \
    --cc=kiasoc5@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).