z572 pushed a commit to branch kde-team
in repository guix.
commit 2da077236a83c2ba42954e630337b7eb3f65d9ad
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 8 12:22:13 2024 +0800
gnu: Add attica-5.
* gnu/packages/kde-frameworks.scm (attica-5): New variable.
Change-Id: I9c9d29be055af373fbc47a1d9de247135fcf6768
---
gnu/packages/kde-frameworks.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index a61323b920..8d1c1a92a7 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -368,6 +368,22 @@ The REST API is defined here:
http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
(license (list license:lgpl2.1+ license:lgpl3+))))
+(define-public attica-5
+ (package
+ (inherit attica)
+ (name "attica")
+ (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
+ "1shzs985fimd15w2d9cxpcbq7by33v05hb00rp79k6cqvp20f4b8"))))
+ (inputs (list qtbase-5))))
+
(define-public bluez-qt
(package
(name "bluez-qt")