Compare commits

...

2 Commits

Author SHA1 Message Date
madomado 0e1c8423bd Update ghostty.spec
Signed-off-by: madomado <madonuko@outlook.com>
2025-09-20 20:55:46 +08:00
madomado 3b6323ff12 chore: rebuild ghostty 1.1.3
See #6433 
This is an attempt to bring back ghostty 1.1.3

Signed-off-by: madomado <madonuko@outlook.com>
2025-09-20 20:52:02 +08:00
+7 -5
View File
@@ -3,8 +3,8 @@
%global appid com.mitchellh.ghostty
Name: ghostty
Version: 1.2.0
Release: 1%?dist
Version: 1.1.3
Release: 3%?dist
Summary: A fast, native terminal emulator written in Zig.
License: MIT AND MPL-2.0 AND OFL-1.1 AND (WTFPL OR CC0-1.0) AND Apache-2.0
URL: https://ghostty.org/
@@ -147,8 +147,10 @@ Ghostty's terminfo. Needed for basic terminal function.
%prep
/usr/bin/minisign -V -m %{SOURCE0} -x %{SOURCE1} -P %{public_key}
%autosetup
ZIG_GLOBAL_CACHE_DIR="%{_zig_cache_dir}" ./nix/build-support/fetch-zig-cache.sh
export ZIG_GLOBAL_CACHE_DIR="%{_zig_cache_dir}"
zig build --fetch
zig fetch git+https://github.com/zigimg/zigimg#3a667bdb3d7f0955a5a51c8468eac83210c1439e
zig fetch git+https://github.com/mitchellh/libxev#f6a672a78436d8efee1aa847a43a900ad773618b
%build
@@ -160,7 +162,7 @@ DESTDIR="%{buildroot}" \
-Dversion-string="%{version}" \
-Dstrip=false \
-Dpie=true \
-Demit-docs
-Demit-docs
# Don't conflict with ncurses-term on F42 and up
%if 0%{?fedora} >= 42