Package Details: yet-another-spotify-tray-git 1.3.0.0233e2f-1

Git Clone URL: https://aur.archlinux.org/yet-another-spotify-tray-git.git (read-only, click to copy)
Package Base: yet-another-spotify-tray-git
Description: Tray icon for Spotify Linux client application
Upstream URL: https://github.com/macdems/yet-another-spotify-tray
Licenses: MIT
Conflicts: spotify-tray
Provides: spotify-tray
Submitter: macdems
Maintainer: macdems
Last Packager: macdems
Votes: 0
Popularity: 0.000000
First Submitted: 2021-11-15 13:08 (UTC)
Last Updated: 2021-12-20 11:36 (UTC)

Latest Comments

applebloom commented on 2022-11-10 07:48 (UTC)

Rhe program doesn't work because it expects spotify's command to be sporify, when it's spotify-launcher. You can either symlink it in /usr/local/bin, or you could patch it in in the code:

diff --git a/PKGBUILD b/PKGBUILD
index 0fa899b..1b0378e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,11 @@ pkgver() {
         $(git rev-parse --short HEAD)
 }

+prepare() {
+  cd "${_pkgname}"
+  sed -i 's/#define DEFAULT_CLIENT_APP_PATH "spotify"/#define DEFAULT_CLIENT_APP_PATH "spotify-launcher"/' src/app.hpp
+}
+
 build() {
     cmake -B build -S ${_pkgname} \
         -DCMAKE_INSTALL_PREFIX='/usr' \

macdems commented on 2021-12-06 20:06 (UTC)

@musiclover you are right. I have updated makedepends.

bordam commented on 2021-12-06 18:52 (UTC)

I think qt5-tools is needed to build the package