mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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>
This commit is contained in:
parent
f7f3d98e2d
commit
67b16f4002
1 changed files with 4 additions and 5 deletions
|
@ -2246,7 +2246,7 @@ (define-public kcmutils
|
|||
(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 @@ (define-public kconfigwidgets
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05bwldqc5k6dlzsxjby5565sch6i0mh7jg5cbyjz24xb1fpj0d7b"))))
|
||||
"1raz1bxra0dvcwwzvhfmz1y0hvfrffpdymd116xyi5lnavyzdp46"))))
|
||||
(build-system qt-build-system)
|
||||
(propagated-inputs
|
||||
(list kauth kcodecs kconfig kwidgetsaddons))
|
||||
|
@ -2276,12 +2276,11 @@ (define-public kconfigwidgets
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue