diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-03-14 20:53:28 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-03-14 20:53:28 +0000 |
commit | 66e83497330f913bf748adfd9568b0c77af6289c (patch) | |
tree | 93493606320cda684096007ddae89aead1260f0b /games-action | |
parent | Removed old ebuilds. (diff) | |
download | gentoo-2-66e83497330f913bf748adfd9568b0c77af6289c.tar.gz gentoo-2-66e83497330f913bf748adfd9568b0c77af6289c.tar.bz2 gentoo-2-66e83497330f913bf748adfd9568b0c77af6289c.zip |
Install menu entry, bug #159764
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/shootingstar/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/shootingstar/shootingstar-1.2.0.ebuild | 14 |
2 files changed, 13 insertions, 8 deletions
diff --git a/games-action/shootingstar/ChangeLog b/games-action/shootingstar/ChangeLog index bf0e45ef0d6f..164b9e67818d 100644 --- a/games-action/shootingstar/ChangeLog +++ b/games-action/shootingstar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/shootingstar -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.4 2006/01/28 21:19:10 joshuabaergen Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.5 2007/03/14 20:53:28 nyhm Exp $ + + 14 Mar 2007; Tristan Heaven <nyhm@gentoo.org> shootingstar-1.2.0.ebuild: + Install menu entry, bug #159764 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> shootingstar-1.2.0.ebuild: diff --git a/games-action/shootingstar/shootingstar-1.2.0.ebuild b/games-action/shootingstar/shootingstar-1.2.0.ebuild index 9f67c851cc4c..d52c228828f1 100644 --- a/games-action/shootingstar/shootingstar-1.2.0.ebuild +++ b/games-action/shootingstar/shootingstar-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.4 2006/01/28 21:19:10 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.5 2007/03/14 20:53:28 nyhm Exp $ inherit eutils games @@ -15,18 +15,20 @@ IUSE="" DEPEND="virtual/opengl virtual/glu - >=media-libs/libsdl-1.2 + media-libs/libsdl media-libs/sdl-mixer media-libs/sdl-image" src_unpack() { unpack ${A} - cd ${S} - epatch "${FILESDIR}/1.2.0-gcc34.patch" + cd "${S}" + epatch "${FILESDIR}"/${PV}-gcc34.patch } src_install () { - make DESTDIR=${D} install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" + newicon data/textures/body1.png ${PN}.png + make_desktop_entry ${PN} "Shooting Star" dodoc AUTHORS ChangeLog NEWS README TODO prepgamesdirs } |