git: b4873c86cf38 - main - x11/waybar: update to 0.9.14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Oct 2022 14:42:34 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4873c86cf385902e6f2f40de0772a57192bd600 commit b4873c86cf385902e6f2f40de0772a57192bd600 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-10-27 06:37:56 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-10-27 14:42:17 +0000 x11/waybar: update to 0.9.14 Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.14 Reported by: GitHub (watch releases) --- x11/waybar/Makefile | 21 +++++++++++++-------- x11/waybar/distinfo | 8 +++----- x11/waybar/pkg-descr | 9 ++++++--- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile index ef269d2abb36..851a2288a23b 100644 --- a/x11/waybar/Makefile +++ b/x11/waybar/Makefile @@ -1,10 +1,7 @@ PORTNAME= waybar -DISTVERSION= 0.9.13 +DISTVERSION= 0.9.14 CATEGORIES= x11 wayland -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= d25278f710a4.patch:-p1 # https://github.com/Alexays/Waybar/pull/1567 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Highly customizable Wayland bar for Sway and wlroots-based compositors WWW= https://github.com/Alexays/Waybar @@ -41,8 +38,8 @@ CONFIGURE_ENV+= PKG_CONFIG_PATH="${WRKDIR}" SUB_FILES+= date.pc .endif -OPTIONS_DEFINE= DBUS EVDEV GLS ICONSFONT MANPAGES MPD PULSEAUDIO SNDIO UDEV UPOWER -OPTIONS_DEFAULT=DBUS EVDEV GLS ICONSFONT MANPAGES MPD PULSEAUDIO SNDIO UDEV UPOWER +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 .if ${FLAVOR:U} == nopulse OPTIONS_EXCLUDE=PULSEAUDIO .endif @@ -52,8 +49,10 @@ DBUS_MESON_ENABLED= dbusmenu-gtk EVDEV_DESC= Keyboard state via libevdev EVDEV_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto -EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev -EVDEV_MESON_ENABLED= libevdev +EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev \ + libinotify.so:devel/libinotify \ + libinput.so:x11/libinput +EVDEV_MESON_ENABLED= libevdev libinput GLS_DESC= Use gtk-layer-shell library for popups support GLS_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell @@ -62,6 +61,9 @@ GLS_MESON_ENABLED= gtk-layer-shell ICONSFONT_DESC= Install Font Awesome to properly render icons ICONSFONT_RUN_DEPENDS= font-awesome>0:x11-fonts/font-awesome +JACK_LIB_DEPENDS= libjack.so:audio/jack +JACK_MESON_ENABLED= jack + MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_MESON_ENABLED= man-pages MANPAGES_PLIST_FILES= man/man5/${PORTNAME}-backlight.5.gz \ @@ -71,6 +73,7 @@ MANPAGES_PLIST_FILES= man/man5/${PORTNAME}-backlight.5.gz \ man/man5/${PORTNAME}-cpu.5.gz \ man/man5/${PORTNAME}-custom.5.gz \ man/man5/${PORTNAME}-disk.5.gz \ + man/man5/${PORTNAME}-gamemode.5.gz \ man/man5/${PORTNAME}-idle-inhibitor.5.gz \ man/man5/${PORTNAME}-inhibitor.5.gz \ man/man5/${PORTNAME}-keyboard-state.5.gz \ @@ -78,12 +81,14 @@ MANPAGES_PLIST_FILES= man/man5/${PORTNAME}-backlight.5.gz \ man/man5/${PORTNAME}-mpd.5.gz \ man/man5/${PORTNAME}-network.5.gz \ man/man5/${PORTNAME}-pulseaudio.5.gz \ + man/man5/${PORTNAME}-river-mode.5.gz \ man/man5/${PORTNAME}-river-tags.5.gz \ man/man5/${PORTNAME}-river-window.5.gz \ man/man5/${PORTNAME}-sndio.5.gz \ man/man5/${PORTNAME}-states.5.gz \ man/man5/${PORTNAME}-sway-language.5.gz \ man/man5/${PORTNAME}-sway-mode.5.gz \ + man/man5/${PORTNAME}-sway-scratchpad.5.gz \ man/man5/${PORTNAME}-sway-window.5.gz \ man/man5/${PORTNAME}-sway-workspaces.5.gz \ man/man5/${PORTNAME}-temperature.5.gz \ diff --git a/x11/waybar/distinfo b/x11/waybar/distinfo index 4a7e8371b2c1..6d96fdeae3c7 100644 --- a/x11/waybar/distinfo +++ b/x11/waybar/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1653306864 -SHA256 (Alexays-Waybar-0.9.13_GH0.tar.gz) = 9e6553274ce3013d2be9912f975287efe4dfd38de4e335db43a73aff2a3b0a34 -SIZE (Alexays-Waybar-0.9.13_GH0.tar.gz) = 198160 -SHA256 (d25278f710a4.patch) = 6a0d4311a995f221202defaecb72fc6522c85f63d379e332a48a27373badf932 -SIZE (d25278f710a4.patch) = 1568 +TIMESTAMP = 1666852676 +SHA256 (Alexays-Waybar-0.9.14_GH0.tar.gz) = 45fdd17240b9d61b2f19e12ba9e9444418f0c9b511440cbc3624652a309a0ccf +SIZE (Alexays-Waybar-0.9.14_GH0.tar.gz) = 214803 diff --git a/x11/waybar/pkg-descr b/x11/waybar/pkg-descr index bae7c8736335..7f38ee31c740 100644 --- a/x11/waybar/pkg-descr +++ b/x11/waybar/pkg-descr @@ -2,16 +2,19 @@ Waybar is highly customizable Wayland bar for Sway and wlroots-based compositors providing the following features: - Sway (Workspaces, Binding mode, Focused window name) +- River (Mapping mode, Tags, Focused window name) +- Hyprland (Focused window name) - Tray [#21](https://github.com/Alexays/Waybar/issues/21) - Local time -- Battery (Linux-only) +- Battery +- UPower - Network (Linux-only) - Bluetooth (Linux-only) -- PulseAudio / sndio +- PulseAudio / JACK / sndio - Disk - Memory - CPU load average -- Temperature (Linux-only) +- Temperature - MPD - Custom scripts - Multiple output configuration