coolreader rebuild.

This commit is contained in:
4fury-c3440d8
2022-07-30 11:34:54 +03:00
parent 7973aefbc0
commit 16aba8a103
2 changed files with 11 additions and 6 deletions
+4 -6
View File
@@ -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")
+7
View File
@@ -58,6 +58,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-07-30</Date>
<Version>3.2.59</Version>
<Comment>Rebuild</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-12-21</Date>
<Version>3.2.59</Version>