add: xterm#8841
Open
itsdonnix wants to merge 16 commits into
Open
Conversation
Signed-off-by: Don Alfons <donnisnoni@outlook.com>
Signed-off-by: Don Alfons <donnisnoni@outlook.com>
Signed-off-by: Don Alfons <donnisnoni@outlook.com>
- Changed `lxterm.1` install mode from `755` to `644` - Prevents executable manpage issue Signed-off-by: Don Alfons <donnisnoni@outlook.com>
- Improves portability by using POSIX-compliant command - Ensures proper detection of `locale` availability Signed-off-by: Don Alfons <donnisnoni@outlook.com>
Signed-off-by: Don Alfons <donnisnoni@outlook.com>
Signed-off-by: Don Alfons <donnisnoni@outlook.com>
- Gzip man pages to match expected `.gz` extension - Prevents broken symlink from `update-alternatives` - Fixes issue with uncompressed man page references Signed-off-by: Don Alfons <donnisnoni@outlook.com>
- Use `printf '%s\n'` instead of `echo` for script and man file - Ensures consistent behavior across shells - Prevents issues with special characters or leading dashes Signed-off-by: Don Alfons <donnisnoni@outlook.com>
- Added `COPYING` as `LICENSE` under `/usr/share/licenses/xterm` - Aligns with distro packaging guidelines for license placement - Ensures compliance and improves discoverability Signed-off-by: Don Alfons <donnisnoni@outlook.com>
Signed-off-by: Don Alfons <donnisnoni@outlook.com>
Signed-off-by: Don Alfons <donnisnoni@outlook.com>
- Updates `pkgver` to latest upstream release Signed-off-by: Don Alfons <donnisnoni@outlook.com>
- Move `lxterm` and `lxterm.1` from heredocs to separate source files - Update `sha256sums` for new files - Simplify `package()` by installing directly from `srcdir`
itsdonnix
commented
Jun 5, 2026
Elsie19
requested changes
Jun 7, 2026
- Replace remote URLs for `lxterm` and `lxterm.1` with local source references
Elsie19
requested changes
Jun 9, 2026
| source=( | ||
| "@${pkgname}~${pkgver}::https://github.com/ThomasDickey/xterm-snapshots/archive/refs/tags/${pkgname}-${pkgver}.tar.gz" | ||
| "lxterm" | ||
| "lxterm.1" |
Member
There was a problem hiding this comment.
https://github.com/ThomasDickey/xterm-snapshots/blob/master/uxterm.man
Would this not work?
Contributor
Author
There was a problem hiding this comment.
Actually, lxterm and its man page don't exist upstream (Thomas Dickey only includes uxterm). It is a Debian/Ubuntu-specific wrapper script.
Since Pacstall targets Debian/Ubuntu systems, we need it. I prefer keeping these managed manually as local files in the repo, similar to how the Debian packaging team handles them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Progress
Continuity of #7937