summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-02-29 19:59:56 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-02-29 19:59:56 +0000
commitfd3ef8082bec52bbd5723e84a2f970e302583c59 (patch)
tree807db9d0a68cb08e25643feec4d2efd8d8e2bdbd /media-sound/gtick
parent Remove icon extension from desktop entry to match Icon Theme Specification. (diff)
downloadgentoo-2-fd3ef8082bec52bbd5723e84a2f970e302583c59.tar.gz
gentoo-2-fd3ef8082bec52bbd5723e84a2f970e302583c59.tar.bz2
gentoo-2-fd3ef8082bec52bbd5723e84a2f970e302583c59.zip
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/gtick')
-rw-r--r--media-sound/gtick/ChangeLog7
-rw-r--r--media-sound/gtick/gtick-0.4.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/gtick/ChangeLog b/media-sound/gtick/ChangeLog
index 3a371fd54b61..38d12556dbce 100644
--- a/media-sound/gtick/ChangeLog
+++ b/media-sound/gtick/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/gtick
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/ChangeLog,v 1.31 2007/11/22 17:44:08 armin76 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/ChangeLog,v 1.32 2008/02/29 19:59:56 carlo Exp $
+
+ 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> gtick-0.4.1.ebuild:
+ Remove icon extension from desktop entry to match Icon Theme Specification.
22 Nov 2007; Raúl Porcel <armin76@gentoo.org> gtick-0.4.1.ebuild:
sparc stable wrt #198826, thanks to Alex Maclean for testing
diff --git a/media-sound/gtick/gtick-0.4.1.ebuild b/media-sound/gtick/gtick-0.4.1.ebuild
index 9101bf504437..25a38a0fdf58 100644
--- a/media-sound/gtick/gtick-0.4.1.ebuild
+++ b/media-sound/gtick/gtick-0.4.1.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/gtick/gtick-0.4.1.ebuild,v 1.4 2007/11/22 17:44:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.4.1.ebuild,v 1.5 2008/02/29 19:59:56 carlo Exp $
inherit eutils
@@ -35,5 +35,5 @@ src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
newicon src/icon32x32.xpm gtick.xpm
- make_desktop_entry ${PN} "GTick" ${PN}.xpm
+ make_desktop_entry ${PN} "GTick" ${PN}
}