[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")
- 163/347: gnu: ktimer: Update to 24.02.2., (continued)
- 163/347: gnu: ktimer: Update to 24.02.2., guix-commits, 2024/06/28
- 164/347: gnu: dolphin: Update to 24.02.2., guix-commits, 2024/06/28
- 166/347: gnu: Add ocean-sound-theme., guix-commits, 2024/06/28
- 165/347: gnu: spectacle: Update to 24.02.2., guix-commits, 2024/06/28
- 170/347: gnu: filelight: Update to 24.02.2., guix-commits, 2024/06/28
- 172/347: gnu: sweeper: Update to 24.02.2., guix-commits, 2024/06/28
- 173/347: gnu: kaccounts-providers: Update to 24.02.2., guix-commits, 2024/06/28
- 177/347: gnu: Remove khotkeys., guix-commits, 2024/06/28
- 178/347: gnu: Remove ksysguard., guix-commits, 2024/06/28
- 180/347: gnu: dolphin-plugins: Update to 24.02.2., guix-commits, 2024/06/28
- 185/347: gnu: Add wayland-protocols-next.,
guix-commits <=
- 187/347: gnu: kquickcharts-6: Update to 6.3.0., guix-commits, 2024/06/28
- 189/347: gnu: attica-6: Update to 6.3.0., guix-commits, 2024/06/28
- 192/347: gnu: karchive-6: Update to 6.3.0., guix-commits, 2024/06/28
- 204/347: gnu: kirigami-6: Update to 6.3.0., guix-commits, 2024/06/28
- 211/347: gnu: kwidgetsaddons-6: Update to 6.3.0., guix-commits, 2024/06/28
- 214/347: gnu: networkmanager-qt-6: Update to 6.3.0., guix-commits, 2024/06/28
- 219/347: gnu: sonnet-6: Update to 6.3.0., guix-commits, 2024/06/28
- 160/347: gnu: baloo-widgets: Update to 24.02.2., guix-commits, 2024/06/28
- 190/347: gnu: bluez-qt-6: Update to 6.3.0., guix-commits, 2024/06/28
- 206/347: gnu: kitemviews-6: Update to 6.3.0., guix-commits, 2024/06/28