ptyxis/_service
Dominique Leuenberger e2c7b11a59 - Update to version 47.6:
+ Many separate light/dark palettes have been merged so that they
    may switch between light/dark like the core palettes.
  + A new GSetting has been added to allow controlling
    middle-mouse-click behavior.
  + Use the minimum size request for the header bar to prevent
    --title from creating larger than necessary windows.
  + Fix brightness of GNOME palette on dark mode to match palette
    index 7.
  + Revert a workaround for reverse video cursor which caused some
    fg/bg issues in some terminal applications.
  + Ensure all palettes specify Cursor color which makes the
    previous mitigation unnecessary.
  + Allow the window to grow/shrink when dragging a tab out of the
    tab bar.
  + Send SIGHUP before SIGKILL upon forcing a tab to quit so that
    shells like bash may save history.
  + Mark mosh/mosh-client as "remote" processes.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ptyxis?expand=0&rev=12
2024-12-10 09:04:46 +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/chergert/ptyxis.git</param>
<param name="revision">47.6</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+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>