Date: Wed, 11 Jan 2023 13:05:28 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2d50a041d764 - main - x11/waybar: update to 0.9.17 Message-ID: <202301111305.30BD5Sr9084211@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d50a041d7640066e9071e16f7c7e33ed967b0e7 commit 2d50a041d7640066e9071e16f7c7e33ed967b0e7 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-01-11 10:39:30 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-01-11 13:05:03 +0000 x11/waybar: update to 0.9.17 Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.17 Reported by: GitHub (watch releases) --- x11/waybar/Makefile | 12 ++++++++---- x11/waybar/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile index 7c9c655d4dc1..336e4dfebff3 100644 --- a/x11/waybar/Makefile +++ b/x11/waybar/Makefile @@ -1,6 +1,5 @@ PORTNAME= waybar -DISTVERSION= 0.9.16 -PORTREVISION= 2 +DISTVERSION= 0.9.17 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org @@ -40,8 +39,8 @@ CONFIGURE_ENV+= PKG_CONFIG_PATH="${WRKDIR}" SUB_FILES+= date.pc .endif -OPTIONS_DEFINE= DBUS EVDEV GLS ICONSFONT JACK MANPAGES MPD PULSEAUDIO SNDIO UDEV UPOWER -OPTIONS_DEFAULT=DBUS EVDEV GLS ICONSFONT JACK MANPAGES MPD PULSEAUDIO SNDIO UDEV UPOWER +OPTIONS_DEFINE= DBUS EVDEV GLS ICONSFONT JACK MANPAGES MPD MPRIS PULSEAUDIO SNDIO UDEV UPOWER +OPTIONS_DEFAULT=DBUS EVDEV GLS ICONSFONT JACK MANPAGES MPD MPRIS PULSEAUDIO SNDIO UDEV UPOWER .if ${FLAVOR:U} == nopulse OPTIONS_EXCLUDE=PULSEAUDIO .endif @@ -81,6 +80,7 @@ MANPAGES_PLIST_FILES= man/man5/${PORTNAME}-backlight.5.gz \ man/man5/${PORTNAME}-keyboard-state.5.gz \ man/man5/${PORTNAME}-memory.5.gz \ man/man5/${PORTNAME}-mpd.5.gz \ + man/man5/${PORTNAME}-mpris.5.gz \ man/man5/${PORTNAME}-network.5.gz \ man/man5/${PORTNAME}-pulseaudio.5.gz \ man/man5/${PORTNAME}-river-mode.5.gz \ @@ -105,6 +105,10 @@ MPD_DESC= Music Player Daemon support MPD_LIB_DEPENDS= libmpdclient.so:audio/libmpdclient MPD_MESON_ENABLED= mpd +MPRIS_DESC= Media Player Remote Interfacing Specification via playerctl +MPRIS_LIB_DEPENDS= libplayerctl.so:multimedia/playerctl +MPRIS_MESON_ENABLED= mpris + PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_MESON_ENABLED= pulseaudio diff --git a/x11/waybar/distinfo b/x11/waybar/distinfo index 7a576599223a..309ca42934fc 100644 --- a/x11/waybar/distinfo +++ b/x11/waybar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669318452 -SHA256 (Alexays-Waybar-0.9.16_GH0.tar.gz) = 37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096 -SIZE (Alexays-Waybar-0.9.16_GH0.tar.gz) = 215154 +TIMESTAMP = 1673433570 +SHA256 (Alexays-Waybar-0.9.17_GH0.tar.gz) = da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266 +SIZE (Alexays-Waybar-0.9.17_GH0.tar.gz) = 220836
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301111305.30BD5Sr9084211>