Waybar: update to 0.9.17.
This commit is contained in:
parent
7a6b764ffc
commit
3c0f848af9
|
@ -9,12 +9,14 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
|
|||
-Dpulseaudio=$(vopt_if pulseaudio enabled disabled)
|
||||
-Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)
|
||||
-Dmpd=$(vopt_if mpd enabled disabled)
|
||||
-Dsndio=$(vopt_if sndio enabled disabled)"
|
||||
-Dsndio=$(vopt_if sndio enabled disabled)
|
||||
-Dwireplumber=$(vopt_if pipewire enabled disabled)"
|
||||
hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
|
||||
$(vopt_if dbusmenugtk gobject-introspection)"
|
||||
makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
|
||||
gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
|
||||
playerctl-devel wireplumber-devel pipewire-devel
|
||||
playerctl-devel
|
||||
$(vopt_if pipewire 'wireplumber-devel pipewire-devel')
|
||||
$(vopt_if libnl libnl3-devel)
|
||||
$(vopt_if pulseaudio pulseaudio-devel)
|
||||
$(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
|
||||
|
@ -28,12 +30,13 @@ changelog="https://github.com/Alexays/Waybar/releases"
|
|||
distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
|
||||
checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
|
||||
|
||||
build_options="libnl pulseaudio dbusmenugtk mpd sndio"
|
||||
build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
|
||||
build_options="libnl pulseaudio dbusmenugtk mpd sndio pipewire"
|
||||
build_options_default="libnl pulseaudio dbusmenugtk mpd sndio pipewire"
|
||||
|
||||
desc_option_libnl="Enable libnl support for network related features"
|
||||
desc_option_dbusmenugtk="Enable support for tray"
|
||||
desc_option_mpd="Enable support for MPD"
|
||||
desc_option_pipewire="Enable support for pipewire related features"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue