diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 11:39:54 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 11:39:54 +0000 |
commit | 447a377f46824071e935c896070dcfadfb0a02c3 (patch) | |
tree | 812295c767c018cca13132c3b4e0f638811b0ca9 /sci-chemistry/wxmacmolplt | |
parent | QA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff) | |
download | gentoo-2-447a377f46824071e935c896070dcfadfb0a02c3.tar.gz gentoo-2-447a377f46824071e935c896070dcfadfb0a02c3.tar.bz2 gentoo-2-447a377f46824071e935c896070dcfadfb0a02c3.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-chemistry/wxmacmolplt')
-rw-r--r-- | sci-chemistry/wxmacmolplt/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/sci-chemistry/wxmacmolplt/ChangeLog b/sci-chemistry/wxmacmolplt/ChangeLog index e52850b77bdb..fc9231a97ef0 100644 --- a/sci-chemistry/wxmacmolplt/ChangeLog +++ b/sci-chemistry/wxmacmolplt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-chemistry/wxmacmolplt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v 1.4 2010/02/18 03:30:23 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v 1.5 2010/03/09 11:39:54 abcd Exp $ + + 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> wxmacmolplt-7.3.ebuild, + wxmacmolplt-7.3-r1.ebuild, wxmacmolplt-7.4.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 18 Feb 2010; Ryan Hill <dirtyepic@gentoo.org> wxmacmolplt-7.3.ebuild, wxmacmolplt-7.3-r1.ebuild, wxmacmolplt-7.4.ebuild: diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild index ee334a7bd54e..ee589e27e9db 100644 --- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild +++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.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-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild,v 1.2 2010/02/18 03:30:23 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild,v 1.3 2010/03/09 11:39:54 abcd Exp $ EAPI="2" WX_GTK_VER=2.8 @@ -36,5 +36,5 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die "install failed" doicon resources/${PN}.png - make_desktop_entry ${PN} wxMacMolPlt ${PN}.png "Science;Education" + make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;Education" } diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild index b240a2054bd1..d58b4e53de1f 100644 --- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild +++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.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-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild,v 1.3 2010/02/18 03:30:23 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild,v 1.4 2010/03/09 11:39:54 abcd Exp $ EAPI="2" WX_GTK_VER=2.8 @@ -30,5 +30,5 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die "install failed" doicon resources/${PN}.png - make_desktop_entry ${PN} wxMacMolPlt ${PN}.png "Science;Education" + make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;Education" } diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild index 02fcc6c123fc..dd26a71986de 100644 --- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild +++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.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-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild,v 1.2 2010/02/18 03:30:23 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild,v 1.3 2010/03/09 11:39:54 abcd Exp $ EAPI="2" WX_GTK_VER=2.8 @@ -36,5 +36,5 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die "install failed" doicon resources/${PN}.png - make_desktop_entry ${PN} wxMacMolPlt ${PN}.png "Science;Education" + make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;Education" } |