me
/
guix
Archived
1
0
Fork 0

gnu: kitemmodels: Update to 6.3.0.

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

Change-Id: I9d97e80f4121b8ed628ae6d8eb5b66baf87203f0
master
Zheng Junjie 2024-07-05 23:59:36 +08:00
parent 447e85325f
commit 719ea3c548
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 4 additions and 4 deletions

View File

@ -961,7 +961,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
(define-public kitemmodels (define-public kitemmodels
(package (package
(name "kitemmodels") (name "kitemmodels")
(version "5.114.0") (version "6.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -970,12 +970,12 @@ of applications that follow the Kirigami Human Interface Guidelines.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1bfmcrbcbrvp2rcaf32vzvarqwp41gn6s4xpf56hnxbwf9kgk1fl")))) "1fmcas5n3ylgzjlmwhcnqpsm46p50zia4xzvnf5iz74icbxq9adk"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))
(inputs (inputs (list qtdeclarative))
(list qtbase-5 qtdeclarative-5)) (arguments (list #:qtbase qtbase))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Set of item models extending the Qt model-view framework") (synopsis "Set of item models extending the Qt model-view framework")
(description "KItemModels provides the following models: (description "KItemModels provides the following models: