93f9a436d1
* macos: report max_fps in ScreenInfo * macos: implement max_fps * docs: changelog for #2434 * Add control key in docs * Add missing license files * cargo update * background: avoid weird wraparound in radial gradients * docs: changelog for https://github.com/wez/wezterm/pull/2394 * chore: Sync color schemes with nightfox changes * pty: fix doc example * fixup build for pty api change * pty: fixup for macos * pty: try_clone_writer -> take_writer * term: hook flush up to ThreadedWriter * Fix `alias` for Flatpak: command wasn't quoted * docs: add stable download links for suse and alpine * fix bypass_mouse_reporting_modifiers * add update-status event. deprecates update-right-status * fix overly truncated tab titles * apply executable checks to $SHELL and /etc/passwd lookup * pty: cmdbuilder: check for executable access when resolving program * fix fedora download links * docs: update info about number of color schemes * docs: add missing COMMANDS entry for ShowLauncherArgs * docs: clarify ShowLauncherArgs flags behavior * docs: wezterm is now on flathub * ActivatePaneDirection uses recency to resolve ambiguous moves * sync color schemes with nightfox * remove flatpak-unsupported link types OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=30
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/wez/wezterm.git</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">4fead3171ecdd1513d420af040c9ff75b9cefe41</param>
|
|
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
|
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
|
</service>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">wezterm</param>
|
|
<param name="compression">gz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">wezterm</param>
|
|
</service>
|
|
</services>
|
|
|