diff options
-rw-r--r-- | x11-wm/labwc/Makefile | 12 | ||||
-rw-r--r-- | x11-wm/labwc/distinfo | 6 |
2 files changed, 13 insertions, 5 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 diff --git a/x11-wm/labwc/distinfo b/x11-wm/labwc/distinfo index ff1e3b62984f..74147635da9f 100644 --- a/x11-wm/labwc/distinfo +++ b/x11-wm/labwc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1754136895 -SHA256 (labwc-labwc-0.9.1_GH0.tar.gz) = bf7a245d5fc5665329b3f5c9cb589eb33e658b8eb638cf4f4c9ad68f4b5979f0 -SIZE (labwc-labwc-0.9.1_GH0.tar.gz) = 509342 +TIMESTAMP = 1760123400 +SHA256 (labwc-labwc-0.9.2_GH0.tar.gz) = 637b6cf8e78321d01958af439c580d58226ebdb6c4d531981609aa1d15ce648f +SIZE (labwc-labwc-0.9.2_GH0.tar.gz) = 533516 SHA256 (libsfdo-v0.1.4.tar.bz2) = 155702f21c282693ead7818198fde194ab7c76e0cf1a21bc7b404e5f9ec2c369 SIZE (libsfdo-v0.1.4.tar.bz2) = 43519 |