summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2010-03-09 12:59:04 +0000
committerJonathan Callen <jcallen@gentoo.org>2010-03-09 12:59:04 +0000
commit59002042a02ca48258d9e7f530e8d4dd0048d794 (patch)
treea64281d7918e72fb49cc988735d988ea04a5ef20 /media-gfx/aoi/aoi-2.5.ebuild
parentQA: Do not use absolute path to icon when in standard dirs (in make_desktop_e... (diff)
downloadhistorical-59002042a02ca48258d9e7f530e8d4dd0048d794.tar.gz
historical-59002042a02ca48258d9e7f530e8d4dd0048d794.tar.bz2
historical-59002042a02ca48258d9e7f530e8d4dd0048d794.zip
QA: Do not use absolute path to icon when in standard dirs (in make_desktop_entry())
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'media-gfx/aoi/aoi-2.5.ebuild')
-rw-r--r--media-gfx/aoi/aoi-2.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/aoi/aoi-2.5.ebuild b/media-gfx/aoi/aoi-2.5.ebuild
index 5b1ddeea20a9..33afa9fbc9fa 100644
--- a/media-gfx/aoi/aoi-2.5.ebuild
+++ b/media-gfx/aoi/aoi-2.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-2.5.ebuild,v 1.3 2009/03/14 11:56:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-2.5.ebuild,v 1.4 2010/03/09 12:59:04 abcd Exp $
inherit java-pkg-2 eutils
@@ -45,5 +45,5 @@ src_install() {
doicon Icons/aoi.png
# desktop entry
- make_desktop_entry aoi "Art of Illusion" /usr/share/pixmaps/aoi.png "Graphics"
+ make_desktop_entry aoi "Art of Illusion" aoi "Graphics"
}