From 5849d75363dadc3bc1f365d5885ae33faa654f2a Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Fri, 29 Jul 2011 23:10:01 +0000 Subject: Added desktop file and icon, bug #363409, thanks spiros (Portage version: 2.1.10.7/cvs/Linux x86_64) --- dev-python/spyder/ChangeLog | 5 ++++- dev-python/spyder/spyder-2.0.12.ebuild | 8 +++++--- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'dev-python') diff --git a/dev-python/spyder/ChangeLog b/dev-python/spyder/ChangeLog index 2c4afe8ad1f3..a91c193c9bf7 100644 --- a/dev-python/spyder/ChangeLog +++ b/dev-python/spyder/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/spyder # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.19 2011/07/29 22:56:39 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.20 2011/07/29 23:10:01 bicatali Exp $ + + 29 Jul 2011; Sébastien Fabbro spyder-2.0.12.ebuild: + Added desktop file and icon, bug #363409, thanks spiros *spyder-2.0.12 (29 Jul 2011) diff --git a/dev-python/spyder/spyder-2.0.12.ebuild b/dev-python/spyder/spyder-2.0.12.ebuild index db42c6e830f0..e29a522c0331 100644 --- a/dev-python/spyder/spyder-2.0.12.ebuild +++ b/dev-python/spyder/spyder-2.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-2.0.12.ebuild,v 1.1 2011/07/29 22:56:39 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-2.0.12.ebuild,v 1.2 2011/07/29 23:10:01 bicatali Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -41,13 +41,15 @@ src_compile() { if use doc; then einfo "Generation of documentation" - PYTHONPATH="build-$(PYTHON -f --ABI)" sphinx-build doc doc_output || die "Generation of documentation failed" + PYTHONPATH="build-$(PYTHON -f --ABI)" \ + sphinx-build doc doc_output || die "Generation of documentation failed" fi } src_install() { distutils_src_install - + doicon spyderlib/images/spyder.svg || die + make_desktop_entry spyder Spyder spyder "Development;IDE" if use doc; then pushd doc_output > /dev/null insinto /usr/share/doc/${PF}/html -- cgit v1.2.3-65-gdbad