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
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 27350 Build 25601: arc lint + arc unit
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 | ||
---|---|---|
4โ7 | 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 | ||
---|---|---|
39โ50 | No. This has to go as a post-patch target. |
x11/ly/Makefile | ||
---|---|---|
39โ50 | 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).