diff --git a/desktop/kde/plasma/kwin/actions.py b/desktop/kde/plasma/kwin/actions.py
index 099a763636..1352ef15b6 100755
--- a/desktop/kde/plasma/kwin/actions.py
+++ b/desktop/kde/plasma/kwin/actions.py
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
- shelltools.system("rm -rf po/id")
+ #shelltools.system("rm -rf po/id")
kde5.configure()
def build():
diff --git a/desktop/kde/plasma/kwin/pspec.xml b/desktop/kde/plasma/kwin/pspec.xml
index 5615859425..627bdc751e 100755
--- a/desktop/kde/plasma/kwin/pspec.xml
+++ b/desktop/kde/plasma/kwin/pspec.xml
@@ -13,7 +13,7 @@
app:console
KDE5 window manager
KWin is the window manager of the K desktop environment.
- mirrors://kde/stable/plasma/5.15.3/kwin-5.15.3.tar.xz
+ mirrors://kde/stable/plasma/5.15.3/kwin-5.15.3.2.tar.xz
kactivities-devel
kauth-devel
diff --git a/desktop/kde/plasma/system-settings/actions.py b/desktop/kde/plasma/system-settings/actions.py
index cdd0705771..fff87a3db9 100755
--- a/desktop/kde/plasma/system-settings/actions.py
+++ b/desktop/kde/plasma/system-settings/actions.py
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
- shelltools.system("rm -rf po/id")
+ #shelltools.system("rm -rf po/id")
kde5.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF")
diff --git a/desktop/kde/plasma/system-settings/pspec.xml b/desktop/kde/plasma/system-settings/pspec.xml
index 060f880af5..1e11042b40 100755
--- a/desktop/kde/plasma/system-settings/pspec.xml
+++ b/desktop/kde/plasma/system-settings/pspec.xml
@@ -13,7 +13,7 @@
app:console
KDE5 system settings manager
System-settings is a control panel for KDE5 Plasma
- mirrors://kde/stable/plasma/5.15.3/systemsettings-5.15.3.tar.xz
+ mirrors://kde/stable/plasma/5.15.3/systemsettings-5.15.3.2.tar.xz
qt5-base-devel
qt5-declarative