diff --git a/desktop/kde/plasma/kde-cli-tools/pspec.xml b/desktop/kde/plasma/kde-cli-tools/pspec.xml
index 79f833e03e..fd915d5303 100755
--- a/desktop/kde/plasma/kde-cli-tools/pspec.xml
+++ b/desktop/kde/plasma/kde-cli-tools/pspec.xml
@@ -41,6 +41,7 @@
kdesignerplugin
docbook-xsl
kactivities-devel
+ plasma-workspace-devel
extra-cmake-modules
@@ -67,6 +68,7 @@
kconfig
kdelibs4-support
kactivities
+ plasma-workspace
/usr/share
diff --git a/desktop/kde/plasma/kdeplasma-addons/actions.py b/desktop/kde/plasma/kdeplasma-addons/actions.py
index 74037f4adb..90ca3c8199 100755
--- a/desktop/kde/plasma/kdeplasma-addons/actions.py
+++ b/desktop/kde/plasma/kdeplasma-addons/actions.py
@@ -6,8 +6,10 @@
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():
@@ -15,5 +17,3 @@ def build():
def install():
kde5.install()
-
- #pisitools.dodoc("COPYING")
\ No newline at end of file
diff --git a/desktop/kde/plasma/kdeplasma-addons/pspec.xml b/desktop/kde/plasma/kdeplasma-addons/pspec.xml
index f39770bef5..fdb176b6e0 100755
--- a/desktop/kde/plasma/kdeplasma-addons/pspec.xml
+++ b/desktop/kde/plasma/kdeplasma-addons/pspec.xml
@@ -13,7 +13,7 @@
app:console
Additional client tools for KDE applications
Additional client tools for KDE applications
- mirrors://kde/stable/plasma/5.12.5/kdeplasma-addons-5.12.5.tar.xz
+ mirrors://kde/stable/plasma/5.14.0/kdeplasma-addons-5.14.0.tar.xz
qt5-base-devel
qt5-declarative-devel
@@ -103,6 +103,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/khotkeys/actions.py b/desktop/kde/plasma/khotkeys/actions.py
index cf59143ad2..83b5aa1fe6 100755
--- a/desktop/kde/plasma/khotkeys/actions.py
+++ b/desktop/kde/plasma/khotkeys/actions.py
@@ -6,8 +6,10 @@
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():
@@ -16,4 +18,4 @@ def build():
def install():
kde5.install()
- pisitools.dodoc("COPYING")
\ No newline at end of file
+ pisitools.dodoc("COPYING")
diff --git a/desktop/kde/plasma/khotkeys/pspec.xml b/desktop/kde/plasma/khotkeys/pspec.xml
index 034e47bba4..2116c17dc1 100755
--- a/desktop/kde/plasma/khotkeys/pspec.xml
+++ b/desktop/kde/plasma/khotkeys/pspec.xml
@@ -13,7 +13,7 @@
app:console
KDE5 hotkey daemon
KDE hotkey daemon module allows you to configure custom keyboard shortcuts and mouse gestures.
- mirrors://kde/stable/plasma/5.12.5/khotkeys-5.12.5.tar.xz
+ mirrors://kde/stable/plasma/5.14.0/khotkeys-5.14.0.tar.xz
libX11-devel
qt5-base-devel
@@ -85,6 +85,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/oxygen/pspec.xml b/desktop/kde/plasma/oxygen/pspec.xml
index b62fdb15d2..2e05435fc9 100755
--- a/desktop/kde/plasma/oxygen/pspec.xml
+++ b/desktop/kde/plasma/oxygen/pspec.xml
@@ -31,7 +31,7 @@
plasma-workspace-devel
extra-cmake-modules
- mirrors://kde/stable/plasma/5.12.5/oxygen-5.12.5.tar.xz
+ mirrors://kde/stable/plasma/5.14.0/oxygen-5.14.0.tar.xz
oxygen
@@ -65,6 +65,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-desktop/actions.py b/desktop/kde/plasma/plasma-desktop/actions.py
index 28d1d05daa..320f9fc360 100755
--- a/desktop/kde/plasma/plasma-desktop/actions.py
+++ b/desktop/kde/plasma/plasma-desktop/actions.py
@@ -6,8 +6,10 @@
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():
@@ -16,4 +18,4 @@ def build():
def install():
kde5.install()
- pisitools.dodoc("HACKING", "COPYING")
\ No newline at end of file
+ pisitools.dodoc("HACKING", "COPYING")
diff --git a/desktop/kde/plasma/plasma-desktop/pspec.xml b/desktop/kde/plasma/plasma-desktop/pspec.xml
index c3b4b0fdc5..7f28afc987 100755
--- a/desktop/kde/plasma/plasma-desktop/pspec.xml
+++ b/desktop/kde/plasma/plasma-desktop/pspec.xml
@@ -13,7 +13,7 @@
app:console
KDE5 plasma workspace
This package contains the basic packages for a Plasma workspace.
- mirrors://kde/stable/plasma/5.12.5/plasma-desktop-5.12.5.tar.xz
+ mirrors://kde/stable/plasma/5.14.0/plasma-desktop-5.14.0.tar.xz
qt5-base-devel
boost-devel
@@ -173,6 +173,13 @@
+
+ 2018-10-10
+ 5.14.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-09-29
5.12.5
diff --git a/desktop/kde/plasma/powerdevil/actions.py b/desktop/kde/plasma/powerdevil/actions.py
index cf59143ad2..83b5aa1fe6 100755
--- a/desktop/kde/plasma/powerdevil/actions.py
+++ b/desktop/kde/plasma/powerdevil/actions.py
@@ -6,8 +6,10 @@
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():
@@ -16,4 +18,4 @@ def build():
def install():
kde5.install()
- pisitools.dodoc("COPYING")
\ No newline at end of file
+ pisitools.dodoc("COPYING")
diff --git a/desktop/kde/plasma/powerdevil/pspec.xml b/desktop/kde/plasma/powerdevil/pspec.xml
index af3e094174..a2d1da93b7 100755
--- a/desktop/kde/plasma/powerdevil/pspec.xml
+++ b/desktop/kde/plasma/powerdevil/pspec.xml
@@ -13,7 +13,7 @@
app:console
KDE power manager module
KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings
- mirrors://kde/stable/plasma/5.12.5/powerdevil-5.12.5.tar.xz
+ mirrors://kde/stable/plasma/5.14.0/powerdevil-5.14.0.tar.xz
qt5-base-devel
qt5-x11extras
@@ -97,6 +97,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/system-settings/pspec.xml b/desktop/kde/plasma/system-settings/pspec.xml
index 169ff52ca2..e065c62e34 100755
--- a/desktop/kde/plasma/system-settings/pspec.xml
+++ b/desktop/kde/plasma/system-settings/pspec.xml
@@ -38,6 +38,7 @@
kactivities-stats-devel
kirigami-devel
extra-cmake-modules
+ plasma-workspace-devel
@@ -67,6 +68,7 @@
kactivities
kdeclarative
kactivities-stats
+ plasma-workspace
/usr/share
diff --git a/desktop/kde/plasma/xdg-desktop-portal-kde/actions.py b/desktop/kde/plasma/xdg-desktop-portal-kde/actions.py
index de22a02c8e..b1e678109e 100755
--- a/desktop/kde/plasma/xdg-desktop-portal-kde/actions.py
+++ b/desktop/kde/plasma/xdg-desktop-portal-kde/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/xdg-desktop-portal-kde/pspec.xml b/desktop/kde/plasma/xdg-desktop-portal-kde/pspec.xml
index 661bcefc36..de30e25201 100755
--- a/desktop/kde/plasma/xdg-desktop-portal-kde/pspec.xml
+++ b/desktop/kde/plasma/xdg-desktop-portal-kde/pspec.xml
@@ -12,7 +12,7 @@
library
A backend implementation for xdg-desktop-portal using Qt/KF5
A backend implementation for xdg-desktop-portal using Qt/KF5
- https://download.kde.org/stable/plasma/5.12.5/xdg-desktop-portal-kde-5.12.5.tar.xz
+ https://download.kde.org/stable/plasma/5.14.0/xdg-desktop-portal-kde-5.14.0.tar.xz
extra-cmake-modules
qt5-base-devel
@@ -39,6 +39,13 @@
+
+ 2018-10-10
+ 5.14.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-08-11
5.12.5