Here is a diff for the latest labwc tested on amd64. Changelog: https://github.com/labwc/labwc/releases/tag/0.9.3
Testing, comments, and okays welcome. yaydn Index: Makefile =================================================================== RCS file: /cvs/ports/wayland/labwc/Makefile,v diff -u -p -u -p -r1.9 Makefile --- Makefile 1 Nov 2025 09:48:04 -0000 1.9 +++ Makefile 21 Dec 2025 06:57:24 -0000 @@ -2,7 +2,7 @@ COMMENT = window-stacking Wayland compos GH_ACCOUNT = labwc GH_PROJECT = labwc -GH_TAGNAME = 0.9.2 +GH_TAGNAME = 0.9.3 CATEGORIES = wayland Index: distinfo =================================================================== RCS file: /cvs/ports/wayland/labwc/distinfo,v diff -u -p -u -p -r1.5 distinfo --- distinfo 1 Nov 2025 09:48:04 -0000 1.5 +++ distinfo 21 Dec 2025 06:57:24 -0000 @@ -1,2 +1,2 @@ -SHA256 (labwc-0.9.2.tar.gz) = Y3ts+OeDIdAZWK9DnFgNWCJuvbbE1TGYFgmqHRXOZI8= -SIZE (labwc-0.9.2.tar.gz) = 533516 +SHA256 (labwc-0.9.3.tar.gz) = ONJz+qTgIbn5nhvxpfS/iBzGpZLgDHs0JrN8Cgtn0SY= +SIZE (labwc-0.9.3.tar.gz) = 541257 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/wayland/labwc/pkg/PLIST,v diff -u -p -u -p -r1.5 PLIST --- pkg/PLIST 1 Nov 2025 09:48:04 -0000 1.5 +++ pkg/PLIST 21 Dec 2025 06:57:24 -0000 @@ -39,6 +39,7 @@ share/locale/fa/LC_MESSAGES/labwc.mo share/locale/fi/LC_MESSAGES/labwc.mo share/locale/fr/LC_MESSAGES/labwc.mo share/locale/gl/LC_MESSAGES/labwc.mo +share/locale/he/LC_MESSAGES/labwc.mo share/locale/hu/LC_MESSAGES/labwc.mo share/locale/id/LC_MESSAGES/labwc.mo share/locale/it/LC_MESSAGES/labwc.mo @@ -57,6 +58,7 @@ share/locale/sk/LC_MESSAGES/labwc.mo share/locale/sv/LC_MESSAGES/labwc.mo share/locale/tr/LC_MESSAGES/labwc.mo share/locale/uk/LC_MESSAGES/labwc.mo +share/locale/vi/LC_MESSAGES/labwc.mo share/locale/zh_CN/LC_MESSAGES/labwc.mo share/locale/zh_TW/LC_MESSAGES/labwc.mo share/wayland-sessions/
