diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:47:19 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:47:19 +0000 |
commit | b509e0d85da4ea13eb181177dd4321a1cdb2d868 (patch) | |
tree | 5dc0e836c1668f9e011bf224a2d0b3630098f204 | |
parent | Fix building with libpng14. (diff) | |
download | gentoo-2-b509e0d85da4ea13eb181177dd4321a1cdb2d868.tar.gz gentoo-2-b509e0d85da4ea13eb181177dd4321a1cdb2d868.tar.bz2 gentoo-2-b509e0d85da4ea13eb181177dd4321a1cdb2d868.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)
-rw-r--r-- | sci-visualization/opendx/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/opendx/opendx-4.4.4-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-visualization/opendx/ChangeLog b/sci-visualization/opendx/ChangeLog index b49515842fd2..b681bba5d1f1 100644 --- a/sci-visualization/opendx/ChangeLog +++ b/sci-visualization/opendx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/opendx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.22 2010/01/20 20:06:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.23 2010/03/09 12:47:19 abcd Exp $ + + 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> opendx-4.4.4-r4.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 20 Jan 2010; Markus Meier <maekke@gentoo.org> opendx-4.4.4-r4.ebuild: amd64 stable, bug #299835 diff --git a/sci-visualization/opendx/opendx-4.4.4-r4.ebuild b/sci-visualization/opendx/opendx-4.4.4-r4.ebuild index 594e18276e98..694dd0595d6d 100644 --- a/sci-visualization/opendx/opendx-4.4.4-r4.ebuild +++ b/sci-visualization/opendx/opendx-4.4.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4-r4.ebuild,v 1.5 2010/01/20 20:06:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4-r4.ebuild,v 1.6 2010/03/09 12:47:19 abcd Exp $ EAPI=2 @@ -79,5 +79,5 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" newicon src/uipp/ui/icon50.xpm ${PN}.xpm - make_desktop_entry dx "Open Data Explorer" ${PN}.xpm + make_desktop_entry dx "Open Data Explorer" } |