From e23ec866f7385e64d6f8bc52d4d214980a7d1baa Mon Sep 17 00:00:00 2001 From: Gil Date: Wed, 29 Jan 2025 03:48:48 -0600 Subject: [PATCH] Fix (Ghostty): New build flags for `.terminfo` and `.termcap` (#3122) * Fix: New fuild flags * Wieder... Signed-off-by: Gil --------- Signed-off-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 d6a726f0fe..0e2c624d02 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