Does it actually require gtk2?
Search Criteria
Package Details: spotify-dev 1.1.42.622-3
Git Clone URL: | https://aur.archlinux.org/spotify-dev.git (read-only, click to copy) |
---|---|
Package Base: | spotify-dev |
Description: | A proprietary music streaming service |
Upstream URL: | https://www.spotify.com |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | imp0 |
Maintainer: | imp0 (karel_louwagie, sorcix) |
Last Packager: | imp0 |
Votes: | 24 |
Popularity: | 1.81 |
First Submitted: | 2019-02-19 21:06 |
Last Updated: | 2020-10-31 01:03 |
Dependencies (10)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view)
- libcurl-gnutls (libcurl3-gnutls, libcurl-gnutls-minimal-git)
- libglvnd (libglvnd-git)
- libxss
- libxtst
- nss (nss-hg)
- alsa-lib>=1.0.14 (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- ffmpeg0.10 (optional) – Adds support for playback of local files
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id) (optional) – Desktop notifications
- zenity (qarma-git, zenity-gtk2, zenity-git, zenity-light) (optional) – Adds support for importing local files
Required by (18)
- blockify (requires spotify)
- blockify-git (requires spotify)
- genius-spicetify-git (requires spotify)
- i3blocks-contrib (requires spotify) (optional)
- i3blocks-contrib-git (requires spotify) (optional)
- musixmatch-bin (requires spotify) (optional)
- mustream-git (requires spotify)
- polybar-spotify (requires spotify)
- polybar-spotify-module (requires spotify)
- sp (requires spotify)
- spotify-adblock-git (requires spotify)
- spotify-adblock-linux (requires spotify)
- spotify-adkiller-dns-block-git (requires spotify)
- spotify-adkiller-git (requires spotify)
- spotify-tray-git (requires spotify)
- spotifywm-git (requires spotify) (optional)
- spotrec (requires spotify) (optional)
- spotrec-git (requires spotify) (optional)
Sources (5)
ReNoM commented on 2021-03-04 13:21
avernan commented on 2021-01-03 18:07
@MCOfficer, I don't think the sudo on the gpg command is required unless you run makepkg with sudo as well. I actually had to import the key as my regular user for it to be accepted.
MCOfficer commented on 2020-11-10 10:16
FWIW, you can also import the key directly:
curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo gpg --import
guemidiborhane commented on 2020-11-02 11:54
@damico did that and it worked, thanks !
damico commented on 2020-11-02 11:15
@guemidiborhane After import manually, I got the same error as you shown. I just used yay and use a option to a clean buid. Worked fine after that
imp0 commented on 2020-11-01 15:43
If no keyserver is specified, GnuPG uses hkps://hkps.pool.sks-keyservers.net.
Unfortunately, at this time, almost no servers in that pool are active.
Update the gpg configuration in your build environment to use a different (pool of) keyserver(s).
guemidiborhane commented on 2020-10-31 15:10
I get this error
==> Validating source files with sha512sums...
spotify-Release ... Skipped
spotify-Release.sig ... Skipped
spotify-1.1.42.622-x86_64.deb ... Passed
spotify-x86_64-Packages ... Skipped
LICENSE ... Passed
==> Verifying source file signatures with gpg...
spotify-Release ... FAILED (bad signature from public key D1742AD60D811D58)
==> ERROR: One or more PGP signatures could not be verified!
error downloading sources: spotify-dev
rcv commented on 2020-10-31 14:24
There is no choice but to do it manually: gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8FD3D9A8D3800305A9FFF259D1742AD60D811D58
Recompiler commented on 2020-10-31 03:57
If anyone has this error:
:: PGP keys need importing:
-> 8FD3D9A8D3800305A9FFF259D1742AD60D811D58, required by: spotify-dev
==> Import? [Y/n] Y
:: Importing keys with gpg...
gpg: keyserver receive failed: General error
problem importing keys
Here's how you fix it:
gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8FD3D9A8D3800305A9FFF259D1742AD60D811D58
iovanom commented on 2020-10-30 09:51
I've got this error on update:
spotify-x86_64-Packages: OK
spotify-1.1.42.622-x86_64.deb: FAILED
sha512sum: WARNING: 1 computed checksum did NOT match
==> ERROR: A failure occurred in prepare().
Aborting...
error making: spotify-dev
could you help me how to fix that?
Pinned Comments
imp0 commented on 2020-11-01 15:43
If no keyserver is specified, GnuPG uses hkps://hkps.pool.sks-keyservers.net.
Unfortunately, at this time, almost no servers in that pool are active.
Update the gpg configuration in your build environment to use a different (pool of) keyserver(s).