Files
gtkgreet/_service
Denys Kondratenko a2d8465e27 Accepting request 1139532 from home:stdden:branches:X11:Wayland
- gtkgreet 0.8
  * This release makes some changes to customization and adds French, 
    Russian and Spanish translations.
  * Update reference to deprecated constant
  * Added support for i18n and spanish translation
  * proto: Fix signed-ness error
  * meson: Update version properly
  * man: Elaborate on stylesheets a bit
  * readme: Add discuss section
  * Added french translation strings
  * Made the greeter more customizable
  * proto: use uint32_t offsets and message lengths
  * feat: russian translation added, unnecessary translation removed
  * fix: get translations to work
- remove gtkgreet-glib-2.74.patch as it is fixed upsteam

OBS-URL: https://build.opensuse.org/request/show/1139532
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/gtkgreet?expand=0&rev=7
2024-01-17 18:45:39 +00:00

16 lines
559 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://git.sr.ht/~kennylevinsen/gtkgreet</param>
<param name="scm">git</param>
<param name="revision">0.8</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</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>