summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/cantus/ChangeLog7
-rw-r--r--media-sound/cantus/cantus-3.0.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/cantus/ChangeLog b/media-sound/cantus/ChangeLog
index 176f48b23199..9da3326f94f1 100644
--- a/media-sound/cantus/ChangeLog
+++ b/media-sound/cantus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/cantus
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cantus/ChangeLog,v 1.23 2007/08/12 10:29:35 drac Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantus/ChangeLog,v 1.24 2008/02/29 20:04:33 carlo Exp $
+
+ 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> cantus-3.0.2.ebuild:
+ Remove icon extension from desktop entry to match Icon Theme Specification.
*cantus-3.0.2 (12 Aug 2007)
diff --git a/media-sound/cantus/cantus-3.0.2.ebuild b/media-sound/cantus/cantus-3.0.2.ebuild
index 3b1e009a5058..a25e2e736048 100644
--- a/media-sound/cantus/cantus-3.0.2.ebuild
+++ b/media-sound/cantus/cantus-3.0.2.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/cantus/cantus-3.0.2.ebuild,v 1.2 2007/08/12 10:31:46 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantus/cantus-3.0.2.ebuild,v 1.3 2008/02/29 20:04:33 carlo Exp $
inherit autotools eutils
@@ -39,5 +39,5 @@ src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README TODO
newicon dist/pixmaps/${PN}_tag.png ${PN}.png
- make_desktop_entry ${PN} Cantus ${PN}.png
+ make_desktop_entry ${PN} Cantus ${PN}
}