GNU bug report logs - #77053
[PATCH] gnu: mako: Update to 1.10.0.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Sun, 16 Mar 2025 15:10:03 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 77053 in the body.
You can then email your comments to 77053 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77053; Package guix-patches. (Sun, 16 Mar 2025 15:10:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 16 Mar 2025 15:10:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: mako: Update to 1.10.0.
Date: Sun, 16 Mar 2025 16:08:52 +0100
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/wm.scm (mako): Update to 1.10.0.
[arguments]: Remove, not necessary anymore.
[inputs]: Remove jq.

Change-Id: I166ce8d6c0a99a5a34a35f6d6e47ca666d650b43
---
 gnu/packages/wm.scm | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 1eca2847ce..10a2792775 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2557,7 +2557,7 @@ (define-public wlr-randr
 (define-public mako
   (package
     (name "mako")
-    (version "1.9.0")
+    (version "1.10.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2566,24 +2566,9 @@ (define-public mako
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0wcyhnpah1g5qpixfwlpybsjcl22iv39jrxlbi84xv2gfyi2vmj2"))))
+                "0hv083k3gp1gl2gxi91f2xf21hcn33z68j6r5844hzi7g8wwmp9v"))))
     (build-system meson-build-system)
-    (arguments
-     (list #:phases
-           #~(modify-phases %standard-phases
-               (add-after 'unpack 'patch-makoctl
-                 (lambda* (#:key inputs #:allow-other-keys)
-                   (substitute* "makoctl"
-                     (("^BUSCTL=.*$")
-                      (string-append
-                       "BUSCTL="
-                       (search-input-file inputs "bin/basuctl")
-                       "\n"))
-                     (("jq ")
-                      (string-append
-                       (search-input-file inputs "bin/jq")
-                       " "))))))))
-    (inputs (list basu cairo gdk-pixbuf jq pango wayland))
+    (inputs (list basu cairo gdk-pixbuf pango wayland))
     (native-inputs (list pkg-config scdoc wayland-protocols))
     (home-page "https://wayland.emersion.fr/mako")
     (synopsis "Lightweight Wayland notification daemon")

base-commit: a4fce5d779280b1ceef5ea33650ae1d81fbbd873
-- 
2.48.1





bug closed, send any further explanations to 77053 <at> debbugs.gnu.org and ashish.is <at> lostca.se Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 21 Mar 2025 11:35:05 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 19 Apr 2025 11:24:52 GMT) Full text and rfc822 format available.

This bug report was last modified 118 days ago.

Previous Next


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