[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/347: gnu: Add kwidgetsaddons-6.
From: |
guix-commits |
Subject: |
14/347: gnu: Add kwidgetsaddons-6. |
Date: |
Fri, 28 Jun 2024 09:57:13 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 99932c9b6e4d9a04368bbeb2530b245f6cd49244
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 6 00:52:26 2024 +0800
gnu: Add kwidgetsaddons-6.
* gnu/packages/kde-frameworks.scm (kwidgetsaddons-6): New variable.
(kwidgetsaddons): Inherit above.
Change-Id: Ic038d61fef6ca173c7cca2ce45dab38702512a95
---
gnu/packages/kde-frameworks.scm | 50 ++++++++++++++++++++++++++++++++---------
1 file changed, 40 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 1b22d95d57..ed611885aa 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1434,10 +1434,10 @@ are adjusted to be what a Qt developer expects - two
arguments of int are
represented by a QPoint or a QSize.")
(license license:lgpl2.1+)))
-(define-public kwidgetsaddons
+(define-public kwidgetsaddons-6
(package
(name "kwidgetsaddons")
- (version "5.114.0")
+ (version "6.1.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1446,23 +1446,25 @@ represented by a QPoint or a QSize.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1cc8lsk9v0cp2wiy1q26mlkf8np0yj01sq8a7w13ga5s6hv4sh2n"))))
+ "1kp48sh3lhp5n87avnm2fwzrqqzbinbl3zjmxn6p7snnq9z5s8l1"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules qttools-5 xorg-server-for-tests))
- (inputs
- (list qtbase-5))
+ (list extra-cmake-modules qttools))
(arguments
(list
+ #:qtbase qtbase
#:phases
#~(modify-phases %standard-phases
(replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
+ (lambda* (#:key tests? parallel-tests? #:allow-other-keys)
(when tests?
- (setenv "XDG_CACHE_HOME" "/tmp/xdg-cache")
+ ;; hideLaterShouldHideAfterDelay function time: 300000ms,
total time: 300009ms
(invoke "ctest" "-E"
- "(ksqueezedtextlabelautotest|\
-kwidgetsaddons-kcolumnresizertest)")))))))
+ "(ktooltipwidgettest)"
+ "-j"
+ (if parallel-tests?
+ (number->string (parallel-job-count))
+ "1"))))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Large set of desktop widgets")
(description "Provided are action classes that can be added to toolbars or
@@ -1471,6 +1473,34 @@ dates and times, or MIME types, as well as
platform-aware dialogs for
configuration pages, message boxes, and password requests.")
(license (list license:gpl2+ license:lgpl2.1+))))
+(define-public kwidgetsaddons
+ (package
+ (inherit kwidgetsaddons-6)
+ (name "kwidgetsaddons")
+ (version "5.114.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1cc8lsk9v0cp2wiy1q26mlkf8np0yj01sq8a7w13ga5s6hv4sh2n"))))
+ (native-inputs
+ (list extra-cmake-modules qttools-5 xorg-server-for-tests))
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "XDG_CACHE_HOME" "/tmp/xdg-cache")
+ (invoke "ctest" "-E"
+ "(ksqueezedtextlabelautotest|\
+kwidgetsaddons-kcolumnresizertest)")))))))))
+
(define-public kwindowsystem
(package
(name "kwindowsystem")
- 02/347: gnu: Add kquickcharts-6., (continued)
- 02/347: gnu: Add kquickcharts-6., guix-commits, 2024/06/28
- 05/347: gnu: Add kcoreaddons-6., guix-commits, 2024/06/28
- 06/347: gnu: Add kdbusaddons-6., guix-commits, 2024/06/28
- 04/347: gnu: Add kcodecs-6., guix-commits, 2024/06/28
- 08/347: gnu: Add kholidays-6., guix-commits, 2024/06/28
- 07/347: gnu: Add kdnssd-6., guix-commits, 2024/06/28
- 09/347: gnu: Add ki18n-6., guix-commits, 2024/06/28
- 10/347: gnu: Add kidletime-6., guix-commits, 2024/06/28
- 12/347: gnu: Add kguiaddons-6., guix-commits, 2024/06/28
- 11/347: gnu: Add kitemviews-6., guix-commits, 2024/06/28
- 14/347: gnu: Add kwidgetsaddons-6.,
guix-commits <=
- 13/347: gnu: Add kplotting-6., guix-commits, 2024/06/28
- 17/347: gnu: Add ksyntaxhighlighting-6., guix-commits, 2024/06/28
- 20/347: gnu: Add kcompletion-6., guix-commits, 2024/06/28
- 16/347: gnu: Add kitemmodels-6., guix-commits, 2024/06/28
- 15/347: gnu: Add kconfig-6., guix-commits, 2024/06/28
- 19/347: gnu: Add kcalendarcore-6., guix-commits, 2024/06/28
- 23/347: gnu: Add networkmanager-qt-6., guix-commits, 2024/06/28
- 22/347: gnu: Add kwindowsystem-6., guix-commits, 2024/06/28
- 18/347: gnu: Add karchive-6., guix-commits, 2024/06/28
- 21/347: gnu: Add kpty-6., guix-commits, 2024/06/28