coolreader rebuild.
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user