Name: gtk-nocsd %global debug_package %{nil} %global forgeurl https://codeberg.org/MorsMortium/%{name} %global commit a2c5fd1e368739361ed83a247fbe7432d4203206 %global date 20260505 %forgemeta Version: 4.0 Release: 0%{?dist} Summary: An LD_PRELOAD library to disable CSD in GTK3/4, LibHandy, and LibAdwaita apps License: GPL-3.0-or-later URL: %{forgeurl} Source: %{forgesource} BuildRequires: make BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(wayland-protocols) %description %summary %files %license LICENSE /opt/%{name}/lib%{name}.so %{_libdir}/lib%{name}.so %{_libdir}/lib%{name}.so.0 %{_pkgdocdir}/examples/profile.d/%{name}.* #------------------------------------------------------------------------------- %prep %forgeautosetup -p1 %build %make_build %install %make_install PREFIX=%{_prefix} LIBDIR=%{_libdir} #------------------------------------------------------------------------------- %changelog * Sat May 9 2026 Hazel Bunny - 4.0-0 - Update to 4.0 * Sat Aug 16 2025 Hazel Bunny - 0-1 - Initial package