me
/
guix
Archived
1
0
Fork 0

gnu: kdeplasma-addons: Update to 6.1.2.

* gnu/packages/kde-plasma.scm (kdeplasma-addons): Update to 6.1.2.
[inputs]: Remove plasma-framework and qtdeclarative-5; add kauth, kdbusaddons,
kglobalaccel, kxmlgui, libplasma, plasma5support, qt5compat, and
qtdeclarative.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I0043ea40ee59c5d87eefefc02e5de7ec1aceb6ba
master
Zheng Junjie 2024-07-06 15:09:54 +08:00
parent a841bad575
commit 768c185a7d
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 13 additions and 6 deletions

View File

@ -515,17 +515,18 @@ KDE Frameworks 5 to better interact with the system.")
(define-public kdeplasma-addons
(package
(name "kdeplasma-addons")
(version "5.27.7")
(version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/" name "-" version ".tar.xz"))
(sha256
(base32
"0l7g4lx6y10xfabfcgvh7zb7h08clj0g9yx8ajyg7rzwfa43visi"))))
"1q8jhj9b9sj7bdkr0bvk4grjjrylq86svwvr96knnpicxbjf633c"))))
(build-system qt-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
(list #:qtbase qtbase
#:phases #~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? inputs #:allow-other-keys)
@ -537,23 +538,29 @@ KDE Frameworks 5 to better interact with the system.")
"(converterrunnertest)")))))))
(native-inputs (list extra-cmake-modules tzdata-for-tests))
(inputs (list karchive
kauth
kconfig
kcoreaddons
kdeclarative
kdbusaddons
kholidays
ki18n
kio
kcmutils
kglobalaccel
kxmlgui
knotifications
krunner
kservice
kunitconversion
knewstuff
plasma-framework
libplasma
plasma5support
purpose
sonnet
;; qtwebengine-5 ; Optional for online dictionary
qtdeclarative-5))
qt5compat
;; qtwebengine ; Optional for online dictionary
qtdeclarative))
(synopsis "Add-ons to improve your Plasma experience")
(description
"This package provides multiple addons for the Plasma Desktop.")