From 405bba8654c121650dbe4d2dc5a11eb2297bc474 Mon Sep 17 00:00:00 2001 From: DirectorX Date: Thu, 21 Mar 2019 18:29:04 +0200 Subject: [PATCH] Waybar: update to 0.5.0. --- srcpkgs/Waybar/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template index aa71162044b..538feddc9f6 100644 --- a/srcpkgs/Waybar/template +++ b/srcpkgs/Waybar/template @@ -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