[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
329/465: gnu: Add kitemviews-5.
From: |
guix-commits |
Subject: |
329/465: gnu: Add kitemviews-5. |
Date: |
Tue, 16 Jul 2024 11:03:42 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 867e67debb851e32bb7edbc3f6ebf6150bdffa2c
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 12:49:38 2024 +0800
gnu: Add kitemviews-5.
* gnu/packages/kde-frameworks.scm (kitemviews-5): New variable.
Change-Id: I60da57653f0d066a6e44d06c7c314acf264f8ce7
---
gnu/packages/kde-frameworks.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 09aa4307a0..54d9ca0cf2 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1219,6 +1219,24 @@ item models. It includes views for categorizing lists
and to add search filters
to flat and hierarchical lists.")
(license (list license:gpl2+ license:lgpl2.1+))))
+(define-public kitemviews-5
+ (package
+ (inherit kitemviews)
+ (name "kitemviews")
+ (version "5.116.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1sq1kvqb9g0gzlyfyix9xsjq6wl2i1s3mfqkpdc0rdns13sgn3kc"))))
+ (native-inputs
+ (list extra-cmake-modules qttools-5))
+ (arguments '())))
+
(define-public kplotting
(package
(name "kplotting")
- 309/465: gnu: kincidenceeditor: Update to 24.05.2., (continued)
- 309/465: gnu: kincidenceeditor: Update to 24.05.2., guix-commits, 2024/07/16
- 327/465: gnu: Add kconfig-5., guix-commits, 2024/07/16
- 337/465: gnu: Add kdoctools-5., guix-commits, 2024/07/16
- 315/465: gnu: kgpg: Update to 24.05.2., guix-commits, 2024/07/16
- 321/465: gnu: okular: Update to 24.05.2., guix-commits, 2024/07/16
- 307/465: gnu: kontactinterface: Update to 24.05.2., guix-commits, 2024/07/16
- 320/465: gnu: akregator: Update to 24.05.2., guix-commits, 2024/07/16
- 318/465: gnu: kapidox: Update to 6.3.0., guix-commits, 2024/07/16
- 334/465: gnu: Add kcrash-5., guix-commits, 2024/07/16
- 324/465: gnu: Add karchive-5., guix-commits, 2024/07/16
- 329/465: gnu: Add kitemviews-5.,
guix-commits <=
- 340/465: gnu: Add knotifications-5., guix-commits, 2024/07/16
- 332/465: gnu: Add sonnet-5., guix-commits, 2024/07/16
- 398/465: gnu: lxqt-policykit: Fix build., guix-commits, 2024/07/16
- 422/465: gnu: kwave: Update to 24.05.2., guix-commits, 2024/07/16
- 438/465: gnu: kwin: Skip flakey tests., guix-commits, 2024/07/16
- 440/465: gnu: kio-fuse: Update to 5.1.0., guix-commits, 2024/07/16
- 432/465: gnu: ktouch: Update to 24.05.2., guix-commits, 2024/07/16
- 449/465: gnu: Add qtlocation., guix-commits, 2024/07/16
- 351/465: gnu: Add kbookmarks-5., guix-commits, 2024/07/16
- 342/465: gnu: Add kdbusaddons-5., guix-commits, 2024/07/16