me
/
guix
Archived
1
0
Fork 0

gnu: kitemviews: Update to 6.3.0.

* gnu/packages/kde-frameworks.scm (kitemviews): Update to 6.3.0.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5.
[native-inputs]: Remove qttools-5; add qttools.

Change-Id: I595c2af5256a408856eb95208a1891ec7efd9619
master
Zheng Junjie 2024-07-06 00:00:22 +08:00
parent 719ea3c548
commit 55ecbad01a
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 4 additions and 5 deletions

View File

@ -1011,7 +1011,7 @@ model to observers
(define-public kitemviews (define-public kitemviews
(package (package
(name "kitemviews") (name "kitemviews")
(version "5.114.0") (version "6.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1020,12 +1020,11 @@ model to observers
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"00vl2ck0pq0sqcxvhlr2pimgr27hd9v7y9dz6w4arb5smi5q1ixg")))) "0byllbqxk2q4svxh1pim8jm6n2qimh5gp9h0m0s1hqqiaqapsrfq"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules qttools-5)) (list extra-cmake-modules qttools))
(inputs (arguments (list #:qtbase qtbase))
(list qtbase-5))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Set of item views extending the Qt model-view framework") (synopsis "Set of item views extending the Qt model-view framework")
(description "KItemViews includes a set of views, which can be used with (description "KItemViews includes a set of views, which can be used with