summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-02-29 20:09:22 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-02-29 20:09:22 +0000
commit4de955896ff116a54cdb442e48381333c62e35c4 (patch)
treeb3d9890b13b6f7f2a67e4d9b920a04ea0e0ab7e3 /media-sound/lastfmplayer
parentRemove icon extension from desktop entry to match Icon Theme Specification. (diff)
downloadhistorical-4de955896ff116a54cdb442e48381333c62e35c4.tar.gz
historical-4de955896ff116a54cdb442e48381333c62e35c4.tar.bz2
historical-4de955896ff116a54cdb442e48381333c62e35c4.zip
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-sound/lastfmplayer')
-rw-r--r--media-sound/lastfmplayer/ChangeLog6
-rw-r--r--media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/lastfmplayer/ChangeLog b/media-sound/lastfmplayer/ChangeLog
index ca5aede6604f..2681f03fb4bb 100644
--- a/media-sound/lastfmplayer/ChangeLog
+++ b/media-sound/lastfmplayer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/lastfmplayer
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.26 2008/01/19 14:07:17 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.27 2008/02/29 20:02:46 carlo Exp $
+
+ 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org>
+ lastfmplayer-1.4.2.58240.ebuild:
+ Remove icon extension from desktop entry to match Icon Theme Specification.
*lastfmplayer-1.4.2.58240 (19 Jan 2008)
diff --git a/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild b/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild
index abedd7b1fc9d..cdd08c21aefb 100644
--- a/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild
+++ b/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild,v 1.1 2008/01/19 14:07:17 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild,v 1.2 2008/02/29 20:02:46 carlo Exp $
inherit eutils qt4
@@ -66,7 +66,7 @@ src_install() {
# Icon, menu, protcol
make_wrapper lastfm ./last.fm ${destination} ${destination}
newicon data/icons/as.png lastfm.png
- make_desktop_entry lastfm "Last.fm Player" lastfm.png
+ make_desktop_entry lastfm "Last.fm Player" lastfm
# make sure no hanging instance of lastfm is running
sed -i -e 's:exec:if ! ps aux | grep "^$USER.*last.fm.app" | grep Sl >/dev/null 2>\&1; \