mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Waybar: update to 0.9.20
This commit is contained in:
parent
87ebc998f7
commit
5525d96268
1 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'Waybar'
|
# Template file for 'Waybar'
|
||||||
pkgname=Waybar
|
pkgname=Waybar
|
||||||
version=0.9.19
|
version=0.9.20
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
|
configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
|
||||||
|
@ -10,6 +10,7 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
|
||||||
-Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)
|
-Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)
|
||||||
-Dmpd=$(vopt_if mpd enabled disabled)
|
-Dmpd=$(vopt_if mpd enabled disabled)
|
||||||
-Dsndio=$(vopt_if sndio enabled disabled)
|
-Dsndio=$(vopt_if sndio enabled disabled)
|
||||||
|
-Djack=$(vopt_if jack enabled disabled)
|
||||||
-Dwireplumber=$(vopt_if pipewire enabled disabled)"
|
-Dwireplumber=$(vopt_if pipewire enabled disabled)"
|
||||||
hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
|
hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
|
||||||
$(vopt_if dbusmenugtk gobject-introspection)"
|
$(vopt_if dbusmenugtk gobject-introspection)"
|
||||||
|
@ -21,17 +22,18 @@ makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eude
|
||||||
$(vopt_if pulseaudio pulseaudio-devel)
|
$(vopt_if pulseaudio pulseaudio-devel)
|
||||||
$(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
|
$(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
|
||||||
$(vopt_if mpd libmpdclient-devel)
|
$(vopt_if mpd libmpdclient-devel)
|
||||||
$(vopt_if sndio sndio-devel)"
|
$(vopt_if sndio sndio-devel)
|
||||||
|
$(vopt_if jack jack-devel)"
|
||||||
short_desc="Polybar-like Wayland Bar for Sway and Wlroots based compositors"
|
short_desc="Polybar-like Wayland Bar for Sway and Wlroots based compositors"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Alexays/Waybar"
|
homepage="https://github.com/Alexays/Waybar"
|
||||||
changelog="https://github.com/Alexays/Waybar/releases"
|
changelog="https://github.com/Alexays/Waybar/releases"
|
||||||
distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=09695c9d6ae4cf33d8e8a2c3e4ba216e5d293e2d72d4115c64c5d2612976816d
|
checksum=e300183defece4799b6dfb7aea72400492ec6e330217c22158a334f35532d014
|
||||||
|
|
||||||
build_options="libnl pulseaudio dbusmenugtk mpd sndio pipewire"
|
build_options="libnl pulseaudio dbusmenugtk mpd sndio jack pipewire"
|
||||||
build_options_default="libnl pulseaudio dbusmenugtk mpd sndio pipewire"
|
build_options_default="libnl pulseaudio dbusmenugtk mpd sndio jack pipewire"
|
||||||
|
|
||||||
desc_option_libnl="Enable libnl support for network related features"
|
desc_option_libnl="Enable libnl support for network related features"
|
||||||
desc_option_dbusmenugtk="Enable support for tray"
|
desc_option_dbusmenugtk="Enable support for tray"
|
||||||
|
|
Loading…
Add table
Reference in a new issue