guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

185/347: gnu: Add wayland-protocols-next.


From: guix-commits
Subject: 185/347: gnu: Add wayland-protocols-next.
Date: Fri, 28 Jun 2024 09:58:56 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit cefbb037e9d7c1ff627aee78b710a516149bccac
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:36:18 2024 +0800

    gnu: Add wayland-protocols-next.
    
    * gnu/packages/freedesktop.scm (wayland-protocols-next): New variable.
    
    Change-Id: I805214e4c9cfc3bc62c570e50140425bf388ea7b
---
 gnu/packages/freedesktop.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index ba7bcce335..d7f5f82d85 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1418,6 +1418,19 @@ protocol either in Wayland core, or some other protocol 
in wayland-protocols.")
         . "https://wayland.freedesktop.org/releases.html";)))
     (license license:expat)))
 
+(define-public wayland-protocols-next
+  (package (inherit wayland-protocols)
+           (name "wayland-protocols-next")
+           (version "1.36")
+           (source (origin
+                     (method url-fetch)
+                     (uri (string-append 
"https://gitlab.freedesktop.org/wayland/";
+                                         "wayland-protocols/-/releases/" 
version "/downloads/"
+                                         "wayland-protocols-" version 
".tar.xz"))
+                     (sha256
+                      (base32
+                       
"14kyxywpfkgpjpkrybs28q1s2prnz30k1b4zap5a3ybrbvh4vzbi"))))))
+
 (define-public wayland-utils
   (package
     (name "wayland-utils")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]