Accepting request 727979 from home:MichaelAquilina:branches:X11:Wayland
- Add scdoc build dependency for generating waybar man pages OBS-URL: https://build.opensuse.org/request/show/727979 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=28
This commit is contained in:
parent
392128de87
commit
43548cb558
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 3 10:50:04 UTC 2019 - Michael Aquilina <michaelaquilina@gmail.com>
|
||||||
|
|
||||||
|
- Add scdoc build dependency for generating waybar man pages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 30 08:34:25 UTC 2019 - mvetter@suse.com
|
Fri Aug 30 08:34:25 UTC 2019 - mvetter@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -35,6 +35,8 @@ BuildRequires: libudev-devel
|
|||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
BuildRequires: spdlog-devel
|
BuildRequires: spdlog-devel
|
||||||
|
# optional: man pages
|
||||||
|
BuildRequires: scdoc
|
||||||
# optional: tray module
|
# optional: tray module
|
||||||
BuildRequires: libdbusmenu-gtk3-devel
|
BuildRequires: libdbusmenu-gtk3-devel
|
||||||
# optional: network
|
# optional: network
|
||||||
@ -62,5 +64,6 @@ Customizable Wayland bar for Sway and Wlroots based compositors.
|
|||||||
%files
|
%files
|
||||||
%{_sysconfdir}/xdg/waybar/
|
%{_sysconfdir}/xdg/waybar/
|
||||||
%{_bindir}/waybar
|
%{_bindir}/waybar
|
||||||
|
%{_mandir}/man?/%{name}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user