diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-03-14 23:49:07 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-03-14 23:49:07 +0000 |
commit | cd7e7d61aaaedf5bd0c36f96e7d65940786314c5 (patch) | |
tree | 204bebd7f5a6498b826acc1adfd45b73246eb279 /games-arcade/late | |
parent | Version bump. Ebuild changed according to changed build system (see ChangeLog) (diff) | |
download | gentoo-2-cd7e7d61aaaedf5bd0c36f96e7d65940786314c5.tar.gz gentoo-2-cd7e7d61aaaedf5bd0c36f96e7d65940786314c5.tar.bz2 gentoo-2-cd7e7d61aaaedf5bd0c36f96e7d65940786314c5.zip |
Install menu entry, bug #160231
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade/late')
-rw-r--r-- | games-arcade/late/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/late/late-0.1.0.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-arcade/late/ChangeLog b/games-arcade/late/ChangeLog index 59a823001acc..92ff475237e4 100644 --- a/games-arcade/late/ChangeLog +++ b/games-arcade/late/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/late # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v 1.7 2007/02/08 20:51:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v 1.8 2007/03/14 23:49:07 nyhm Exp $ + + 14 Mar 2007; Tristan Heaven <nyhm@gentoo.org> late-0.1.0.ebuild: + Install menu entry, bug #160231 08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/games-arcade/late/late-0.1.0.ebuild b/games-arcade/late/late-0.1.0.ebuild index b541646d53f1..c71eba4be7f8 100644 --- a/games-arcade/late/late-0.1.0.ebuild +++ b/games-arcade/late/late-0.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v 1.10 2005/08/09 21:15:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v 1.11 2007/03/14 23:49:07 nyhm Exp $ inherit games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="" -DEPEND=">=media-libs/libsdl-1.1.8 +DEPEND="media-libs/libsdl media-libs/sdl-image" src_unpack() { @@ -25,7 +25,9 @@ src_unpack() { } src_install () { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" + newicon graphics/latebg2.jpg ${PN}.jpg + make_desktop_entry late Late /usr/share/pixmaps/${PN}.jpg dodoc AUTHORS prepgamesdirs } |