gcompris-qt 25 can also be build with 6.6.0 - add if block for leap to use gcc-13 at minimal (avoid include filesystem.h not found trouble) - Update to version 0+git.1713207787.3a85439: * cmake, add Qt policy for Qt6 > 6.5 (#147) * Fix crash on revoluteplotangle example (#141) * Add Windows/MacOS CI builds (#137) * README, update to use cmake for building too instead of make (#139) * add cmake support (#136) * silence some warnings (#135) * README.md formatting improvements * Support Qt 6 (#131) * Removed message when using system Box2D * Changed option to use system box2d to use CONFIG instead of DEFINES, as this is the more common way to configure qmake projects. * Updated debian packaging to use system box2d and depend on it. * Updated README to match the changes. - Packaging * refresh copyright * migrate to qt6 OBS-URL: https://build.opensuse.org/package/show/games/qml-box2d?expand=0&rev=10
21 lines
693 B
Plaintext
21 lines
693 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/qml-box2d/qml-box2d.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="version">latest</param>
|
|
|
|
<param name="versionformat">0+git.%ct.%h</param>
|
|
<param name="revision">master</param>
|
|
<param name="filename">qml-box2d</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">qml-box2d</param>
|
|
</service>
|
|
</services>
|