[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42958] [PATCH core-updates 21/29] gnu: wayland-protocols: Update pa
From: |
Danny Milosavljevic |
Subject: |
[bug#42958] [PATCH core-updates 21/29] gnu: wayland-protocols: Update package definition. |
Date: |
Thu, 20 Aug 2020 17:10:42 +0200 |
From: Raghav Gururajan <raghavgururajan@disroot.org>
* gnu/packages/freedesktop.scm (wayland-protocols) [version]: Update
to 1.20.
[source]<origin>[sha256]: Modify base32.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/freedesktop.scm | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 880c006e15..8a2dcfbab7 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -710,22 +710,26 @@ fullscreen) or other display servers.")
(define-public wayland-protocols
(package
(name "wayland-protocols")
- (version "1.18")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://wayland.freedesktop.org/releases/"
- "wayland-protocols-" version ".tar.xz"))
- (sha256
- (base32
- "1cvl93h83ymbfhb567jv5gzyq08181w7c46rsw4xqqqpcvkvfwrx"))))
+ (version "1.20")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append
+ "https://wayland.freedesktop.org/releases/"
+ "wayland-protocols-" version ".tar.xz"))
+ (sha256
+ (base32 "1rsdgvkkvxs3cjhpl6agvbkm53vm7k8rg127j9y2vn33m2hvg0lp"))))
(build-system gnu-build-system)
- (inputs
- `(("wayland" ,wayland)))
(native-inputs
`(("pkg-config" ,pkg-config)))
+ (inputs
+ `(("wayland" ,wayland)))
(synopsis "Wayland protocols")
- (description "This package contains XML definitions of the Wayland
protocols.")
+ (description "Wayland-Protocols contains Wayland protocols that add
+functionality not available in the Wayland core protocol. Such protocols
either
+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")
(license license:expat)))
- [bug#42958] [PATCH core-updates 12/29] gnu: gdk-pixbuf: Update package definition., (continued)
- [bug#42958] [PATCH core-updates 28/29] gnu: gtk+: Propagate libcloudproviders., Danny Milosavljevic, 2020/08/20
- [bug#42958] [PATCH core-updates 20/29] gnu: wayland: Update package definition., Danny Milosavljevic, 2020/08/20
- [bug#42958] [PATCH core-updates 19/29] gnu: gtk+-2: Update package definition., Danny Milosavljevic, 2020/08/20
- [bug#42958] [PATCH core-updates 07/29] gnu: gobject-introspection: Add patches back., Danny Milosavljevic, 2020/08/20
- [bug#42958] [PATCH core-updates 29/29] gnu: gtk+: Add missing input., Danny Milosavljevic, 2020/08/20
- [bug#42958] [PATCH core-updates 15/29] gnu: vala: Update package definition., Danny Milosavljevic, 2020/08/20
- [bug#42958] [PATCH core-updates 27/29] gnu: gtk+: Update package definition., Danny Milosavljevic, 2020/08/20
- [bug#42958] [PATCH core-updates 13/29] gnu: gdk-pixbuf: Disable failing tests., Danny Milosavljevic, 2020/08/20
- [bug#42958] [PATCH core-updates 21/29] gnu: wayland-protocols: Update package definition.,
Danny Milosavljevic <=
- [bug#42958] [PATCH core-updates 14/29] gnu: gdk-pixbuf+svg: Update package definition., Danny Milosavljevic, 2020/08/20
- [bug#42958] [PATCH core-updates 11/29] gnu: pango: Update package definition., Danny Milosavljevic, 2020/08/20
- [bug#42958] [PATCH core-updates 17/29] gnu: librsvg@2.40.21: Update package definition., Danny Milosavljevic, 2020/08/20
- [bug#42958] [PATCH core-updates 23/29] gnu: gtk-doc: Update package definition., Danny Milosavljevic, 2020/08/20
- [bug#42958] [PATCH core-updates 26/29] gnu: at-spi2-atk: Update to 2.34.2., Danny Milosavljevic, 2020/08/20