]> git.pld-linux.org Git - packages/waybar.git/blame - waybar.spec
up to 0.9.8
[packages/waybar.git] / waybar.spec
CommitLineData
306abb7a
JP
1Summary: Highly customizable Wayland bar for Sway and Wlroots based compositors
2Name: waybar
0a54f880 3Version: 0.9.8
306abb7a
JP
4Release: 1
5License: MIT
6Group: Applications
7Source0: https://github.com/Alexays/Waybar/archive/%{version}/%{name}-%{version}.tar.gz
0a54f880 8# Source0-md5: b9f5223906266b39cb9766debd31987e
306abb7a
JP
9URL: https://github.com/Alexays/Waybar/
10BuildRequires: date-devel
11BuildRequires: glib2-devel
12BuildRequires: gtk+3-devel
13BuildRequires: gtk-layer-shell-devel
14BuildRequires: gtkmm3-devel >= 3.22.0
15BuildRequires: jsoncpp-devel
16BuildRequires: libdbusmenu-gtk3-devel
0a54f880 17BuildRequires: libevdev-devel
306abb7a
JP
18BuildRequires: libfmt-devel >= 5.3.0
19BuildRequires: libmpdclient-devel
20BuildRequires: libnl-devel >= 3.0
21BuildRequires: libsigc++-devel >= 2.0
22BuildRequires: libstdc++-devel >= 6:8
0a54f880 23BuildRequires: libxkbregistry-devel
306abb7a
JP
24BuildRequires: meson >= 0.49.0
25BuildRequires: ninja
26BuildRequires: pkgconfig
27BuildRequires: pulseaudio-devel
28BuildRequires: rpmbuild(macros) >= 1.736
29BuildRequires: scdoc >= 1.9.2
0a54f880 30BuildRequires: spdlog-devel >= 1:1.8.5
306abb7a
JP
31BuildRequires: systemd-devel
32BuildRequires: udev-devel
33BuildRequires: wayland-devel
34BuildRequires: wayland-protocols
35Requires: gtkmm3 >= 3.22.0
36Requires: libfmt >= 5.3.0
0a54f880 37Requires: spdlog >= 1:1.8.5
306abb7a
JP
38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%description
41Highly customizable Wayland bar for Sway and Wlroots based
42compositors.
43
44%prep
45%setup -q -n Waybar-%{version}
46
47%build
48%meson build
49%ninja_build -C build
50
51%install
52rm -rf $RPM_BUILD_ROOT
53%ninja_install -C build
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
60%doc README.md
61%dir /etc/xdg/waybar
62%config(noreplace) %verify(not md5 mtime size) /etc/xdg/waybar/config
63%config(noreplace) %verify(not md5 mtime size) /etc/xdg/waybar/style.css
64%attr(755,root,root) %{_bindir}/waybar
65%{systemduserunitdir}/waybar.service
66%{_mandir}/man5/waybar*.5*
This page took 0.075562 seconds and 4 git commands to generate.