diff --git a/office/misc/coolreader-qt/actions.py b/office/misc/coolreader-qt/actions.py index 757935a205..41d7997718 100644 --- a/office/misc/coolreader-qt/actions.py +++ b/office/misc/coolreader-qt/actions.py @@ -4,16 +4,14 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import shelltools -from pisi.actionsapi import cmaketools -from pisi.actionsapi import get +from pisi.actionsapi import shelltools, cmaketools, pisitools, get j = '-DCMAKE_BUILD_TYPE=Release -DGUI=QT5 -L ' def setup(): - shelltools.makedirs("_build") - shelltools.cd("_build") - cmaketools.configure(j, sourceDir = '..') + pisitools.dosed("crengine/include/cr3version.h", "58", "59") + pisitools.dosed("crengine/include/cr3version.h", "06-13", "08-31") + cmaketools.configure("-B_build %s" % j) def build(): shelltools.cd("_build") diff --git a/office/misc/coolreader-qt/pspec.xml b/office/misc/coolreader-qt/pspec.xml index c27257f117..8ef7120501 100644 --- a/office/misc/coolreader-qt/pspec.xml +++ b/office/misc/coolreader-qt/pspec.xml @@ -58,6 +58,13 @@ + + 2022-07-30 + 3.2.59 + Rebuild + fury + uglyside@yandex.ru + 2021-12-21 3.2.59