Search Criteria
Package Details: majsoul-plus 2.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/majsoul-plus.git (read-only, click to copy) |
---|---|
Package Base: | majsoul-plus |
Description: | Majsoul browser, with more features |
Upstream URL: | https://github.com/MajsoulPlus/majsoul-plus |
Keywords: | majsoul |
Licenses: | AGPL3 |
Conflicts: | majsoul-plus-bin |
Submitter: | bruceutut |
Maintainer: | None |
Last Packager: | bruceutut |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-13 06:17 (UTC) |
Last Updated: | 2020-10-12 03:48 (UTC) |
Dependencies (5)
- electron
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- moreutils (moreutils-go-binAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Latest Comments
rvalles commented on 2020-12-19 14:27 (UTC)
Build's been broken for a while.
src/bin/main/mainLoader.ts:115:30 - error TS2551: Property 'getWebContents' does not exist on type 'WebviewTag'. Did you mean 'getWebContentsId'?
This needs dependency on a specific version of electron which works, or otherwise needs to be updated to pull git rather than a tarball.
rid9 commented on 2020-06-13 11:04 (UTC) (edited on 2020-06-13 12:19 (UTC) by rid9)
The game binary requires
electron
binary to be availabe, while theelectron7
dependencies only provideselectron7
binary. Symbolic linkingelectron7
toelectron
resolves the problem. Or by using theelectron
package.