[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70395] [PATCH kde-team 03/63] gnu: Add attica-6.
From: |
Zheng Junjie |
Subject: |
[bug#70395] [PATCH kde-team 03/63] gnu: Add attica-6. |
Date: |
Mon, 15 Apr 2024 20:46:40 +0800 |
* gnu/packages/kde-frameworks.scm (attica-6): New variable.
(attica): Inherit above.
Change-Id: I9e7fc3dc96b1534c5ec61b0fc483df6918d91d3e
Change-Id: Ie46de95fc47fec4d845f91912daacc5a11c9d7cd
---
gnu/packages/kde-frameworks.scm | 29 ++++++++++++++++++++++-------
1 file changed, 22 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e015466b2e..235c07e5f7 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -310,10 +310,10 @@ (define-public phonon-backend-gstreamer
;; Tier 1 frameworks depend only on Qt (and possibly a small number of other
;; third-party libraries), so can easily be used by an Qt-based project.
-(define-public attica
+(define-public attica-6
(package
(name "attica")
- (version "5.114.0")
+ (version "6.1.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -322,8 +322,11 @@ (define-public attica
name "-" version ".tar.xz"))
(sha256
(base32
- "0gkdsm1vyyyxxyl4rni9s2bdz5w6zphzjl58fddjl899da06hqfq"))))
+ "185mgnnq8lqr3k59b3j73i9kzvcx6q7w70h7g07rsfkmlv4wlgcb"))))
(build-system cmake-build-system)
+ (native-inputs
+ (list extra-cmake-modules))
+ (inputs (list qtbase))
(arguments
(list
#:phases
@@ -333,10 +336,6 @@ (define-public attica
;; These tests require network access.
(substitute* "autotests/CMakeLists.txt"
((".*providertest.cpp") "")))))))
- (native-inputs
- (list extra-cmake-modules))
- (inputs
- (list qtbase-5))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Open Collaboration Service client library")
(description "Attica is a Qt library that implements the Open
@@ -351,6 +350,22 @@ (define-public attica
http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
(license (list license:lgpl2.1+ license:lgpl3+))))
+(define-public attica
+ (package
+ (inherit attica-6)
+ (name "attica")
+ (version "5.114.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0gkdsm1vyyyxxyl4rni9s2bdz5w6zphzjl58fddjl899da06hqfq"))))
+ (inputs (list qtbase-5))))
+
(define-public bluez-qt
(package
(name "bluez-qt")
--
2.41.0
- [bug#70395] [PATCH kde-team 37/63] gnu: polkit-qt: Update to 0.200.0., (continued)
- [bug#70395] [PATCH kde-team 37/63] gnu: polkit-qt: Update to 0.200.0., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 30/63] gnu: Add kdoctools-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 58/63] gnu: libraw: Update to 0.21.2., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 60/63] gnu: Add ksvg., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 27/63] gnu: Add sonnet-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 17/63] gnu: Add ksyntaxhighlighting-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 59/63] gnu: Add kimageformats-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 46/63] gnu: Add kiconthemes-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 33/63] gnu: Add knotifications-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 04/63] gnu: Add kcodecs-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 03/63] gnu: Add attica-6.,
Zheng Junjie <=
- [bug#70395] [PATCH kde-team 62/63] gnu: Add kdesu-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 53/63] gnu: qtbase: propagate libxkbcommon., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 56/63] gnu: Add modemmanager-qt-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 52/63] gnu: Add kxmlgui-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 45/63] gnu: Add kconfigwidgets-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 63/63] gnu: Add kded-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 55/63] gnu: Add qqc2-desktop-style-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 20/63] gnu: Add kcompletion-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 34/63] gnu: Add kpackage-6., Zheng Junjie, 2024/04/15