Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2020 10:10:10 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r545584 - branches/2020Q3/x11/waybar
Message-ID:  <202008211010.07LAAAd7033350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Aug 21 10:10:10 2020
New Revision: 545584
URL: https://svnweb.freebsd.org/changeset/ports/545584

Log:
  MFH: r545498
  
  x11/waybar: install icons font by default
  
  Default config uses icons for cpu, memory, speaker/mic, etc.
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q3/x11/waybar/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/x11/waybar/Makefile
==============================================================================
--- branches/2020Q3/x11/waybar/Makefile	Fri Aug 21 10:00:58 2020	(r545583)
+++ branches/2020Q3/x11/waybar/Makefile	Fri Aug 21 10:10:10 2020	(r545584)
@@ -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
@@ -59,6 +59,9 @@ DBUS_MESON_ENABLED=	dbusmenu-gtk
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008211010.07LAAAd7033350>