Package Details: nuclear-player-git v0.6.30-1

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: 2024-03-07 08:43 (UTC)

Latest Comments

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':

git describe --long --tags --match "v[0-9]*" | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
0.6.17.r79.ge94388d3

uint2048_t commented on 2021-11-02 15:28 (UTC) (edited on 2021-11-02 15:29 (UTC) by uint2048_t)

This package is broken for me also:

 lerna ERR! npm install exited 1 in 'nuclear'
 lerna ERR! npm install stderr:
 npm ERR! code ERESOLVE
 npm ERR! ERESOLVE unable to resolve dependency tree
 npm ERR! 
 npm ERR! While resolving: nuclear@0.6.17
 npm ERR! Found: typescript@4.4.4
 npm ERR! node_modules/typescript
 npm ERR!   dev typescript@"^4.2.4" from the root project
 npm ERR!   peer typescript@">= 2.7" from fork-ts-checker-webpack-plugin@6.4.0
 npm ERR!   node_modules/fork-ts-checker-webpack-plugin
 npm ERR!     fork-ts-checker-webpack-plugin@"^6.2.5" from the root project
 npm ERR!     peer fork-ts-checker-webpack-plugin@"*" from @storybook/preset-typescript@2.1.0
 npm ERR!     node_modules/@storybook/preset-typescript
 npm ERR!       @storybook/preset-typescript@"^2.1.0" from the root project
 npm ERR!   1 more (ts-loader)
 npm ERR! 
 npm ERR! Could not resolve dependency:
 npm ERR! peer typescript@"^3.4" from @storybook/preset-typescript@2.1.0
 npm ERR! node_modules/@storybook/preset-typescript
 npm ERR!   @storybook/preset-typescript@"^2.1.0" from the root project

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 below

  • This does not require lerna to build as NPM will install the version required in the build enviroment

  • Missing dependency on gtk3

  • Your desktop file is broken as /bin/nuclear does not exist. Use the included desktop file and just change the Exec value

  • Use 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 guidelines

  • The icon in the flatpak folder is broken, symlink the included icon

Example PKGBUILD