me
/
guix
Archived
1
0
Fork 0

gnu: Add kcodecs-5.

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

Change-Id: Iba93439464e9baa425ac090c84c85a0109ef9489
master
Zheng Junjie 2024-07-08 12:25:12 +08:00
parent 2da077236a
commit 785b659018
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 17 additions and 0 deletions

View File

@ -607,6 +607,23 @@ Internet).")
license:lgpl2.1 license:lgpl2.1+ license:expat
license:lgpl3+ license:mpl1.1))))
(define-public kcodecs-5
(package
(inherit kcodecs)
(name "kcodecs")
(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
"03k8scmswxhx7bng5fh3niq84gqzksb19sf6ah4bdz6aj4pd52d4"))))
(native-inputs (list extra-cmake-modules gperf qttools-5))
(inputs (list qtbase-5))))
(define-public kcolorpicker
(package
(name "kcolorpicker")