diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:04:48 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:04:48 +0000 |
commit | 6cdea00cf0dd7a0a36dd78116bb3215a8d77758c (patch) | |
tree | dd0503a270502f32bf82e7cdc56e947297476c1f /app-emulation/vmware-server-console | |
parent | QA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff) | |
download | gentoo-2-6cdea00cf0dd7a0a36dd78116bb3215a8d77758c.tar.gz gentoo-2-6cdea00cf0dd7a0a36dd78116bb3215a8d77758c.tar.bz2 gentoo-2-6cdea00cf0dd7a0a36dd78116bb3215a8d77758c.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 'app-emulation/vmware-server-console')
3 files changed, 14 insertions, 8 deletions
diff --git a/app-emulation/vmware-server-console/ChangeLog b/app-emulation/vmware-server-console/ChangeLog index df97fbce3732..a0fde17e9d02 100644 --- a/app-emulation/vmware-server-console/ChangeLog +++ b/app-emulation/vmware-server-console/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/vmware-server-console -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v 1.41 2009/05/09 21:59:41 ikelos Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v 1.42 2010/03/09 12:04:48 abcd Exp $ + + 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> + vmware-server-console-1.0.8.126538.ebuild, + vmware-server-console-1.0.9.156507.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 *vmware-server-console-1.0.9.156507 (09 May 2009) diff --git a/app-emulation/vmware-server-console/vmware-server-console-1.0.8.126538.ebuild b/app-emulation/vmware-server-console/vmware-server-console-1.0.8.126538.ebuild index a3794981fb3f..20fd77564cc6 100644 --- a/app-emulation/vmware-server-console/vmware-server-console-1.0.8.126538.ebuild +++ b/app-emulation/vmware-server-console/vmware-server-console-1.0.8.126538.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/app-emulation/vmware-server-console/vmware-server-console-1.0.8.126538.ebuild,v 1.3 2009/01/12 21:49:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.8.126538.ebuild,v 1.4 2010/03/09 12:04:48 abcd Exp $ # Unlike many other binary packages the user doesn't need to agree to a licence # to download VMWare. The agreeing to a licence is part of the configure step @@ -71,7 +71,7 @@ src_install() { # Fix an ugly GCC error on start rm -f "${D}${VMWARE_INSTALL_DIR}/lib/lib/libgcc_s.so.1/libgcc_s.so.1" - make_desktop_entry ${PN} "VMWare Remote Console" ${PN}.png System + make_desktop_entry ${PN} "VMWare Remote Console" ${PN} System dodir /usr/bin dosym ${VMWARE_INSTALL_DIR}/bin/${PN} /usr/bin/${PN} diff --git a/app-emulation/vmware-server-console/vmware-server-console-1.0.9.156507.ebuild b/app-emulation/vmware-server-console/vmware-server-console-1.0.9.156507.ebuild index 97b13142185a..d6e97a3aabc3 100644 --- a/app-emulation/vmware-server-console/vmware-server-console-1.0.9.156507.ebuild +++ b/app-emulation/vmware-server-console/vmware-server-console-1.0.9.156507.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/app-emulation/vmware-server-console/vmware-server-console-1.0.9.156507.ebuild,v 1.1 2009/05/09 21:59:41 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.9.156507.ebuild,v 1.2 2010/03/09 12:04:48 abcd Exp $ # Unlike many other binary packages the user doesn't need to agree to a licence # to download VMWare. The agreeing to a licence is part of the configure step @@ -71,7 +71,7 @@ src_install() { # Fix an ugly GCC error on start rm -f "${D}${VMWARE_INSTALL_DIR}/lib/lib/libgcc_s.so.1/libgcc_s.so.1" - make_desktop_entry ${PN} "VMWare Remote Console" ${PN}.png System + make_desktop_entry ${PN} "VMWare Remote Console" ${PN} System dodir /usr/bin dosym ${VMWARE_INSTALL_DIR}/bin/${PN} /usr/bin/${PN} |