z572 pushed a commit to branch kde-team
in repository guix.
commit 9603469dafa93a8050960a9d08482885ae993d93
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 6 18:00:49 2024 +0800
gnu: ktorrent: Update to 24.05.2.
* gnu/packages/kde-internet.scm (ktorrent): Update to 24.05.2.
[inputs]: Remove kross, qtbase-5, qtscript, and qtwebengine-5; add
kglobalaccel, kstatusnotifieritem, qt5compat, and qtwebengine.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I5707c05920b743e7b58e35d24245bf1514c11ee8
---
gnu/packages/kde-internet.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 2bafa45db6..8a714453fa 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -435,15 +435,16 @@ This package is part of the KDE networking module.")
(define-public ktorrent
(package
(name "ktorrent")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ktorrent-" version ".tar.xz"))
(sha256
- (base32 "17q6ivnbh4zxqnbm1bdzz3hri1434sq2rs9y57lvn4bb2xdwn1z5"))))
+ (base32 "1m96ch4rfrjnrw9rd7ad3ipc0hvhxl2awb7aqfnk4dd1g8hhjkq0"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
@@ -457,6 +458,7 @@ This package is part of the KDE networking module.")
kcrash
kdbusaddons
kdnssd
+ kglobalaccel
ki18n
kiconthemes
kio
@@ -464,18 +466,16 @@ This package is part of the KDE networking module.")
knotifyconfig
kparts
kplotting
- kross
+ kstatusnotifieritem
kwidgetsaddons
kwindowsystem
kxmlgui
libgcrypt
libktorrent
- ;; TODO: LibKWorkspace -> plasma-workspace?
breeze-icons ; default icon set
phonon
- qtbase-5
- qtscript
- qtwebengine-5
+ qt5compat
+ qtwebengine
solid
syndication
taglib))