diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-03 03:37:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-03 03:37:00 +0000 |
commit | d5f6a8704a4b1a1d83e547a412a52130d890f7a0 (patch) | |
tree | dd8584ffaacc018c89c745aec3a209636702aae2 /games-arcade/tecnoballz | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-d5f6a8704a4b1a1d83e547a412a52130d890f7a0.tar.gz gentoo-2-d5f6a8704a4b1a1d83e547a412a52130d890f7a0.tar.bz2 gentoo-2-d5f6a8704a4b1a1d83e547a412a52130d890f7a0.zip |
EAPI=2; add desktop entry (bug #249562)
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-arcade/tecnoballz')
-rw-r--r-- | games-arcade/tecnoballz/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/tecnoballz/tecnoballz-0.92.ebuild | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/games-arcade/tecnoballz/ChangeLog b/games-arcade/tecnoballz/ChangeLog index f343bbfe3813..c7ece04e7e3e 100644 --- a/games-arcade/tecnoballz/ChangeLog +++ b/games-arcade/tecnoballz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/tecnoballz -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/ChangeLog,v 1.2 2008/10/10 19:33:19 nyhm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/ChangeLog,v 1.3 2009/02/03 03:37:00 mr_bones_ Exp $ + + 03 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> + tecnoballz-0.92.ebuild: + EAPI=2; add desktop entry (bug #249562) 10 Oct 2008; Tristan Heaven <nyhm@gentoo.org> tecnoballz-0.92.ebuild: Add ~amd64 keyword diff --git a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild b/games-arcade/tecnoballz/tecnoballz-0.92.ebuild index 7d32a304b172..61fc1249fc5b 100644 --- a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild +++ b/games-arcade/tecnoballz/tecnoballz-0.92.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.2 2008/10/10 19:33:19 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.3 2009/02/03 03:37:00 mr_bones_ Exp $ +EAPI=2 inherit eutils autotools games DESCRIPTION="An exciting Brick Breaker" @@ -15,12 +16,10 @@ IUSE="" DEPEND="media-libs/libsdl media-libs/sdl-mixer - media-libs/sdl-image + media-libs/sdl-image[png] media-libs/libmikmod" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch \ "${FILESDIR}"/${P}-automake.patch mv man/${PN}.fr.6 man/fr/${PN}.6 || die "failed moving man pages" @@ -31,6 +30,7 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS CHANGES NEWS README fperms g+w "${GAMES_STATEDIR}"/${PN}.hi || die "fperms failed" + make_desktop_entry ${PN} Tecnoballz prepgamesdirs } |