mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Relates to https://github.com/koreader/koreader/issues/9268 Requires https://github.com/koreader/koreader-base/pull/1504 Usage: - `kodev release linux` for native package (same arch as host) - `LINUX_ARCH=arm release linux` for armhf on a x86_64 host. - `LINUX_ARCH=arm64 release linux` for arm64 on a x86_64 host. It produces a `koreader-linux-$ARCH-$VERSION.tar.xz` archive, where $ARCH follows `uname -m` convention {x86_64, armv7l, aarch64} To generate the debian package from the generic archive the following command is required `./platform/linux/do_debian_package.sh path_to.tar.xz`
14 lines
470 B
Desktop File
14 lines
470 B
Desktop File
[Desktop Entry]
|
|
Name=KOReader
|
|
Comment=KOReader is a document viewer
|
|
Exec=koreader %u
|
|
Icon=koreader
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Graphics;
|
|
MimeType=application/pdf;application/x-cbz;application/epub+zip;image/vnd.djvu;text/plain;
|
|
# Otherwise assumed incompatible with some mobile OSes
|
|
# See <https://puri.sm/posts/specify-form-factors-in-your-librem-5-apps/>
|
|
# and <https://github.com/koreader/koreader/issues/11118>
|
|
X-Purism-FormFactor=Workstation;Mobile;
|