3d7fdd1b3f
Take maintainership. We can't exclude X11 option anymore in conky-awesome. ChangeLog: https://github.com/brndnmtthws/conky/releases/tag/v1.19.8 Accumulated changes since 1.19.7 Features * [Docs] Improve speedgraphs' scale description * Drop graph/linechart from web header * Fix labeler v5 * Show cached memory as in free (Linux only) * Fix typo in config_settings.yaml * Remove build date and associated vars * Update copyright * Update macos build images * Bump flake deps * Bump web deps, improve mdx handling * Add basic pulseaudio source (microphone etc.) support * Enable lua bindings in nix flake * Compile tolua++ output as C++ * Refactor web search index Bug fixes * X11: Fix infinite loops caused * Fix update_interval handling from CLI args * Fix bad new/delete usage * Fix build for imlib2 <1.10.0 * Fix buffer overflow on X11 error bug * Fix C mangling for lua bindings * Add wlr layer shell check * Fix xcb include path * Don't call FcFini()
15 lines
367 B
Makefile
15 lines
367 B
Makefile
PKGNAMESUFFIX= -awesome
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Advanced, highly configurable system monitor (configured for x11-wm/awesome)
|
|
|
|
MASTERDIR= ${.CURDIR}/../conky
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
CONFLICTS= conky
|
|
|
|
OPTIONS_EXCLUDE= ARGB DOUBLE_BUFFER IMLIB2 MOUSE_EVENTS XFT XINERAMA LUA_CAIRO \
|
|
LUA_IMLIB2 LUA_RSVG WAYLAND
|
|
|
|
.include "${MASTERDIR}/Makefile"
|