diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 13:12:08 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 13:12:08 +0000 |
commit | 8b6b64365b1e6d8f0086c32845e2db229baddb74 (patch) | |
tree | e3c48cf71eacc0f886262262d097e7061feb5fb8 /eclass/vmware.eclass | |
parent | QA: Do not use absolute path to icon when in standard dirs (in make_desktop_e... (diff) | |
download | gentoo-2-8b6b64365b1e6d8f0086c32845e2db229baddb74.tar.gz gentoo-2-8b6b64365b1e6d8f0086c32845e2db229baddb74.tar.bz2 gentoo-2-8b6b64365b1e6d8f0086c32845e2db229baddb74.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/vmware.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. |