[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
145/178: gnu: plasma-nm: Update to 6.0.4.
From: |
guix-commits |
Subject: |
145/178: gnu: plasma-nm: Update to 6.0.4. |
Date: |
Mon, 17 Jun 2024 12:13:50 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 924a1810e4afca57fddb5644890ed679b4befca9
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat May 4 22:55:38 2024 +0800
gnu: plasma-nm: Update to 6.0.4.
* gnu/packages/kde-plasma.scm (plasma-nm): Update to 6.0.4.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Add ksvg, qcoro-qt6. Use kconfigwidgets-6, kcompletion-6,
kcoreaddons-6, kcmutils-6, kdeclarative-6, kdbusaddons-6, kio-6, ki18n-6,
networkmanager-qt-6, knotifications-6, kirigami-6, libplasma,
modemmanager-qt-6, qca-qt6, kservice-6, solid-6, prison-6, kwallet-6,
kwidgetsaddons-6, kwindowsystem-6 and qtdeclarative replace kconfigwidgets,
kcompletion, kcoreaddons, kcmutils, kdeclarative, kdbusaddons, kio, ki18n,
networkmanager-qt, knotifications, kirigami, plasma-framework,
modemmanager-qt, qca, kservice, solid, prison, kwallet, kwidgetsaddons,
kwindowsystem and qtdeclarative-5.
Change-Id: I6d81a48450dd32a11cbd1baca0713de0c8b1382d
---
gnu/packages/kde-plasma.scm | 51 ++++++++++++++++++++++++---------------------
1 file changed, 27 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 99e72172bb..259fd62b97 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2111,7 +2111,7 @@ integration of Qt applications when running on a KDE
Plasma workspace.")
(define-public plasma-nm
(package
(name "plasma-nm")
- (version "5.27.7")
+ (version "6.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -2119,39 +2119,42 @@ integration of Qt applications when running on a KDE
Plasma workspace.")
".tar.xz"))
(sha256
(base32
- "1w9zclih2mh8gqwahsmbbm0nrg1b6gcr5w2w02szlw30iq8k92j8"))))
+ "1py6i0wc1vx1lzid1dkjqbyjh3jidz60hiwwgdfgid7w0nfrslb4"))))
(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? #:allow-other-keys)
(when tests?
(invoke "ctest" "-E" "mobileproviderstest")))))))
(native-inputs (list extra-cmake-modules pkg-config))
(home-page "https://invent.kde.org/plasma/plasma-nm")
- (inputs (list kconfigwidgets
- kcompletion
- kcoreaddons
- kcmutils
- kdeclarative
- kdbusaddons
- kio
- ki18n
- networkmanager-qt
- knotifications
- kirigami
- plasma-framework
- modemmanager-qt
+ (inputs (list kconfigwidgets-6
+ kcompletion-6
+ kcoreaddons-6
+ kcmutils-6
+ kdeclarative-6
+ kdbusaddons-6
+ kio-6
+ ki18n-6
+ networkmanager-qt-6
+ knotifications-6
+ kirigami-6
+ libplasma
+ modemmanager-qt-6
network-manager
- qca
- kservice
- solid
- prison
- kwallet
- kwidgetsaddons
- kwindowsystem
+ qca-qt6
+ kservice-6
+ solid-6
+ prison-6
+ kwallet-6
+ kwidgetsaddons-6
+ kwindowsystem-6
+ ksvg
+ qcoro-qt6
openconnect
- qtdeclarative-5))
+ qtdeclarative))
(synopsis "Plasma applet for managing network connections")
(description "This package provides Plasma applet for managing network
connections.")
- 81/178: gnu: appstream: Update to 1.0.3., (continued)
- 81/178: gnu: appstream: Update to 1.0.3., guix-commits, 2024/06/17
- 86/178: gnu: Add kstatusnotifieritem., guix-commits, 2024/06/17
- 101/178: gnu: kgamma: Update to 6.0.4., guix-commits, 2024/06/17
- 97/178: gnu: polkit-kde-agent: Update to 6.0.4., guix-commits, 2024/06/17
- 106/178: gnu: plasma-firewall: Update to 6.0.4., guix-commits, 2024/06/17
- 112/178: gnu: drkonqi: Update to 6.0.4., guix-commits, 2024/06/17
- 114/178: gnu: kwayland-integration: Update to 6.0.4., guix-commits, 2024/06/17
- 116/178: gnu: libqaccessibilityclient: Use gexps., guix-commits, 2024/06/17
- 126/178: gnu: Add kfilemetadata-6., guix-commits, 2024/06/17
- 136/178: gnu: kio-extras: Update to 24.02.2., guix-commits, 2024/06/17
- 145/178: gnu: plasma-nm: Update to 6.0.4.,
guix-commits <=
- 164/178: gnu: dolphin: Update to 24.02.2., guix-commits, 2024/06/17
- 175/178: gnu: Add grantlee-qt6., guix-commits, 2024/06/17
- 178/178: gnu: Remove ksysguard., guix-commits, 2024/06/17
- 177/178: gnu: Remove khotkeys., guix-commits, 2024/06/17
- 89/178: gnu: poxml: Update to 24.02.2., guix-commits, 2024/06/17
- 83/178: gnu: Add kde-frameworkintegration-6., guix-commits, 2024/06/17
- 91/178: gnu: bluedevil: Update to 6.0.4., guix-commits, 2024/06/17
- 94/178: gnu: layer-shell-qt: Update to 6.0.4., guix-commits, 2024/06/17
- 168/178: gnu: kdf: Update to 24.02.2., guix-commits, 2024/06/17
- 170/178: gnu: filelight: Update to 24.02.2., guix-commits, 2024/06/17