Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/
Date: Sat, 03 Sep 2016 18:48:57
Message-Id: 1472928485.dacab57e33c5cf272aa95607ebfcbc4ff927703f.prometheanfire@gentoo
1 commit: dacab57e33c5cf272aa95607ebfcbc4ff927703f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 18:48:05 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 18:48:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dacab57e
7
8 media-sound/spotify: because upstream likes to remove stuff
9
10 Package-Manager: portage-2.2.28
11
12 media-sound/spotify/Manifest | 2 -
13 media-sound/spotify/spotify-1.0.36-r1.ebuild | 117 ---------------------------
14 media-sound/spotify/spotify-1.0.37.ebuild | 2 +-
15 3 files changed, 1 insertion(+), 120 deletions(-)
16
17 diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
18 index d4ea77a..6a56042 100644
19 --- a/media-sound/spotify/Manifest
20 +++ b/media-sound/spotify/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST spotify-client_1.0.36.120.g536a862f-20_amd64.deb 79230104 SHA256 c041f58229451d54dac65da98d5d3d2d005cbc38366cddccad7f38d2c987240f SHA512 a8723d49d8dc1a68b033c032873c020732a2e5d52d19527eec74959b1b5aa0e052e40ed021a7d42dcb96718f1c4385aa0ab9f572ce92b9618f347ed7d80393d7 WHIRLPOOL fc475b7c8ffec19ca722d579dc48dff847a0ca1c6afd4f0c3eff319452cc47f8ec9107f9ea01e931e4a76d1ed65ef1129f4893035927aade979823e1ef91528c
23 -DIST spotify-client_1.0.36.120.g536a862f-2_i386.deb 87489612 SHA256 8f8b6b1ba42fa6b610b608f92c0f81ace1b07482ac663ba4381a58bf05dc582c SHA512 d46ccd1d93e69c46f9b581a8f112113dd968593457f5067690e53252470d0979891a7948504280d3e847388dd29c637047fccf44c6784c68b0ca0fdbdc576413 WHIRLPOOL 5a5e5a19d00bcb6e0a7f4ee4adbbff88bfd15400c41636fa6ff1ab1100c66403071bdacdfd0f0d70af70f0d25e6a09e4c767f709c71127f09e68ef29b3fea679
24 DIST spotify-client_1.0.37.152.gc83ea995-42_amd64.deb 79521822 SHA256 9da56b2f696159361bcf6eac0a218ef0a669802f8deb3be17dbf25cb062e0d02 SHA512 c148a4bfdaae14b1d87fa09b6d4c9780fd87e594ae310f8fc1d696be6111214f88ddc239e368faab17d327a5c7ec2b745391d4f114bd41ad9ce6e3b731790609 WHIRLPOOL f49cf8f0ead7a4c436b7491e5c8fc3991133b89e623fc323260a0905b67ef25c26cab0fb6866e8a18a5448110a7e7157c8dc796ae6548469670598f654c7eb6b
25 DIST spotify-client_1.0.37.152.gc83ea995-42_i386.deb 87737188 SHA256 a5a33f167491455df03f791b818c64e90f4a35b0d83284bb223e15bd4a45f228 SHA512 ef18a4ad61427669c2da00dbd2487882de2cfab191c42cc385f0db230b2bae6b0f03f504c60f5dde67aecc12becb0076727729f6380a7fa88ce01d140965efd1 WHIRLPOOL 64449c68c60c2e46dd16f109a0e3c14f2c844bb9b43ad7cb7d7ab2a3ac603bf34d895637b881341d09f77ef60e82eae513a003b6f494e429899ace42b022bc71
26
27 diff --git a/media-sound/spotify/spotify-1.0.36-r1.ebuild b/media-sound/spotify/spotify-1.0.36-r1.ebuild
28 deleted file mode 100644
29 index c6b34e7..00000000
30 --- a/media-sound/spotify/spotify-1.0.36-r1.ebuild
31 +++ /dev/null
32 @@ -1,117 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=6
38 -inherit eutils fdo-mime gnome2-utils pax-utils unpacker
39 -
40 -DESCRIPTION="Spotify is a social music platform"
41 -HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
42 -SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}-client/"
43 -SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.120.g536a862f-20_amd64.deb )
44 - x86? ( ${SRC_BASE}${PN}-client_${PV}.120.g536a862f-2_i386.deb )"
45 -LICENSE="Spotify"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE="gnome pax_kernel pulseaudio"
49 -RESTRICT="mirror strip"
50 -
51 -DEPEND=""
52 -# zenety needed for filepicker
53 -RDEPEND="
54 - ${DEPEND}
55 - dev-libs/nss
56 - gnome-base/gconf
57 - gnome-extra/zenity
58 - media-libs/alsa-lib
59 - media-libs/harfbuzz
60 - media-libs/fontconfig
61 - media-libs/mesa
62 - net-misc/curl[ssl,curl_ssl_openssl]
63 - net-print/cups[ssl]
64 - x11-libs/gtk+:2
65 - x11-libs/libXScrnSaver
66 - x11-libs/libXtst
67 - dev-python/pygobject:3
68 - dev-python/dbus-python
69 - pulseaudio? ( media-sound/pulseaudio )
70 - gnome? ( gnome-extra/gnome-integration-spotify )"
71 - #sys-libs/glibc
72 -
73 -S=${WORKDIR}/
74 -
75 -QA_PREBUILT="opt/spotify/spotify-client/spotify"
76 -
77 -src_prepare() {
78 - # Fix desktop entry to launch spotify-dbus.py for GNOME integration
79 - if use gnome ; then
80 - sed -i \
81 - -e 's/spotify \%U/spotify-dbus.py \%U/g' \
82 - usr/share/spotify/spotify.desktop || die "sed failed"
83 - fi
84 - default
85 -}
86 -
87 -src_install() {
88 - dodoc usr/share/doc/spotify-client/changelog.gz
89 -
90 - SPOTIFY_PKG_HOME=usr/share/spotify
91 - insinto /usr/share/pixmaps
92 - doins ${SPOTIFY_PKG_HOME}/icons/*.png
93 -
94 - # install in /opt/spotify
95 - SPOTIFY_HOME=/opt/spotify/spotify-client
96 - insinto ${SPOTIFY_HOME}
97 - doins -r ${SPOTIFY_PKG_HOME}/*
98 - fperms +x ${SPOTIFY_HOME}/spotify
99 -
100 - dodir /usr/bin
101 - cat <<-EOF >"${D}"/usr/bin/spotify || die
102 - #! /bin/sh
103 - exec ${SPOTIFY_HOME}/spotify "\$@"
104 - EOF
105 - fperms +x /usr/bin/spotify
106 -
107 - local size
108 - for size in 16 22 24 32 48 64 128 256 512; do
109 - newicon -s ${size} "${S}${SPOTIFY_PKG_HOME}/icons/spotify-linux-${size}.png" \
110 - "spotify-client.png"
111 - done
112 - domenu "${S}${SPOTIFY_PKG_HOME}/spotify.desktop"
113 - if use pax_kernel; then
114 - #create the headers, reset them to default, then paxmark -m them
115 - pax-mark C "${ED}${SPOTIFY_HOME}/${PN}" || die
116 - pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die
117 - pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die
118 - eqawarn "You have set USE=pax_kernel meaning that you intend to run"
119 - eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
120 - eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
121 - eqawarn "you suspect that ${PN} is being broken by this modification,"
122 - eqawarn "please open a bug."
123 - fi
124 -}
125 -
126 -pkg_preinst() {
127 - gnome2_icon_savelist
128 -}
129 -
130 -pkg_postinst() {
131 - gnome2_icon_cache_update
132 - fdo-mime_mime_database_update
133 - fdo-mime_desktop_database_update
134 -
135 - ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
136 - ewarn "To remove the cache:"
137 - ewarn "rm -rf ~/.cache/spotify"
138 - ewarn
139 - ewarn "If you use KDE and are upgrading from 0.9 to 1.0, you might still see the old icon."
140 - ewarn "Run"
141 - ewarn "$ rm /var/tmp/kdecache-\$USER/icon-cache.kcache"
142 - ewarn "Then log out and log in back to KDE."
143 -}
144 -
145 -pkg_postrm() {
146 - gnome2_icon_cache_update
147 - fdo-mime_mime_database_update
148 - fdo-mime_desktop_database_update
149 -}
150
151 diff --git a/media-sound/spotify/spotify-1.0.37.ebuild b/media-sound/spotify/spotify-1.0.37.ebuild
152 index 79731ad..41e506c 100644
153 --- a/media-sound/spotify/spotify-1.0.37.ebuild
154 +++ b/media-sound/spotify/spotify-1.0.37.ebuild
155 @@ -12,7 +12,7 @@ SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.152.gc83ea995-42_amd64.deb )
156 x86? ( ${SRC_BASE}${PN}-client_${PV}.152.gc83ea995-42_i386.deb )"
157 LICENSE="Spotify"
158 SLOT="0"
159 -KEYWORDS="~amd64 ~x86"
160 +KEYWORDS="amd64 x86"
161 IUSE="gnome pax_kernel pulseaudio"
162 RESTRICT="mirror strip"