Upgrade dependency from GTK3 to GTK4 (#11518) (#11519)

Updated the package to require GTK4 instead of GTK3.


(cherry picked from commit d8a873e6f8)

Signed-off-by: Zacharias Xenakis <Xarishark@outlook.com>
Co-authored-by: Zacharias Xenakis <Xarishark@outlook.com>
This commit is contained in:
Raboneko
2026-04-19 08:49:05 -05:00
committed by GitHub
parent 00a867e013
commit 672c40233a
+5 -2
View File
@@ -7,7 +7,7 @@ Source0: https://github.com/ublue-os/yafti-gtk/archive/refs/tags/v%{versi
License: GPL-3.0-only
Requires: python3-gobject
Requires: python3-PyYAML
Requires: gtk3
Requires: gtk4
Provides: Bazzite-Portal
BuildArch: noarch
Packager: Zacharias Xenakis <xarishark@outlook.com>
@@ -35,5 +35,8 @@ install -Dm 644 io.github.ublue_os.yafti_gtk.metainfo.xml %{buildroot}%{_metainf
%{_metainfodir}/io.github.ublue_os.yafti_gtk.metainfo.xml
%changelog
* Sun Apr 19 2026 Xarishark <xarishark@outlook.com>
- Upgraded to GTK4
* Wed Jan 28 2026 Xarishark <xarishark@outlook.com>
- Initial commit
- Initial commit