%define debug_package %nil Name: trayer Version: 1.1.8 Release: 1%{?dist} Summary: Lightweight GTK2-based systray License: MIT URL: https://github.com/sargon/trayer-srg Source0: https://github.com/sargon/trayer-srg/archive/%{name}-%{version}/%{name}-srg-%{name}-%{version}.tar.gz Patch0: function-declaration.patch BuildRequires: gcc BuildRequires: make BuildRequires: gdk-pixbuf2-devel BuildRequires: gtk2-devel BuildRequires: libX11-devel %description trayer-srg is a lightweight GTK2-based systray for UNIX desktop. trayer-srg was forked from trayer in january 2010 to add some fancy features and clean up code. trayer is small program designed to provide systray functionality present in GNOME/KDE desktop environments for window managers which doesn't support that function. It's similar to other applications such as 'peksystray' and 'docker'. %prep %autosetup -n %{name}-srg-%{name}-%{version} %build %{_configure} --prefix=%{_prefix} %make_build %install %make_install %files %{_bindir}/trayer %license COPYING %doc CHANGELOG COPYING CREDITS INSTALL README TODO %changelog * Sun Mar 01 2026 Azure Zanculmarktum - initial version