diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-10-15 20:14:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-10-15 20:14:04 +0000 |
commit | d0c97acf4562920ccf7994a967486544f74209aa (patch) | |
tree | 0d170ab766cc63c27e61b8bddecf60e09fddd1f8 /games-simulation/gl117/gl117-1.3.2.ebuild | |
parent | Remove old. (diff) | |
download | historical-d0c97acf4562920ccf7994a967486544f74209aa.tar.gz historical-d0c97acf4562920ccf7994a967486544f74209aa.tar.bz2 historical-d0c97acf4562920ccf7994a967486544f74209aa.zip |
turn down default video mode to avoid problems on smaller screens (bug #327965) with patch from Nick White
Package-Manager: portage-2.1.10.11/cvs/Linux i686
Diffstat (limited to 'games-simulation/gl117/gl117-1.3.2.ebuild')
-rw-r--r-- | games-simulation/gl117/gl117-1.3.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-simulation/gl117/gl117-1.3.2.ebuild b/games-simulation/gl117/gl117-1.3.2.ebuild index 8138b68284f4..a85a2a8c43e7 100644 --- a/games-simulation/gl117/gl117-1.3.2.ebuild +++ b/games-simulation/gl117/gl117-1.3.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 1.10 2010/09/16 16:59:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 1.11 2011/10/15 20:14:04 mr_bones_ Exp $ EAPI=2 inherit eutils games MY_P="gl-117-${PV}-src" DESCRIPTION="An action flight simulator" -HOMEPAGE="http://www.heptargon.de/" +HOMEPAGE="http://www.heptargon.de/gl-117/gl-117.html" SRC_URI="mirror://sourceforge/gl-117/${MY_P}.tar.bz2" LICENSE="GPL-2" @@ -23,6 +23,8 @@ DEPEND="media-libs/libsdl[audio,joystick,opengl,video] S=${WORKDIR}/${MY_P} +PATCHES=( "${FILESDIR}"/${P}-mode.patch ) + src_install() { emake DESTDIR="${D}" install || die "emake install failed" newicon doc/src/falcon.jpg ${PN}.jpg |