Files
libvsg/_service
Ralf Habacker 91f77f858d Accepting request 1291439 from home:rhabacker:branches:games:stable
- Fix building with Tumbleweed
- Add patch:
  * 0001-Fix-building-with-gcc-15.patch
- Migrate service file to use 'manual' instead of 'disabled' as
  suggested by osc

OBS-URL: https://build.opensuse.org/request/show/1291439
OBS-URL: https://build.opensuse.org/package/show/games/libvsg?expand=0&rev=14
2025-07-09 08:48:58 +00:00

26 lines
954 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/vsg-dev/VulkanSceneGraph.git</param>
<param name="revision">v1.0.9</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="package-meta">no</param>
</service>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/vsg-dev/glslang.git</param>
<param name="filename">glslang</param>
<param name="revision">VSG-1.0.x</param>
<param name="versionformat">%cd+git.%h</param>
<param name="package-meta">no</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">VulkanSceneGraph</param>
</service>
</services>