Done, thanks for the patch! That should fix the issue andmars was having. However, it doesn't fix the fact this package is broken on recent versions of Spotify. That is likely an issue with the blacklist/whitelist, and some experimentation needs to be done to fix it. At some point I may get around to doing that, but others should feel free to do so as well.
Search Criteria
Package Details: spotify-adkiller-dns-block-git r82.1184e1e-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/spotify-adkiller-dns-block-git.git (read-only, click to copy) |
---|---|
Package Base: | spotify-adkiller-dns-block-git |
Description: | Experimental dns blocking from Spotify AdKiller |
Upstream URL: | https://github.com/SecUpwN/Spotify-AdKiller |
Licenses: | GPL3 |
Conflicts: | spotify-adkiller-dns-block |
Provides: | spotify-adkiller-dns-block |
Submitter: | MageJohn |
Maintainer: | MageJohn |
Last Packager: | MageJohn |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-12 18:32 (UTC) |
Last Updated: | 2019-08-22 14:57 (UTC) |
Dependencies (2)
- spotifyAUR (spotify-snapstoreAUR, spotify-1.1AUR, spotify-devAUR, spotify-edgeAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (3)
Latest Comments
MageJohn commented on 2019-08-22 15:00 (UTC)
dreieck commented on 2019-08-22 11:08 (UTC)
On 2019-04-02 17:26 there was already a fix proposes. Please incorporate it in your package!
Patch for the PKGBUILD
: http://ix.io/1T1O
--- PKGBUILD.orig 2019-08-22 13:02:32.446798819 +0200
+++ PKGBUILD 2019-08-22 13:04:19.990136185 +0200
@@ -39,2 +39,5 @@
install -D -m644 "${pkgname%-git}.desktop" -t "$pkgdir"/usr/share/applications/
+
+ install -d -m755 "${pkgdir}/usr/share/spotify/"
+ ln -s '/opt/spotify/spotify' "${pkgdir}/usr/share/spotify/spotify"
}
Alpix commented on 2019-04-02 17:26 (UTC)
To fix the problem @MageJohn mentioned, you need to create a symlink to the new location of spotify.
1) sudo mkdir /usr/share/spotify/ 2) sudo ln -s /opt/spotify/spotify /usr/share/spotify/spotify
Greetings
andmars commented on 2019-03-04 08:20 (UTC)
With spotify 1:1.0.98.78-2 it says: ╰─$ spotify-adkiller-dns-block /usr/bin/spotify-adkiller-dns-block: Zeile 3: /usr/share/spotify/spotify: Datei oder Verzeichnis nicht gefunden So it's looking for /usr/share/spotify/spotify which doesn't exist.
MageJohn commented on 2018-09-30 10:04 (UTC)
The dns-block branch of Spotify Adkiller is currently broken on recent versions of Spotify. Until this is fixed, I can't recommend using this package, unless you have downgraded version of Spotify.
Pinned Comments
MageJohn commented on 2018-09-30 10:04 (UTC)
The dns-block branch of Spotify Adkiller is currently broken on recent versions of Spotify. Until this is fixed, I can't recommend using this package, unless you have downgraded version of Spotify.