Search Criteria
Package Details: lyrs-bin 0.26.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lyrs-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | lyrs-bin |
| Description: | Shows the lyrics of the track, playing on Spotify / YouTube Music.(Prebuilt version.Use system-wide electron) |
| Upstream URL: | https://github.com/organization/lyrs |
| Keywords: | electron hacktoberfest lyrics spotify youtube-music |
| Licenses: | Apache-2.0 |
| Conflicts: | lyrs |
| Provides: | lyrs |
| Submitter: | zxp19821005 |
| Maintainer: | zxp19821005 |
| Last Packager: | zxp19821005 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-06-25 15:20 (UTC) |
| Last Updated: | 2025-07-25 08:09 (UTC) |
Latest Comments
zxp19821005 commented on 2023-08-22 05:38 (UTC) (edited on 2023-08-22 10:29 (UTC) by zxp19821005)
@MarsSeed Thank you very much!I've modified the PKGBUILD file as your suggestions.
MarsSeed commented on 2023-08-21 12:32 (UTC)
Although there are other packaging problems here.
Please extract the data.tar.xz inside a
prepare()function in PKGBUILD.And then inside the
package()function, use theinstallcommand, with the appropriate attributes set (-m644for directories and non-executable files, and-m755for executables) to copy the files into the$pkgdir.MarsSeed commented on 2023-08-21 11:57 (UTC)
There are situations where there are custom modifications to the built-in Electron runtime and therefore it cannot be stripped out. I think in this case this package is fine as it is.
zxp19821005 commented on 2023-07-06 01:08 (UTC) (edited on 2023-08-10 04:29 (UTC) by zxp19821005)
When I directly run
electron25 /opt/Alspotron/resources/app.asar,I got errors:I am unable to solve it with my abilities.Is there someone who can maintain it together?
MarsSeed commented on 2023-07-05 12:00 (UTC)
Please remove the bundled Electron runtime and use an electron package from Arch repo.