Search Criteria
Package Details: nuclear-player-git v0.6.31-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nuclear-player-git.git (read-only, click to copy) |
|---|---|
| Package Base: | nuclear-player-git |
| Description: | A free, multiplatform music player app that streams from multiple sources. |
| Upstream URL: | https://nuclear.js.org |
| Licenses: | GPL3 |
| Conflicts: | nuclear-player |
| Provides: | nuclear-player |
| Submitter: | Nullrequest |
| Maintainer: | nukeop |
| Last Packager: | nukeop |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-12-26 13:08 (UTC) |
| Last Updated: | 2025-03-02 21:48 (UTC) |
Dependencies (8)
- libappindicator-gtk3 (libappindicator)
- libnotify (libnotify-gitAUR)
- libxtst
- nss (nss-hgAUR)
- git (git-gitAUR, git-glAUR) (make)
- lernaAUR (make)
- nodejs-lts-iron (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
Latest Comments
nukeop commented on 2025-03-02 21:48 (UTC)
Node updated.
nukeop commented on 2024-03-07 08:51 (UTC)
Upstream neds to be updated to be compatible with the version of lerna that AUR has now. The repository uses an older version.
nukeop commented on 2024-03-07 08:48 (UTC)
I updated the dependencies
impulse commented on 2024-03-07 08:19 (UTC)
Package broken, can i be co-maintainer so i can update it?
yochananmarqos commented on 2022-02-09 17:01 (UTC)
Upstream is using nightly and commit SHA tags which mangles the pkgver. Please use the following including
s/^v//;to remove the leading 'v':<deleted-account> commented on 2021-11-02 15:28 (UTC)
This package is broken for me also:
nukeop commented on 2021-08-31 19:54 (UTC)
What difficulties are you having installing the Package? Do you find that it doesn't build? I can install it fine on my machine.
yochananmarqos commented on 2021-08-31 17:10 (UTC) (edited on 2021-08-31 17:14 (UTC) by yochananmarqos)
This package is completely broken and is packaged improperly.
Remove the leading v in the pkgver with
s/^v//, see the example PKGBUILD belowThis does not require
lernato build as NPM will install the version required in the build enviromentMissing dependency on
gtk3Your desktop file is broken as
/bin/nucleardoes not exist. Use the included desktop file and just change theExecvalueUse a temporary cache, see Node.js package guidelines
DO NOT dump the linux-unpacked directory into
/usr/bin/. Since this includes a prebuilt copy of Electron, it should be in/opt/nuclear/. See Electron package guidelinesThe icon in the flatpak folder is broken, symlink the included icon
Example PKGBUILD