unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56689] [PATCH] gnu: mako: Update to 1.7.1.
@ 2022-07-22  3:38 muradm
  2022-08-04  6:56 ` bug#56689: " 宋文武 via Guix-patches via
  2022-08-04 11:02 ` [bug#56689] " Maxime Devos
  0 siblings, 2 replies; 3+ messages in thread
From: muradm @ 2022-07-22  3:38 UTC (permalink / raw)
  To: 56689

* gnu/packages/wm.scm (mako): Update to 1.7.1.
[inputs]: Replace elogind with basu.
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f27f8af8d4..7dfb1117ad 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1776,7 +1776,7 @@ (define-public wlr-randr
 (define-public mako
   (package
     (name "mako")
-    (version "1.6")
+    (version "1.7.1")
     (source
      (origin
        (method git-fetch)
@@ -1785,9 +1785,9 @@ (define-public mako
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vbx2r01rq3r9zc6kflah44ms1fzf4z857zmq3qxnfsyjdkz1hs5"))))
+        (base32 "0vpar1a7zafkd2plmyaackgba6fyg35s9zzyxmj8j7v2q5zxirgz"))))
     (build-system meson-build-system)
-    (inputs (list cairo elogind gdk-pixbuf 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")
-- 
2.36.1





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

* bug#56689: [PATCH] gnu: mako: Update to 1.7.1.
  2022-07-22  3:38 [bug#56689] [PATCH] gnu: mako: Update to 1.7.1 muradm
@ 2022-08-04  6:56 ` 宋文武 via Guix-patches via
  2022-08-04 11:02 ` [bug#56689] " Maxime Devos
  1 sibling, 0 replies; 3+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-08-04  6:56 UTC (permalink / raw)
  To: muradm; +Cc: 56689-done

muradm <mail@muradm.net> writes:

> * gnu/packages/wm.scm (mako): Update to 1.7.1.
> [inputs]: Replace elogind with basu.

Pushed, thank you!




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

* [bug#56689] [PATCH] gnu: mako: Update to 1.7.1.
  2022-07-22  3:38 [bug#56689] [PATCH] gnu: mako: Update to 1.7.1 muradm
  2022-08-04  6:56 ` bug#56689: " 宋文武 via Guix-patches via
@ 2022-08-04 11:02 ` Maxime Devos
  1 sibling, 0 replies; 3+ messages in thread
From: Maxime Devos @ 2022-08-04 11:02 UTC (permalink / raw)
  To: muradm, 56689


[-- Attachment #1.1.1: Type: text/plain, Size: 1380 bytes --]

open 56689
thanks

On 22-07-2022 05:38, muradm wrote:
> * gnu/packages/wm.scm (mako): Update to 1.7.1.
> [inputs]: Replace elogind with basu.
> ---
>   gnu/packages/wm.scm | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index f27f8af8d4..7dfb1117ad 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1776,7 +1776,7 @@ (define-public wlr-randr
>   (define-public mako
>     (package
>       (name "mako")
> -    (version "1.6")
> +    (version "1.7.1")
>       (source
>        (origin
>          (method git-fetch)
> @@ -1785,9 +1785,9 @@ (define-public mako
>                (commit (string-append "v" version))))
>          (file-name (git-file-name name version))
>          (sha256
> -        (base32 "0vbx2r01rq3r9zc6kflah44ms1fzf4z857zmq3qxnfsyjdkz1hs5"))))
> +        (base32 "0vpar1a7zafkd2plmyaackgba6fyg35s9zzyxmj8j7v2q5zxirgz"))))
>       (build-system meson-build-system)
> -    (inputs (list cairo elogind gdk-pixbuf pango wayland))
> +    (inputs (list basu cairo gdk-pixbuf pango wayland))

Like I wrote in <https://issues.guix.gnu.org/56859#3>, I don't think 
switching to basu should be decided in a package patch, rather this 
seems to me something that would need to be decided on guix-devel@, in 
general.

Greetings,
Maxime.

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

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

end of thread, other threads:[~2022-08-04 11:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22  3:38 [bug#56689] [PATCH] gnu: mako: Update to 1.7.1 muradm
2022-08-04  6:56 ` bug#56689: " 宋文武 via Guix-patches via
2022-08-04 11:02 ` [bug#56689] " Maxime Devos

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).