ca028d68af
* Implement the following protocols: wlr-output-management-unstable-v1, virtual-keyboard-unstable-v1, wlr-virtual-pointer-unstable-v1, single-pixel-buffer-v1, presentation-time, viewporter. * Use wlroots' scene-graph API, which should improve performance. * Fall back to lower resolutions when the preferred output mode cannot be used. - Drop cage-wlroots-016-compat.patch OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/cage?expand=0&rev=23
19 lines
699 B
XML
19 lines
699 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/Hjdskes/cage.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v0.1.5</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
|
|
<param name="match-tag">*</param>
|
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|