diff --git a/desktop/kde/plasma/kdeplasma-addons/actions.py b/desktop/kde/plasma/kdeplasma-addons/actions.py
index 90ca3c8199..e1daba20a1 100755
--- a/desktop/kde/plasma/kdeplasma-addons/actions.py
+++ b/desktop/kde/plasma/kdeplasma-addons/actions.py
@@ -9,7 +9,7 @@ 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")
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
kde5.configure()
def build():
diff --git a/desktop/kde/plasma/kdeplasma-addons/pspec.xml b/desktop/kde/plasma/kdeplasma-addons/pspec.xml
index b99d09ca3e..c5237251a7 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.14.0/kdeplasma-addons-5.14.0.tar.xz
+ mirrors://kde/stable/plasma/5.14.1/kdeplasma-addons-5.14.1.tar.xz
qt5-base-devel
qt5-declarative-devel
@@ -105,6 +105,13 @@
+
+ 2018-10-17
+ 5.14.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-10-12
5.14.0
@@ -260,4 +267,4 @@
yusuf.aydemir@pisilinux.org
-
\ No newline at end of file
+
diff --git a/desktop/kde/plasma/khotkeys/actions.py b/desktop/kde/plasma/khotkeys/actions.py
index 83b5aa1fe6..d1fb2410a0 100755
--- a/desktop/kde/plasma/khotkeys/actions.py
+++ b/desktop/kde/plasma/khotkeys/actions.py
@@ -9,7 +9,7 @@ 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")
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
kde5.configure()
def build():
diff --git a/desktop/kde/plasma/khotkeys/pspec.xml b/desktop/kde/plasma/khotkeys/pspec.xml
index 2116c17dc1..5fb45559f6 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.14.0/khotkeys-5.14.0.tar.xz
+ mirrors://kde/stable/plasma/5.14.1/khotkeys-5.14.1.tar.xz
libX11-devel
qt5-base-devel
@@ -85,6 +85,13 @@
+
+ 2018-10-17
+ 5.14.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-10-10
5.14.0
diff --git a/desktop/kde/plasma/oxygen/pspec.xml b/desktop/kde/plasma/oxygen/pspec.xml
index 2e05435fc9..f5d170555f 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.14.0/oxygen-5.14.0.tar.xz
+ mirrors://kde/stable/plasma/5.14.1/oxygen-5.14.1.tar.xz
oxygen
@@ -65,6 +65,13 @@
+
+ 2018-10-17
+ 5.14.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-10-10
5.14.0
diff --git a/desktop/kde/plasma/plasma-desktop/actions.py b/desktop/kde/plasma/plasma-desktop/actions.py
index 320f9fc360..f043fed6fe 100755
--- a/desktop/kde/plasma/plasma-desktop/actions.py
+++ b/desktop/kde/plasma/plasma-desktop/actions.py
@@ -9,8 +9,10 @@ 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()
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
+ kde5.configure("-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF")
def build():
kde5.make()
diff --git a/desktop/kde/plasma/plasma-desktop/pspec.xml b/desktop/kde/plasma/plasma-desktop/pspec.xml
index 47dbfe7522..595ce8adeb 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.14.0/plasma-desktop-5.14.0.tar.xz
+ mirrors://kde/stable/plasma/5.14.1/plasma-desktop-5.14.1.tar.xz
qt5-base-devel
boost-devel
@@ -57,7 +57,7 @@
qt5-sql-mysql
qt5-sql-postgresql
qt5-sql-odbc
-
+ qt5-graphicaleffects
qt5-svg-devel
qt5-x11extras-devel
qt5-declarative-devel
@@ -173,6 +173,13 @@
+
+ 2018-10-17
+ 5.14.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-10-10
5.14.0
diff --git a/desktop/kde/plasma/plasma-vault/actions.py b/desktop/kde/plasma/plasma-vault/actions.py
index 85b69ce63f..ffeba277e7 100755
--- a/desktop/kde/plasma/plasma-vault/actions.py
+++ b/desktop/kde/plasma/plasma-vault/actions.py
@@ -9,7 +9,7 @@ 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")
+ #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-vault/pspec.xml b/desktop/kde/plasma/plasma-vault/pspec.xml
index a20ef9026b..42d5b65a5c 100755
--- a/desktop/kde/plasma/plasma-vault/pspec.xml
+++ b/desktop/kde/plasma/plasma-vault/pspec.xml
@@ -12,7 +12,7 @@
library
Plasma applet and services for creating encrypted vaults
Şifreli kasaları oluşturmak için kullanılan plazma uygulaması ve hizmetleri
- https://download.kde.org/stable/plasma/5.14.0/plasma-vault-5.14.0.tar.xz
+ https://download.kde.org/stable/plasma/5.14.1/plasma-vault-5.14.1.tar.xz
extra-cmake-modules
qt5-base-devel
@@ -58,6 +58,13 @@
+
+ 2018-10-17
+ 5.14.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-10-10
5.14.0
diff --git a/desktop/kde/plasma/powerdevil/actions.py b/desktop/kde/plasma/powerdevil/actions.py
index 83b5aa1fe6..d1fb2410a0 100755
--- a/desktop/kde/plasma/powerdevil/actions.py
+++ b/desktop/kde/plasma/powerdevil/actions.py
@@ -9,7 +9,7 @@ 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")
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
kde5.configure()
def build():
diff --git a/desktop/kde/plasma/powerdevil/pspec.xml b/desktop/kde/plasma/powerdevil/pspec.xml
index a2d1da93b7..24289263f6 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.14.0/powerdevil-5.14.0.tar.xz
+ mirrors://kde/stable/plasma/5.14.1/powerdevil-5.14.1.tar.xz
qt5-base-devel
qt5-x11extras
@@ -97,6 +97,13 @@
+
+ 2018-10-17
+ 5.14.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-10-10
5.14.0
diff --git a/desktop/kde/plasma/xdg-desktop-portal-kde/actions.py b/desktop/kde/plasma/xdg-desktop-portal-kde/actions.py
index b1e678109e..dc1d0873ba 100755
--- a/desktop/kde/plasma/xdg-desktop-portal-kde/actions.py
+++ b/desktop/kde/plasma/xdg-desktop-portal-kde/actions.py
@@ -9,7 +9,7 @@ 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")
+ #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 3abb647c36..e2b0c039a3 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.14.0/xdg-desktop-portal-kde-5.14.0.tar.xz
+ https://download.kde.org/stable/plasma/5.14.1/xdg-desktop-portal-kde-5.14.1.tar.xz
extra-cmake-modules
qt5-base-devel
@@ -43,6 +43,13 @@
+
+ 2018-10-17
+ 5.14.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-10-10
5.14.0