me
/
guix
Archived
1
0
Fork 0

gnu: Add kitemviews-5.

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

Change-Id: I60da57653f0d066a6e44d06c7c314acf264f8ce7
master
Zheng Junjie 2024-07-08 12:49:38 +08:00
parent bff3f9076b
commit bea7f0240d
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 18 additions and 0 deletions

View File

@ -1219,6 +1219,24 @@ item models. It includes views for categorizing lists and to add search filters
to flat and hierarchical lists.")
(license (list license:gpl2+ license:lgpl2.1+))))
(define-public kitemviews-5
(package
(inherit kitemviews)
(name "kitemviews")
(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
"1sq1kvqb9g0gzlyfyix9xsjq6wl2i1s3mfqkpdc0rdns13sgn3kc"))))
(native-inputs
(list extra-cmake-modules qttools-5))
(arguments '())))
(define-public kplotting
(package
(name "kplotting")