drop appimage target in favor of linux#15116
Merged
Frenzie merged 12 commits intoMar 15, 2026
Merged
Conversation
124cd0a to
4ad7bfb
Compare
Member
Author
|
Patch for nightly-builds. |
benoit-pierre
added a commit
to benoit-pierre/virdevenv
that referenced
this pull request
Mar 15, 2026
benoit-pierre
added a commit
to benoit-pierre/virdevenv
that referenced
this pull request
Mar 15, 2026
Member
|
This all looks great! Btw, did you already run those PNGs through optipng or similar? |
Member
Author
|
Through pngcrush, yes. |
Frenzie
pushed a commit
to koreader/virdevenv
that referenced
this pull request
Mar 15, 2026
Fix lintian warnings: executable-not-elf-or-script.
For a generally faster multi-threading compression speed, with only a very minor size increase.
Cf. koreader/kobase#2298. The `linux` update target now build an AppImage too. Other miscellaneous changes: - AppImage: * better icons * update filename to conform to spec (`ApplicationName-$VERSION-$ARCH.AppImage`) * running from extracted contents will behave like the Linux distribution (multi-user mode) - Debian package: * better icons * update version to include git commit * drop fakeroot requirement for building * fix dependencies (based on our targeted Ubuntu LTS: 22.04, AKA Jammy) - Linux distribution: * better icons * improved start-up script (can be symlinked to)
Example: `./kodev release linux deb` will only build the Debian package (not the AppImage & Linux distribution).
Account for architecture.
4ad7bfb to
975e8e3
Compare
benoit-pierre
added a commit
to benoit-pierre/koreader
that referenced
this pull request
Mar 19, 2026
Save appstream metadata to new location (Cf. koreader#15116).
Frenzie
pushed a commit
that referenced
this pull request
Mar 19, 2026
Save appstream metadata to new location (Cf. #15116).
0xstillb
pushed a commit
to 0xstillb/koreader-thai
that referenced
this pull request
May 9, 2026
Save appstream metadata to new location (Cf. koreader#15116).
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.
Cf. koreader/kobase#2298.
The
linuxupdate target now build an AppImage too.Other miscellaneous changes:
ApplicationName-$VERSION-$ARCH.AppImage)Additionally:
releasecommand to support itThis change is