feat(add package): lektra#1861
Open
mvanhorn wants to merge 1 commit intowimpysworld:mainfrom
Open
Conversation
Adds Lektra, a high-performance document and image viewer. Upstream publishes a signed amd64 .deb with each GitHub release (asset name pattern: lektra_<deb-version>_amd64.deb). The package file uses the standard get_github_releases pattern: matches the deb asset by HOST_ARCH and parses the deb-file basename for VERSION_PUBLISHED so we get the actual deb version (which can differ from the git tag, as it does in v0.7.0 / 0.7.1).
Contributor
There was a problem hiding this comment.
No issues found across 2 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Isolated addition of a new package using standard repository patterns and helper functions. Minimal risk and no impact on core system logic.
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.
Summary
Closes #1858.
Adds Lektra, a high-performance document and image viewer (PDF, images, etc.) that prioritizes screen space and control.
Package
dheerajshenoy/lektra)lektra_<version>_<arch>.deb(the project ships a signed.debper release)amd64(only architecture upstream currently publishes)lektra_0.7.1_amd64.debfrom tagv0.7.0Files changed
01-main/packages/lektra— new package definition using the standardget_github_releases "dheerajshenoy/lektra" "latest"pattern withHOST_ARCHmatching.01-main/manifest— addedlektraalphabetically betweenlactandlens.The
VERSION_PUBLISHEDparser usesbasename ${URL}thencut -d _ -f 2to read the deb file's actual version (0.7.1) rather than the git tag (v0.7.0). The two versions differ in this release because upstream bumps the deb packaging version independently.Acceptance criteria
.debasset, not source build or tarball.bash -n).