diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 11:36:56 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 11:36:56 +0000 |
commit | 064b21356f73c5cc338b47c4bd0919ede681eb1a (patch) | |
tree | f751648ada0b535244837a7d6a83da6f3517280d /sci-chemistry/icm | |
parent | QA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff) | |
download | gentoo-2-064b21356f73c5cc338b47c4bd0919ede681eb1a.tar.gz gentoo-2-064b21356f73c5cc338b47c4bd0919ede681eb1a.tar.bz2 gentoo-2-064b21356f73c5cc338b47c4bd0919ede681eb1a.zip |
QA: When not using an absolute path, you MUST NOT use a file extension (.png, .svg, or .xpm) on the icon name for make_desktop_entry
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'sci-chemistry/icm')
-rw-r--r-- | sci-chemistry/icm/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/icm/icm-3.6.1h.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-chemistry/icm/ChangeLog b/sci-chemistry/icm/ChangeLog index 73afd11890f7..a3c938798804 100644 --- a/sci-chemistry/icm/ChangeLog +++ b/sci-chemistry/icm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/icm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v 1.2 2010/02/14 17:51:02 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v 1.3 2010/03/09 11:36:56 abcd Exp $ + + 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> icm-3.6.1h.ebuild: + QA: When not using an absolute path, you MUST NOT use a file extension + (.png, .svg, or .xpm) on the icon name for make_desktop_entry *icm-3.6.1h (14 Feb 2010) diff --git a/sci-chemistry/icm/icm-3.6.1h.ebuild b/sci-chemistry/icm/icm-3.6.1h.ebuild index 645e19cc36cc..bfff6e78dbaa 100644 --- a/sci-chemistry/icm/icm-3.6.1h.ebuild +++ b/sci-chemistry/icm/icm-3.6.1h.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.6.1h.ebuild,v 1.1 2010/02/14 17:51:02 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.6.1h.ebuild,v 1.2 2010/03/09 11:36:56 abcd Exp $ inherit rpm eutils versionator @@ -55,7 +55,7 @@ src_install () { dosym "${instdir}/lmhostid" /opt/bin/lmhostid || die # make desktop entry doicon "${FILESDIR}/${PN}.png" - make_desktop_entry "icm -g" "ICM Pro" ${PN}.png Chemistry + make_desktop_entry "icm -g" "ICM Pro" ${PN} Chemistry } pkg_postinst () { |