From 98a6b0d68c69d63c44b1996ab8d785d37f2163fb Mon Sep 17 00:00:00 2001 From: Michael Januszewski Date: Tue, 29 Sep 2009 15:19:50 +0000 Subject: Fix installation of icon and .desktop file. (Portage version: 2.2_rc42/cvs/Linux x86_64) --- sci-misc/vitables/ChangeLog | 5 ++++- sci-misc/vitables/vitables-2.0.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'sci-misc') diff --git a/sci-misc/vitables/ChangeLog b/sci-misc/vitables/ChangeLog index 6826b95ca9be..4eeb21989e27 100644 --- a/sci-misc/vitables/ChangeLog +++ b/sci-misc/vitables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/vitables # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.2 2009/06/25 06:09:58 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.3 2009/09/29 15:19:50 spock Exp $ + + 29 Sep 2009; MichaƂ Januszewski vitables-2.0.ebuild: + Fix installation of icon and .desktop file. 25 Jun 2009; Ben de Groot vitables-2.0.ebuild: Drop illegal qt meta ebuild dependency (see 217161#c11). Add use dep for diff --git a/sci-misc/vitables/vitables-2.0.ebuild b/sci-misc/vitables/vitables-2.0.ebuild index bd69914896b7..fd7c7f589676 100644 --- a/sci-misc/vitables/vitables-2.0.ebuild +++ b/sci-misc/vitables/vitables-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v 1.2 2009/06/25 06:09:58 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v 1.3 2009/09/29 15:19:50 spock Exp $ EAPI="2" NEED_PYTHON="2.5" @@ -27,7 +27,9 @@ src_prepare() { } src_install() { - distutils_src_install + dodir /usr/share/icons/hicolor/scalable/apps + dodir /usr/share/applications + XDG_DATA_DIRS="${D}/usr/share" distutils_src_install if use examples; then insinto /usr/share/doc/${P}/examples -- cgit v1.2.3-65-gdbad