me
/
guix
Archived
1
0
Fork 0

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
master
Zheng Junjie 2024-07-05 23:38:38 +08:00
parent 52a037fdcd
commit 8b868ba05e
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 5 additions and 6 deletions

View File

@ -304,7 +304,7 @@ Phonon-VLC is a backend based on the VLC multimedia library.")
(define-public attica (define-public attica
(package (package
(name "attica") (name "attica")
(version "5.114.0") (version "6.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -313,8 +313,11 @@ Phonon-VLC is a backend based on the VLC multimedia library.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0gkdsm1vyyyxxyl4rni9s2bdz5w6zphzjl58fddjl899da06hqfq")))) "1varrhc08799avraaln5sa844mwcz4h519x36n25sb80788kmbxb"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
(inputs (list qtbase))
(arguments (arguments
(list (list
#:phases #:phases
@ -324,10 +327,6 @@ Phonon-VLC is a backend based on the VLC multimedia library.")
;; These tests require network access. ;; These tests require network access.
(substitute* "autotests/CMakeLists.txt" (substitute* "autotests/CMakeLists.txt"
((".*providertest.cpp") ""))))))) ((".*providertest.cpp") "")))))))
(native-inputs
(list extra-cmake-modules))
(inputs
(list qtbase-5))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Open Collaboration Service client library") (synopsis "Open Collaboration Service client library")
(description "Attica is a Qt library that implements the Open (description "Attica is a Qt library that implements the Open