@dr460nf1r3: Done.
Search Criteria
Package Details: ytmdesktop-git 2.0.2.r3.g64bcf78-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ytmdesktop-git.git (read-only, click to copy) |
---|---|
Package Base: | ytmdesktop-git |
Description: | A desktop app for YouTube Music |
Upstream URL: | https://ytmdesktop.app |
Licenses: | GPL-3.0-or-later |
Conflicts: | ytmdesktop |
Provides: | ytmdesktop |
Submitter: | garfunkel |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 8 |
Popularity: | 0.000152 |
First Submitted: | 2019-10-09 09:53 (UTC) |
Last Updated: | 2024-09-21 17:04 (UTC) |
Dependencies (13)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- libxtst
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- zip (zip-natspecAUR) (make)
- libgnome-keyring (optional)
- lsb-release (optional)
Required by (0)
Sources (2)
yochananmarqos commented on 2021-10-28 03:10 (UTC)
dr460nf1r3 commented on 2021-10-18 07:12 (UTC)
python
is missing in makedepends :)
yochananmarqos commented on 2021-10-12 02:18 (UTC)
@afzalarsalan: There were some upstream changes, it's fixed now.
afzalarsalan commented on 2021-10-12 01:35 (UTC)
I seem to be getting this error when building the package with the latest packages from the AUR and Arch Linux testing
npx electron-builder install-app-deps
Cannot find module 'fs/promises'
yochananmarqos commented on 2021-07-06 18:56 (UTC)
@pushrbx: I can't reproduce that.
pushrbx commented on 2021-07-06 15:42 (UTC) (edited on 2021-07-06 15:43 (UTC) by pushrbx)
@yochananmarqos
When the line 54 gets executed in PKGBUILD (npm run publish:lin), it doesn't do anything. However if I execute the command directly as it is in the package.json file it works fine. (I'm on manjaro latest)
So I've replaced line 54 with this:
npx electron-builder --linux -p always --config "electron-builder64.yml"
And it installed properly.
yochananmarqos commented on 2021-03-21 14:30 (UTC)
@mrxip: Fixed.
mrxip commented on 2021-03-21 03:45 (UTC)
Installing with yay stalls with this output, any tips?
==> Starting build()...
> youtube-music-desktop-app@1.13.0 postinstall
> npx electron-builder install-app-deps
• electron-builder version=22.9.1
• loaded configuration file=/home/george/.cache/yay/ytmdesktop-git/src/ytmdesktop/electron-builder.yml
• rebuilding native dependencies dependencies=@nodert-win10-rs4/windows.foundation@0.4.4, @nodert-win10-rs4/windows.media@0.4.4, @nodert-win10-rs4/windows.storage.streams@0.4.4, abstract-socket@2.1.1, bufferutil@4.0.1, register-scheme@0.0.2, utf-8-validate@5.0.2, windows.media.playback@0.1.0
platform=linux
arch=x64
yochananmarqos commented on 2021-01-04 16:10 (UTC)
@eatmyvenom: It works fine with Electron 11. Do not flag packages out of date unless there's a new release.
eatmyvenom commented on 2021-01-04 08:59 (UTC) (edited on 2021-01-04 09:00 (UTC) by eatmyvenom)
This package doesnt work at the moment, if anyone else is getting errors upon attempting to launch then do this:
-
Install the electron10 package
-
Edit
/usr/share/applications/ytmdesktop.desktop
to useelectron10
instead ofelectron
-
Enjoy
Pinned Comments
yochananmarqos commented on 2023-08-31 17:51 (UTC) (edited on 2023-08-31 18:10 (UTC) by yochananmarqos)
PSA: This now uses electron-forge instead of electron-builder. If anyone has any ideas how to build it with the system Electron like before, let me know.