Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2020 04:53:59 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545498 - head/x11/waybar
Message-ID:  <202008200453.07K4rxZU050925@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Aug 20 04:53:59 2020
New Revision: 545498
URL: https://svnweb.freebsd.org/changeset/ports/545498

Log:
  x11/waybar: install icons font by default
  
  Default config uses icons for cpu, memory, speaker/mic, etc.
  
  MFH:		2020Q3

Modified:
  head/x11/waybar/Makefile   (contents, props changed)

Modified: head/x11/waybar/Makefile
==============================================================================
--- head/x11/waybar/Makefile	Thu Aug 20 04:44:42 2020	(r545497)
+++ head/x11/waybar/Makefile	Thu Aug 20 04:53:59 2020	(r545498)
@@ -2,6 +2,7 @@
 
 PORTNAME=	waybar
 DISTVERSION=	0.9.3
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -34,8 +35,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
@@ -43,6 +44,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?202008200453.07K4rxZU050925>