From 63ed4cf3527b08fd78824bd8471f4866d155e58b Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 12 Oct 2018 19:18:32 +0300 Subject: [PATCH] qt5-5.10 --- desktop/kde/plasma/ksysguard/actions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop/kde/plasma/ksysguard/actions.py b/desktop/kde/plasma/ksysguard/actions.py index fc0721fb06..ae50abf159 100755 --- a/desktop/kde/plasma/ksysguard/actions.py +++ b/desktop/kde/plasma/ksysguard/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", "COPYING.DOC", "README") \ No newline at end of file + pisitools.dodoc("COPYING", "COPYING.DOC", "README")