summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/spout/spout-1.3.ebuild')
-rw-r--r--games-arcade/spout/spout-1.3.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/games-arcade/spout/spout-1.3.ebuild b/games-arcade/spout/spout-1.3.ebuild
index 1878805f8b43..a660ce039255 100644
--- a/games-arcade/spout/spout-1.3.ebuild
+++ b/games-arcade/spout/spout-1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.2 2004/11/11 00:32:49 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.3 2005/04/02 07:11:23 mr_bones_ Exp $
inherit eutils games
@@ -11,19 +11,18 @@ SRC_URI="http://code.mizzenblog.com/spout/${MY_P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="ppc x86"
IUSE=""
DEPEND="virtual/x11
>=media-libs/libsdl-1.2.6"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
src_install() {
dogamesbin spout || die "dogamesbin failed"
- insinto /usr/share/pixmaps
- doins spout.png
- make_desktop_entry spout "Spout" spout.png
+ doicon spout.png
+ make_desktop_entry spout "Spout"
dodoc README
prepgamesdirs
}