[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
361/458: gnu: Add kwayland-5.
From: |
guix-commits |
Subject: |
361/458: gnu: Add kwayland-5. |
Date: |
Mon, 15 Jul 2024 08:01:25 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 2a8a2c40325cc8d3e5e593d77ab323e12f814f2a
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 14:58:53 2024 +0800
gnu: Add kwayland-5.
* gnu/packages/kde-frameworks.scm (kwayland-5): New variable.
Change-Id: I0c4c3f89d2826bd1e481babe7e6a70bc0cbf9503
---
gnu/packages/kde-frameworks.scm | 47 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3b26d70fcd..5fde8d0d87 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1498,6 +1498,53 @@ are adjusted to be what a Qt developer expects - two
arguments of int are
represented by a QPoint or a QSize.")
(license license:lgpl2.1+)))
+(define-public kwayland-5
+ (package
+ (inherit kwayland)
+ (name "kwayland")
+ (version "5.116.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1n5fq0gppx6rzgzkkskd077jygzj7cindb7zwr35yvbg5l69gdc8"))))
+ (native-inputs
+ (list extra-cmake-modules pkg-config))
+ (inputs
+ (list libxkbcommon
+ plasma-wayland-protocols
+ qtwayland-5
+ wayland
+ wayland-protocols))
+ (arguments
+ (list
+ ;; Tests spawn Wayland sessions that cannot run in parallel.
+ #:parallel-tests? #f
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'set-XDG_RUNTIME_DIR
+ (lambda _
+ (setenv "XDG_RUNTIME_DIR" (getcwd))))
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "ctest" "-E"
+ (string-append
+ "("
+ (string-join
+ ;; XXX: maybe is upstream bug
+ '("kwayland-testWaylandRegistry"
+ "kwayland-testPlasmaShell"
+ "kwayland-testPlasmaWindowModel"
+ ;; The 'kwayland-testXdgForeign' may fail on
+ ;; powerpc64le with a 'Subprocess aborted' error.
+ "kwayland-testXdgForeign") "|")
+ ")"))))))))))
+
(define-public kwidgetsaddons
(package
(name "kwidgetsaddons")
- 213/458: gnu: kosmindoormap: Update to 24.05.2., (continued)
- 213/458: gnu: kosmindoormap: Update to 24.05.2., guix-commits, 2024/07/15
- 181/458: gnu: kwalletmanager: Update to 24.05.2., guix-commits, 2024/07/15
- 198/458: gnu: kiriki: Update to 24.05.2., guix-commits, 2024/07/15
- 219/458: gnu: picmi: Update to 24.05.2., guix-commits, 2024/07/15
- 236/458: gnu: kdialog: Update to 24.05.2., guix-commits, 2024/07/15
- 224/458: gnu: klines: Update to 24.05.2., guix-commits, 2024/07/15
- 305/458: gnu: ktnef: Update to 24.05.2., guix-commits, 2024/07/15
- 310/458: gnu: kleopatra: Update to 24.05.2., guix-commits, 2024/07/15
- 313/458: gnu: knotes: Update to 24.05.2., guix-commits, 2024/07/15
- 337/458: gnu: Add kpackage-5., guix-commits, 2024/07/15
- 361/458: gnu: Add kwayland-5.,
guix-commits <=
- 379/458: gnu: qelectrotech: Fix build., guix-commits, 2024/07/15
- 382/458: gnu: copyq: Fix build., guix-commits, 2024/07/15
- 360/458: gnu: Add kirigami-5., guix-commits, 2024/07/15
- 395/458: gnu: lxqt-openssh-askpass: Fix build., guix-commits, 2024/07/15
- 398/458: gnu: lxqt-powermanagement: Fix build., guix-commits, 2024/07/15
- 401/458: gnu: lxqt-sudo: Fix build., guix-commits, 2024/07/15
- 405/458: gnu: calindori: Update to 24.05.2., guix-commits, 2024/07/15
- 413/458: gnu: Add libkcddb-qt5., guix-commits, 2024/07/15
- 417/458: gnu: kaffeine: Use new style., guix-commits, 2024/07/15
- 427/458: gnu: Remove zeroconf-ioslave., guix-commits, 2024/07/15