]> git.pld-linux.org Git - packages/waybar.git/blame - waybar.spec
up to 0.9.16
[packages/waybar.git] / waybar.spec
CommitLineData
306abb7a
JP
1Summary: Highly customizable Wayland bar for Sway and Wlroots based compositors
2Name: waybar
fd288d0a 3Version: 0.9.16
49de9341 4Release: 1
306abb7a
JP
5License: MIT
6Group: Applications
7Source0: https://github.com/Alexays/Waybar/archive/%{version}/%{name}-%{version}.tar.gz
fd288d0a 8# Source0-md5: f5e8830136ec769d913815ae21dc6e62
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
49de9341 15BuildRequires: jsoncpp-devel >= 1.9.2
306abb7a 16BuildRequires: libdbusmenu-gtk3-devel
0a54f880 17BuildRequires: libevdev-devel
49de9341
JP
18BuildRequires: libfmt-devel >= 8.1.1
19BuildRequires: libinput-devel
306abb7a
JP
20BuildRequires: libmpdclient-devel
21BuildRequires: libnl-devel >= 3.0
22BuildRequires: libsigc++-devel >= 2.0
23BuildRequires: libstdc++-devel >= 6:8
0a54f880 24BuildRequires: libxkbregistry-devel
306abb7a
JP
25BuildRequires: meson >= 0.49.0
26BuildRequires: ninja
fd288d0a 27BuildRequires: pipewire-wireplumber-devel >= 0.4
306abb7a
JP
28BuildRequires: pkgconfig
29BuildRequires: pulseaudio-devel
747cfb6d 30BuildRequires: rpmbuild(macros) >= 2.011
306abb7a 31BuildRequires: scdoc >= 1.9.2
49de9341 32BuildRequires: spdlog-devel >= 1:1.10.0
306abb7a
JP
33BuildRequires: systemd-devel
34BuildRequires: udev-devel
9fbe5acd 35BuildRequires: upower-devel
306abb7a
JP
36BuildRequires: wayland-devel
37BuildRequires: wayland-protocols
747cfb6d 38Requires(post,preun): systemd-units >= 1:250.1
306abb7a 39Requires: gtkmm3 >= 3.22.0
49de9341
JP
40Requires: jsoncpp >= 1.9.2
41Requires: libfmt >= 8.1.1
42Requires: spdlog >= 1:1.10.0
747cfb6d 43Requires: systemd-units >= 1:250.1
306abb7a
JP
44BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
45
46%description
47Highly customizable Wayland bar for Sway and Wlroots based
48compositors.
49
50%prep
51%setup -q -n Waybar-%{version}
52
53%build
54%meson build
55%ninja_build -C build
56
57%install
58rm -rf $RPM_BUILD_ROOT
59%ninja_install -C build
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
747cfb6d
JR
64%post
65%systemd_user_post waybar.service
66
67%preun
68%systemd_user_preun waybar.service
69
306abb7a
JP
70%files
71%defattr(644,root,root,755)
72%doc README.md
73%dir /etc/xdg/waybar
74%config(noreplace) %verify(not md5 mtime size) /etc/xdg/waybar/config
75%config(noreplace) %verify(not md5 mtime size) /etc/xdg/waybar/style.css
76%attr(755,root,root) %{_bindir}/waybar
77%{systemduserunitdir}/waybar.service
78%{_mandir}/man5/waybar*.5*
This page took 0.311692 seconds and 4 git commands to generate.