diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-03-14 20:32:31 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-03-14 20:32:31 +0000 |
commit | bc43f1e7e9b0c2021b18e28644643a91dbb4f6c7 (patch) | |
tree | 8e62453a593ecbd97391055bccd3f932f48e92a4 /games-action | |
parent | Install menu entry (diff) | |
download | gentoo-2-bc43f1e7e9b0c2021b18e28644643a91dbb4f6c7.tar.gz gentoo-2-bc43f1e7e9b0c2021b18e28644643a91dbb4f6c7.tar.bz2 gentoo-2-bc43f1e7e9b0c2021b18e28644643a91dbb4f6c7.zip |
Install menu entry, bug #159766
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/supertuxkart/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/supertuxkart/files/digest-supertuxkart-0.2 | 3 | ||||
-rw-r--r-- | games-action/supertuxkart/supertuxkart-0.2.ebuild | 9 |
3 files changed, 13 insertions, 4 deletions
diff --git a/games-action/supertuxkart/ChangeLog b/games-action/supertuxkart/ChangeLog index a07fca073177..55e599ea308d 100644 --- a/games-action/supertuxkart/ChangeLog +++ b/games-action/supertuxkart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/supertuxkart # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.6 2007/02/07 13:36:13 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.7 2007/03/14 20:32:31 nyhm Exp $ + + 14 Mar 2007; Tristan Heaven <nyhm@gentoo.org> supertuxkart-0.2.ebuild: + Install menu entry, bug #159766 07 Feb 2007; Tristan Heaven <nyhm@gentoo.org> supertuxkart-0.2.ebuild: Use mirror://berlios diff --git a/games-action/supertuxkart/files/digest-supertuxkart-0.2 b/games-action/supertuxkart/files/digest-supertuxkart-0.2 index 39ff83782261..0491702a04e2 100644 --- a/games-action/supertuxkart/files/digest-supertuxkart-0.2 +++ b/games-action/supertuxkart/files/digest-supertuxkart-0.2 @@ -1,3 +1,6 @@ MD5 c31c35af3a9c12f2890b4076cf55267b SuperTuxKart-0.2.tar.bz2 9854112 RMD160 67404d60408e97b8fcf94282822c29d4fd4bea7f SuperTuxKart-0.2.tar.bz2 9854112 SHA256 a397912f347f3ac3ea073bcd181fa31fe62bd413706b91c5c340fe541ea7ec56 SuperTuxKart-0.2.tar.bz2 9854112 +MD5 4ba8976f7bc1ae2eca12ff637bc9d696 supertuxkart.png 4435 +RMD160 9b20e00cc1f4c2d50f6ec192881a672d95189099 supertuxkart.png 4435 +SHA256 99bc1801cb0514946cb0171d6d5a84484b6dc881edfa7f096b6eb5fea2f28828 supertuxkart.png 4435 diff --git a/games-action/supertuxkart/supertuxkart-0.2.ebuild b/games-action/supertuxkart/supertuxkart-0.2.ebuild index cfa6709fb417..393e19405a36 100644 --- a/games-action/supertuxkart/supertuxkart-0.2.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.2.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.2.ebuild,v 1.8 2007/02/21 17:32:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.2.ebuild,v 1.9 2007/03/14 20:32:31 nyhm Exp $ -inherit games +inherit eutils games DESCRIPTION="A kart racing game starring Tux, the linux penguin (improved fork of TuxKart)" HOMEPAGE="http://supertuxkart.berlios.de/" -SRC_URI="mirror://berlios/${PN}/SuperTuxKart-${PV}.tar.bz2" +SRC_URI="mirror://berlios/${PN}/SuperTuxKart-${PV}.tar.bz2 + mirror://gentoo/${PN}.png" LICENSE="GPL-2" SLOT="0" @@ -23,6 +24,8 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} SuperTuxKart dodoc AUTHORS NEWS README prepgamesdirs } |