[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/373: gnu: attica: Update to 6.3.0.
From: |
guix-commits |
Subject: |
26/373: gnu: attica: Update to 6.3.0. |
Date: |
Mon, 8 Jul 2024 08:04:16 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit a6639c8ec3fd08c9a69c29087fed6757660f3fe1
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jul 5 23:38:38 2024 +0800
gnu: attica: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (attica): Update to 6.3.0.
[inputs]: Remove qtbase-5; add qtbase.
Change-Id: I9ad66984147838b748e45a8f64db6a045aec70a5
---
gnu/packages/kde-frameworks.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 18c0b8c876..47276ad925 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -304,7 +304,7 @@ Phonon-VLC is a backend based on the VLC multimedia
library.")
(define-public attica
(package
(name "attica")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -313,8 +313,11 @@ Phonon-VLC is a backend based on the VLC multimedia
library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0gkdsm1vyyyxxyl4rni9s2bdz5w6zphzjl58fddjl899da06hqfq"))))
+ "1varrhc08799avraaln5sa844mwcz4h519x36n25sb80788kmbxb"))))
(build-system cmake-build-system)
+ (native-inputs
+ (list extra-cmake-modules))
+ (inputs (list qtbase))
(arguments
(list
#:phases
@@ -324,10 +327,6 @@ Phonon-VLC is a backend based on the VLC multimedia
library.")
;; 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
- branch kde-team created (now 185c539ca4), guix-commits, 2024/07/08
- 06/373: gnu: libaccounts-qt: Update to 1.17., guix-commits, 2024/07/08
- 03/373: gnu: libraw: Update to 0.21.2., guix-commits, 2024/07/08
- 11/373: gnu: Add poppler-qt6., guix-commits, 2024/07/08
- 26/373: gnu: attica: Update to 6.3.0.,
guix-commits <=
- 24/373: gnu: kquickcharts: Update to 6.3.0., guix-commits, 2024/07/08
- 08/373: gnu: Add python-pygdbmi., guix-commits, 2024/07/08
- 20/373: gnu: kdsoap: Update to 2.2.0., guix-commits, 2024/07/08
- 28/373: gnu: breeze-icons: Update to 6.3.0., guix-commits, 2024/07/08
- 01/373: gnu: extra-cmake-modules: Update to 6.3.0., guix-commits, 2024/07/08
- 04/373: gnu: qcoro-qt5: Update to 0.10.0., guix-commits, 2024/07/08
- 09/373: gnu: qca: Update to 2.3.9., guix-commits, 2024/07/08
- 15/373: gnu: Add signond-qt6., guix-commits, 2024/07/08
- 13/373: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/07/08
- 21/373: gnu: Add kdsoap-qt6., guix-commits, 2024/07/08