diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-03-13 14:05:17 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-03-13 14:05:17 +0000 |
commit | ca2a96227f8261e5355499c94253a461c14029cb (patch) | |
tree | 36ab9e16ed0d871dff378a25280ebd6fcb99ae76 /games-puzzle | |
parent | New version, remove old versions (diff) | |
download | gentoo-2-ca2a96227f8261e5355499c94253a461c14029cb.tar.gz gentoo-2-ca2a96227f8261e5355499c94253a461c14029cb.tar.bz2 gentoo-2-ca2a96227f8261e5355499c94253a461c14029cb.zip |
Install menu entry, bug #159852
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/concentration/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/concentration/concentration-1.2.ebuild | 19 |
2 files changed, 15 insertions, 11 deletions
diff --git a/games-puzzle/concentration/ChangeLog b/games-puzzle/concentration/ChangeLog index 9bab4cf67489..c2da741efd8d 100644 --- a/games-puzzle/concentration/ChangeLog +++ b/games-puzzle/concentration/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/concentration -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.7 2006/08/15 13:56:21 tcort Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.8 2007/03/13 14:05:17 nyhm Exp $ + + 13 Mar 2007; Tristan Heaven <nyhm@gentoo.org> concentration-1.2.ebuild: + Install menu entry, bug #159852 15 Aug 2006; Thomas Cort <tcort@gentoo.org> concentration-1.2.ebuild: Stable on amd64 wrt Bug #143961 diff --git a/games-puzzle/concentration/concentration-1.2.ebuild b/games-puzzle/concentration/concentration-1.2.ebuild index 342999439b85..06f80b35efdd 100644 --- a/games-puzzle/concentration/concentration-1.2.ebuild +++ b/games-puzzle/concentration/concentration-1.2.ebuild @@ -1,26 +1,27 @@ -# 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-puzzle/concentration/concentration-1.2.ebuild,v 1.2 2006/08/15 13:56:21 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2.ebuild,v 1.3 2007/03/13 14:05:17 nyhm Exp $ inherit eutils games DESCRIPTION="The classic memory game with some new life" -HOMEPAGE="http://www.shiftygames.com/concentration/concentration.html" -SRC_URI="http://www.shiftygames.com/concentration/${P}.tar.gz" +HOMEPAGE="http://www.shiftygames.com/concentration/" +SRC_URI="http://www.shiftygames.com/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND=">=media-libs/libsdl-1.2 - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-image-1.2 +DEPEND="media-libs/libsdl + media-libs/sdl-mixer + media-libs/sdl-image media-libs/sdl-ttf" src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" + newicon pics/set1/19.png ${PN}.png + make_desktop_entry ${PN} Concentration dodoc AUTHORS ChangeLog - make_desktop_entry concentration Concentration prepgamesdirs } |