Files
qml-box2d/_service
Bruno Friedmann 7167aae3cd - lower needed qt6 version to 6.6.2 (available in 15.6)
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
2025-02-27 17:30:38 +00:00

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>