Date: Sat, 15 May 2021 00:36:31 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: 8ec8c7759686 - 2021Q2 - x11-wm/wayfire: document recommended addons Message-ID: <202105150036.14F0aVaX069918@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ec8c7759686d265144f678acf88805b2a949558 commit 8ec8c7759686d265144f678acf88805b2a949558 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-05-13 22:46:24 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-05-15 00:34:21 +0000 x11-wm/wayfire: document recommended addons When using default config Wayfire will show black screen if wf-shell isn't installed. However, wf-shell can be replaced by other packages. Exposing such addons as default options causes circular dependency. (cherry picked from commit 8a400121ead9a493b39fc902b5956343590e7eac) --- x11-wm/wayfire/pkg-message | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/x11-wm/wayfire/pkg-message b/x11-wm/wayfire/pkg-message new file mode 100644 index 000000000000..ebfa7592e587 --- /dev/null +++ b/x11-wm/wayfire/pkg-message @@ -0,0 +1,10 @@ +[ +{ type: install + message: <<EOM +Additional packages recommended for new users: +- wf-shell (default background/launcher/panel) +- wcm (GUI settings) +- wayfire-plugins-extra +EOM +} +]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105150036.14F0aVaX069918>