forked from pool/waybar
- Add dependency on systemd and new gtk-layer-shell-devel
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=36
This commit is contained in:
parent
4e4629b1e3
commit
d9e63cb062
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 28 13:26:47 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Add dependency on systemd and new gtk-layer-shell-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 28 12:17:51 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
Sat Dec 28 12:17:51 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
29
waybar.spec
29
waybar.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package waybar
|
# spec file for package waybar
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,31 +26,33 @@ URL: https://github.com/Alexays/Waybar
|
|||||||
Source: %{url}/archive/%{version}.tar.gz
|
Source: %{url}/archive/%{version}.tar.gz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: gtk-layer-shell-devel
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
# optional: man pages
|
||||||
|
BuildRequires: scdoc
|
||||||
|
# optional: tray module
|
||||||
|
BuildRequires: pkgconfig(dbusmenu-gtk3-0.4)
|
||||||
BuildRequires: pkgconfig(fmt)
|
BuildRequires: pkgconfig(fmt)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(gtkmm-3.0)
|
BuildRequires: pkgconfig(gtkmm-3.0)
|
||||||
BuildRequires: pkgconfig(jsoncpp)
|
BuildRequires: pkgconfig(jsoncpp)
|
||||||
BuildRequires: pkgconfig(libinput)
|
BuildRequires: pkgconfig(libinput)
|
||||||
BuildRequires: pkgconfig(libudev)
|
# optional: mpd module
|
||||||
BuildRequires: pkgconfig(sigc++-2.0)
|
BuildRequires: pkgconfig(libmpdclient)
|
||||||
BuildRequires: pkgconfig(spdlog)
|
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
|
||||||
BuildRequires: pkgconfig(wayland-cursor)
|
|
||||||
BuildRequires: pkgconfig(wayland-protocols)
|
|
||||||
# optional: man pages
|
|
||||||
BuildRequires: scdoc
|
|
||||||
# optional: tray module
|
|
||||||
BuildRequires: pkgconfig(dbusmenu-gtk3-0.4)
|
|
||||||
# optional: network
|
# optional: network
|
||||||
BuildRequires: pkgconfig(libnl-3.0)
|
BuildRequires: pkgconfig(libnl-3.0)
|
||||||
BuildRequires: pkgconfig(libnl-genl-3.0)
|
BuildRequires: pkgconfig(libnl-genl-3.0)
|
||||||
# optional: audio
|
# optional: audio
|
||||||
BuildRequires: pkgconfig(libpulse)
|
BuildRequires: pkgconfig(libpulse)
|
||||||
# optional: mpd module
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(libmpdclient)
|
BuildRequires: pkgconfig(sigc++-2.0)
|
||||||
|
BuildRequires: pkgconfig(spdlog)
|
||||||
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
|
BuildRequires: pkgconfig(wayland-cursor)
|
||||||
|
BuildRequires: pkgconfig(wayland-protocols)
|
||||||
# optional: sway integration
|
# optional: sway integration
|
||||||
Recommends: sway
|
Recommends: sway
|
||||||
|
|
||||||
@ -71,5 +73,6 @@ Customizable Wayland bar for Sway and Wlroots based compositors.
|
|||||||
%{_sysconfdir}/xdg/waybar/
|
%{_sysconfdir}/xdg/waybar/
|
||||||
%{_bindir}/waybar
|
%{_bindir}/waybar
|
||||||
%{_mandir}/man?/%{name}*
|
%{_mandir}/man?/%{name}*
|
||||||
|
%{_prefix}/lib/systemd/user/waybar.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user