From 8359198aadb10f3ff83563dadb503fa7abc5edfc Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 29 Jan 2025 02:01:51 -0800 Subject: [PATCH] Fix (Ghostty): New build flags for `.terminfo` and `.termcap` (#3122) (#3160) * Fix: New fuild flags * Wieder... Signed-off-by: Gil --------- Signed-off-by: Gil (cherry picked from commit e23ec866f7385e64d6f8bc52d4d214980a7d1baa) Co-authored-by: Gil --- anda/devs/ghostty/nightly/ghostty-nightly.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 84c05fe7d9..0d1001158c 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -6,7 +6,7 @@ Name: ghostty-nightly Version: %{commit_date}.%{shortcommit} -Release: 1%?dist +Release: 2%?dist Summary: A fast, native terminal emulator written in Zig; this is the Tip (nightly) build. License: MIT AND MPL-2.0 AND OFL-1.1 AND (WTFPL OR CC0-1.0) AND Apache-2.0 URL: https://ghostty.org/ @@ -98,7 +98,9 @@ zig build \ -Dcpu=baseline \ -Dstrip=false \ -Dpie=true \ - -Demit-docs + -Demit-docs \ + -Demit-termcap \ + -Demit-terminfo %files %doc README.md