gnu: Add kwindowsystem-5.

* gnu/packages/kde-frameworks.scm (kwindowsystem-5): New variable.

Change-Id: Ic26c9e0cc80c7adc9c28d7b02a4b1853c4695ded
This commit is contained in:
Zheng Junjie 2024-07-08 13:07:32 +08:00
parent edd27a1f65
commit 9af1b6d55d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1549,6 +1549,34 @@ (define-public kwindowsystem
;; the lgpl2.1. Some source files are under non-copyleft licenses.
(license license:lgpl2.1+)))
(define-public kwindowsystem-5
(package
(inherit kwindowsystem)
(name "kwindowsystem")
(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
"0d2kxcpcvpzv07ldd1kb5gjclhmn6gcn5ms0bd8f5g9gflrpdjby"))))
(native-inputs
(list extra-cmake-modules
pkg-config
dbus ; for the tests
openbox ; for the tests
qttools-5
xorg-server-for-tests)) ; for the tests
(inputs
(list libxrender
qtbase-5
qtx11extras
xcb-util-keysyms
xcb-util-wm))))
(define-public modemmanager-qt
(package
(name "modemmanager-qt")