diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 13:04:57 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 13:04:57 +0000 |
commit | 22314a7650e38875542c2718aae65cf6a2ca75c3 (patch) | |
tree | 8f42ca1d0eab96802f6eefc9e74d92bc1ba756cf /sci-biology | |
parent | QA: Do not use absolute path to icon when in standard dirs (in make_desktop_e... (diff) | |
download | gentoo-2-22314a7650e38875542c2718aae65cf6a2ca75c3.tar.gz gentoo-2-22314a7650e38875542c2718aae65cf6a2ca75c3.tar.bz2 gentoo-2-22314a7650e38875542c2718aae65cf6a2ca75c3.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 'sci-biology')
-rw-r--r-- | sci-biology/mauve/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/mauve/mauve-9999.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-biology/mauve/ChangeLog b/sci-biology/mauve/ChangeLog index 5fd8afd5e8e5..b6ce5ba67f64 100644 --- a/sci-biology/mauve/ChangeLog +++ b/sci-biology/mauve/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/mauve -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mauve/ChangeLog,v 1.1 2009/12/09 20:01:51 weaver Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mauve/ChangeLog,v 1.2 2010/03/09 13:04:57 abcd Exp $ + + 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> mauve-9999.ebuild: + QA: Do not use absolute path to icon when in standard dirs (in + make_desktop_entry()) *mauve-9999 (09 Dec 2009) diff --git a/sci-biology/mauve/mauve-9999.ebuild b/sci-biology/mauve/mauve-9999.ebuild index acb4ec899834..1d362a194e13 100644 --- a/sci-biology/mauve/mauve-9999.ebuild +++ b/sci-biology/mauve/mauve-9999.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/sci-biology/mauve/mauve-9999.ebuild,v 1.1 2009/12/09 20:01:51 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mauve/mauve-9999.ebuild,v 1.2 2010/03/09 13:04:57 abcd Exp $ EAPI="2" @@ -50,5 +50,5 @@ src_install() { icotool -x win32/mauve.ico insinto /usr/share/pixmaps newins mauve_4_48x48x32.png Mauve.png - make_desktop_entry Mauve Mauve /usr/share/pixmaps/Mauve.png || die + make_desktop_entry Mauve Mauve Mauve } |