[PATCH] gnu: wayland-protocols: Update to 1.29

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)
CAJsg1E9S2cmc1r-T3YB3G=8hojp4HsfPjp-005L00V=4-o9jmQ@mail.gmail.com

From d94db156a766ab9fe8da8e2ad746e3b9ac1ac8ad Mon Sep 17 00:00:00 2001
From: andy Tai <atai@atai.org>
Date: Thu, 17 Nov 2022 22:36:52 -0800
Subject: [PATCH] gnu: wayland-protocols: Update to 1.29

gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.29
---
gnu/packages/freedesktop.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 5073ffcab4..e2152a9b6e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1093,15 +1093,14 @@ (define-public wayland
(define-public wayland-protocols
(package
(name "wayland-protocols")
- (version "1.23")
+ (version "1.29")
(source (origin
(method url-fetch)
- (uri (string-append
- "https://wayland.freedesktop.org/releases/"
- "wayland-protocols-" version ".tar.xz"))
+ (uri (string-append "https://gitlab.freedesktop.org/wayland/" name "/-/releases/"
+ version "/downloads/" name "-" version ".tar.xz"))
(sha256
(base32
- "0xizccackgwszjhlq7jjiv2z2gwppljx0w32ga91bxlnby8z22kc"))))
+ "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
(build-system meson-build-system)
(inputs
(list wayland))
--
2.38.1
Maxim Cournoyer wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 59349-done@debbugs.gnu.org)
878rk0m75e.fsf@gmail.com
Hi Andy,

Applied to core-updates, with very similar changes/comment that I wrote
to the previous patch for wayland.

--
Thanks,
Maxim
Closed
Andy Tai wrote 2 years ago
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)(address . 59349-done@debbugs.gnu.org)
CAJsg1E_3HyRFAr37aPPTX-RmCUqMnRB394r0FusHCgCx1KgB8A@mail.gmail.com
Sure. Will follow that. Thanks

On Fri, Nov 25, 2022 at 12:32 AM Maxim Cournoyer <maxim.cournoyer@gmail.com>
wrote:

Toggle quote (11 lines)
> Hi Andy,
>
> Applied to core-updates, with very similar changes/comment that I wrote
> to the previous patch for wayland.
>
> --
> Thanks,
> Maxim
>


--
Andy Tai, atai@atai.org, Skype: licheng.tai, Line: andy_tai, WeChat:
andytai1010
Year 2021 民國110年
自動的精神力是信仰與覺悟
自動的行為力是勞動與技能
Attachment: file
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59349@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59349
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help