summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-05-19 21:22:01 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2022-05-19 21:22:01 -0500
commit5ea9f1ea6f92dc13f94976031a4bc5396de3e41b (patch)
tree3ef39a2f115cd798dd9876bf10f82af505fc9a14
parentgnome-extra/gnome-integration-spotify: add 3.10 to python_compat (diff)
downloadgentoo-5ea9f1ea.tar.gz
gentoo-5ea9f1ea.tar.bz2
gentoo-5ea9f1ea.zip
media-sound/spotify: remove gnome-integration-spotify support
Closes: https://bugs.gentoo.org/845279 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--media-sound/spotify/spotify-1.1.84.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/spotify/spotify-1.1.84.ebuild b/media-sound/spotify/spotify-1.1.84.ebuild
index 5a5510753d13..c5c1d8074702 100644
--- a/media-sound/spotify/spotify-1.1.84.ebuild
+++ b/media-sound/spotify/spotify-1.1.84.ebuild
@@ -42,7 +42,9 @@ RDEPEND="
x11-libs/libXtst
x11-libs/libSM
x11-libs/libICE
+ !gnome-extra/gnome-integration-spotify
"
+ #gnome-integration-spotify causes spotify to fail to launch
#sys-libs/glibc
S="${WORKDIR}/"
@@ -111,6 +113,5 @@ pkg_postinst() {
ewarn "To remove the cache:"
ewarn "rm -rf ~/.cache/spotify"
- optfeature "Gnome specific systray integration" gnome-extra/gnome-integration-spotify
optfeature "systray integration on non-Gnome DEs" media-sound/spotify-tray
}