Package Details: japreader-bin 1.9.3-3

Git Clone URL: https://aur.archlinux.org/japreader-bin.git (read-only, click to copy)
Package Base: japreader-bin
Description: An Electron app that helps you read Japanese text.
Upstream URL: https://github.com/marisukukise/japReader
Keywords: electron japanese read text
Licenses: GPL3
Conflicts: japreader
Provides: japreader
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 2
Popularity: 0.31
First Submitted: 2023-05-21 06:54 (UTC)
Last Updated: 2023-11-20 09:41 (UTC)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

zxp19821005 commented on 2023-09-28 10:35 (UTC)

@shipurjan Maybe you can see this: https://github.com/marisukukise/japReader/blob/v1.9.3/package.json#L40 .It was build by electron22 ,so it's better to use the same electron version.

zxp19821005 commented on 2023-09-28 10:33 (UTC)

@ashdemai Thanks for your feedback,I've fixed it.

ashdemai commented on 2023-09-27 13:58 (UTC)

line 3 in japreader.sh

_ASAR="/opt/japreader/resoources/app.asar"

change resoources to resources

shipurjan commented on 2023-07-18 09:04 (UTC)

Not sure if it matters, but the japreader beta version is using Electron 25.2.0, not Electron 22.

zxp19821005 commented on 2023-07-18 03:43 (UTC)

@ashdemai Thank you,it was my mistake,I forgot to add asar.Fixed now.

ashdemai commented on 2023-07-18 03:04 (UTC)

Not sure if it needs to be added as a dependency, but it requires asar package to complete an update.

shipurjan commented on 2023-05-22 18:13 (UTC)

@zxp19821005 Thank you too

zxp19821005 commented on 2023-05-22 01:29 (UTC)

@shipurjan Fixed it.Thank you!

shipurjan commented on 2023-05-22 01:03 (UTC)

I mean the program isn't detected in dmenu for me, I have to manually use the ln -s command below. Sorry I'm not sure about how arch packages are usually made, but normally when I install a program it's in /usr/bin and I don't have to add it manually, so I thought you could add it

zxp19821005 commented on 2023-05-21 09:18 (UTC)

@shipurjan Maybe you can see the PKGBUILD file:

sed 's|Exec=japreader|Exec=/opt/japreader/japreader|g' -i "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"