summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-02-28 22:41:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-02-28 22:41:09 +0000
commitc6f46781610a0bebe2131c9892438dc6af81ce67 (patch)
treec2ec27034e3ea5a193dcc482683c65c51f1d9a48 /games-sports/sturmbahnfahrer
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-c6f46781610a0bebe2131c9892438dc6af81ce67.tar.gz
gentoo-2-c6f46781610a0bebe2131c9892438dc6af81ce67.tar.bz2
gentoo-2-c6f46781610a0bebe2131c9892438dc6af81ce67.zip
fix bug #168433 with a sed hammer; desktop entry
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-sports/sturmbahnfahrer')
-rw-r--r--games-sports/sturmbahnfahrer/ChangeLog6
-rw-r--r--games-sports/sturmbahnfahrer/sturmbahnfahrer-1.3.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/games-sports/sturmbahnfahrer/ChangeLog b/games-sports/sturmbahnfahrer/ChangeLog
index 5be67d11ac03..8ad0d0b8fd7b 100644
--- a/games-sports/sturmbahnfahrer/ChangeLog
+++ b/games-sports/sturmbahnfahrer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-sports/sturmbahnfahrer
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/sturmbahnfahrer/ChangeLog,v 1.1 2007/02/23 05:19:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/sturmbahnfahrer/ChangeLog,v 1.2 2007/02/28 22:41:09 mr_bones_ Exp $
+
+ 28 Feb 2007; Michael Sterrett <mr_bones_@gentoo.org>
+ sturmbahnfahrer-1.3.ebuild:
+ fix bug #168433 with a sed hammer; desktop entry
*sturmbahnfahrer-1.3 (23 Feb 2007)
diff --git a/games-sports/sturmbahnfahrer/sturmbahnfahrer-1.3.ebuild b/games-sports/sturmbahnfahrer/sturmbahnfahrer-1.3.ebuild
index b61e593e05a8..1d38ee834686 100644
--- a/games-sports/sturmbahnfahrer/sturmbahnfahrer-1.3.ebuild
+++ b/games-sports/sturmbahnfahrer/sturmbahnfahrer-1.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/sturmbahnfahrer/sturmbahnfahrer-1.3.ebuild,v 1.1 2007/02/23 05:19:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/sturmbahnfahrer/sturmbahnfahrer-1.3.ebuild,v 1.2 2007/02/28 22:41:09 mr_bones_ Exp $
-inherit toolchain-funcs games
+inherit eutils toolchain-funcs games
DESCRIPTION="Simulated obstacle course for automobiles"
HOMEPAGE="http://www.sturmbahnfahrer.com/"
@@ -25,7 +25,7 @@ src_unpack() {
cd "${S}"
sed -i \
- -e "s:/usr/share/games/${PN}:${GAMES_DATADIR}/${PN}:" main.cxx \
+ -e "/dirprefix \?=/s:=.*: = \"${GAMES_DATADIR}/${PN}\";:" main.cxx \
|| die "sed failed"
sed -i \
@@ -49,5 +49,6 @@ src_install() {
|| die "emake install failed"
dodoc JOYSTICKS README TODO
+ make_desktop_entry sturmbahnfahrer Sturmbahnfahrer
prepgamesdirs
}