Skip to content

Commit f5b5ee2

Browse files
committed
x11/alacritty: update to 0.16.0
Packaging - Minimum Rust version has been bumped to 1.85.0 Added - Vi motions *, #, {, and } - IPC config retrieval using alacritty msg get-config - Multi-sequence touch zoom sequences - Vi action Y keybind, yank to the end of line - Add /etc/alacritty/alacritty.toml fallback for system wide configuration - Unicode 17 support Changed - Hide login message if ~/.hushlogin is present - Improve rendering of rounded corners with builtin box drawing Fixed - Crash when OpenGL context resets - Modifier keys clearing selection with kitty keyboard protocol enabled - glyph_offset.y not applied to strikeout - Enter,Tab, Backspace not disambiguated with shift in kitty keyboard's disambiguate mode - Hint bindings not respecting IPC overrides - Search matching a wrapping fullwidth character in the last column - Crash when AppleFontSmoothing option is not present on macOS - Origin mode (DECOM) not moving cursor to the origin point - Unresponsiveness when spamming the bell character with a bell command enabled - window.startup_mode applied to existing window when opening a new tab on macOS - Slowdowns over time on macOS 26
1 parent 5d601ec commit f5b5ee2

4 files changed

Lines changed: 656 additions & 605 deletions

File tree

x11/alacritty/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.38 2025/02/17 20:15:36 pin Exp $
1+
# $NetBSD: Makefile,v 1.39 2025/10/18 16:11:54 pin Exp $
22

3-
DISTNAME= alacritty-0.15.1
3+
DISTNAME= alacritty-0.16.0
44
CATEGORIES= x11
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=alacritty/}
66
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -17,7 +17,7 @@ TOOL_DEPENDS+= scdoc-[0-9]*:../../textproc/scdoc
1717

1818
WRKSRC= ${WRKDIR}/${DISTNAME}
1919

20-
RUST_REQ= 1.74.0
20+
RUST_REQ= 1.85.0
2121
USE_LANGUAGES+= c c++
2222
USE_TOOLS+= gmake pkg-config # for fontconfig-sys
2323

0 commit comments

Comments
 (0)