From 821336efb9da99e8e08287b8328d8b24032a61c5 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Sat, 18 Oct 2025 20:57:04 +0800 Subject: [PATCH] gnu: Remove libkscreen-5. * gnu/packages/kde-plasma.scm (libkscreen-5): Delete variable. Change-Id: I58e7708f66ba80b03805d9b12b47f87c37d9b273 Signed-off-by: Andreas Enge --- gnu/packages/kde-plasma.scm | 39 ------------------------------------- 1 file changed, 39 deletions(-) diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index f97838dc33f8403f8b47a47e23f70c009216c5b9..adef8a1c0fece983a3f652e8ceb750d5c4b5a49a 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1344,45 +1344,6 @@ Workspaces which tries to be as magic and automatic as possible for users with basic needs and easy to configure for those who want special setups.") (license license:gpl2+))) -;; use by lxqt-config -(define-public libkscreen-5 - (package - (inherit libkscreen) - (name "libkscreen") - (version "5.27.7") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/plasma/" version "/" - name "-" version ".tar.xz")) - (sha256 - (base32 "1ary7qavz8vkzbvjx2mxv09h61hxa7i4f7rfgbykldbc83ripdc6")))) - (build-system qt-build-system) - (arguments - (list #:phases - #~(modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (setenv "HOME" (getcwd)) - (setenv "QT_QPA_PLATFORM" "offscreen") - (setenv "WAYLAND_DISPLAY" "libkscreen-test-wayland-backend-0") - (invoke "ctest" "-E" - (string-append "(kscreen-testedid" - "|kscreen-testqscreenbackend" - "|kscreen-testkwaylandbackend" - "|kscreen-testkwaylandconfig" - "|kscreen-testkwaylanddpms)")))))))) - (native-inputs - (list extra-cmake-modules - pkg-config - qttools-5 - ;; For testing. - dbus)) - (inputs - (list kconfig-5 kwayland-5 libxrandr plasma-wayland-protocols - qtbase-5 qtwayland-5 wayland qtx11extras)))) - (define-public libksysguard (package (name "libksysguard")