fix(ghostty): KIO package dependency (#6507)

* fix(nightly): KIO package dependency

Signed-off-by: Gilver <rockgrub@disroot.org>

* fix(stable): KIO package dependency

Signed-off-by: Gilver <rockgrub@disroot.org>

* Okay

Signed-off-by: Gilver <rockgrub@disroot.org>

* Okay 2

Signed-off-by: Gilver <rockgrub@disroot.org>

---------

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-09-24 21:47:53 -05:00
committed by GitHub
parent efd5bdc258
commit 45afa3e95f
2 changed files with 6 additions and 5 deletions
@@ -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
+3 -3
View File
@@ -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