diff --git a/desktop/kde/plasma/drkonqi/actions.py b/desktop/kde/plasma/drkonqi/actions.py
index 221d9ca071..399ad28f04 100755
--- a/desktop/kde/plasma/drkonqi/actions.py
+++ b/desktop/kde/plasma/drkonqi/actions.py
@@ -1,13 +1,15 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
def setup():
+ shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
kde5.configure()
def build():
diff --git a/desktop/kde/plasma/drkonqi/pspec.xml b/desktop/kde/plasma/drkonqi/pspec.xml
index 3d9ca3a6df..d764c58585 100755
--- a/desktop/kde/plasma/drkonqi/pspec.xml
+++ b/desktop/kde/plasma/drkonqi/pspec.xml
@@ -12,7 +12,7 @@
library
The KDE crash handler
The KDE crash handler
- https://download.kde.org/stable/plasma/5.12.5/drkonqi-5.12.5.tar.xz
+ https://download.kde.org/stable/plasma/5.14.0/drkonqi-5.14.0.tar.xz
extra-cmake-modules
qt5-base-devel
@@ -67,6 +67,13 @@
+
+ 2018-10-10
+ 5.14.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-08-11
5.12.5
diff --git a/desktop/kde/plasma/plasma-workspace/actions.py b/desktop/kde/plasma/plasma-workspace/actions.py
index e1c77a6b39..da7fae2068 100755
--- a/desktop/kde/plasma/plasma-workspace/actions.py
+++ b/desktop/kde/plasma/plasma-workspace/actions.py
@@ -4,10 +4,12 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
def setup():
+ shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
kde5.configure()
def build():
diff --git a/desktop/kde/plasma/plasma-workspace/pspec.xml b/desktop/kde/plasma/plasma-workspace/pspec.xml
index 195b649fcf..960fb24155 100755
--- a/desktop/kde/plasma/plasma-workspace/pspec.xml
+++ b/desktop/kde/plasma/plasma-workspace/pspec.xml
@@ -14,7 +14,7 @@
app:gui
The KDE5 Plasma Workspace Components
The KDE5 Plasma Workspace Components
- mirrors://kde/stable/plasma/5.12.5/plasma-workspace-5.12.5.tar.xz
+ mirrors://kde/stable/plasma/5.14.0/plasma-workspace-5.14.0.tar.xz
iso-codes
baloo-devel
@@ -290,6 +290,13 @@
+
+ 2018-10-10
+ 5.14.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-08-11
5.12.5