summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-03-09 12:45:33 +0000
committerJonathan Callen <abcd@gentoo.org>2010-03-09 12:45:33 +0000
commita0f0ec9c7b841610cbae073c7742373b3b9efdb9 (patch)
treee0887ec08b836d2657aea338d1bdb3b013ed8ab6 /sci-electronics/gwave
parentQA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff)
downloadgentoo-2-a0f0ec9c7b841610cbae073c7742373b3b9efdb9.tar.gz
gentoo-2-a0f0ec9c7b841610cbae073c7742373b3b9efdb9.tar.bz2
gentoo-2-a0f0ec9c7b841610cbae073c7742373b3b9efdb9.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 'sci-electronics/gwave')
-rw-r--r--sci-electronics/gwave/ChangeLog8
-rw-r--r--sci-electronics/gwave/gwave-20090213.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-electronics/gwave/ChangeLog b/sci-electronics/gwave/ChangeLog
index 8d5d932e376a..92fa1f1523f3 100644
--- a/sci-electronics/gwave/ChangeLog
+++ b/sci-electronics/gwave/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/gwave
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.22 2009/11/29 07:06:23 calchan Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.23 2010/03/09 12:45:33 abcd Exp $
+
+ 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> gwave-20090213.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
*gwave-20090213 (29 Nov 2009)
diff --git a/sci-electronics/gwave/gwave-20090213.ebuild b/sci-electronics/gwave/gwave-20090213.ebuild
index 0d368e60fa89..1ebdc29c1564 100644
--- a/sci-electronics/gwave/gwave-20090213.ebuild
+++ b/sci-electronics/gwave/gwave-20090213.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/sci-electronics/gwave/gwave-20090213.ebuild,v 1.1 2009/11/29 07:06:23 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20090213.ebuild,v 1.2 2010/03/09 12:45:33 abcd Exp $
EAPI="2"
@@ -37,7 +37,7 @@ src_install() {
emake DESTDIR="${D}" install || die "Installation failed"
dodoc AUTHORS NEWS README TODO || die "Installation of documentation failed"
newicon icons/wave-drag-ok.xpm gwave.xpm
- make_desktop_entry gwave "Gwave" gwave.xpm "Electronics"
+ make_desktop_entry gwave "Gwave" gwave "Electronics"
}
pkg_preinst() {