gnome-shell/_service
Dominique Leuenberger 23a105612f Accepting request 1177041 from GNOME:Next
- Update to version 46.2:
  + Fix size of workspace switcher OSD.
  + Fix handling of invalid TLS certs in portal handler.
  + Exclude override-redirect windows from workspace animation.
  + Also center time on lock screen when using 12h format.
  + Use absolute tray icon position in root event coordinates.
  + Fix displaying info messages on login screen.
  + Correct expected bus name for streams.
  + Fix notifications on lock screen.
  + notifications: Only apply special styling to symbolic icons.
  + Fix number of search results with Large Text option.
  + Fix showing keyboard layouts with variants.
  + Tweak font sizes in calendar.
  + automountManager: Fix re-asking password for TCRYPT devices.
  + Fix stuck unlock prompt when animations are disabled.
  + Fix possible hang on startup during ibus-daemon launch.
  + Misc. bug fixes and cleanups.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1177041
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=576
2024-05-27 08:23:02 +00:00

20 lines
714 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
<param name="revision">46.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>