mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add kguiaddons-5.
* gnu/packages/kde-frameworks.scm (kguiaddons-5): New variable. Change-Id: I5404ab34b469a903c05014fdf06223c6fab8f2c0
This commit is contained in:
parent
bea7f0240d
commit
9f3bfd95f4
1 changed files with 19 additions and 0 deletions
|
@ -997,6 +997,25 @@ (define-public kguiaddons
|
|||
interfaces in the areas of colors, fonts, text, images, keyboard input.")
|
||||
(license (list license:gpl2+ license:lgpl2.1+))))
|
||||
|
||||
(define-public kguiaddons-5
|
||||
(package
|
||||
(inherit kguiaddons)
|
||||
(name "kguiaddons")
|
||||
(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
|
||||
"1rpw6glgchf7qs4rh7jxy9sas73708yllba1q880gdicn1nda42w"))))
|
||||
(native-inputs (list extra-cmake-modules pkg-config))
|
||||
(arguments '())
|
||||
(inputs
|
||||
(list qtwayland-5 qtx11extras plasma-wayland-protocols wayland))))
|
||||
|
||||
(define-public kholidays
|
||||
(package
|
||||
(name "kholidays")
|
||||
|
|
Loading…
Reference in a new issue