* [bug#73053] [PATCH mesa-updates] gnu: wayland-protocols: Update to 1.37.
@ 2024-09-05 17:18 Zheng Junjie
2024-12-09 1:49 ` bug#73053: " John Kehayias via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2024-09-05 17:18 UTC (permalink / raw)
To: 73053
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.37.
[source]: Switch to git-fetch.
[properties]: Remove release-monitoring-url.
Change-Id: I7a30a90d1e51406917395a339eaf0907d31448a2
---
gnu/packages/freedesktop.scm | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 244a8c2c03..bc5aabd689 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1367,15 +1367,16 @@ (define-public wayland
(define-public wayland-protocols
(package
(name "wayland-protocols")
- (version "1.36")
+ (version "1.37")
(source (origin
- (method url-fetch)
- (uri (string-append "https://gitlab.freedesktop.org/wayland/"
- name "/-/releases/" version "/downloads/"
- name "-" 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
- "14kyxywpfkgpjpkrybs28q1s2prnz30k1b4zap5a3ybrbvh4vzbi"))))
+ "17j9v2i3v16qyc8pp6zq9hjs6nrzgialc5sasnphg9va2vasyb5g"))))
(build-system meson-build-system)
(inputs
(list wayland))
@@ -1390,9 +1391,6 @@ (define-public wayland-protocols
add completely new functionality, or extend the functionality of some other
protocol either in Wayland core, or some other protocol in wayland-protocols.")
(home-page "https://wayland.freedesktop.org")
- (properties
- '((release-monitoring-url
- . "https://wayland.freedesktop.org/releases.html")))
(license license:expat)))
(define-public wayland-utils
base-commit: 5b64aa0be64da50eb82a770c4af1c74f8742f88a
prerequisite-patch-id: 2492ce516359cac8bfa032cc76b61a4c92fbeef2
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73053: [PATCH mesa-updates] gnu: wayland-protocols: Update to 1.37.
2024-09-05 17:18 [bug#73053] [PATCH mesa-updates] gnu: wayland-protocols: Update to 1.37 Zheng Junjie
@ 2024-12-09 1:49 ` John Kehayias via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: John Kehayias via Guix-patches via @ 2024-12-09 1:49 UTC (permalink / raw)
To: Zheng Junjie; +Cc: 73053-done
Hello
On Fri, Sep 06, 2024 at 01:18 AM, Zheng Junjie wrote:
> * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.37.
> [source]: Switch to git-fetch.
> [properties]: Remove release-monitoring-url.
>
Thanks for the patch. I couldn't apply it cleanly, but I have used your
changes and updated to 1.38 in
<https://git.savannah.gnu.org/cgit/guix.git/commit/?h=mesa-updates&id=691cd2bf5613e5984a94d65ad42214bcf2c44e17>
listing you as co-author. This is on the mesa-updates branch, so likely
the commit will change in the near future with a rebase.
Thanks!
John
> Change-Id: I7a30a90d1e51406917395a339eaf0907d31448a2
> ---
> gnu/packages/freedesktop.scm | 16 +++++++---------
> 1 file changed, 7 insertions(+), 9 deletions(-)
>
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index 244a8c2c03..bc5aabd689 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -1367,15 +1367,16 @@ (define-public wayland
> (define-public wayland-protocols
> (package
> (name "wayland-protocols")
> - (version "1.36")
> + (version "1.37")
> (source (origin
> - (method url-fetch)
> - (uri (string-append "https://gitlab.freedesktop.org/wayland/"
> - name "/-/releases/" version "/downloads/"
> - name "-" 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
> - "14kyxywpfkgpjpkrybs28q1s2prnz30k1b4zap5a3ybrbvh4vzbi"))))
> + "17j9v2i3v16qyc8pp6zq9hjs6nrzgialc5sasnphg9va2vasyb5g"))))
> (build-system meson-build-system)
> (inputs
> (list wayland))
> @@ -1390,9 +1391,6 @@ (define-public wayland-protocols
> add completely new functionality, or extend the functionality of some other
> protocol either in Wayland core, or some other protocol in wayland-protocols.")
> (home-page "https://wayland.freedesktop.org")
> - (properties
> - '((release-monitoring-url
> - . "https://wayland.freedesktop.org/releases.html")))
> (license license:expat)))
>
> (define-public wayland-utils
>
> base-commit: 5b64aa0be64da50eb82a770c4af1c74f8742f88a
> prerequisite-patch-id: 2492ce516359cac8bfa032cc76b61a4c92fbeef2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-09 1:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 17:18 [bug#73053] [PATCH mesa-updates] gnu: wayland-protocols: Update to 1.37 Zheng Junjie
2024-12-09 1:49 ` bug#73053: " John Kehayias via Guix-patches via
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).