[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/465: gnu: kitemmodels: Update to 6.3.0.
From: |
guix-commits |
Subject: |
37/465: gnu: kitemmodels: Update to 6.3.0. |
Date: |
Wed, 17 Jul 2024 23:01:16 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 719ea3c5487999fcec39ec0b914fa20abe080d9c
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jul 5 23:59:36 2024 +0800
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
---
gnu/packages/kde-frameworks.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 1128327687..4a96d71c0d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -961,7 +961,7 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
(define-public kitemmodels
(package
(name "kitemmodels")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -970,12 +970,12 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1bfmcrbcbrvp2rcaf32vzvarqwp41gn6s4xpf56hnxbwf9kgk1fl"))))
+ "1fmcas5n3ylgzjlmwhcnqpsm46p50zia4xzvnf5iz74icbxq9adk"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))
- (inputs
- (list qtbase-5 qtdeclarative-5))
+ (inputs (list qtdeclarative))
+ (arguments (list #:qtbase qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Set of item models extending the Qt model-view framework")
(description "KItemModels provides the following models:
- 14/465: gnu: Add signond-qt6., (continued)
- 14/465: gnu: Add signond-qt6., guix-commits, 2024/07/17
- 16/465: gnu: libavif: Update to 1.0.4., guix-commits, 2024/07/17
- 20/465: gnu: Add kdsoap-qt6., guix-commits, 2024/07/17
- 24/465: gnu: phonon: Enable qt6., guix-commits, 2024/07/17
- 15/465: gnu: Add wayland-protocols-next., guix-commits, 2024/07/17
- 26/465: gnu: bluez-qt: Update to 6.3.0., guix-commits, 2024/07/17
- 31/465: gnu: plasma-wayland-protocols: Update to 1.13.0., guix-commits, 2024/07/17
- 32/465: gnu: kguiaddons: Update to 6.3.0., guix-commits, 2024/07/17
- 33/465: gnu: kwidgetsaddons: Update to 6.3.0., guix-commits, 2024/07/17
- 35/465: gnu: ki18n: Update to 6.3.0., guix-commits, 2024/07/17
- 37/465: gnu: kitemmodels: Update to 6.3.0.,
guix-commits <=
- 38/465: gnu: kitemviews: Update to 6.3.0., guix-commits, 2024/07/17
- 41/465: gnu: kconfig: Update to 6.3.0., guix-commits, 2024/07/17
- 43/465: gnu: kdbusaddons: Update to 6.3.0., guix-commits, 2024/07/17
- 48/465: gnu: oxygen-icons: Update to 6.0.0., guix-commits, 2024/07/17
- 49/465: gnu: prison: Update to 6.3.0., guix-commits, 2024/07/17
- 50/465: gnu: pulseaudio-qt: Update to 1.5.0., guix-commits, 2024/07/17
- 52/465: gnu: sonnet: Update to 6.3.0., guix-commits, 2024/07/17
- 53/465: gnu: threadweaver: Update to 6.3.0., guix-commits, 2024/07/17
- 54/465: gnu: kcontacts: Update to 6.3.0., guix-commits, 2024/07/17
- 58/465: gnu: knotifications: Update to 6.3.0., guix-commits, 2024/07/17