Dominique Leuenberger
ca6dad6583
+ Bump the FD soft limit to the max allowed, now that there are more FDs open for Vulkan shader caches. + Fix monitoring of podman for changes which fixes auto-discovery of quadlets in systemd --user services. + Fix disposal of tabs without a foreground process upon closing a Ptyxis window. + Robustness fixes in icon discover for tabs with containers + Robustness fixes in checking for active container + Fix scrolling within close-tabs dialog OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ptyxis?expand=0&rev=10
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">47.5</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>
|
|
|