Package Details: thorium-reader 3.1.0-1

Git Clone URL: https://aur.archlinux.org/thorium-reader.git (read-only, click to copy)
Package Base: thorium-reader
Description: Cross-platform desktop reading app based on the Readium Desktop toolkit
Upstream URL: https://github.com/edrlab/thorium-reader
Keywords: electron epub epub-reader epub3 lcp opds opds-feed react reader redux typescript
Licenses: MIT
Submitter: xiota
Maintainer: xiota (zxp19821005)
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-26 14:28 (UTC)
Last Updated: 2025-02-18 02:53 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Pinned Comments

xiota commented on 2024-06-27 07:50 (UTC) (edited on 2024-06-27 07:51 (UTC) by xiota)

Dropped support for thorium-reader-flags.conf file. Use electron-flags.conf.

Latest Comments

DHouck commented on 2025-02-04 06:16 (UTC)

I am unable to build in a clean chroot, but with a different error. First I get a gazillion deprecation warnings; I expect thatʼs because you set this to build with node v20 when upstream asks for node v18, but Iʼm not sure. Then I get a bunch of type checking errors, which might be because of that or might be something else.

Log from paru -Syu thorium-reader, minus some irrelevant parts at the beginning and end which arenʼt about this package: https://paste.sh/Fsbnx2qf#TY59iU6A8nLXBDNc0XJZP1g9

xiota commented on 2024-06-27 07:50 (UTC) (edited on 2024-06-27 07:51 (UTC) by xiota)

Dropped support for thorium-reader-flags.conf file. Use electron-flags.conf.

xiota commented on 2024-06-27 01:40 (UTC)

@Bitals Please provide the full logs in a pastebin, or try building in a clean chroot.

Bitals commented on 2024-06-26 20:39 (UTC)

Does not build with neither aurutils nor makepkg -sfC:

  • copying Electron  source=/usr/lib/electron destination=/home/bitals/makepkg/thorium-reader/src/thorium-reader/release/linux-unpacked
  • skipping "afterSign" hook as no signing occurred, perhaps you intended "afterPack"?
==> Entering fakeroot environment...
chmod: cannot access '/home/bitals/GitClonedRepos/thorium-reader/node-home/makepkg/thorium-reader/pkg': No such file or directory
User defined signal 1
makepkg -sfC  188.74s user 17.33s system 349% cpu 59.040 total

sed -i 's/afterSign/afterPack/' "$_pkgsrc/package.json" does not help, the hook error goes away, but No such file or directory stays.

Also:

ls: cannot open directory '/home/bitals/makepkg/thorium-reader/pkg': Permission denied

Fresh build, this dir was created by makepkg just now. Just to be sure tried deleting it, no dice. Something very strange.