summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-02-29 20:02:02 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-02-29 20:02:02 +0000
commitb7056b5f046d56d7abddb35dc30bfd38e7f7fc4a (patch)
tree9a3818c89a407dd8ff91bafae8934eadf1c66eb6 /media-sound/terminatorx/terminatorx-3.82.ebuild
parent Remove icon extension from desktop entry to match Icon Theme Specification. (diff)
downloadgentoo-2-b7056b5f046d56d7abddb35dc30bfd38e7f7fc4a.tar.gz
gentoo-2-b7056b5f046d56d7abddb35dc30bfd38e7f7fc4a.tar.bz2
gentoo-2-b7056b5f046d56d7abddb35dc30bfd38e7f7fc4a.zip
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/terminatorx/terminatorx-3.82.ebuild')
-rw-r--r--media-sound/terminatorx/terminatorx-3.82.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/terminatorx/terminatorx-3.82.ebuild b/media-sound/terminatorx/terminatorx-3.82.ebuild
index 9a94dd7ba37d..e8d9e829b05c 100644
--- a/media-sound/terminatorx/terminatorx-3.82.ebuild
+++ b/media-sound/terminatorx/terminatorx-3.82.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/terminatorx/terminatorx-3.82.ebuild,v 1.9 2008/01/13 13:38:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.10 2008/02/29 20:02:02 carlo Exp $
inherit gnome2 eutils
@@ -56,5 +56,5 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
newicon gnome-support/terminatorX-app.png terminatorX.png
- make_desktop_entry terminatorX terminatorX terminatorX.png AudioVideo
+ make_desktop_entry terminatorX terminatorX terminatorX AudioVideo
}