diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 11:33:46 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 11:33:46 +0000 |
commit | ece9d8f4b92a06e3d49008c45a5b3cc2e7fae02b (patch) | |
tree | 95e15865b0fd8ecf33f81e29de5f1369d4f6eadf /media-gfx/iscan/iscan-2.11.0.ebuild | |
parent | QA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff) | |
download | gentoo-2-ece9d8f4b92a06e3d49008c45a5b3cc2e7fae02b.tar.gz gentoo-2-ece9d8f4b92a06e3d49008c45a5b3cc2e7fae02b.tar.bz2 gentoo-2-ece9d8f4b92a06e3d49008c45a5b3cc2e7fae02b.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 'media-gfx/iscan/iscan-2.11.0.ebuild')
-rw-r--r-- | media-gfx/iscan/iscan-2.11.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/iscan/iscan-2.11.0.ebuild b/media-gfx/iscan/iscan-2.11.0.ebuild index 5c2d71a13291..44a4592e8364 100644 --- a/media-gfx/iscan/iscan-2.11.0.ebuild +++ b/media-gfx/iscan/iscan-2.11.0.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/media-gfx/iscan/iscan-2.11.0.ebuild,v 1.6 2009/09/07 11:58:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.11.0.ebuild,v 1.7 2010/03/09 11:33:46 abcd Exp $ inherit eutils toolchain-funcs flag-o-matic autotools rpm @@ -266,7 +266,7 @@ src_install() { # install desktop entry if use x86 && use X; then - make_desktop_entry iscan "Image Scan! for Linux ${PV}" scanner.png + make_desktop_entry iscan "Image Scan! for Linux ${PV}" scanner fi } |