Date: Sat, 23 Sep 2023 17:42:08 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: ccb0fbd88142 - 2023Q3 - x11-wm/labwc: update to 0.6.5 Message-ID: <202309231742.38NHg8d9036982@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ccb0fbd88142655444138054264dba6752ff78bf commit ccb0fbd88142655444138054264dba6752ff78bf Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-09-23 16:10:52 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-09-23 17:42:05 +0000 x11-wm/labwc: update to 0.6.5 Changes: https://github.com/labwc/labwc/releases/tag/0.6.5 Reported by: GitHub (watch releases) (cherry picked from commit e7a7133e75d1b3ec98f8010310a7fee824e30f54) --- x11-wm/labwc/Makefile | 13 +++++++++---- x11-wm/labwc/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile index 871e5c904377..ac5cd42b9479 100644 --- a/x11-wm/labwc/Makefile +++ b/x11-wm/labwc/Makefile @@ -1,5 +1,5 @@ PORTNAME= labwc -DISTVERSION= 0.6.4 +DISTVERSION= 0.6.5 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -11,7 +11,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>0:graphics/wayland-protocols \ wlroots>=0.16.0<0.17.0:x11-toolkits/wlroots -LIB_DEPENDS= libwayland-server.so:graphics/wayland \ +LIB_DEPENDS= libpng.so:graphics/png \ + libwayland-server.so:graphics/wayland \ libwlroots.so:x11-toolkits/wlroots \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon @@ -23,8 +24,12 @@ PLIST_FILES= bin/${PORTNAME} \ share/wayland-sessions/${PORTNAME}.desktop PORTEXAMPLES= * -OPTIONS_DEFINE= EXAMPLES MANPAGES NLS X11 -OPTIONS_DEFAULT=EXAMPLES MANPAGES NLS X11 +OPTIONS_DEFINE= EXAMPLES LIBRSVG2 MANPAGES NLS X11 +OPTIONS_DEFAULT=EXAMPLES LIBRSVG2 MANPAGES NLS X11 +OPTIONS_EXCLUDE=${LIBRSVG2_DEFAULT:Mlegacy:C/.+/LIBRSVG2/} + +LIBRSVG2_USE= GNOME=librsvg2 +LIBRSVG2_MESON_ENABLED= svg MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_MESON_ENABLED= man-pages diff --git a/x11-wm/labwc/distinfo b/x11-wm/labwc/distinfo index 04f57b12de9e..0f4a56bb160e 100644 --- a/x11-wm/labwc/distinfo +++ b/x11-wm/labwc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689363878 -SHA256 (labwc-labwc-0.6.4_GH0.tar.gz) = 4974decd6107f6c7b900a29dc6b13d2cb1ccf44e25a579dcdddab76aae6d8830 -SIZE (labwc-labwc-0.6.4_GH0.tar.gz) = 259015 +TIMESTAMP = 1695485452 +SHA256 (labwc-labwc-0.6.5_GH0.tar.gz) = 7c56627c8098cf8b78ae0b045ff208f2815ba0a6cbab0c4a6a71128bafb81ff5 +SIZE (labwc-labwc-0.6.5_GH0.tar.gz) = 274277
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309231742.38NHg8d9036982>