# filesystem_error: No such file ../share/wapanel/wapanel.toml # https://github.com/Firstbober/wapanel/issues/25 Name: wapanel Version: 1.0.1 Release: 1%{?dist} Summary: Desktop-dedicated wayland bar for wayfire and other wlroots based compositors License: MIT URL: https://github.com/Firstbober/wapanel Source0: %{url}/archive/%{version}/%{name}-%{version}.zip BuildRequires: gcc-c++ BuildRequires: meson # https://github.com/Firstbober/wapanel/issues/24 # https://bugzilla.redhat.com/show_bug.cgi?id=1952243 BuildRequires: toml11-devel BuildRequires: pkgconfig(gtk-layer-shell-0) >= 0.6 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.30 BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-protocols) >= 1.12 BuildRequires: pkgconfig(wayland-server) %dnl Requires: hicolor-icon-theme %global _description %{expand: Simple panel/status bar/task bar for your custom stacking Wayland-based desktop. Documentation: https://firstbober.github.io/wapanel Features * Good configurability * Config hot reload * Exposed API for writing custom applets * Custom themes with CSS} %description %{_description} %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel %{_description} Development files for %{name}. %prep %autosetup -p1 %build %meson \ -Dsystem_toml11=true %meson_build %install %meson_install rm %{buildroot}%{_datadir}/%{name}/3RD_PARTY_LICENSES %files %license LICENSE 3RD_PARTY_LICENSES %doc README.md %{_bindir}/%{name} %{_datadir}/%{name}/ %{_prefix}/lib/%{name}/ %files devel %{_includedir}/%{name}-appletapi %{_libdir}/pkgconfig/*.pc # Can we delete this? %{_libdir}/libwapanel-appletapi.a %changelog * Thu Apr 22 2021 Artem Polishchuk - 1.0.1-1 - build(update): 1.0.1 * Wed Apr 21 2021 Artem Polishchuk - 1.0-1 - Initial package