summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm68
1 files changed, 18 insertions, 50 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index f8e80851f2..e1ccfdcb81 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -12,7 +12,7 @@
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
-;;; Copyright © 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2024-2025 Maxim Cournoyer <maxim@guixotic.coop>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -77,7 +77,6 @@
#:use-module (gnu packages libcanberra)
#:use-module (gnu packages linux)
#:use-module (gnu packages mp3)
- #:use-module (gnu packages openbox)
#:use-module (gnu packages pdf)
#:use-module (gnu packages pcre)
#:use-module (gnu packages perl)
@@ -96,6 +95,7 @@
#:use-module (gnu packages video)
#:use-module (gnu packages vulkan)
#:use-module (gnu packages web)
+ #:use-module (gnu packages wm)
#:use-module (gnu packages xml)
#:use-module (gnu packages xdisorg)
#:use-module (gnu packages xorg)
@@ -104,7 +104,7 @@
(define-public extra-cmake-modules
(package
(name "extra-cmake-modules")
- (version "6.13.0")
+ (version "6.17.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -113,7 +113,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "00plifdda75cdkm3k39rg94d348p4xni95b90m6gy5y801y021kh"))))
+ "0h0axhm0zzh70kj4r7kvqslx8dv1c2k94ns8scfxxx1q09yv3v6z"))))
(build-system cmake-build-system)
(native-inputs
;; Add test dependency, except on armhf where building it is too
@@ -1606,7 +1606,7 @@ protocols used in KDE Plasma.")
(define-public kwayland
(package
(name "kwayland")
- (version "6.3.4")
+ (version "6.3.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1614,7 +1614,7 @@ protocols used in KDE Plasma.")
version ".tar.xz"))
(sha256
(base32
- "0db8vwg9miin8g4rzz1gx50h84gmpsn3b9cndiq5xdwa4galh259"))))
+ "1m7zjdfj54bi6dalkhgdjjgbjsafg9gjyjvy7gyjczmfj7gqndlh"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config
@@ -1757,7 +1757,7 @@ kwidgetsaddons-kcolumnresizertest)")))))))))
(define-public kwindowsystem
(package
(name "kwindowsystem")
- (version "6.13.0")
+ (version "6.17.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1766,7 +1766,7 @@ kwidgetsaddons-kcolumnresizertest)")))))))))
name "-" version ".tar.xz"))
(sha256
(base32
- "1b2rb5s303n0kpd8shr6in3zysa99nnx4cs5g3zdg5wsycj39a2g"))))
+ "0qvgfmhl7rhbnjhgfrbwrjsybwwq3a1r9jxm4a01mb89igsvx6i5"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules
@@ -2752,40 +2752,6 @@ but may be a runtime requirement for Qt-based software to support certain image
formats.")
(license license:lgpl2.1+)))
-(define-public kimageformats-5
- (package
- (inherit kimageformats)
- (name "kimageformats")
- (version "5.116.0")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "mirror://kde/stable/frameworks/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "174g32s3m7irzv2h3lk7bmp3yfc7zrmp7lmp02n3m5ppbv6rn4bw"))))
- (native-inputs
- (list extra-cmake-modules pkg-config))
- (inputs
- (list karchive-5 ; for Krita and OpenRaster images
- openexr-2 ; for OpenEXR high dynamic-range images
- qtbase-5
- qtimageformats-5))
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-before 'check 'check-setup
- (lambda _
- ;; make Qt render "offscreen", required for tests
- (setenv "QT_QPA_PLATFORM" "offscreen"))))
- #:configure-flags #~(list (string-append "-DCMAKE_CXX_FLAGS=-I"
- (assoc-ref %build-inputs
- "ilmbase")
- "/include/OpenEXR"))))))
-
(define-public kjobwidgets
(package
(name "kjobwidgets")
@@ -3168,7 +3134,7 @@ maintaining an index of the contents of your files.")
(define-public plasma-activities
(package
(name "plasma-activities")
- (version "6.3.4")
+ (version "6.3.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -3176,7 +3142,7 @@ maintaining an index of the contents of your files.")
version ".tar.xz"))
(sha256
(base32
- "01fxs3rp1qycy3b4pg7dz4i3naa6id7s69dilrfr234g8cc5f2k7"))))
+ "0a1rj0i6kbg0a003zr55sjgas0f3wnvjq6rv7879rc4g0q529nrk"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -3204,7 +3170,7 @@ with other frameworks.")
(define-public plasma-activities-stats
(package
(name "plasma-activities-stats")
- (version "6.3.4")
+ (version "6.3.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -3212,7 +3178,7 @@ with other frameworks.")
version ".tar.xz"))
(sha256
(base32
- "0kcbnajlmn6rf298x493sv8bjqh5966jzl1fyl7y3j1xk3mx6jq1"))))
+ "1qhh01srvbdlry3i269j3bmwyjkaqa3fdgqipq2k3n7a8kbzrj8m"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f))
(native-inputs
@@ -5089,7 +5055,7 @@ descriptions for integrating actions from plugins.")
(define-public libplasma
(package
(name "libplasma")
- (version "6.3.4")
+ (version "6.3.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -5097,7 +5063,7 @@ descriptions for integrating actions from plugins.")
version ".tar.xz"))
(sha256
(base32
- "1w7m038gr7d6r7dbaf97ihvdpr0abca2iaafiwkkkyr1j85rf2w8"))))
+ "0i5k4w45gcm9kagawmskqbfcb4shajh59vrnbq09zi3hz78sxcxi"))))
(build-system qt-build-system)
(propagated-inputs
(list kpackage kwindowsystem))
@@ -5298,7 +5264,7 @@ need.")
(define-public ktextaddons
(package
(name "ktextaddons")
- (version "1.5.4")
+ (version "1.6.0")
(source
(origin
(method url-fetch)
@@ -5306,7 +5272,7 @@ need.")
"mirror://kde/stable/" name "/" name "-" version ".tar.xz"))
(sha256
(base32
- "083v4x5f46h609g8zar6x22mp1ps85ikzbr08qbfj9abx010df34"))))
+ "1p7c461mnvsq7jz77x412k1kwmr9phr306dd9skbv5rgll2nb16r"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase
@@ -5331,8 +5297,10 @@ need.")
ki18n
kio
ksyntaxhighlighting
+ ktextwidgets
kxmlgui
qtkeychain-qt6
+ qtmultimedia
sonnet))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Various text handling addons")