media-sound/spotify: bup and bugs 581596 and 581670
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 1 May 2016 01:48:47 +0000 (20:48 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 1 May 2016 01:48:47 +0000 (20:48 -0500)
Package-Manager: portage-2.2.26

media-sound/spotify/Manifest
media-sound/spotify/spotify-1.0.28.ebuild [moved from media-sound/spotify/spotify-1.0.27.ebuild with 87% similarity]

index 95aa34a47b7364f1a23b2bc3c53996c178209712..bffaafd5e64605ebc26364dfd4802fb612070857 100644 (file)
@@ -1,2 +1,2 @@
-DIST spotify-client_1.0.27.71.g0a26e3b2-9_amd64.deb 77971642 SHA256 82dc602ed17bbb9d0f2b161c69226f8a291f85d544fe4abffa347860374340e7 SHA512 acb80c2d605f0957c9c149a61ab633be40d38e7328ae295a6ffada58263a70eff1fdd80dd07d5df497fa69a45c0a46038fa01b4084e48ba1465296329dbb885e WHIRLPOOL ca0479c3dc4e15e87d380508f7131900fce338261f33d7b46c99160b0bb15885d7b693c8daf5a26e3446e1a0efbab1e7fa3b224b635e7529a47e8c394eae50a1
-DIST spotify-client_1.0.27.73.g602ced10-2_i386.deb 81135262 SHA256 b7113e2aa305cd2389d8861c6212de05ed5a9cfaa2a85e8021b355a848634f34 SHA512 c77165046472853a7be5da35924ef0b1296bdcac90342b99ad87b492117487645f4845deb5014ba739a7c8edbffce829f65c849a822a72af0441f3f74a8c740a WHIRLPOOL 43b06ac12ae0aaf2436e21c2a755ff5e074727b44e6897f956c647b85ecd4403ac10c918dbcaed360ea235959d7b3d49318b050668f0b324d2daf81e384b915e
+DIST spotify-client_1.0.28.89.gf959d4ce-37_amd64.deb 77841530 SHA256 c563f1c0cd7a632802431191714bd23be05009ce93d70571cc217e606575661b SHA512 aa1a913988df01e4362fd37c5150b419bd9b0d59cb966f8067b178ad11fbb2ff24e5bea6fc11d29b170c3f28dad91d791c043df9eb988127786020a5af0af646 WHIRLPOOL 6c6c951f80311ccd3c7211cb4c0a8ba3511b4c87200dabac7683262741126f4a50f6ae31fc06225efdc18227ae753bbd558ff0d5f8d98d4a8632fcef4988f037
+DIST spotify-client_1.0.28.89.gf959d4ce-4_i386.deb 4543475 SHA256 6534d77164b77c0d2ce88150e57ab6ae7b75322b72a3abca201f1a449b850434 SHA512 cb36aa7160df003e98f4bd5ac2666d35938f665c6747aafc3b9835aa9c3319e3de593ac978e9cc6ae632cea25b5b93da0f70518a24b16149ecdbd1719cfa3b09 WHIRLPOOL 9d9dfd0fb185cc2e66f572e439ead819bfd9e0faba6e6ac43d371b5d5416a0cba8aa5f2e93e7b50d2c14ae3841a85b652ec1cb7c7175b9d27bb2273ae4be1969
similarity index 87%
rename from media-sound/spotify/spotify-1.0.27.ebuild
rename to media-sound/spotify/spotify-1.0.28.ebuild
index 40e9b73642edbff7fe04adeadf0a91c460099c12..2c75ee4d52e32fa2a927c8ba1063e1ab4845a49d 100644 (file)
@@ -2,17 +2,17 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit eutils fdo-mime gnome2-utils pax-utils unpacker
 
 DESCRIPTION="Spotify is a social music platform"
 HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
 SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}-client/"
-SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.71.g0a26e3b2-9_amd64.deb )
-       x86? ( ${SRC_BASE}${PN}-client_${PV}.73.g602ced10-2_i386.deb )"
+SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.89.gf959d4ce-37_amd64.deb )
+       x86? ( ${SRC_BASE}${PN}-client_${PV}.89.gf959d4ce-4_i386.deb )"
 LICENSE="Spotify"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="gnome pax_kernel pulseaudio"
 RESTRICT="mirror strip"
 
@@ -29,12 +29,14 @@ RDEPEND="
        media-libs/mesa
        net-misc/curl
        net-print/cups[ssl]
-       sys-libs/glibc
        x11-libs/gtk+:2
        x11-libs/libXScrnSaver
        x11-libs/libXtst
+       dev-python/pygobject:3
+       dev-python/dbus-python
        pulseaudio? ( media-sound/pulseaudio )
        gnome? ( gnome-extra/gnome-integration-spotify )"
+       #sys-libs/glibc
 
 S=${WORKDIR}/
 
@@ -43,14 +45,15 @@ QA_PREBUILT="opt/spotify/spotify-client/spotify"
 src_prepare() {
        # Fix desktop entry to launch spotify-dbus.py for GNOME integration
        if use gnome ; then
-       sed -i \
-               -e 's/spotify \%U/spotify-dbus.py \%U/g' \
-               usr/share/spotify/spotify.desktop || die "sed failed"
+               sed -i \
+                       -e 's/spotify \%U/spotify-dbus.py \%U/g' \
+                       usr/share/spotify/spotify.desktop || die "sed failed"
        fi
+       default
 }
 
 src_install() {
-       dodoc usr/share/doc/spotify-client/changelog.Debian.gz
+       dodoc usr/share/doc/spotify-client/changelog.gz
 
        SPOTIFY_PKG_HOME=usr/share/spotify
        insinto /usr/share/pixmaps