From owner-dev-commits-ports-all@freebsd.org Thu Apr 15 21:30:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E15845D8E61; Thu, 15 Apr 2021 21:30:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLsw1621gz4tCc; Thu, 15 Apr 2021 21:30:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C1CCC18D56; Thu, 15 Apr 2021 21:30:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13FLUvDX015284; Thu, 15 Apr 2021 21:30:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13FLUvpS015266; Thu, 15 Apr 2021 21:30:57 GMT (envelope-from git) Date: Thu, 15 Apr 2021 21:30:57 GMT Message-Id: <202104152130.13FLUvpS015266@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 5aaf95a3664f - main - x11-wm/labwc: chase upstream description after 377a9eb9993c MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5aaf95a3664f76be78c8964f420a9e78054ce9cc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 21:30:57 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5aaf95a3664f76be78c8964f420a9e78054ce9cc commit 5aaf95a3664f76be78c8964f420a9e78054ce9cc Author: Jan Beich AuthorDate: 2021-04-15 21:28:07 +0000 Commit: Jan Beich CommitDate: 2021-04-15 21:30:01 +0000 x11-wm/labwc: chase upstream description after 377a9eb9993c --- x11-wm/labwc/Makefile | 2 +- x11-wm/labwc/pkg-descr | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile index 5378d9a4c710..b9e0e599a630 100644 --- a/x11-wm/labwc/Makefile +++ b/x11-wm/labwc/Makefile @@ -6,7 +6,7 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 8ab89211e4dd.patch:-p1 # https://github.com/johanmalm/labwc/pull/30 MAINTAINER= jbeich@FreeBSD.org -COMMENT= Openbox alternative for Wayland +COMMENT= Wayland stacking compositor LICENSE= GPLv2 diff --git a/x11-wm/labwc/pkg-descr b/x11-wm/labwc/pkg-descr index 5f2ccfd786e3..04babcf2ceb8 100644 --- a/x11-wm/labwc/pkg-descr +++ b/x11-wm/labwc/pkg-descr @@ -1,12 +1,8 @@ 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 +It aims to be light-weight and independent, with a focus on simply +stacking windows well and rendering some window decorations. Where +practicable, it uses clients for wall-paper, panels, screenshots, and +so on. WWW: https://github.com/johanmalm/labwc