mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
x11/waybar: install icons font by default
Default config uses icons for cpu, memory, speaker/mic, etc. MFH: 2020Q3
This commit is contained in:
parent
a31b2fa3c3
commit
15e30c886b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545498
@ -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
|
||||
@ -44,6 +45,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 \
|
||||
|
Loading…
Reference in New Issue
Block a user