Waybar: update to 0.5.0.
This commit is contained in:
parent
9f458cd7c0
commit
405bba8654
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'Waybar'
|
||||
pkgname=Waybar
|
||||
version=0.4.0
|
||||
version=0.5.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dlibnl=$(vopt_if libnl enabled disabled)
|
||||
|
@ -17,7 +17,7 @@ license="MIT"
|
|||
homepage="https://github.com/Alexays/Waybar"
|
||||
changelog="https://github.com/Alexays/Waybar/releases"
|
||||
distfiles="https://github.com/Alexays/Waybar/archive/${version}.tar.gz"
|
||||
checksum=c2edb71a197c9439e634b1033fbbe634a16de163be2e0a3ad443834fb6a8ee75
|
||||
checksum=c858722eac1ba4ac72fe28c6b159de2642017e277855b200131f96be15d2640b
|
||||
|
||||
build_options="libnl pulseaudio dbusmenugtk"
|
||||
build_options_default="pulseaudio"
|
||||
|
@ -25,9 +25,12 @@ build_options_default="pulseaudio"
|
|||
desc_option_libnl="Enable libnl support for network related features"
|
||||
desc_option_dbusmenugtk="Enable support for tray"
|
||||
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
# Requires gobject introspection
|
||||
build_options_default+=" dbusmenugtk"
|
||||
else
|
||||
CXXFLAGS+=" -std=c++17"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue