[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
98/178: gnu: libkscreen: Update to 6.0.4.
From: |
guix-commits |
Subject: |
98/178: gnu: libkscreen: Update to 6.0.4. |
Date: |
Mon, 17 Jun 2024 12:13:28 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit bb581109e47fe53b39bba40f000c6312975551a9
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu May 2 21:44:16 2024 +0800
gnu: libkscreen: Update to 6.0.4.
* gnu/packages/kde-plasma.scm (libkscreen): Update to 6.0.4.
[arguments]: Set #:qtbase to qtbase.
<#:phases>: Adjust test.
[native-inputs]: Use qttools-5 replace qttools.
[inputs]: Add libxkbcommon. Remove kconfig, qtbase-5, qtx11extras.
Use kwayland-6 and qtwayland replace kwayland and qtwayland-5.
Change-Id: I47c59a1bf5b022745feaeda8ea4b5a56461a137e
---
gnu/packages/kde-plasma.scm | 43 ++++++++++++++++++++++++-------------------
1 file changed, 24 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index b78b212b8c..c23cafede3 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1044,39 +1044,44 @@ installed.")
(define-public libkscreen
(package
(name "libkscreen")
- (version "5.27.7")
+ (version "6.0.4")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1ary7qavz8vkzbvjx2mxv09h61hxa7i4f7rfgbykldbc83ripdc6"))))
+ (base32 "0mxbnngniws7za3857cig1h14zmnixg41r68nxm5xwh35gd2hsa0"))))
(build-system qt-build-system)
(arguments
- '(#: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)"))))))))
+ (list
+ #:qtbase qtbase
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'check-env-setup
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "HOME" (getcwd))
+ (with-output-to-file "autotests/BLACKLIST"
+ (lambda _
+ (for-each
+ (lambda (name)
+ (display (string-append "[" name "]\n*\n")))
+ (list
+ "verifyOutputs"
+ ;; also fail on upstream
+ "testEdidParser"
+ "testEnv"))))))))))
(native-inputs
(list extra-cmake-modules
pkg-config
- qttools-5
+ qttools
;; For testing.
dbus))
(inputs
- (list kconfig kwayland libxrandr plasma-wayland-protocols
- qtbase-5 qtwayland-5 wayland qtx11extras))
+ (list kwayland-6 libxrandr plasma-wayland-protocols qtwayland
+ wayland
+ libxkbcommon))
(home-page "https://community.kde.org/Solid/Projects/ScreenManagement")
(synopsis "KDE's screen management software")
(description "KScreen is the new screen management software for KDE Plasma
- 75/178: gnu: Add libplasma., (continued)
- 75/178: gnu: Add libplasma., guix-commits, 2024/06/17
- 76/178: gnu: Add krunner-6., guix-commits, 2024/06/17
- 77/178: gnu: Add ktexteditor-6., guix-commits, 2024/06/17
- 84/178: gnu: Add kdav-6., guix-commits, 2024/06/17
- 87/178: gnu: oxygen-sounds: Update to 6.0.4., guix-commits, 2024/06/17
- 88/178: gnu: kwrited: Update to 6.0.4., guix-commits, 2024/06/17
- 90/178: gnu: kcolorchooser: Update to 24.02.2., guix-commits, 2024/06/17
- 93/178: gnu: kmenuedit: Update to 6.0.4., guix-commits, 2024/06/17
- 95/178: gnu: kwallet-pam: Update to 6.0.4., guix-commits, 2024/06/17
- 96/178: gnu: plasma-workspace-wallpapers: Update to 6.0.4., guix-commits, 2024/06/17
- 98/178: gnu: libkscreen: Update to 6.0.4.,
guix-commits <=
- 100/178: gnu: kpipewire: Update to 6.0.4., guix-commits, 2024/06/17
- 105/178: gnu: Add libaccounts-qt6., guix-commits, 2024/06/17
- 107/178: gnu: plasma-disks: Update to 6.0.4., guix-commits, 2024/06/17
- 103/178: gnu: kscreen: Update to 6.0.4., guix-commits, 2024/06/17
- 108/178: gnu: plasma-nano: Update to 6.0.4., guix-commits, 2024/06/17
- 113/178: gnu: kde-gtk-config: Update to 6.0.4., guix-commits, 2024/06/17
- 115/178: gnu: libqaccessibilityclient: Update to 0.6.0., guix-commits, 2024/06/17
- 119/178: gnu: breeze: Update to 6.0.4., guix-commits, 2024/06/17
- 117/178: gnu: Add libqaccessibilityclient-qt6., guix-commits, 2024/06/17
- 120/178: gnu: breeze-gtk: Update to 6.0.4.1., guix-commits, 2024/06/17