* __main__: Move handling of SIGINT into main function (fixes #814) #816 * Clean up (potentially stale) icon symlinks to avoid icon issues (fixes #815) #819 * Update repository references to github.com/slgobinath/safeeyes (all lowercase) (related to #820) #823 * Use name "Safe Eyes" in translations (part of #820) #822 * Report on icons and desktop symlink handling when running with --debug #818 * Use name "Safe Eyes" more consistently (part of #820) #821 * metadata: Add more URLs #826 * Use 0600 for ~/.config/safeeyes/safeeyes.json instead of 0666 #817 * update version #831 * Release new version #832 - Update to 3.2.0: * x11: fix break screen on multiple monitors #794 * update version to 3.2.0 #796 * Release 3.2.0 #797 - Update to 3.0.0b1: * Update to GTK4 * Improved Wayland support (keyboard locking, idle detection, window icons, fullscreen) * Internal refactoring (linting, formatting, typechecking on CI) * Improved handling of custom user stylesheets: always fall back to internal styles, with a lower priority * Translations OBS-URL: https://build.opensuse.org/package/show/Education/safeeyes?expand=0&rev=41
19 lines
698 B
Plaintext
19 lines
698 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/slgobinath/SafeEyes</param>
|
|
<param name="filename">safeeyes</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">v3.3.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<!-- tag is vX.Y.Z, we want X.Y.Z -->
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|