[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/19: gnu: Remove wayland-protocols-next.
From: |
guix-commits |
Subject: |
17/19: gnu: Remove wayland-protocols-next. |
Date: |
Fri, 16 Sep 2022 16:45:33 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 2619fa3d77961326cfbf7ddc87d519df30b49559
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 16 22:31:48 2022 +0200
gnu: Remove wayland-protocols-next.
* gnu/packages/freedesktop.scm (wayland-protocols-next): Remove variable.
* gnu/packages/gnome.scm (mutter)[native-inputs]: Change from
WAYLAND-PROTOCOLS-NEXT to WAYLAND-PROTOCOLS.
* gnu/packages/kde-plasma.scm (kwayland-server)[inputs]: Likewise.
* gnu/packages/wm.scm (swaylock)[native-inputs]: Likewise.
---
gnu/packages/freedesktop.scm | 14 --------------
gnu/packages/gnome.scm | 2 +-
gnu/packages/kde-plasma.scm | 2 +-
gnu/packages/wm.scm | 2 +-
4 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 2551c88761..b8387878d1 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1122,20 +1122,6 @@ 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")
- (version "1.26")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://wayland.freedesktop.org/releases/"
- "wayland-protocols-" version ".tar.xz"))
- (sha256
- (base32
- "04vgllmpmrv14x3x64ns01vgwx4hriljayjkz9idgbv83i63hly5"))))))
-
(define-public waylandpp
(package
(name "waylandpp")
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cb255fc488..0fa67b405e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7791,7 +7791,7 @@ to display dialog boxes from the commandline and shell
scripts.")
autoconf
automake
libtool
- wayland-protocols-next
+ wayland-protocols
;; For tests.
;; Warnings are configured to be fatal during the tests; add an icon
;; theme to please libxcursor.
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 634a44eecf..265799cd94 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -358,7 +358,7 @@ with a ksysguardd daemon, which may also run on a remote
system.")
qtwayland
kwayland
wayland
- wayland-protocols-next))
+ wayland-protocols))
(arguments
'(#:phases
(modify-phases %standard-phases
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 87bed6e8b9..f30285a5fd 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1668,7 +1668,7 @@ modules for building a Wayland compositor.")
(inputs (list cairo gdk-pixbuf libxkbcommon
;("linux-pam" ,linux-pam) ; FIXME: Doesn't work.
wayland))
- (native-inputs (list pango pkg-config scdoc wayland-protocols-next))
+ (native-inputs (list pango pkg-config scdoc wayland-protocols))
(home-page "https://github.com/swaywm/sway")
(synopsis "Screen locking utility for Wayland compositors")
(description "Swaylock is a screen locking utility for Wayland
compositors.")
- branch core-updates updated (7e0f2728a4 -> 5339cb1161), guix-commits, 2022/09/16
- 01/19: gnu: libgcrypt: Provide absolute gpgrt-config also for native builds., guix-commits, 2022/09/16
- 05/19: gnu: python-mako: Update to 1.2.2., guix-commits, 2022/09/16
- 07/19: gnu: GnuPG: Update to 2.2.39., guix-commits, 2022/09/16
- 02/19: gnu: glibc-for-bootstrap: Remove obsolete patch., guix-commits, 2022/09/16
- 03/19: gnu: freeimage: Adjust for LibTIFF 4.4., guix-commits, 2022/09/16
- 04/19: gnu: fontforge: Update to 20220308., guix-commits, 2022/09/16
- 08/19: gnu: libpaper: Update to 2.0.0., guix-commits, 2022/09/16
- 09/19: gnu: cmake-minimal: Update to 3.24.2., guix-commits, 2022/09/16
- 15/19: gnu: libtiff: Fix CVE-2022-34526., guix-commits, 2022/09/16
- 17/19: gnu: Remove wayland-protocols-next.,
guix-commits <=
- 12/19: gnu: tevent: Update to 0.13.0., guix-commits, 2022/09/16
- 06/19: gnu: libksba: Update to 1.6.1., guix-commits, 2022/09/16
- 10/19: gnu: samba: Update to 4.17.0., guix-commits, 2022/09/16
- 16/19: gnu: QPDF: Update to 11.1.0., guix-commits, 2022/09/16
- 13/19: gnu: tdb: Update to 1.4.7., guix-commits, 2022/09/16
- 14/19: gnu: ldb: Update to 2.6.1., guix-commits, 2022/09/16
- 11/19: gnu: talloc: Update to 2.3.4., guix-commits, 2022/09/16
- 19/19: gnu: abseil-cpp: Re-enable testing., guix-commits, 2022/09/16
- 18/19: gnu: googletest: Update to 1.12.1., guix-commits, 2022/09/16