Waybar: update to 0.5.0.

This commit is contained in:
DirectorX 2019-03-21 18:29:04 +02:00 committed by maxice8
parent 9f458cd7c0
commit 405bba8654

View file

@ -1,6 +1,6 @@
# Template file for 'Waybar' # Template file for 'Waybar'
pkgname=Waybar pkgname=Waybar
version=0.4.0 version=0.5.0
revision=1 revision=1
build_style=meson build_style=meson
configure_args="-Dlibnl=$(vopt_if libnl enabled disabled) configure_args="-Dlibnl=$(vopt_if libnl enabled disabled)
@ -17,7 +17,7 @@ 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/${version}.tar.gz" distfiles="https://github.com/Alexays/Waybar/archive/${version}.tar.gz"
checksum=c2edb71a197c9439e634b1033fbbe634a16de163be2e0a3ad443834fb6a8ee75 checksum=c858722eac1ba4ac72fe28c6b159de2642017e277855b200131f96be15d2640b
build_options="libnl pulseaudio dbusmenugtk" build_options="libnl pulseaudio dbusmenugtk"
build_options_default="pulseaudio" build_options_default="pulseaudio"
@ -25,9 +25,12 @@ build_options_default="pulseaudio"
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"
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
# Requires gobject introspection # Requires gobject introspection
build_options_default+=" dbusmenugtk" build_options_default+=" dbusmenugtk"
else
CXXFLAGS+=" -std=c++17"
fi fi
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in