gnu: kget: Update to 24.05.2.
* gnu/packages/kde-internet.scm (kget): Update to 24.05.2. [inputs]: Remove gpgme, kdelibs4support, qca, qgpgme, and qtbase-5; add kstatusnotifieritem, libmms, and qca-qt6. [arguments]: Set #:qtbase to qtbase; Stop replace check phase. Change-Id: I9f260f73aaccf54b736412adb2c887e5dc242624
This commit is contained in:
parent
f6e91dcba8
commit
9ec96cbb60
1 changed files with 9 additions and 16 deletions
|
@ -167,21 +167,23 @@ Other notable features include:
|
||||||
(define-public kget
|
(define-public kget
|
||||||
(package
|
(package
|
||||||
(name "kget")
|
(name "kget")
|
||||||
(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/kget-" version ".tar.xz"))
|
"/src/kget-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1n9wnm1si4g4rv8zaqpr8m3c2aav0mj8i7z96m78dk1apippx77r"))))
|
(base32 "0xm3a3bxk4gb1yxpq3icg1wh5sqpmxqlr9n8j1gffszzd6c9x8mn"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools pkg-config))
|
(list extra-cmake-modules kdoctools pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost
|
||||||
gmp
|
gmp
|
||||||
gpgme
|
;; TODO: enable when we qgpgme support qt6.
|
||||||
|
;; gpgme
|
||||||
|
;; qgpgme
|
||||||
kcmutils
|
kcmutils
|
||||||
kcompletion
|
kcompletion
|
||||||
kconfig
|
kconfig
|
||||||
|
@ -189,7 +191,6 @@ Other notable features include:
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
kcrash
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
kdelibs4support ;; KLocale
|
|
||||||
ki18n
|
ki18n
|
||||||
kiconthemes
|
kiconthemes
|
||||||
kio
|
kio
|
||||||
|
@ -198,6 +199,7 @@ Other notable features include:
|
||||||
knotifyconfig
|
knotifyconfig
|
||||||
kparts
|
kparts
|
||||||
kservice
|
kservice
|
||||||
|
kstatusnotifieritem
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
kwallet
|
kwallet
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
|
@ -205,20 +207,11 @@ Other notable features include:
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libgcrypt
|
libgcrypt
|
||||||
libktorrent
|
libktorrent
|
||||||
;; TODO: libmms
|
libmms
|
||||||
;; TODO: LibKWorkspace - plasma-workspace?
|
|
||||||
breeze-icons ; default icon set
|
breeze-icons ; default icon set
|
||||||
qca
|
qca-qt6))
|
||||||
qgpgme
|
|
||||||
qtbase-5))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list #:qtbase qtbase))
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
|
||||||
(when tests? ;; FIXME: two tests fails.
|
|
||||||
(invoke "ctest" "-E" "(schedulertest|filedeletertest)"))
|
|
||||||
#t)))))
|
|
||||||
(home-page "https://www.kde.org/")
|
(home-page "https://www.kde.org/")
|
||||||
(synopsis "Versatile and user-friendly download manager")
|
(synopsis "Versatile and user-friendly download manager")
|
||||||
(description "KGet is an advanced download manager with support for
|
(description "KGet is an advanced download manager with support for
|
||||||
|
|
Reference in a new issue