summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-sound/spotify: remove references to media-sound/spotify-trayAndrew Ammerlaan2023-10-091-11/+0
| | | | | | | media-sound/spotify-tray is masked for removal because spotify now has its own tray icon and the package is no longer needed. Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-sound/spotify: update wrapper for changed spotify-tray pathAndrew Ammerlaan2023-04-251-2/+2
| | | | | | | | | Also force launch with x11 if using spotify-tray. It works in an X11 session or via xwayland. But launching in native wayland completely breaks it. Upstream indicates this will not be fixed. See-also: https://forums.gentoo.org/viewtopic-t-1150175.html Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-sound/spotify: wrapper script should send spotify links with dbus to ↵Henry Paradiz2022-08-181-15/+30
| | | | | | | | already running spotify instance Bug: https://bugs.gentoo.org/848948 Signed-off-by: Henry Paradiz <henry.paradiz@gmail.com> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* media-sound/spotify: Fix POSIX sh violations in the wrapper scriptKerin Millar2022-01-111-0/+23
Adjust the wrapper script template so as to operate correctly in POSIX sh(1), in addition to incorporating some minor quality improvements. Relocate the template to FILESDIR and use envsubst(1) to substitute the SPOTIFY_HOME and LIBDIR variables at the point that the wrapper is generated. Doing so makes it simpler to read and maintain. Closes: https://bugs.gentoo.org/831029 Signed-off-by: Kerin Millar <kfm@plushkava.net> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>