Search Criteria
Package Details: glowing-bear-git v0.6.0.r248.gd87a2cd-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/glowing-bear-git.git (read-only, click to copy) |
---|---|
Package Base: | glowing-bear-git |
Description: | A web client for Weechat (Electron version) |
Upstream URL: | http://www.glowing-bear.org/ |
Licenses: | GPL-3.0 |
Groups: | irc, weechat |
Submitter: | TPXP |
Maintainer: | None |
Last Packager: | TPXP |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-30 14:36 (UTC) |
Last Updated: | 2017-07-30 14:36 (UTC) |
Dependencies (3)
- electron
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Latest Comments
0mark commented on 2021-03-17 05:07 (UTC)
If one gets an error like this one: 17 03 2021 05:57:09.552:ERROR [launcher]: No binary for Chrome browser on your platform.
Apparently this package needs a chrome-based-browser installed to build. I tried with chromium, and that works. Also needs 'CHROME_BIN' set accordingly. Note that this is really a build dependency. It can be removed right after build and glowing-bear works fine.
duckdalbe commented on 2020-01-07 08:28 (UTC) (edited on 2020-01-07 08:28 (UTC) by duckdalbe)
prepare() needs an additional line:
Edit: Thanks for packaging! :)
adlerweb commented on 2018-12-24 14:50 (UTC)
For me compile failed during test phase:
---snip--- 24 12 2018 15:17:59.156:INFO [karma-server]: Karma v3.1.4 server started at http://0.0.0.0:9876/ 24 12 2018 15:17:59.161:INFO [launcher]: Launching browsers PhantomJS with concurrency unlimited 24 12 2018 15:17:59.174:INFO [launcher]: Starting browser PhantomJS 24 12 2018 15:18:59.226:WARN [launcher]: PhantomJS have not captured in 60000 ms, killing. 24 12 2018 15:18:59.237:INFO [launcher]: Trying to start PhantomJS again (1/2). 24 12 2018 15:19:59.296:WARN [launcher]: PhantomJS have not captured in 60000 ms, killing. 24 12 2018 15:19:59.302:INFO [launcher]: Trying to start PhantomJS again (2/2). 24 12 2018 15:20:59.361:WARN [launcher]: PhantomJS have not captured in 60000 ms, killing. 24 12 2018 15:20:59.364:ERROR [launcher]: PhantomJS failed 2 times (timeout). Giving up. npm ERR! Test failed. See above for more details. ---snip---
Compiled binary seems to work nevertheless, just the test looks somewhat broken.