summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2009-09-29 15:19:50 +0000
committerMichael Januszewski <spock@gentoo.org>2009-09-29 15:19:50 +0000
commit98a6b0d68c69d63c44b1996ab8d785d37f2163fb (patch)
tree928bac8ac5560161dd53b60414353924c55f0719 /sci-misc
parentRemove old versions (diff)
downloadgentoo-2-98a6b0d68c69d63c44b1996ab8d785d37f2163fb.tar.gz
gentoo-2-98a6b0d68c69d63c44b1996ab8d785d37f2163fb.tar.bz2
gentoo-2-98a6b0d68c69d63c44b1996ab8d785d37f2163fb.zip
Fix installation of icon and .desktop file.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/vitables/ChangeLog5
-rw-r--r--sci-misc/vitables/vitables-2.0.ebuild6
2 files changed, 8 insertions, 3 deletions
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 <spock@gentoo.org> vitables-2.0.ebuild:
+ Fix installation of icon and .desktop file.
25 Jun 2009; Ben de Groot <yngwin@gentoo.org> 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