diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:09:22 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:09:22 +0000 |
commit | 4de955896ff116a54cdb442e48381333c62e35c4 (patch) | |
tree | b3d9890b13b6f7f2a67e4d9b920a04ea0e0ab7e3 /media-sound/soundtracker | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | historical-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/soundtracker')
-rw-r--r-- | media-sound/soundtracker/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/soundtracker/ChangeLog b/media-sound/soundtracker/ChangeLog index d5430dd076a6..8e1608a8328e 100644 --- a/media-sound/soundtracker/ChangeLog +++ b/media-sound/soundtracker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/soundtracker -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/ChangeLog,v 1.26 2007/08/26 01:22:45 philantrop Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/ChangeLog,v 1.27 2008/02/29 20:07:24 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> soundtracker-0.6.8.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 26 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> soundtracker-0.6.8.ebuild: diff --git a/media-sound/soundtracker/soundtracker-0.6.8.ebuild b/media-sound/soundtracker/soundtracker-0.6.8.ebuild index aeedeb096df1..08f1c6f303bf 100644 --- a/media-sound/soundtracker/soundtracker-0.6.8.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.8.ebuild,v 1.5 2007/08/26 01:22:45 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.8.ebuild,v 1.6 2008/02/29 20:07:24 carlo Exp $ IUSE="alsa esd jack nls oss sdl" @@ -69,5 +69,5 @@ src_install () { dohtml -r doc doicon soundtracker_splash.png - make_desktop_entry soundtracker SoundTracker soundtracker_splash.png + make_desktop_entry soundtracker SoundTracker soundtracker_splash } |