Accepting request 732853 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/732853 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=15
This commit is contained in:
commit
66efa34241
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 17:47:41 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Pkgconfigy spec, ensure the correct BuildRequires are pulled in.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 10:50:04 UTC 2019 - Michael Aquilina <michaelaquilina@gmail.com>
|
||||
|
||||
|
29
waybar.spec
29
waybar.spec
@ -23,28 +23,33 @@ Summary: Customizable Wayland bar for Sway and Wlroots based compositors
|
||||
License: MIT
|
||||
Group: System/GUI/Other
|
||||
URL: https://github.com/Alexays/Waybar
|
||||
Source: https://github.com/Alexays/Waybar/archive/%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fmt-devel
|
||||
Source: %{url}/archive/%{version}.tar.gz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtkmm3-devel
|
||||
BuildRequires: jsoncpp-devel
|
||||
BuildRequires: libinput-devel
|
||||
BuildRequires: libsigc++3-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja
|
||||
BuildRequires: spdlog-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(fmt)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(gtkmm-3.0)
|
||||
BuildRequires: pkgconfig(jsoncpp)
|
||||
BuildRequires: pkgconfig(libinput)
|
||||
BuildRequires: pkgconfig(sigc++-2.0)
|
||||
BuildRequires: pkgconfig(spdlog)
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
# optional: man pages
|
||||
BuildRequires: scdoc
|
||||
# optional: tray module
|
||||
BuildRequires: libdbusmenu-gtk3-devel
|
||||
BuildRequires: pkgconfig(dbusmenu-gtk3-0.4)
|
||||
# optional: network
|
||||
BuildRequires: libnl3-devel
|
||||
BuildRequires: pkgconfig(libnl-3.0)
|
||||
BuildRequires: pkgconfig(libnl-genl-3.0)
|
||||
# optional: audio
|
||||
BuildRequires: libpulse-devel
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
# optional: mpd module
|
||||
BuildRequires: libmpdclient-devel
|
||||
BuildRequires: pkgconfig(libmpdclient)
|
||||
# optional: sway integration
|
||||
Recommends: sway
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user