Package Details: japreader-bin 1.9.1-1

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: 1
Popularity: 0.083522
First Submitted: 2023-05-21 06:54 (UTC)
Last Updated: 2023-09-08 01:16 (UTC)

Latest Comments

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"

shipurjan commented on 2023-05-21 09:13 (UTC)

Needs ln -s /opt/japreader/japreader "${pkgdir}/usr/bin/japreader"