mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
This commit is contained in:
parent
c36dce4bb5
commit
9603469daf
1 changed files with 7 additions and 7 deletions
|
@ -435,15 +435,16 @@ (define-public krdc
|
|||
(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 @@ (define-public ktorrent
|
|||
kcrash
|
||||
kdbusaddons
|
||||
kdnssd
|
||||
kglobalaccel
|
||||
ki18n
|
||||
kiconthemes
|
||||
kio
|
||||
|
@ -464,18 +466,16 @@ (define-public ktorrent
|
|||
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))
|
||||
|
|
Loading…
Reference in a new issue