[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/332: gnu: kconfigwidgets: Update to 5.108.0.
From: |
guix-commits |
Subject: |
53/332: gnu: kconfigwidgets: Update to 5.108.0. |
Date: |
Thu, 3 Aug 2023 05:43:38 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 67b16f40023d665a0da6bcf2605d1d1b917c07ea
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 14:49:49 2023 +0800
gnu: kconfigwidgets: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 5.108.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
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 95daa7e934..9dc532a183 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2246,7 +2246,7 @@ KCModules can be created with the KConfigWidgets
framework.")
(define-public kconfigwidgets
(package
(name "kconfigwidgets")
- (version "5.98.0")
+ (version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2255,7 +2255,7 @@ KCModules can be created with the KConfigWidgets
framework.")
name "-" version ".tar.xz"))
(sha256
(base32
- "05bwldqc5k6dlzsxjby5565sch6i0mh7jg5cbyjz24xb1fpj0d7b"))))
+ "1raz1bxra0dvcwwzvhfmz1y0hvfrffpdymd116xyi5lnavyzdp46"))))
(build-system qt-build-system)
(propagated-inputs
(list kauth kcodecs kconfig kwidgetsaddons))
@@ -2276,12 +2276,11 @@ KCModules can be created with the KConfigWidgets
framework.")
(substitute* "src/khelpclient.cpp"
;; make QDirIterator follow symlinks
(("^\\s*(QDirIterator it\\(.*,
QDirIterator::Subdirectories)(\\);)" _ a b)
- (string-append a " | QDirIterator::FollowSymlinks" b)))
- (substitute* "CMakeLists.txt"
- (("5\\.90\\.0") "5.98.0"))))
+ (string-append a " | QDirIterator::FollowSymlinks" b)))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
+ (setenv "HOME" (getcwd))
(invoke "ctest" "-E" "kstandardactiontest")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Widgets for configuration dialogs")
- 80/332: gnu: qqc2-desktop-style: Update to 5.108.0., (continued)
- 80/332: gnu: qqc2-desktop-style: Update to 5.108.0., guix-commits, 2023/08/03
- 96/332: gnu: kmediaplayer: Update to 5.108.0., guix-commits, 2023/08/03
- 103/332: gnu: baloo: Update to 5.108.0., guix-commits, 2023/08/03
- 105/332: gnu: knewstuff: Update to 5.108.0., guix-commits, 2023/08/03
- 115/332: gnu: qca: Update to 2.3.6., guix-commits, 2023/08/03
- 64/332: gnu: kdnssd: Update to 5.108.0., guix-commits, 2023/08/03
- 66/332: gnu: kimageformats: Use G-expressions., guix-commits, 2023/08/03
- 68/332: gnu: kdbusaddons: Update to 5.108.0., guix-commits, 2023/08/03
- 44/332: gnu: kpty: Use G-expressions., guix-commits, 2023/08/03
- 46/332: gnu: syndication: Update to 5.108.0., guix-commits, 2023/08/03
- 53/332: gnu: kconfigwidgets: Update to 5.108.0.,
guix-commits <=
- 55/332: gnu: kiconthemes: Update to 5.108.0., guix-commits, 2023/08/03
- 59/332: gnu: threadweaver: Update to 5.108.0., guix-commits, 2023/08/03
- 61/332: gnu: kjsembed: Update to 5.108.0., guix-commits, 2023/08/03
- 67/332: gnu: kdesignerplugin: Update to 5.108.0., guix-commits, 2023/08/03
- 70/332: gnu: kservice: Update to 5.108.0., guix-commits, 2023/08/03
- 71/332: gnu: kxmlgui: Update to 5.108.0., guix-commits, 2023/08/03
- 73/332: gnu: ktextwidgets: Update to 5.108.0., guix-commits, 2023/08/03
- 74/332: gnu: kpeople: Update to 5.108.0., guix-commits, 2023/08/03
- 75/332: gnu: kwallet: Update to 5.108.0., guix-commits, 2023/08/03
- 76/332: gnu: kded: Update to 5.108.0., guix-commits, 2023/08/03