Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/
Date: Fri, 20 May 2022 02:22:14
Message-Id: 1653013321.5ea9f1ea6f92dc13f94976031a4bc5396de3e41b.prometheanfire@gentoo
1 commit: 5ea9f1ea6f92dc13f94976031a4bc5396de3e41b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 02:22:01 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 02:22:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea9f1ea
7
8 media-sound/spotify: remove gnome-integration-spotify support
9
10 Closes: https://bugs.gentoo.org/845279
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 media-sound/spotify/spotify-1.1.84.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/media-sound/spotify/spotify-1.1.84.ebuild b/media-sound/spotify/spotify-1.1.84.ebuild
18 index 5a5510753d13..c5c1d8074702 100644
19 --- a/media-sound/spotify/spotify-1.1.84.ebuild
20 +++ b/media-sound/spotify/spotify-1.1.84.ebuild
21 @@ -42,7 +42,9 @@ RDEPEND="
22 x11-libs/libXtst
23 x11-libs/libSM
24 x11-libs/libICE
25 + !gnome-extra/gnome-integration-spotify
26 "
27 + #gnome-integration-spotify causes spotify to fail to launch
28 #sys-libs/glibc
29
30 S="${WORKDIR}/"
31 @@ -111,6 +113,5 @@ pkg_postinst() {
32 ewarn "To remove the cache:"
33 ewarn "rm -rf ~/.cache/spotify"
34
35 - optfeature "Gnome specific systray integration" gnome-extra/gnome-integration-spotify
36 optfeature "systray integration on non-Gnome DEs" media-sound/spotify-tray
37 }