Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2024 17:25:23 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 83486fcc5ad9 - main - x11-wm/hyprland: document plugins
Message-ID:  <202408201725.47KHPN8t031859@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=83486fcc5ad9f2da11ccd5ef5be9c43b13aacfbb

commit 83486fcc5ad9f2da11ccd5ef5be9c43b13aacfbb
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-08-15 12:54:12 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-08-20 17:23:14 +0000

    x11-wm/hyprland: document plugins
    
    Unlike Hyprland itself which is tricky to build outside of ports
    plugins can be installed/enabled via hyprpm. If some plugins fail to
    build the cause is usually Clang/libc++ vs. GCC/libstdc++, so have
    nothing to do with FreeBSD and should be reported upstream.
---
 x11-wm/hyprland/pkg-message | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11-wm/hyprland/pkg-message b/x11-wm/hyprland/pkg-message
index 0bb1bb04df6a..65cfac59e816 100644
--- a/x11-wm/hyprland/pkg-message
+++ b/x11-wm/hyprland/pkg-message
@@ -3,6 +3,8 @@
   message: <<EOM
 Notes:
 - Hyprland(1) can use mac_priority(4) to avoid stutter during high load
+- Plugins are not packaged. Instead use hyprpm after installing build-only
+  dependencies e.g., "make depends -C/usr/ports/x11-wm/hyprland"
 
 Additional packages recommended for new users:
 - hypridle



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408201725.47KHPN8t031859>