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: Sat, 05 Sep 2020 19:35:30
Message-Id: 1599334520.d6493cb335ca09710160b4cc1886b3ca16f1b87b.prometheanfire@gentoo
1 commit: d6493cb335ca09710160b4cc1886b3ca16f1b87b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 19:35:04 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 19:35:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6493cb3
7
8 media-sound/spotify: add more libs to qa prebuilt
9
10 Closes: https://bugs.gentoo.org/740500
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 media-sound/spotify/spotify-1.1.26-r2.ebuild | 9 ++++++++-
15 1 file changed, 8 insertions(+), 1 deletion(-)
16
17 diff --git a/media-sound/spotify/spotify-1.1.26-r2.ebuild b/media-sound/spotify/spotify-1.1.26-r2.ebuild
18 index 6c28565a405..fdf168b7477 100644
19 --- a/media-sound/spotify/spotify-1.1.26-r2.ebuild
20 +++ b/media-sound/spotify/spotify-1.1.26-r2.ebuild
21 @@ -43,7 +43,14 @@ RDEPEND="
22
23 S=${WORKDIR}/
24
25 -QA_PREBUILT="opt/spotify/spotify-client/spotify"
26 +QA_PREBUILT="
27 + opt/spotify/spotify-client/spotify
28 + opt/spotify/spotify-client/libEGL.so
29 + opt/spotify/spotify-client/libGLESv2.so
30 + opt/spotify/spotify-client/libcef.so
31 + opt/spotify/spotify-client/swiftshader/libEGL.so
32 + opt/spotify/spotify-client/swiftshader/libGLESv2.so
33 +"
34
35 src_prepare() {
36 # Fix desktop entry to launch spotify-dbus.py for systray integration