[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
370/373: gnu: Add kitemmodels-5.
From: |
guix-commits |
Subject: |
370/373: gnu: Add kitemmodels-5. |
Date: |
Mon, 8 Jul 2024 08:05:32 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit b06d14db1c8546b6182379f6e59d7588bc21768e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 17:41:54 2024 +0800
gnu: Add kitemmodels-5.
* gnu/packages/kde-frameworks.scm (kitemmodels-5): New variable.
Change-Id: If0408a1af021adea93748a509346e91ca509ddd2
---
gnu/packages/kde-frameworks.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 18dca1a2da..b347a512ce 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1292,6 +1292,26 @@ model to observers
@end enumerate")
(license license:lgpl2.1+)))
+(define-public kitemmodels-5
+ (package
+ (inherit kitemmodels)
+ (name "kitemmodels")
+ (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
+ "1wcznkj24553spkl202zwifk6hgrvdd60j3y47jp2m6zpadywz2k"))))
+ (native-inputs
+ (list extra-cmake-modules))
+ (inputs
+ (list qtdeclarative-5))
+ (arguments '())))
+
(define-public kitemviews
(package
(name "kitemviews")
- 332/373: gnu: Add kwindowsystem-5., (continued)
- 332/373: gnu: Add kwindowsystem-5., guix-commits, 2024/07/08
- 329/373: gnu: Add kguiaddons-5., guix-commits, 2024/07/08
- 330/373: gnu: Add kwidgetsaddons-5., guix-commits, 2024/07/08
- 358/373: gnu: Add kparts-5., guix-commits, 2024/07/08
- 367/373: gnu: Add ktexteditor-5., guix-commits, 2024/07/08
- 184/373: gnu: yakuake: Update to 24.05.2., guix-commits, 2024/07/08
- 191/373: gnu: falkon: Update to 24.05.2., guix-commits, 2024/07/08
- 282/373: gnu: ffmpegthumbs: Update to 24.05.2., guix-commits, 2024/07/08
- 361/373: gnu: Add kwayland-5., guix-commits, 2024/07/08
- 368/373: gnu: kompare: Update to 24.05.2., guix-commits, 2024/07/08
- 370/373: gnu: Add kitemmodels-5.,
guix-commits <=
- 362/373: gnu: plasma-framework: Update to 5.116.0., guix-commits, 2024/07/08
- 369/373: gnu: Add knotifyconfig-5., guix-commits, 2024/07/08