+ Add support for apx containers
+ Improve tab focus handling when creating new tabs and windows
+ Fix user palettes being able to set primary/system-accent
colors
+ Fix using default profile when requested profile UUID does not
exist
+ Clear X11 urgency hint when window becomes active
+ Improve force-quit fallback priority
+ Include DESKTOP_SESSION in troubleshooting information
+ Improve agent handling of --no-tty/--tty flags for distrobox
containers
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ptyxis?expand=0&rev=37
20 lines
714 B
XML
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">49.3</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>
|
|
|