* Translations
* Make config and stylesheet files non-executable
* Retry loading trayicon plugin to fix races on startup
* Fix "Show next break time in tray icon" for desktops support tray icons
with labels
* Fix next break time in tray icon when disabling SafeEyes
* Make SafeEyes compatible with Python 3.6 again
* Add 'hyprland' to the list of recognized desktop sessions
* Remove hard dependency on X11
- Drop SafeEyes-Python3.6-compatibility.patch
OBS-URL: https://build.opensuse.org/package/show/Education/safeeyes?expand=0&rev=35
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">v2.2.3</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>
|