Waybar: update to 0.6.0.

This commit is contained in:
DirectorX 2019-04-25 22:15:57 +03:00 committed by Johannes
parent cefffc1fa5
commit c240714736

View File

@ -1,6 +1,6 @@
# Template file for 'Waybar' # Template file for 'Waybar'
pkgname=Waybar pkgname=Waybar
version=0.5.1 version=0.6.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)
@ -10,27 +10,27 @@ hostmakedepends="pkg-config glib-devel wayland-devel sway"
makedepends="libinput-devel wayland-devel wlroots-devel gtkmm-devel makedepends="libinput-devel wayland-devel wlroots-devel gtkmm-devel
jsoncpp-devel libglib-devel libsigc++-devel fmt-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if libnl libnl3-devel) $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if libnl libnl3-devel)
$(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)" $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
$(vopt_if mpd libmpdclient-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="maxice8 <thinkabit.ukim@gmail.com>" maintainer="DirectorX <void.directorx@protonmail.com>"
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/${version}.tar.gz" distfiles="https://github.com/Alexays/Waybar/archive/${version}.tar.gz"
checksum=e2a7042ca64161272ce3044941eb61de025c27865f577e3e26c513277c6d2c7e checksum=5fb8c10b5f02e680dee2ec0ef76965bb382cefbc83125976c80e6db4590449d2
build_options="libnl pulseaudio dbusmenugtk" build_options="libnl pulseaudio dbusmenugtk mpd"
build_options_default="pulseaudio" build_options_default="pulseaudio mpd"
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"
desc_option_mpd="Enable support for MPD"
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