File sandbar.spec of Package sandbar
#
# spec file for package sandbar
#
# Copyright (c) 2025 Andreas Vögele <andreas@andreasvoegele.com>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please send bugfixes or comments to the author.
#
Name: sandbar
Version: 20241130
Release: 0
Summary: Status bar for the Wayland compositor River
License: GPL-3.0-or-later
URL: https://github.com/kolunmi/sandbar
Source: sandbar-%{version}.tar.gz
# Build:
BuildRequires: pkgconfig(fcft)
BuildRequires: pkgconfig(pixman-1)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
BuildRequires: pkgconfig(wayland-scanner)
%description
Status bar for the Wayland compositor River.
%prep
%autosetup
%build
make
%install
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
%check
%files
%defattr(-, root, root)
%doc README.md
%{_bindir}/sandbar
%changelog