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