[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
108/347: gnu: plasma-nano: Update to 6.0.4.
From: |
guix-commits |
Subject: |
108/347: gnu: plasma-nano: Update to 6.0.4. |
Date: |
Fri, 28 Jun 2024 09:58:31 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit e1e11829502d583a42e47dc2c986ae30d92593a7
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri May 3 00:01:22 2024 +0800
gnu: plasma-nano: Update to 6.0.4.
* gnu/packages/kde-plasma.scm (plasma-nano): Update to 6.0.4.
[inputs]: Add qtsvg, libplasma, kservice-6, kitemmodels-6. Remove
plasma-framework. Use qtbase, qtdeclarative, kwindowsystem-6, kwayland-6 and
ki18n-6 replace qtbase-5, qtdeclarative-5, kwindowsystem, kwayland and
ki18n.
Change-Id: I673e1aca730a0c9606909a554eae9d624ef59cbc
---
gnu/packages/kde-plasma.scm | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index fb68201fef..8f6f2c06c2 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1981,22 +1981,25 @@ integration of Qt applications when running on a KDE
Plasma workspace.")
(define-public plasma-nano
(package
(name "plasma-nano")
- (version "5.27.7")
+ (version "6.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
version "/plasma-nano-" version ".tar.xz"))
(sha256
(base32
- "14wc76bxnwd0z51gz4zb88p5h9n2711ifr1wpx9lrj9r7y1llank"))))
+ "0vvg07xpnx545k4qvrzr7v83567bzdkbwlbysz1vwgcmh05vak2r"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules pkg-config qttools))
- (inputs (list qtbase-5
- qtdeclarative-5
- plasma-framework
- kwindowsystem
- kwayland
- ki18n))
+ (inputs (list qtbase
+ qtdeclarative
+ qtsvg
+ libplasma
+ kservice-6
+ kitemmodels-6
+ kwindowsystem-6
+ kwayland-6
+ ki18n-6))
(home-page "https://plasma-mobile.org/")
(synopsis "Minimal Plasma Shell package")
(description
- 92/347: gnu: kdecoration: Update to 6.0.4., (continued)
- 92/347: gnu: kdecoration: Update to 6.0.4., guix-commits, 2024/06/28
- 94/347: gnu: layer-shell-qt: Update to 6.0.4., guix-commits, 2024/06/28
- 95/347: gnu: kwallet-pam: Update to 6.0.4., guix-commits, 2024/06/28
- 98/347: gnu: libkscreen: Update to 6.0.4., guix-commits, 2024/06/28
- 97/347: gnu: polkit-kde-agent: Update to 6.0.4., guix-commits, 2024/06/28
- 96/347: gnu: plasma-workspace-wallpapers: Update to 6.0.4., guix-commits, 2024/06/28
- 100/347: gnu: kpipewire: Update to 6.0.4., guix-commits, 2024/06/28
- 99/347: gnu: ksshaskpass: Update to 6.0.4., guix-commits, 2024/06/28
- 101/347: gnu: kgamma: Update to 6.0.4., guix-commits, 2024/06/28
- 104/347: gnu: libaccounts-qt: Update to 1.17., guix-commits, 2024/06/28
- 108/347: gnu: plasma-nano: Update to 6.0.4.,
guix-commits <=
- 110/347: gnu: kactivitymanagerd: Update to 6.0.4., guix-commits, 2024/06/28
- 106/347: gnu: plasma-firewall: Update to 6.0.4., guix-commits, 2024/06/28
- 107/347: gnu: plasma-disks: Update to 6.0.4., guix-commits, 2024/06/28
- 105/347: gnu: Add libaccounts-qt6., guix-commits, 2024/06/28
- 111/347: gnu: Add python-pygdbmi., guix-commits, 2024/06/28
- 114/347: gnu: kwayland-integration: Update to 6.0.4., guix-commits, 2024/06/28
- 112/347: gnu: drkonqi: Update to 6.0.4., guix-commits, 2024/06/28
- 113/347: gnu: kde-gtk-config: Update to 6.0.4., guix-commits, 2024/06/28
- 102/347: gnu: libksysguard: Update to 6.0.4., guix-commits, 2024/06/28
- 118/347: gnu: kscreenlocker: Update to 6.0.4., guix-commits, 2024/06/28