aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-08-21 10:10:10 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-08-21 10:10:10 +0000
commitff63e4795d058c3d880c037b2e391925abe7ff1b (patch)
tree1fa5fd908c6827ec5f9035387b1bdbb89ee5e840 /x11
parent3be47574274b1ce9b803c1638ebc04f947aa0b59 (diff)
downloadports-ff63e4795d058c3d880c037b2e391925abe7ff1b.tar.gz
ports-ff63e4795d058c3d880c037b2e391925abe7ff1b.zip
MFH: r545498
x11/waybar: install icons font by default Default config uses icons for cpu, memory, speaker/mic, etc. Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2020Q3/; revision=545584
Diffstat (limited to 'x11')
-rw-r--r--x11/waybar/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile
index aed3b795fa91..987f15098bb6 100644
--- a/x11/waybar/Makefile
+++ b/x11/waybar/Makefile
@@ -2,7 +2,7 @@
PORTNAME= waybar
DISTVERSION= 0.9.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -50,8 +50,8 @@ SUB_FILES+= date.pc
post-patch: apply-slist
.endif
-OPTIONS_DEFINE= DBUS GLS MANPAGES MPD PULSEAUDIO UDEV
-OPTIONS_DEFAULT=DBUS GLS MANPAGES MPD PULSEAUDIO UDEV
+OPTIONS_DEFINE= DBUS GLS ICONSFONT MANPAGES MPD PULSEAUDIO UDEV
+OPTIONS_DEFAULT=DBUS GLS ICONSFONT MANPAGES MPD PULSEAUDIO UDEV
DBUS_LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu
DBUS_MESON_ENABLED= dbusmenu-gtk
@@ -60,6 +60,9 @@ GLS_DESC= Use gtk-layer-shell library for popups support
GLS_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell
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
+
MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc
MANPAGES_MESON_ENABLED= man-pages
MANPAGES_PLIST_FILES= man/man5/${PORTNAME}-backlight.5.gz \