Search Criteria
Package Details: orca-writer 0.7.0_pre_alpha-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/orca-writer.git (read-only, click to copy) |
---|---|
Package Base: | orca-writer |
Description: | React Electron App for Writing and Publishing Novels.Use system-wide electron. |
Upstream URL: | https://orcawriter.app/ |
Keywords: | electron novels publish react write |
Licenses: | AGPL-3.0-only |
Conflicts: | orca-writer |
Submitter: | zxp19821005 |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-07-07 08:41 (UTC) |
Last Updated: | 2024-10-28 03:20 (UTC) |
Dependencies (13)
- electron18 (electron18-binAUR)
- giflib (giflib-gitAUR)
- libexif (libexif-gitAUR)
- libgsf (libgsf-gitAUR)
- libvips (libvips-gitAUR, libvips-notiffAUR)
- libwebp (libwebp-gitAUR)
- orc
- cmake (cmake-gitAUR) (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- gendesk (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
Latest Comments
zxp19821005 commented on 2024-04-01 05:35 (UTC)
@LuannVinson 或许你可以看一下上游的
package.json
中对于electron
的编译版本的要求 : https://github.com/zachhannum/orca/blob/ca38e6155ce91e2d3a1c10d6d30502b2a0163889/package.json#L187 如果使用其他版本的electron进行编译,可能会导致未知的问题出现。LuannVinson commented on 2024-03-29 14:44 (UTC)
electron 18 is not needed the last electron: 29 is good
change: /usr/bin/orca-writer
else exec electron18 "${_RUNNAME}" "${_OPTIONS}" --no-sandbox "$@" || exit $? fi
to
else exec electron "${_RUNNAME}" "${_OPTIONS}" --no-sandbox "$@" || exit $? fi