svn commit: r567511 - in branches/2021Q1/x11-wm: . labwc

Jan Beich jbeich at FreeBSD.org
Sat Mar 6 18:52:20 UTC 2021


Author: jbeich
Date: Sat Mar  6 18:52:19 2021
New Revision: 567511
URL: https://svnweb.freebsd.org/changeset/ports/567511

Log:
  MFH: r567273 r567286 r567291 r567293 r567426 r567510
  
  x11-wm/labwc: add new port
  
  Labwc is a wlroots-based stacking compositor for Wayland.
  
  It has the following aims:
  
  - Be light-weight, small and fast
  - Have the look and feel of openbox albeit with a smaller feature set
  - Where practicable, use clients to show wall-paper, take screenshots,
    and so on
  - Stay in keeping with wlroots and sway in terms of approach and
    coding style
  
  https://github.com/johanmalm/labwc

Added:
  branches/2021Q1/x11-wm/labwc/
     - copied from r567510, head/x11-wm/labwc/
Modified:
  branches/2021Q1/x11-wm/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/x11-wm/Makefile
==============================================================================
--- branches/2021Q1/x11-wm/Makefile	Sat Mar  6 18:50:07 2021	(r567510)
+++ branches/2021Q1/x11-wm/Makefile	Sat Mar  6 18:52:19 2021	(r567511)
@@ -52,6 +52,7 @@
     SUBDIR += jewel
     SUBDIR += jwm
     SUBDIR += kickshaw
+    SUBDIR += labwc
     SUBDIR += larswm
     SUBDIR += libcompizconfig
     SUBDIR += libdockapp


More information about the svn-ports-all mailing list