From 56debd91ced0876088fb2c0d5e1475f2dd1f98e7 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 12 Oct 2018 18:10:45 +0300 Subject: [PATCH] qt5-5.10 --- desktop/kde/plasma/libkscreen/actions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop/kde/plasma/libkscreen/actions.py b/desktop/kde/plasma/libkscreen/actions.py index fe638b190a..5ae0474eb5 100755 --- a/desktop/kde/plasma/libkscreen/actions.py +++ b/desktop/kde/plasma/libkscreen/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.LIB", "COPYING") \ No newline at end of file + pisitools.dodoc("COPYING.LIB", "COPYING")