forked from pool/alacritty
Marcus Meissner
32c39ea1dc
- Update to version 0.11.0: * Packaging - Minimum Rust version has been bumped to 1.57.0 - Renamed io.alacritty.Alacritty.appdata.xml to org.alacritty.Alacritty.appdata.xml - Renamed io.alacritty to org.alacritty for Alacritty.app * Fixed - Creating the IPC socket failing if WAYLAND_DISPLAY contains an absolute path - Crash when resetting the terminal while in vi mode - font.glyph_offset not live reloading - Failure when running on 10-bit color system - The colors being slightly different when using srgb displays on macOS - Vi cursor blinking not reset when navigating in search - Scrolling and middle-clicking modifying the primary selection - Bottom gap for certain builtin box drawing characters - Incorrect built-in glyphs for U+2567 and U+2568 - Character mappings in the DEC special graphics character set (line drawing) - Window flickering on resize on Wayland - Unnecessary config reload when using /dev/null as a config file - Windows Open Alacritty Here on root of drive displaying error - On macOS, font.use_thin_strokes did not work since Big Sur - On macOS, trying to load a disabled font would crash - On macOS, Alacritty sessions did not appear in the list of tty sessions for w and who - Cursor not hiding on GNOME Wayland - Font having different scale factor after monitor powering off/on on X11 - Viewport not updating after opening a new tabbed window on macOS - Terminal not exiting sometimes after closing all windows on macOS - CPU usage spikes due to mouse movements for unfocused windows on X11/Windows - First window on macOS not tabbed with system prefer tabs setting - Window being treaten as focused by default on Wayland * Removed - font.use_thin_strokes config field; to use thin strokes on macOS, set - AppleFontSmoothing to 0 with $ defaults write -g AppleFontSmoothing -int 0 - Add _constraints file. 8GB of RAM to build alacritty OBS-URL: https://build.opensuse.org/request/show/1041273 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=60
46 lines
1.7 KiB
XML
46 lines
1.7 KiB
XML
<!--
|
|
# vim: set syntax=xml
|
|
-->
|
|
|
|
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/alacritty/alacritty.git</param>
|
|
<param name="revision">8dbaa0bbd308a72075910ff32d8ffcca09ae3529</param>
|
|
<param name="match-tag">*</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="exclude">.builds</param>
|
|
<param name="exclude">.github</param>
|
|
<param name="exclude">.agignore</param>
|
|
<param name="exclude">.editorconfig</param>
|
|
<param name="exclude">.gitattributes</param>
|
|
<param name="exclude">Makefile</param>
|
|
<param name="exclude">rustfmt.toml</param>
|
|
<param name="exclude">alacritty/src/macos</param>
|
|
<param name="exclude">alacritty_terminal/src/tty/windows</param>
|
|
<param name="exclude">extra/windows</param>
|
|
<param name="exclude">extra/osx</param>
|
|
<!--
|
|
smell: logo is required for build
|
|
<param name="exclude">extra/logo</param>
|
|
-->
|
|
<param name="exclude">alacritty_terminal/tests</param>
|
|
</service>
|
|
<service name="tar" mode="disabled"/>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">alacritty</param>
|
|
<param name="compression">xz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled" />
|
|
</services>
|
|
|