summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/iscan/ChangeLog8
-rw-r--r--media-gfx/iscan/iscan-2.11.0.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/iscan/ChangeLog b/media-gfx/iscan/ChangeLog
index d594300c7a7f..dec16a052759 100644
--- a/media-gfx/iscan/ChangeLog
+++ b/media-gfx/iscan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/iscan
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.35 2009/11/04 13:55:46 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.36 2010/03/09 11:33:46 abcd Exp $
+
+ 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> iscan-2.11.0.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
04 Nov 2009; Markus Meier <maekke@gentoo.org> iscan-2.21.0.ebuild:
amd64/x86 stable, bug #291535
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
}