Skip to content

Commit

Permalink
koreader: disable ota updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gbyl committed Jun 8, 2024
1 parent b812d03 commit 0f5234d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package/koreader/package
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
# Copyright (c) 2021 The Toltec Contributors
# Copyright (c) 2024 The Toltec Contributors
# SPDX-License-Identifier: MIT

pkgnames=(koreader)
pkgdesc="Ebook reader supporting PDF, DjVu, EPUB, FB2 and many more formats"
url=https://github.com/koreader/koreader
pkgver=2024.04-4
pkgver=2024.04-5
timestamp=2024-04-29T19:56:05Z
section="readers"
maintainer="raisjn <of.raisjn@gmail.com>"
Expand Down Expand Up @@ -37,6 +37,7 @@ package() {
rm "$pkgdir"/opt/koreader/{fbink,fbdepth}
ln -s /opt/bin/fbink "$pkgdir"/opt/koreader/fbink
ln -s /opt/bin/fbdepth "$pkgdir"/opt/koreader/fbdepth
sed -i 's/hasOTAUpdates = yes/hasOTAUpdates = no/' "$pkgdir"/opt/koreader/frontend/device/remarkable/device.lua

install -D -m 644 -t "$pkgdir"/opt/etc/draft/ "$srcdir"/koreader.draft
install -D -m 644 -t "$pkgdir"/opt/usr/share/applications/ "$srcdir"/KOReader.oxide
Expand Down

0 comments on commit 0f5234d

Please sign in to comment.