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 @@ This package is part of the KDE networking module.")
|
||||||
(define-public ktorrent
|
(define-public ktorrent
|
||||||
(package
|
(package
|
||||||
(name "ktorrent")
|
(name "ktorrent")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/ktorrent-" version ".tar.xz"))
|
"/src/ktorrent-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17q6ivnbh4zxqnbm1bdzz3hri1434sq2rs9y57lvn4bb2xdwn1z5"))))
|
(base32 "1m96ch4rfrjnrw9rd7ad3ipc0hvhxl2awb7aqfnk4dd1g8hhjkq0"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -457,6 +458,7 @@ This package is part of the KDE networking module.")
|
||||||
kcrash
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
kdnssd
|
kdnssd
|
||||||
|
kglobalaccel
|
||||||
ki18n
|
ki18n
|
||||||
kiconthemes
|
kiconthemes
|
||||||
kio
|
kio
|
||||||
|
@ -464,18 +466,16 @@ This package is part of the KDE networking module.")
|
||||||
knotifyconfig
|
knotifyconfig
|
||||||
kparts
|
kparts
|
||||||
kplotting
|
kplotting
|
||||||
kross
|
kstatusnotifieritem
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libgcrypt
|
libgcrypt
|
||||||
libktorrent
|
libktorrent
|
||||||
;; TODO: LibKWorkspace -> plasma-workspace?
|
|
||||||
breeze-icons ; default icon set
|
breeze-icons ; default icon set
|
||||||
phonon
|
phonon
|
||||||
qtbase-5
|
qt5compat
|
||||||
qtscript
|
qtwebengine
|
||||||
qtwebengine-5
|
|
||||||
solid
|
solid
|
||||||
syndication
|
syndication
|
||||||
taglib))
|
taglib))
|
||||||
|
|
Reference in a new issue