Search Criteria
Package Details: weakauras-companion 5.2.10-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/weakauras-companion.git (read-only, click to copy) |
---|---|
Package Base: | weakauras-companion |
Description: | A cross-platform application built to provide the missing link between Wago.io and World of Warcraft.(Use system-wide electron) |
Upstream URL: | https://weakauras.wtf/ |
Keywords: | electron wago warcraft weakauras weakauras-companion world-of-warcraft |
Licenses: | GPL-2.0-or-later |
Submitter: | zxp19821005 |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-11-20 08:30 (UTC) |
Last Updated: | 2025-01-28 06:49 (UTC) |
Dependencies (8)
- electron33
- cmake (cmake-gitAUR) (make)
- curl (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)
- pnpm (yarn-pnpm-corepackAUR, pnpm-binAUR, corepackerAUR) (make)
Latest Comments
zxp19821005 commented on 2025-01-28 06:50 (UTC)
@artafinde Thanks for your reminder, added it.
artafinde commented on 2025-01-25 16:34 (UTC)
This needs the
gendesk
dependency and to conflict withweakauras-companion-bin
pkgzxp19821005 commented on 2025-01-22 02:31 (UTC)
@kogasa Thanks for your feedback. I've fixed it as your suggestion.
kogasa commented on 2025-01-21 22:04 (UTC)
This failed to build with Paru because
build()
references${electronDist}
which is defined inprepare()
. This makes-c.electronDist
refer to itself, which causes an error that looks likeTo fix it, move the line
into
build()
, or outside ofprepare()
. (I normally wouldn't suggest a change specifically for third-party tool compatibility, but doesn't it make more sense to define the variable in the scope where it's used, anyway?)