summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-03-03 21:57:27 +0530
committerSughosha <sughosha@disroot.org>2026-03-16 07:44:10 +0530
commit2e6973a14692213f45827439080d0d5779cc8d5f (patch)
tree8457f960f615aaa6d1bcc1a79fb63f0f3cda6f09 /gnu/packages/kde-frameworks.scm
parent68f2f89fb19075ef772adc115d11dcbb72630ed1 (diff)
gnu: knewstuff: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (knewstuff): Update to 6.23.0. [build-system]: Switch to qt-build-system. [inputs]: Remove qtbase; add qtwayland. [arguments]<#:qtbase>: Set to qtbase. <phases>: In 'check-setup' phase, do not set QT_QPA_PLATFORM variable. Change-Id: I0237f7ff9106d86979befbebaa520aee7c1e7219
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm15
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index c05fcb2e77f..1ab95f526be 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3958,7 +3958,7 @@ and desktop experiences.")
3958(define-public knewstuff 3958(define-public knewstuff
3959 (package 3959 (package
3960 (name "knewstuff") 3960 (name "knewstuff")
3961 (version "6.22.0") 3961 (version "6.23.0")
3962 (source (origin 3962 (source (origin
3963 (method url-fetch) 3963 (method url-fetch)
3964 (uri (string-append 3964 (uri (string-append
@@ -3967,8 +3967,8 @@ and desktop experiences.")
3967 name "-" version ".tar.xz")) 3967 name "-" version ".tar.xz"))
3968 (sha256 3968 (sha256
3969 (base32 3969 (base32
3970 "1ddiyr75r5ggy532xjw2d9pp2c8p1pdzls42xhzfjvmnv1r4wv8z")))) 3970 "1595rrsydg0r76k853v2d5gapfs5xls6rvdcxan99x7i3nvvvx62"))))
3971 (build-system cmake-build-system) 3971 (build-system qt-build-system)
3972 (propagated-inputs 3972 (propagated-inputs
3973 (list attica 3973 (list attica
3974 kcoreaddons)) 3974 kcoreaddons))
@@ -3981,20 +3981,19 @@ and desktop experiences.")
3981 ki18n 3981 ki18n
3982 kpackage 3982 kpackage
3983 kwidgetsaddons 3983 kwidgetsaddons
3984 qtbase
3985 qtdeclarative 3984 qtdeclarative
3985 qtwayland
3986 syndication)) 3986 syndication))
3987 (arguments 3987 (arguments
3988 (list ;; This failing test is run by the cmake-build-system phases but not 3988 (list #:qtbase qtbase
3989 ;; This failing test is run by the cmake-build-system phases but not
3989 ;; by the gnu-build-system phases. 3990 ;; by the gnu-build-system phases.
3990 #:test-exclude "knewstuff-atticaprovidertest" 3991 #:test-exclude "knewstuff-atticaprovidertest"
3991 #:phases 3992 #:phases
3992 #~(modify-phases %standard-phases 3993 #~(modify-phases %standard-phases
3993 (add-before 'check 'check-setup 3994 (add-before 'check 'check-setup
3994 (lambda _ ; XDG_DATA_DIRS isn't set 3995 (lambda _ ; XDG_DATA_DIRS isn't set
3995 (setenv "HOME" (getcwd)) 3996 (setenv "HOME" (getcwd)))))))
3996 ;; make Qt render "offscreen", required for tests
3997 (setenv "QT_QPA_PLATFORM" "offscreen"))))))
3998 (home-page "https://community.kde.org/Frameworks") 3997 (home-page "https://community.kde.org/Frameworks")
3999 (synopsis "Framework for downloading and sharing additional application data") 3998 (synopsis "Framework for downloading and sharing additional application data")
4000 (description "The KNewStuff library implements collaborative data sharing 3999 (description "The KNewStuff library implements collaborative data sharing