diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 11:53:54 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 11:53:54 +0000 |
commit | 27f79d03584aaa5c986c00b0b23002b1537d6e31 (patch) | |
tree | 9db6c3053d138507af6c5f4364cb22ffa4718564 /dev-util/netbeans/netbeans-6.5-r4.ebuild | |
parent | QA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff) | |
download | gentoo-2-27f79d03584aaa5c986c00b0b23002b1537d6e31.tar.gz gentoo-2-27f79d03584aaa5c986c00b0b23002b1537d6e31.tar.bz2 gentoo-2-27f79d03584aaa5c986c00b0b23002b1537d6e31.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 'dev-util/netbeans/netbeans-6.5-r4.ebuild')
-rw-r--r-- | dev-util/netbeans/netbeans-6.5-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/netbeans/netbeans-6.5-r4.ebuild b/dev-util/netbeans/netbeans-6.5-r4.ebuild index 3ef486ca24da..c2024bfa5d93 100644 --- a/dev-util/netbeans/netbeans-6.5-r4.ebuild +++ b/dev-util/netbeans/netbeans-6.5-r4.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/dev-util/netbeans/netbeans-6.5-r4.ebuild,v 1.3 2009/03/29 17:48:38 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/netbeans-6.5-r4.ebuild,v 1.4 2010/03/09 11:53:54 abcd Exp $ EAPI="2" WANT_SPLIT_ANT="true" @@ -685,7 +685,7 @@ src_install() { dosym ${DESTINATION}/nb${SLOT}/netbeans.png /usr/share/icons/hicolor/32x32/apps/netbeans-${SLOT}.png fi - make_desktop_entry netbeans-${SLOT} "Netbeans ${SLOT}" netbeans-${SLOT}.png Development + make_desktop_entry netbeans-${SLOT} "Netbeans ${SLOT}" netbeans-${SLOT} Development } pkg_postinst() { |