summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-12-08 17:54:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-12-08 17:54:59 +0000
commitbcdcba2112f84336ef9757e550da72e1445e4f9c (patch)
tree5e80000d2740095cd41ae7fa3b2331b9ad9fb588 /games-kids
parentUpdate HOMEPAGE. (diff)
downloadgentoo-2-bcdcba2112f84336ef9757e550da72e1445e4f9c.tar.gz
gentoo-2-bcdcba2112f84336ef9757e550da72e1445e4f9c.tar.bz2
gentoo-2-bcdcba2112f84336ef9757e550da72e1445e4f9c.zip
correct install with patch from Michael (kensington) (bug #393607)
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/tuxtype/ChangeLog5
-rw-r--r--games-kids/tuxtype/tuxtype-1.8.1.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/games-kids/tuxtype/ChangeLog b/games-kids/tuxtype/ChangeLog
index 3f53ffed3b2f..cbc7276a3f66 100644
--- a/games-kids/tuxtype/ChangeLog
+++ b/games-kids/tuxtype/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-kids/tuxtype
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/ChangeLog,v 1.19 2011/06/01 23:58:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/ChangeLog,v 1.20 2011/12/08 17:54:59 mr_bones_ Exp $
+
+ 08 Dec 2011; Michael Sterrett <mr_bones_@gentoo.org> tuxtype-1.8.1.ebuild:
+ correct install with patch from Michael (kensington) (bug #393607)
01 Jun 2011; Michael Sterrett <mr_bones_@gentoo.org> tuxtype-1.8.1.ebuild:
fix librsvg dep and add use flag with patch from Piotr Szymaniak via bug
diff --git a/games-kids/tuxtype/tuxtype-1.8.1.ebuild b/games-kids/tuxtype/tuxtype-1.8.1.ebuild
index c60478ae2939..f69d6911725d 100644
--- a/games-kids/tuxtype/tuxtype-1.8.1.ebuild
+++ b/games-kids/tuxtype/tuxtype-1.8.1.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/games-kids/tuxtype/tuxtype-1.8.1.ebuild,v 1.8 2011/06/01 23:58:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.8.1.ebuild,v 1.9 2011/12/08 17:54:59 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -33,13 +33,15 @@ src_prepare() {
src_configure() {
egamesconf \
--disable-dependency-tracking \
+ --docdir=/usr/share/doc/${PF} \
+ --localedir=/usr/share/locale \
$(use_with svg rsvg)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
prepalldocs
- rm -f "${D}"/usr/share/doc/${PF}/{COPYING,INSTALL}*
+ rm -f "${D}"/usr/share/doc/${PF}/{COPYING,INSTALL,ABOUT-NLS}*
doicon ${PN}.ico
make_desktop_entry ${PN} TuxTyping /usr/share/pixmaps/${PN}.ico
prepgamesdirs