coolreader rebuild.
This commit is contained in:
@@ -4,16 +4,14 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools, cmaketools, pisitools, get
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
|
||||||
j = '-DCMAKE_BUILD_TYPE=Release -DGUI=QT5 -L '
|
j = '-DCMAKE_BUILD_TYPE=Release -DGUI=QT5 -L '
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.makedirs("_build")
|
pisitools.dosed("crengine/include/cr3version.h", "58", "59")
|
||||||
shelltools.cd("_build")
|
pisitools.dosed("crengine/include/cr3version.h", "06-13", "08-31")
|
||||||
cmaketools.configure(j, sourceDir = '..')
|
cmaketools.configure("-B_build %s" % j)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
shelltools.cd("_build")
|
shelltools.cd("_build")
|
||||||
|
|||||||
@@ -58,6 +58,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="1">
|
||||||
<Date>2021-12-21</Date>
|
<Date>2021-12-21</Date>
|
||||||
<Version>3.2.59</Version>
|
<Version>3.2.59</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user