diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2010-03-09 13:12:08 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2010-03-09 13:12:08 +0000 |
commit | f818914610856c13cdc8d0ba31e5dda5a9976078 (patch) | |
tree | 8cc29613a9f99a0ea1ca2f12f8dafdbf63929f8d /eclass | |
parent | QA: Do not use absolute path to icon when in standard dirs (in make_desktop_e... (diff) | |
download | historical-f818914610856c13cdc8d0ba31e5dda5a9976078.tar.gz historical-f818914610856c13cdc8d0ba31e5dda5a9976078.tar.bz2 historical-f818914610856c13cdc8d0ba31e5dda5a9976078.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 (in comment)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vmware.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass index 0c058cfd5b19..be7b68734cd7 100644 --- a/eclass/vmware.eclass +++ b/eclass/vmware.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.32 2010/01/21 06:07:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.33 2010/03/09 13:12:08 abcd Exp $ # This eclass is for all vmware-* ebuilds in the tree and should contain all # of the common components across the multiple packages. @@ -286,7 +286,7 @@ vmware_src_install() { # We like desktop icons. # TODO: Fix up the icon creation, across the board. - #make_desktop_entry ${PN} "VMware ${FULL_NAME}" ${PN}.png + #make_desktop_entry ${PN} "VMware ${FULL_NAME}" # We like symlinks for console users. # TODO: Fix up the symlink creation, across the board. |