me
/
guix
Archived
1
0
Fork 0

gnu: Add threadweaver-5.

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

Change-Id: If95dd7833144542ac9b2f78161f3a1073d037bfc
master
Zheng Junjie 2024-07-08 14:47:48 +08:00
parent 2c4c89c2e1
commit ead3fd6842
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 19 additions and 0 deletions

View File

@ -1944,6 +1944,25 @@ ASpell and HUNSPELL.")
uses a job-based interface to queue tasks and execute them in an efficient way.")
(license license:lgpl2.1+)))
(define-public threadweaver-5
(package
(inherit threadweaver)
(name "threadweaver")
(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
"1q7ax3dhsayz35j0l9pdmarkwfyyy1dsy2crdf5xz8pr5mjxq8wp"))))
(native-inputs
(list extra-cmake-modules))
(inputs
(list qtbase-5))))
(define-public libkdcraw
(package
(name "libkdcraw")