[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/465: gnu: kitemviews: Update to 6.3.0.
From: |
guix-commits |
Subject: |
38/465: gnu: kitemviews: 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 55ecbad01aba6af2b0da8ba69d2ed08461001d85
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:00:22 2024 +0800
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
---
gnu/packages/kde-frameworks.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 4a96d71c0d..47ac276088 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1011,7 +1011,7 @@ model to observers
(define-public kitemviews
(package
(name "kitemviews")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1020,12 +1020,11 @@ model to observers
name "-" version ".tar.xz"))
(sha256
(base32
- "00vl2ck0pq0sqcxvhlr2pimgr27hd9v7y9dz6w4arb5smi5q1ixg"))))
+ "0byllbqxk2q4svxh1pim8jm6n2qimh5gp9h0m0s1hqqiaqapsrfq"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules qttools-5))
- (inputs
- (list qtbase-5))
+ (list extra-cmake-modules qttools))
+ (arguments (list #:qtbase qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Set of item views extending the Qt model-view framework")
(description "KItemViews includes a set of views, which can be used with
- 16/465: gnu: libavif: Update to 1.0.4., (continued)
- 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, 2024/07/17
- 38/465: gnu: kitemviews: Update to 6.3.0.,
guix-commits <=
- 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
- 59/465: gnu: kpty: Update to 6.3.0., guix-commits, 2024/07/17