mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add kwindowsystem-5.
* gnu/packages/kde-frameworks.scm (kwindowsystem-5): New variable. Change-Id: Ic26c9e0cc80c7adc9c28d7b02a4b1853c4695ded
This commit is contained in:
parent
edd27a1f65
commit
9af1b6d55d
1 changed files with 28 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue