Index: Makefile
===================================================================
RCS file: /cvs/ports/wayland/labwc/Makefile,v
diff -u -p -u -p -r1.14 Makefile
--- Makefile	13 Jun 2026 13:41:27 -0000	1.14
+++ Makefile	13 Jun 2026 17:06:02 -0000
@@ -2,8 +2,7 @@ COMMENT =	window-stacking Wayland compos
 
 GH_ACCOUNT =	labwc
 GH_PROJECT =	labwc
-GH_TAGNAME =	0.9.7
-REVISION =	0
+GH_TAGNAME =	0.20.0
 
 CATEGORIES =	wayland
 
@@ -16,7 +15,8 @@ PERMIT_PACKAGE = Yes
 COMPILER =		base-clang ports-gcc
 COMPILER_LANGS =	c
 
-MODULES =	devel/meson wayland/wlroots
+MODULES =		devel/meson wayland/wlroots
+MODWLROOTS_VERSION =	0.20
 
 DEBUG_PACKAGES = ${BUILD_PACKAGES}
 
@@ -39,5 +39,7 @@ WANTLIB += c cairo glib-2.0 gobject-2.0 
 WANTLIB += pangocairo-1.0 pixman-1 png rsvg-2 sfdo-basedir sfdo-desktop
 WANTLIB += sfdo-icon wayland-server xcb xcb-ewmh xkbcommon
 WANTLIB += xml2 epoll-shim wayland-client wayland-cursor
+
+CONFIGURE_ARGS =	-Dsystemd-session=disabled
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/wayland/labwc/distinfo,v
diff -u -p -u -p -r1.8 distinfo
--- distinfo	6 May 2026 13:02:44 -0000	1.8
+++ distinfo	13 Jun 2026 17:06:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (labwc-0.9.7.tar.gz) = StTl5/KeDQcE+ttKByA3Fz2FC0bxISK3kWiHm5IuD0M=
-SIZE (labwc-0.9.7.tar.gz) = 548483
+SHA256 (labwc-0.20.0.tar.gz) = Pgt8/Y43HtSCby1UZ3Se3H+dbAZJHdlDpV7RwLSaNpo=
+SIZE (labwc-0.20.0.tar.gz) = 548211
Index: patches/patch-docs_autostart
===================================================================
RCS file: /cvs/ports/wayland/labwc/patches/patch-docs_autostart,v
diff -u -p -u -p -r1.2 patch-docs_autostart
--- patches/patch-docs_autostart	28 Aug 2025 21:07:13 -0000	1.2
+++ patches/patch-docs_autostart	13 Jun 2026 17:06:02 -0000
@@ -1,15 +1,15 @@
 Index: docs/autostart
 --- docs/autostart.orig
 +++ docs/autostart
-@@ -2,6 +2,7 @@
+@@ -10,6 +10,7 @@
  
  # Set background color.
  swaybg -c '#113344' >/dev/null 2>&1 &
 +havoc &
  
  # Configure output directives such as mode, position, scale and transform.
- # Use wlr-randr to get your output names
-@@ -10,10 +11,10 @@ swaybg -c '#113344' >/dev/null 2>&1 &
+ # Use wlr-randr to get your output names.
+@@ -18,10 +19,10 @@ swaybg -c '#113344' >/dev/null 2>&1 &
  #     output HDMI-A-1 position 1366,0
  #     output eDP-1 position 0,0
  #   }
@@ -22,7 +22,7 @@ Index: docs/autostart
  
  # To delay the launch of a particular client it is suggested that the following
  # syntax is used: ( sleep X ; foo ) &
-@@ -23,7 +24,7 @@ waybar >/dev/null 2>&1 &
+@@ -31,7 +32,7 @@ waybar >/dev/null 2>&1 &
  # Enable notifications. Typically GNOME/KDE application notifications go
  # through the org.freedesktop.Notifications D-Bus API and require a client such
  # as mako to function correctly. Thunderbird is an example of this.
@@ -31,7 +31,7 @@ Index: docs/autostart
  
  # Lock screen after 5 minutes; turn off display after another 5 minutes.
  #
-@@ -33,8 +34,5 @@ mako >/dev/null 2>&1 &
+@@ -41,8 +42,5 @@ mako >/dev/null 2>&1 &
  # (since a837fef). Instead use a wlr-output-power-management client such as
  # https://git.sr.ht/~leon_plickat/wlopm
  swayidle -w \
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/wayland/labwc/pkg/PLIST,v
diff -u -p -u -p -r1.7 PLIST
--- pkg/PLIST	2 Mar 2026 12:43:20 -0000	1.7
+++ pkg/PLIST	13 Jun 2026 17:06:02 -0000
@@ -46,6 +46,7 @@ share/locale/id/LC_MESSAGES/labwc.mo
 share/locale/it/LC_MESSAGES/labwc.mo
 share/locale/ja/LC_MESSAGES/labwc.mo
 share/locale/ka/LC_MESSAGES/labwc.mo
+share/locale/kab/LC_MESSAGES/labwc.mo
 share/locale/kk/LC_MESSAGES/labwc.mo
 share/locale/ko/LC_MESSAGES/labwc.mo
 share/locale/lt/LC_MESSAGES/labwc.mo
@@ -57,6 +58,9 @@ share/locale/pt/LC_MESSAGES/labwc.mo
 share/locale/pt_BR/LC_MESSAGES/labwc.mo
 share/locale/ru/LC_MESSAGES/labwc.mo
 share/locale/sk/LC_MESSAGES/labwc.mo
+share/locale/sr_Latn/
+share/locale/sr_Latn/LC_MESSAGES/
+share/locale/sr_Latn/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
