[PATCH] gnu: wayland-protocols-next: Update to 1.41.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ashish SHUKLA
  • Zheng Junjie
Owner
unassigned
Submitted by
Zheng Junjie
Severity
normal

Debbugs page

Z
Z
Zheng Junjie wrote on 8 Mar 21:56 -0800
(address . guix-patches@gnu.org)
9bc359e98cd352bde2942ae5b39c72a2b7f8565b.1741499761.git.z572@z572.online
* gnu/packages/freedesktop.scm (wayland-protocols-next): Update to 1.41.

Change-Id: I18b5486a7d9e820af7208a6278de1d173127bfdc
---
gnu/packages/freedesktop.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 34dfe202296..0a178b22ef5 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1544,15 +1544,16 @@ (define-public wayland-protocols-next
(package
(inherit wayland-protocols)
(name "wayland-protocols-next")
- (version "1.38")
+ (version "1.41")
(source (origin
- (method url-fetch)
- (uri (string-append "https://gitlab.freedesktop.org/wayland/"
- "wayland-protocols/-/releases/" version "/downloads/"
- "wayland-protocols-" version ".tar.xz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.freedesktop.org/wayland/wayland-protocols")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1ghxb0w7rbq3kdv9lhm1iwcjh6p3sx1gxb3crqh2p78m0ln2j5zz"))))))
+ "148wh3cw88pv1adbhmkr13ass2vznzpa03hc3f6hwmwfv4bjsdlr"))))))
(define-public wayland-utils
(package

base-commit: 4538aa4acd199db7d7df1deb5e47b2ff6edb50f9
--
2.48.1
A
A
Ashish SHUKLA wrote on 17 Mar 12:10 -0700
create bug dependency
(address . control@debbugs.gnu.org)
D8IS1KNKEZL6.17UWTTOUZFV3P@lostca.se
block 77080 by 76882
thanks

--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0

"If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin)
A
A
Ashish SHUKLA wrote on 17 Mar 12:15 -0700
Re: [PATCH] gnu: wayland-protocols-next: Update to 1.41.
(address . 76882@debbugs.gnu.org)
D8IS5JJ1N7GP.27O6ZYVIX0563@lostca.se
Hi,

While fd.o gitlab infrastructure in under migration, this patch could be tested by replacing:


with:


HTH
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0

"If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin)
-----BEGIN PGP SIGNATURE-----

iQKoBAABCgCSFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAmfYdMtfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY2
ODJDRENDMzlEQzBGRUFFMTE2MjBCNkM3NDZDRkE5RTc0RkE0QjAUHGFzaGlzaC5p
c0Bsb3N0Y2Euc2UACgkQx0bPqedPpLD1lA/+P2Q0oZkV2k0H3pSkSWrheVD0OBUe
RYLpsgxZg96+58fy4z7he6c6lNtUsA+if4e6oGoL8sBXdnEGGMkyLpmp52EimgNs
L9nv6TAPmeiA+q+ey1O7eVTslD/Hjd5mf0QG8LBFBLkBApIcPr8NsoANbvca7TF4
XX2Fk+h/Sfh8aitZY+ZUrZfhUf7bKCy/ZDa2ulWzoJWeBzGWtry7sFTLItunm7ZI
u4I9DbstF50heEdqbInFUUQJzLfobsqMbpr3Hq3z1LJLNuzbyD2f35GRv0i1keCW
hMBlblVxnXKgw7J+h9uZmnGd7rMZkKGkHwSxIfH7D58CVdMUMjZqHQWbwl0hkblH
6ZtEkEWd1OShb8xPiFFrA1sHRdyNzwsffUdPs9yTEsCKl93p9EcSwmiRDBg3YPdU
UeGmBj7l1nxd1kaDR7Iaq/thzxZkEJyvHuP5FUahoM9Sd7PlvLNxT5XqSOz+LULx
wYGGb1Db870rUlGTw2ifGf1DBQccT3e0PXrvuvU9/H+BsP0DtrmKgbnuPBQSDI9X
NYDNLyrtjaoNkjQf/iYAUZZ0jmXGOORZ9Lvr+S1+i30VOC2pV017W5/4vD4UJDRG
BtNwoXbPwv1ugxLsy843kKz+Xs3tSqcO9woPwGwLAQ8wjswYvpew5lTnR8Xnd9+V
mznJzwjDc2gbtY8=
=bLNf
-----END PGP SIGNATURE-----


Z
Re: [bug#76882] [PATCH] gnu: wayland-protocols-next: Update to 1.41.
(address . 76882-done@debbugs.gnu.org)
871puppnyg.fsf@z572.online
Zheng Junjie <z572@z572.online> writes:

Toggle quote (36 lines)
> * gnu/packages/freedesktop.scm (wayland-protocols-next): Update to 1.41.
>
> Change-Id: I18b5486a7d9e820af7208a6278de1d173127bfdc
> ---
> gnu/packages/freedesktop.scm | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index 34dfe202296..0a178b22ef5 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -1544,15 +1544,16 @@ (define-public wayland-protocols-next
> (package
> (inherit wayland-protocols)
> (name "wayland-protocols-next")
> - (version "1.38")
> + (version "1.41")
> (source (origin
> - (method url-fetch)
> - (uri (string-append "https://gitlab.freedesktop.org/wayland/"
> - "wayland-protocols/-/releases/" version "/downloads/"
> - "wayland-protocols-" version ".tar.xz"))
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://gitlab.freedesktop.org/wayland/wayland-protocols")
> + (commit version)))
> + (file-name (git-file-name name version))
> (sha256
> (base32
> - "1ghxb0w7rbq3kdv9lhm1iwcjh6p3sx1gxb3crqh2p78m0ln2j5zz"))))))
> + "148wh3cw88pv1adbhmkr13ass2vznzpa03hc3f6hwmwfv4bjsdlr"))))))
>
> (define-public wayland-utils
> (package
>
> base-commit: 4538aa4acd199db7d7df1deb5e47b2ff6edb50f9
pushed, closing.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmfeW3cACgkQO1qpk+Gi
3/Ad3w//TbLqQeMeaWDvEiIpi/4eMIXkKyi+KbLDX11L1qpaJJ0W7bkcnLWNkSy2
eSdaVB8Ijj/NCBzx4LiMwAjW1dy59xa8Ahn9UoS0k4aeXiceUTMZQ9lUnBqpMq6v
nQnRz2Sb5UdK3gA1Ovygx0NsoNnGr28jCybE1V+ccsKjO0E2XMrZ3FDplHhmpmNU
l024Z7Qtsd3Xczr5CJIuH3v6nHZ6j852CQTeJ0BEvLFnP3mUcatVrirwLp4jlmAi
Eb31L58dhtS7atrWwKl/xN3tEVVAm32zZ9QoaXkRXk8H1kHITBSv1R9IQeWi2DFe
g5ub+ZEX5A5AgTlDUsSYZ/fQMyZBboDPPDecv/b/DQ1yw1/nVDrEZe0CtYGQSAH8
WqEhnrSZKCrlbVgt4DaT5QTgXY36JaSHyNevJs29DR48lXrBcmFyppLJkSRri4YM
4UmA+ZSdeuOTASHGwuTqPBF/5WwKg1GiTqLNutC9EO29mFs9WrRzFM7LjzI+tXlG
aTsaznJa+9iHQtkKo5UoMHTms1LhpR3o2geRvuK4H5Cc+xS/04zi2hkNAPtz2i3e
QYXZuXWsuVqcWgwUwSZdOQvbb6ZrYfRRkEIYb2rYIjmgkqEFYgL8TPpy0ULtmuUl
GQ04w+w6Isj65/319vPlfNIA4/EJgEgkp2i3vHVO4JzE+zlmij8=
=EKDf
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76882@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76882
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