This package now builds from the latest tag, instead of the latest commit
Then re-upload as 'awakened-poe-trade'
The pkgbuild need provides and conflicts awakened-poe-trade only (not awakened-poe-trade-git)
Git Clone URL: | https://aur.archlinux.org/awakened-poe-trade-git.git (read-only, click to copy) |
---|---|
Package Base: | awakened-poe-trade-git |
Description: | Path of Exile trading app for price checking |
Upstream URL: | https://github.com/SnosMe/awakened-poe-trade |
Keywords: | checking Exile of Path poe price trading |
Licenses: | MIT |
Conflicts: | awakened-poe-trade-git |
Provides: | awakened-poe-trade-git |
Submitter: | ninni |
Maintainer: | ninni |
Last Packager: | ninni |
Votes: | 8 |
Popularity: | 0.82 |
First Submitted: | 2021-08-15 15:56 (UTC) |
Last Updated: | 2024-07-28 19:30 (UTC) |
This package now builds from the latest tag, instead of the latest commit
Then re-upload as 'awakened-poe-trade'
The pkgbuild need provides and conflicts awakened-poe-trade only (not awakened-poe-trade-git)
Some changes have been made:
hi, @sinan thanks for the info.
looks like upstream is currently changing their build system: https://github.com/SnosMe/awakened-poe-trade/commit/21f00172f0ef8e6a3a8fb56b8eb8f1f65c6591c5
this AUR package builds from the master branch directly, however the upstream developers unfortunately don't use separate branches for develop/testing and master/stable stuff.
I'll update and adapt this AUR package accordingly as soon as their work is finished
hi, yarn cannot find package.json
yarn install v1.22.18
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 0.03s.
yarn run v1.22.18
error Couldn't find a package.json file in "/home/sinan/.cache/yay/awakened-poe-trade-git/src/awakened-poe-trade"
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
==> ERROR: A failure occurred in build().
Aborting...
-> error making: awakened-poe-trade-git
Thanks @beaverusiv, yarn make-index-files
has been added.
A new build step needs to be added: yarn make-index-files
https://github.com/SnosMe/awakened-poe-trade/commit/289047f39fd83aac370d3ad43d5ca609f770eb38
You're welcome
@FabioLolix Thanks, i should have read the wiki page more carefully - the PKGBUILD has been updated and 'v' has been removed.
Pinned Comments
ninni commented on 2022-05-20 19:25 (UTC) (edited on 2023-04-10 16:45 (UTC) by ninni)
Update/Edit (10.04.2023): You can now start awakened-poe-trade in a browser window and skip the whole overlay part using the
--no-overlay
flag.I'm pinning this comment to provide some basic information about this package and possible fixes:
First of all, I'm not the developer of awakened-poe-trade and just maintain this AUR package. The package builds directly from source, using the steps provided in the upstream Github Action Workflow, and adds a custom .desktop file. Most of the time, getting npm dependency warnings during building is "normal" and can be ignored.
Secondly, awakened-poe-trade on Linux can be a tad experimental. As it stands now, it only works on X11 and wayland is not supported. The overlay itself can also be a bit finicky and as far as i can see, composition MUST be enabled, otherwise we get a black screen.
If you have any problems, the following Github Issues might give some ideas as to how to fix them:
https://github.com/SnosMe/awakened-poe-trade/issues/476
https://github.com/SnosMe/awakened-poe-trade/issues/337
https://github.com/SnosMe/awakened-poe-trade/issues/185