Gentoo Archives: gentoo-commits

From: Christian Schmitt <chris@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
Date: Mon, 02 Jul 2012 10:28:05
Message-Id: 1341224818.30a869e6f99c94ae71a010aecee1cb360bebc065.christian@gentoo
1 commit: 30a869e6f99c94ae71a010aecee1cb360bebc065
2 Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
3 AuthorDate: Mon Jul 2 10:26:58 2012 +0000
4 Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
5 CommitDate: Mon Jul 2 10:26:58 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=30a869e6
7
8 [games-simulation/flightgear] add an elog informing about launchers
9
10 ---
11 .../flightgear/flightgear-2.6.0.ebuild | 7 +++++++
12 games-simulation/flightgear/flightgear-9999.ebuild | 7 ++++++-
13 2 files changed, 13 insertions(+), 1 deletions(-)
14
15 diff --git a/games-simulation/flightgear/flightgear-2.6.0.ebuild b/games-simulation/flightgear/flightgear-2.6.0.ebuild
16 index 6429022..d2fa549 100644
17 --- a/games-simulation/flightgear/flightgear-2.6.0.ebuild
18 +++ b/games-simulation/flightgear/flightgear-2.6.0.ebuild
19 @@ -50,3 +50,10 @@ src_install() {
20 make_desktop_entry fgfs "FlightGear"
21 prepgamesdirs
22 }
23 +
24 +pkg_postinst() {
25 + elog "It is recommended that you install one of the available launchers,"
26 + elog "as they provide easy access to startup options:"
27 + elog "* games-simulation/fgx"
28 + elog "* games-simulation/fgrun"
29 +}
30
31 diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
32 index 64615b4..7413cd0 100644
33 --- a/games-simulation/flightgear/flightgear-9999.ebuild
34 +++ b/games-simulation/flightgear/flightgear-9999.ebuild
35 @@ -67,7 +67,12 @@ pkg_postinst() {
36 elog "To download fgdata, use"
37 elog "\"git clone git://mapserver.flightgear.org/fgdata/ SOMEPATH\"."
38 elog
39 - elog
40 elog "Don't forget that before updating FlightGear you will most likely"
41 elog "have to update Simgear, too"
42 + elog
43 + elog
44 + elog "It is recommended that you install one of the available launchers,"
45 + elog "as they provide easy access to startup options:"
46 + elog "* games-simulation/fgx"
47 + elog "* games-simulation/fgrun"
48 }