Details
- Reviewers
- None
- Commits
- rP517680: New port: x11/ly: TUI (ncurses-like) display manager for X and Wayland
- poudriere testport
- works on my desktop system
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Apply suggestions mentioned in https://forums.freebsd.org/threads/custom-display-manager-ly-on-freebsd.71479/
Your git submodule to gh_tuple looks interesting, it should probably be added to the framework and not to a specific port.
x11/ly/pkg-plist | ||
---|---|---|
3–6 ↗ | (On Diff #64273) | Unless those 4 files MUST NOT be modified, they should also use @sample. |
- Decorate setup files with @sample.
- Do not set XDG_RUNTIME_DIR to /run/user/... as it is not supported like this
on FreeBSD and it is just much better to let programs use defaults (usually
somewhere in user's home directory). This unbreaks certain features of programs
like Firefox and GNOME Keyring.
x11/ly/Makefile | ||
---|---|---|
38–49 ↗ | (On Diff #64274) | No. This has to go as a post-patch target. |
x11/ly/Makefile | ||
---|---|---|
38–49 ↗ | (On Diff #64274) | Nice trick. Thanks! |
Thank you!
This is not so easy to generalize it. We would need to provide some hooks (like in case of this port, we need to run make github first).