[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
109/178: gnu: plasma-pa: Update to 6.0.4.
From: |
guix-commits |
Subject: |
109/178: gnu: plasma-pa: Update to 6.0.4. |
Date: |
Mon, 17 Jun 2024 12:13:33 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 3351d82a725649fa0d21d4e62a9c9509d9746202
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri May 3 11:38:06 2024 +0800
gnu: plasma-pa: Update to 6.0.4.
* gnu/packages/kde-plasma.scm (plasma-pa): Update to 6.0.4.
[arguments]: Set #:qtbase to qtbase. Disable test.
[native-inputs]: Use kdoctools-6 replace kdoctools.
[inputs]: Add kconfig-6, kstatusnotifieritem, ksvg. Use kcoreaddons-6,
kcmutils-6, kdeclarative-6, kglobalaccel-6, knotifications-6,
kwindowsystem-6,
kirigami-6, ki18n-6 and qtdeclarative replace kcoreaddons, kcmutils,
kdeclarative, kglobalaccel, knotifications, kwindowsystem, kirigami, ki18n
and
qtdeclarative-5.
[propagated-inputs]: Use libplasma replace plasma-framework.
Change-Id: I86bc23fbc049374e6c2adb9d3980808fdb12170c
---
gnu/packages/kde-plasma.scm | 33 ++++++++++++++++++++-------------
1 file changed, 20 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 005bae593e..cb8a0e25ae 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2144,7 +2144,7 @@ customizable platform for mobile devices.")
(define-public plasma-pa
(package
(name "plasma-pa")
- (version "5.27.7")
+ (version "6.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -2152,20 +2152,27 @@ customizable platform for mobile devices.")
version ".tar.xz"))
(sha256
(base32
- "1vg28v5n648y94m6amcwmr0n7dw4a2kfx16kny7jb9bkmxrgnwsc"))))
+ "00d6ppm2kagmchd9qacmilvn5sbf7vacwphlmfz5k13r4v1x36ij"))))
(build-system qt-build-system)
- (native-inputs (list extra-cmake-modules kdoctools pkg-config))
+ (arguments (list #:qtbase qtbase
+ ;; test require selenium-webdriver-at-spi-run
+ #:tests? #f))
+ (native-inputs (list extra-cmake-modules kdoctools-6 pkg-config))
(inputs (list glib
- kcoreaddons
- kcmutils
- kdeclarative
- kglobalaccel
- knotifications
- kwindowsystem
- kirigami
- ki18n
- qtdeclarative-5))
- (propagated-inputs (list libcanberra pulseaudio plasma-framework))
+ kcoreaddons-6
+ kconfig-6
+ kcmutils-6
+ kdeclarative-6
+ kglobalaccel-6
+ kstatusnotifieritem
+ knotifications-6
+ kwindowsystem-6
+ kirigami-6
+ ksvg
+ ki18n-6
+ qtdeclarative))
+ (propagated-inputs (list libcanberra pulseaudio
+ libplasma))
(home-page "https://invent.kde.org/plasma/plasma-pa")
(synopsis "Plasma applet for audio volume management using PulseAudio")
(description
- 63/178: gnu: breeze-icons: Update to 6.1.0., (continued)
- 63/178: gnu: breeze-icons: Update to 6.1.0., guix-commits, 2024/06/17
- 64/178: gnu: Add bluez-qt-6., guix-commits, 2024/06/17
- 79/178: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/06/17
- 82/178: gnu: Add appstream-qt6., guix-commits, 2024/06/17
- 85/178: gnu: Add kwayland-6., guix-commits, 2024/06/17
- 92/178: gnu: kdecoration: Update to 6.0.4., guix-commits, 2024/06/17
- 99/178: gnu: ksshaskpass: Update to 6.0.4., guix-commits, 2024/06/17
- 102/178: gnu: libksysguard: Update to 6.0.4., guix-commits, 2024/06/17
- 104/178: gnu: libaccounts-qt: Update to 1.17., guix-commits, 2024/06/17
- 110/178: gnu: kactivitymanagerd: Update to 6.0.4., guix-commits, 2024/06/17
- 109/178: gnu: plasma-pa: Update to 6.0.4.,
guix-commits <=
- 118/178: gnu: kscreenlocker: Update to 6.0.4., guix-commits, 2024/06/17
- 123/178: gnu: qcoro-qt5: Update to 0.10.0., guix-commits, 2024/06/17
- 128/178: gnu: libkexiv2: Update to 24.02.2., guix-commits, 2024/06/17
- 13/178: gnu: Add kplotting-6., guix-commits, 2024/06/17
- 18/178: gnu: Add karchive-6., guix-commits, 2024/06/17
- 21/178: gnu: Add kpty-6., guix-commits, 2024/06/17
- 57/178: gnu: libraw: Update to 0.21.2., guix-commits, 2024/06/17
- 58/178: gnu: Add kimageformats-6., guix-commits, 2024/06/17
- 66/178: gnu: Add kpeople-6., guix-commits, 2024/06/17
- 81/178: gnu: appstream: Update to 1.0.3., guix-commits, 2024/06/17