diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:59:04 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:59:04 +0000 |
commit | f7af7e04795e5c119f2424ba541c0117a3ef1450 (patch) | |
tree | fe8502726a3cb42f109cacecd4ecc117edc9e799 /media-gfx | |
parent | QA: Do not use absolute path to icon when in standard dirs (in make_desktop_e... (diff) | |
download | gentoo-2-f7af7e04795e5c119f2424ba541c0117a3ef1450.tar.gz gentoo-2-f7af7e04795e5c119f2424ba541c0117a3ef1450.tar.bz2 gentoo-2-f7af7e04795e5c119f2424ba541c0117a3ef1450.zip |
QA: Do not use absolute path to icon when in standard dirs (in make_desktop_entry())
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/aoi/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/aoi/aoi-2.5.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/aoi/aoi-2.7.2.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/media-gfx/aoi/ChangeLog b/media-gfx/aoi/ChangeLog index 5e8f66e1d785..366be8e24775 100644 --- a/media-gfx/aoi/ChangeLog +++ b/media-gfx/aoi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/aoi -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v 1.25 2009/12/23 00:23:31 caster Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v 1.26 2010/03/09 12:59:04 abcd Exp $ + + 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> aoi-2.5.ebuild, + aoi-2.7.2.ebuild: + QA: Do not use absolute path to icon when in standard dirs (in + make_desktop_entry()) 23 Dec 2009; Vlastimil Babka <caster@gentoo.org> aoi-2.7.2.ebuild: Raise jre dep to 1.5 as the jar contains 1.5 bytecode. Fixes bug #297462. 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" } diff --git a/media-gfx/aoi/aoi-2.7.2.ebuild b/media-gfx/aoi/aoi-2.7.2.ebuild index 63aabac499a6..e127f780c955 100644 --- a/media-gfx/aoi/aoi-2.7.2.ebuild +++ b/media-gfx/aoi/aoi-2.7.2.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.7.2.ebuild,v 1.2 2009/12/23 00:23:31 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-2.7.2.ebuild,v 1.3 2010/03/09 12:59:04 abcd Exp $ inherit java-pkg-2 eutils versionator @@ -46,5 +46,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" } |