diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-10 17:12:17 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-10 17:12:17 +0000 |
commit | 12dcf70ed1a876d9e162bbe670a520dc4df56e91 (patch) | |
tree | a95f732160f58c902c25ca903157551a824f176d /media-sound/spotify | |
parent | Old. (diff) | |
download | gentoo-2-12dcf70ed1a876d9e162bbe670a520dc4df56e91.tar.gz gentoo-2-12dcf70ed1a876d9e162bbe670a520dc4df56e91.tar.bz2 gentoo-2-12dcf70ed1a876d9e162bbe670a520dc4df56e91.zip |
another small update for bug 450520
(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 a7ecc27edeb2..8df5d80081ab 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.10 2013/01/10 06:46:22 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.11 2013/01/10 17:12:17 prometheanfire Exp $ + + 10 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> + spotify-0.8.8.323-r1.ebuild: + another small update for bug 450520 10 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 396332342b5b..40b4a35ff9ce 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.3 2013/01/10 06:46:22 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.4 2013/01/10 17:12:17 prometheanfire Exp $ EAPI=4 inherit eutils pax-utils @@ -127,7 +127,7 @@ src_install() { newicon -s ${size} "${S}${SPOTIFY_HOME}/Icons/spotify-linux-${size}.png" \ "spotify-client.png" done - domenu "${SPOTIFY_HOME}/spotify.desktop" + domenu "${S}${SPOTIFY_HOME}/spotify.desktop" if use pax_kernel; then #create the headers, reset them to default, then paxmark -m them |