summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-03-23 01:58:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-03-23 01:58:28 +0000
commit82131b9652f7abd9913b609f1d02b045dda23249 (patch)
tree8f16ab6b671505b1e1160fd7592448b7141c7473 /games-arcade
parentadd initial category metadata file (GLEP 34) (diff)
downloadgentoo-2-82131b9652f7abd9913b609f1d02b045dda23249.tar.gz
gentoo-2-82131b9652f7abd9913b609f1d02b045dda23249.tar.bz2
gentoo-2-82131b9652f7abd9913b609f1d02b045dda23249.zip
use doicon
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/tomatoes/ChangeLog7
-rw-r--r--games-arcade/tomatoes/tomatoes-1.55.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/games-arcade/tomatoes/ChangeLog b/games-arcade/tomatoes/ChangeLog
index 95d9ea9d69b8..cc8ec8a3fbb6 100644
--- a/games-arcade/tomatoes/ChangeLog
+++ b/games-arcade/tomatoes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/tomatoes
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.6 2004/12/31 01:32:34 vapier Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.7 2005/03/23 01:58:28 mr_bones_ Exp $
+
+ 22 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> tomatoes-1.55.ebuild:
+ use doicon
30 Dec 2004; Mike Frysinger <vapier@gentoo.org> tomatoes-1.55.ebuild:
Make sure sdl-mixer has USE=mikmod #76128.
diff --git a/games-arcade/tomatoes/tomatoes-1.55.ebuild b/games-arcade/tomatoes/tomatoes-1.55.ebuild
index a32e7ff0d7f4..df0c51342a9f 100644
--- a/games-arcade/tomatoes/tomatoes-1.55.ebuild
+++ b/games-arcade/tomatoes/tomatoes-1.55.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55.ebuild,v 1.6 2005/02/10 20:10:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55.ebuild,v 1.7 2005/03/23 01:58:28 mr_bones_ Exp $
inherit eutils games
@@ -34,6 +34,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
mv ../tomatoes-1.5/* . || die "mv failed"
+ mv icon.png ${PN}.png
sed -i \
-e '/^CC/d' \
@@ -56,9 +57,8 @@ src_install() {
cp -r tomatoes.mpk music/ "${D}${GAMES_DATADIR}/${PN}" \
|| die "failed to copy game data"
- insinto /usr/share/icons/
- newins icon.png ${PN}.png
- make_desktop_entry tomatoes "I Have No Tomatoes" ${PN}.png
+ doicon ${PN}.png
+ make_desktop_entry tomatoes "I Have No Tomatoes"
touch "${D}${GAMES_STATEDIR}/${PN}/hiscore.lst" || die "touch failed"
fperms 660 "${GAMES_STATEDIR}/${PN}/hiscore.lst"