diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-10 06:46:22 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-10 06:46:22 +0000 |
commit | cf3d0abe1f96fa925d30c31b46cdaf3b2f43823e (patch) | |
tree | e8242e263c623eafd7022229b33b31925cfabf2e /media-sound/spotify | |
parent | Security bump (bug #450968). Removed old (diff) | |
download | gentoo-2-cf3d0abe1f96fa925d30c31b46cdaf3b2f43823e.tar.gz gentoo-2-cf3d0abe1f96fa925d30c31b46cdaf3b2f43823e.tar.bz2 gentoo-2-cf3d0abe1f96fa925d30c31b46cdaf3b2f43823e.zip |
updated r1 for bug 451090
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/spotify/spotify-0.8.8.323-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/spotify/ChangeLog b/media-sound/spotify/ChangeLog index 50b8301966d5..a7ecc27edeb2 100644 --- a/media-sound/spotify/ChangeLog +++ b/media-sound/spotify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/spotify # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.9 2013/01/09 18:28:00 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.10 2013/01/10 06:46:22 prometheanfire Exp $ + + 10 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> + spotify-0.8.8.323-r1.ebuild: + updated r1 for bug 451090 09 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> spotify-0.8.8.323-r1.ebuild: diff --git a/media-sound/spotify/spotify-0.8.8.323-r1.ebuild b/media-sound/spotify/spotify-0.8.8.323-r1.ebuild index a69c439f1c76..396332342b5b 100644 --- a/media-sound/spotify/spotify-0.8.8.323-r1.ebuild +++ b/media-sound/spotify/spotify-0.8.8.323-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.2 2013/01/09 18:28:00 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.3 2013/01/10 06:46:22 prometheanfire Exp $ EAPI=4 inherit eutils pax-utils @@ -124,7 +124,7 @@ src_install() { EOF for size in 16 22 24 32 48 64 128 256; do - newicon -s ${size} "${SPOTIFY_HOME}/Icons/spotify-linux-${size}.png" \ + newicon -s ${size} "${S}${SPOTIFY_HOME}/Icons/spotify-linux-${size}.png" \ "spotify-client.png" done domenu "${SPOTIFY_HOME}/spotify.desktop" |