GNU bug report logs -
#64798
[PATCH 000/209] update kde package and add plasme desktop
Previous Next
Reported by: Zheng Junjie <873216071 <at> qq.com>
Date: Sun, 23 Jul 2023 08:11:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #320 received at 64798 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde-frameworks.scm (knewstuff): Update to 5.108.0.
[native-inputs]: add qttools-5.
---
gnu/packages/kde-frameworks.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 47d10dd904..ecb2193577 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2752,7 +2752,7 @@ (define-public kio
(define-public knewstuff
(package
(name "knewstuff")
- (version "5.98.0")
+ (version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2761,12 +2761,12 @@ (define-public knewstuff
name "-" version ".tar.xz"))
(sha256
(base32
- "09mxzpv0l1i5ml963gdnji8rskmi8b2f0hp4rn6ibkcj00z48fgy"))))
+ "1hlzkacybf35lnl92vk8xkapkq5pygy8fqngskvj9f4692k6562s"))))
(build-system cmake-build-system)
(propagated-inputs
(list attica kservice kxmlgui))
(native-inputs
- (list extra-cmake-modules))
+ (list extra-cmake-modules qttools-5))
(inputs
(list karchive
kauth
--
2.41.0
This bug report was last modified 1 year and 339 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.