some applications rebuild Qt6.
This commit is contained in:
@@ -8,6 +8,7 @@ from pisi.actionsapi import cmaketools, mesontools, pisitools
|
||||
|
||||
i = ''.join([
|
||||
' -DCMAKE_BUILD_TYPE=Release',
|
||||
' -DUSE_QT=QT6',
|
||||
' -B_build -G Ninja -L '
|
||||
])
|
||||
|
||||
|
||||
@@ -15,15 +15,15 @@
|
||||
<Description>
|
||||
It is a fork of the CoolReader project. Supported e-book formats: fb2, fb3 (incomplete), epub (non-DRM), doc, docx, odt, rtf, pdb, mobi (non-DRM), txt, html, chm, tcr.
|
||||
</Description>
|
||||
<Archive sha1sum="42dcd5c5db61595985ef56f04e1023d1f323e0a8" type="tarbz2">
|
||||
https://gitlab.com/coolreader-ng/crqt-ng/-/archive/1.0.5/crqt-ng-1.0.5.tar.bz2
|
||||
<Archive sha1sum="0f05cf05570c46148c87652267372282f20813b7" type="tarbz2">
|
||||
https://gitlab.com/coolreader-ng/crqt-ng/-/archive/1.0.5.1/crqt-ng-1.0.5.1.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt6-linguist</Dependency>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
<Dependency>crengine-ng-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
@@ -35,7 +35,7 @@
|
||||
<Name>crqt</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
<Dependency>crengine-ng</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -48,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2023-02-02</Date>
|
||||
<Version>1.0.5.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2023-01-29</Date>
|
||||
<Version>1.0.5</Version>
|
||||
|
||||
Reference in New Issue
Block a user