diff options
Diffstat (limited to 'x11-wm/labwc/Makefile')
-rw-r--r-- | x11-wm/labwc/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile index f1d6425a6de4..cb859d8291eb 100644 --- a/x11-wm/labwc/Makefile +++ b/x11-wm/labwc/Makefile @@ -1,5 +1,5 @@ PORTNAME= labwc -DISTVERSION= 0.9.1 +DISTVERSION= 0.9.2 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -24,12 +24,18 @@ USE_XORG= pixman GL_TUPLE= https://gitlab.freedesktop.org:vyivel:libsfdo:v0.1.4:libsfdo/subprojects/libsfdo-basedir PLIST_FILES= bin/${PORTNAME} \ bin/lab-sensible-terminal \ + bin/labnag \ share/icons/hicolor/scalable/apps/${PORTNAME}-symbolic.svg \ share/icons/hicolor/scalable/apps/${PORTNAME}.svg \ share/wayland-sessions/${PORTNAME}.desktop \ share/xdg-desktop-portal/${PORTNAME}-portals.conf PORTEXAMPLES= * +# https://reviews.freebsd.org/D40791 +.if !exists(/usr/include/sys/signalfd.h) +LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim +.endif + OPTIONS_DEFINE= EXAMPLES LIBRSVG2 MANPAGES NLS X11 OPTIONS_DEFAULT=EXAMPLES LIBRSVG2 MANPAGES NLS X11 OPTIONS_EXCLUDE=${LIBRSVG2_DEFAULT:Mlegacy:C/.+/LIBRSVG2/} @@ -40,6 +46,7 @@ LIBRSVG2_MESON_ENABLED= svg MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_MESON_ENABLED= man-pages MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz \ + share/man/man1/labnag.1.gz \ share/man/man5/${PORTNAME}-actions.5.gz \ share/man/man5/${PORTNAME}-config.5.gz \ share/man/man5/${PORTNAME}-menu.5.gz \ @@ -78,7 +85,8 @@ NLS_PLIST_FILES= share/locale/ar/LC_MESSAGES/${PORTNAME}.mo \ share/locale/sv/LC_MESSAGES/${PORTNAME}.mo \ share/locale/tr/LC_MESSAGES/${PORTNAME}.mo \ share/locale/uk/LC_MESSAGES/${PORTNAME}.mo \ - share/locale/zh_CN/LC_MESSAGES/${PORTNAME}.mo + share/locale/zh_CN/LC_MESSAGES/${PORTNAME}.mo \ + share/locale/zh_TW/LC_MESSAGES/${PORTNAME}.mo X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm X11_USE= XORG=xcb |