From cdead7652eb323f32a3f9012bf5da6f12a6ad9a2 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 28 Dec 2025 13:05:39 +0300 Subject: [PATCH] plasma-applet-system-panel ver. bump --- .../plasma-applet-system-panel/actions.py | 11 +++++----- .../plasma-applet-system-panel/pspec.xml | 22 +++++++++++++------ 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/desktop/kde/addon/plasma-applet-system-panel/actions.py b/desktop/kde/addon/plasma-applet-system-panel/actions.py index fcfa176047..55f81e63ac 100644 --- a/desktop/kde/addon/plasma-applet-system-panel/actions.py +++ b/desktop/kde/addon/plasma-applet-system-panel/actions.py @@ -3,16 +3,17 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/gpl.txt -from pisi.actionsapi import kde5 +from pisi.actionsapi import kde6 from pisi.actionsapi import pisitools +from pisi.actionsapi import get -WorkDir= "plasma5-applets-system-panel-1.3.0/src" +WorkDir= "plasma-applets-system-panel-%s/src" % get.srcVERSION() def setup(): - kde5.configure() + kde6.configure() def build(): - kde5.make() + kde6.make() def install(): - kde5.install() + kde6.install() diff --git a/desktop/kde/addon/plasma-applet-system-panel/pspec.xml b/desktop/kde/addon/plasma-applet-system-panel/pspec.xml index 3a7418b90c..3d0c566e7b 100644 --- a/desktop/kde/addon/plasma-applet-system-panel/pspec.xml +++ b/desktop/kde/addon/plasma-applet-system-panel/pspec.xml @@ -1,5 +1,5 @@ - + plasma-applet-system-panel @@ -12,30 +12,38 @@ desktop.kde.addon Plasma5 applet that displays a panel with a set of system actions Plasma5 applet that displays a panel with a set of system actions + https://github.com/Musikolo/plasma-applets-system-panel/archive/refs/tags/v2.0.0.tar.gz extra-cmake-modules plasma-workspace-devel - qt5-base-devel + qt6-base-devel glibc-devel - qt5-declarative-devel + qt6-declarative-devel - https://github.com/Musikolo/plasma5-applets-system-panel/archive/v1.3.0.tar.gz plasma-applet-system-panel Plasma5 applet that displays a panel with a set of system actions plasma-workspace - qt5-base - libgcc + qt6-base + libgcc + qt6-declarative /usr/share - /usr/lib/qt5 + /usr/lib/qt6 /usr/share/doc + + 2025-12-28 + 2.0.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2018-08-11 1.3