gnu: plasma-pa: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (plasma-pa): Update to 6.1.2. [inputs]: Remove qtdeclarative-5; add kconfig, kstatusnotifieritem, ksvg, kdbusaddons, pulseaudio-qt, and qtdeclarative. [propagated-inputs]: Remove plasma-framework; add libplasma. [arguments]: Set #:qtbase to qtbase; Disable tests. Change-Id: I06fc2f5cc07261854867e664ee7453d7236bc6b6master
parent
96be8ffddc
commit
b6d2ea1b2c
|
@ -2134,7 +2134,7 @@ customizable platform for mobile devices.")
|
||||||
(define-public plasma-pa
|
(define-public plasma-pa
|
||||||
(package
|
(package
|
||||||
(name "plasma-pa")
|
(name "plasma-pa")
|
||||||
(version "5.27.7")
|
(version "6.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -2142,20 +2142,29 @@ customizable platform for mobile devices.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vg28v5n648y94m6amcwmr0n7dw4a2kfx16kny7jb9bkmxrgnwsc"))))
|
"0rj4dffgzinxj5b1wgjz2mmc73c51bx845g9vvx17k7xdcry117x"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
|
(arguments (list #:qtbase qtbase
|
||||||
|
;; test require selenium-webdriver-at-spi-run
|
||||||
|
#:tests? #f))
|
||||||
(native-inputs (list extra-cmake-modules kdoctools pkg-config))
|
(native-inputs (list extra-cmake-modules kdoctools pkg-config))
|
||||||
(inputs (list glib
|
(inputs (list glib
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
|
kconfig
|
||||||
kcmutils
|
kcmutils
|
||||||
kdeclarative
|
kdeclarative
|
||||||
kglobalaccel
|
kglobalaccel
|
||||||
|
kstatusnotifieritem
|
||||||
knotifications
|
knotifications
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
kirigami
|
kirigami
|
||||||
|
ksvg
|
||||||
|
kdbusaddons
|
||||||
|
pulseaudio-qt
|
||||||
ki18n
|
ki18n
|
||||||
qtdeclarative-5))
|
qtdeclarative))
|
||||||
(propagated-inputs (list libcanberra pulseaudio plasma-framework))
|
(propagated-inputs (list libcanberra pulseaudio
|
||||||
|
libplasma))
|
||||||
(home-page "https://invent.kde.org/plasma/plasma-pa")
|
(home-page "https://invent.kde.org/plasma/plasma-pa")
|
||||||
(synopsis "Plasma applet for audio volume management using PulseAudio")
|
(synopsis "Plasma applet for audio volume management using PulseAudio")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue