z572 pushed a commit to branch kde-team
in repository guix.

commit ead3fd6842bd85aed69e51052b19a61b4704e61c
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 8 14:47:48 2024 +0800

    gnu: Add threadweaver-5.
    
    * gnu/packages/kde-frameworks.scm (threadweaver-5): New variable.
    
    Change-Id: If95dd7833144542ac9b2f78161f3a1073d037bfc
---
 gnu/packages/kde-frameworks.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e8dde4cf9d..a436b6a3f5 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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")

Reply via email to