diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2010-03-09 11:31:13 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2010-03-09 11:31:13 +0000 |
commit | c39b55b52cf15fc031438fd2580ec3a633c57fa5 (patch) | |
tree | 72243f0e997c2895feafeddd757682837ed38d16 /media-gfx/opcion/opcion-1.1.1-r2.ebuild | |
parent | QA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff) | |
download | historical-c39b55b52cf15fc031438fd2580ec3a633c57fa5.tar.gz historical-c39b55b52cf15fc031438fd2580ec3a633c57fa5.tar.bz2 historical-c39b55b52cf15fc031438fd2580ec3a633c57fa5.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; use newicon instead of insinto/newins
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'media-gfx/opcion/opcion-1.1.1-r2.ebuild')
-rw-r--r-- | media-gfx/opcion/opcion-1.1.1-r2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-gfx/opcion/opcion-1.1.1-r2.ebuild b/media-gfx/opcion/opcion-1.1.1-r2.ebuild index a0959e4b95ee..b3c5c06b7363 100644 --- a/media-gfx/opcion/opcion-1.1.1-r2.ebuild +++ b/media-gfx/opcion/opcion-1.1.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/opcion/opcion-1.1.1-r2.ebuild,v 1.4 2008/10/25 17:59:40 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/opcion/opcion-1.1.1-r2.ebuild,v 1.5 2010/03/09 11:31:13 abcd Exp $ inherit eutils java-pkg-2 @@ -53,7 +53,6 @@ src_install() { java-pkg_dolauncher ${PN} --main FontViewer.Opcion - insinto /usr/share/pixmaps - newins FontViewer/resources/icons/IconSmall.png ${PN}-icon.png - make_desktop_entry ${PN} opcion ${PN}-icon.png + newicon FontViewer/resources/icons/IconSmall.png ${PN}-icon.png + make_desktop_entry ${PN} opcion ${PN}-icon } |