Search Criteria
Package Details: poi 10.7.0.beta.2.0.gd76fafa8-1
Git Clone URL: | https://aur.archlinux.org/poi.git (read-only, click to copy) |
---|---|
Package Base: | poi |
Description: | Scalable KanColle browser and tool |
Upstream URL: | https://github.com/poooi/poi/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | swordfeng |
Maintainer: | swordfeng (lilac) |
Last Packager: | lilac |
Votes: | 5 |
Popularity: | 0.000002 |
First Submitted: | 2016-08-18 06:40 |
Last Updated: | 2021-03-31 14:16 |
Dependencies (13)
- gtk3 (gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- libxss
- nodejs (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-nightly, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium)
- nss (nss-hg)
- git (git-git) (make)
- gulp (gulp-cli) (make)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-full, imagemagick-fftw) (make)
- jq (jq-git) (make)
- nodejs (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-nightly, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium) (make)
- npm (nodejs6-bin, nodejs-nightly, npm6) (make)
- python2 (make)
- unzip (unzip-natspec, unzip-iconv) (make)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git, zlib-ng) (make)
Latest Comments
ress commented on 2020-12-02 01:56
I tried to run it in the wayland environment using xorg-server-xwayland. Then it failed to start because the libxss did not exist.
So I would like you to add libxss to the dependencies.
peeweep commented on 2019-10-06 12:12
Nodejs should also be in depends, not just makedepends. :)
xingxuanma commented on 2017-08-16 00:57
emmmmm......
I solved this problem by setting ELECTRON_MIRROR environment variable.
ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
And now all goes well.
This page: https://github.com/electron-userland/electron-download
swordfeng commented on 2017-08-07 13:53
@xingxuanma
please make sure that you have appropriately connected to the internet
xingxuanma commented on 2017-08-07 01:27
不知道为什么,我通不过build啊……总是反复报错……
[4/4] Building fresh packages...
[1/1] ⠂ electron: at process._tickCallback (internal/process/next_tick.js:180:9)
[-/1] ⠂ waiting...
[-/1] ⠂ waiting...
[-/1] ⠂ waiting...
error /home/myhome/poi/src/poi/node_modules/electron: Command failed.
Exit code: 1
Command: sh
Arguments: -c node install.js
Directory: /home/myhome/poi/src/poi/node_modules/electron
Output:
/home/myhome/poi/src/poi/node_modules/electron/install.js:48
throw err
^
Error: socket hang up
at TLSSocket.onHangUp (_tls_wrap.js:1130:19)
at Object.onceWrapper (events.js:314:30)
at emitNone (events.js:110:20)
at TLSSocket.emit (events.js:207:7)
at endReadableNT (_stream_readable.js:1045:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
请问这个问题如何解决呢,谢谢~