- Enable tests - Remove tuigreet-version.patch (Fixed upstream) - Service to use manual instead of deprecated disabled - Remove deprecated cargo_config (now part of vendor) - Update to 0.9.0 * Added rebinding of F-key actions. * Added more customization options and coloring support. * Added support for using NSS to retrieve users instead of /etc/passwd. * Better handling of rendering/event loop. * Support for X11 sessions specificities (environment variables, wrappers, etc.). * Better management of non-ASCII strings. * Better handling of smaller screens. * Overall better terminal management to clear screen on startup, exit and error conditions. * Various bugfixes. * Various locale updates. OBS-URL: https://build.opensuse.org/request/show/1172335 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/tuigreet?expand=0&rev=18
24 lines
835 B
Plaintext
24 lines
835 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/apognu/tuigreet.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">0.9.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">tuigreet</param>
|
|
<param name="compression">gz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual">
|
|
<param name="srcdir">tuigreet</param>
|
|
</service>
|
|
</services>
|