From 45afa3e95f88764f37ca89a937acba27e4abba9e Mon Sep 17 00:00:00 2001 From: Gilver Date: Wed, 24 Sep 2025 21:47:53 -0500 Subject: [PATCH] fix(ghostty): KIO package dependency (#6507) * fix(nightly): KIO package dependency Signed-off-by: Gilver * fix(stable): KIO package dependency Signed-off-by: Gilver * Okay Signed-off-by: Gilver * Okay 2 Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/devs/ghostty/nightly/ghostty-nightly.spec | 5 +++-- anda/devs/ghostty/stable/ghostty.spec | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index a24b971004..0ed898433b 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -9,7 +9,7 @@ Name: %{base_name}-nightly Version: %{ver}~tip^%{commit_date}git%{shortcommit} -Release: 1%?dist +Release: 2%?dist %if 0%{?fedora} <= 41 Epoch: 1 %endif @@ -44,7 +44,8 @@ BuildRequires: pkgconfig(oniguruma) BuildRequires: pkgconfig(zlib) Requires: %{name}-terminfo = %{evr} Requires: %{name}-shell-integration = %{evr} -Requires: (%{name}-kio = %{evr} if kf6-kio) +Requires: (%{name}-kio = %{evr} if kf5-kio-core) +Requires: (%{name}-kio = %{evr} if kf6-kio-core) Requires: gtk4 Requires: gtk4-layer-shell Requires: libadwaita diff --git a/anda/devs/ghostty/stable/ghostty.spec b/anda/devs/ghostty/stable/ghostty.spec index 2d45373295..0a09d63e0f 100644 --- a/anda/devs/ghostty/stable/ghostty.spec +++ b/anda/devs/ghostty/stable/ghostty.spec @@ -4,7 +4,7 @@ Name: ghostty Version: 1.2.0 -Release: 1%?dist +Release: 2%?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/ @@ -35,8 +35,8 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(oniguruma) BuildRequires: pkgconfig(zlib) Requires: %{name}-terminfo = %{evr} -Requires: %{name}-shell-integration = %{evr} -Requires: (%{name}-kio = %{evr} if kf6-kio) +Requires: (%{name}-kio = %{evr} if kf5-kio-core) +Requires: (%{name}-kio = %{evr} if kf6-kio-core) Requires: gtk4 Requires: gtk4-layer-shell Requires: libadwaita