summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-03-16 08:11:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-03-16 08:11:13 +0000
commitc2e85d36d9b839e74a1322952a094062c3fd3398 (patch)
treee6b68be03c0ea564b28319d23a2b49f962773157 /games-roguelike/scourge
parentadd gnomecanvas (diff)
downloadgentoo-2-c2e85d36d9b839e74a1322952a094062c3fd3398.tar.gz
gentoo-2-c2e85d36d9b839e74a1322952a094062c3fd3398.tar.bz2
gentoo-2-c2e85d36d9b839e74a1322952a094062c3fd3398.zip
create desktop entry - patch from Cristiano Chiucchiolo via bug #126340
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'games-roguelike/scourge')
-rw-r--r--games-roguelike/scourge/ChangeLog5
-rw-r--r--games-roguelike/scourge/scourge-0.12.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/games-roguelike/scourge/ChangeLog b/games-roguelike/scourge/ChangeLog
index 26461aaada9c..e1db3d562f74 100644
--- a/games-roguelike/scourge/ChangeLog
+++ b/games-roguelike/scourge/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-roguelike/scourge
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/ChangeLog,v 1.15 2006/02/20 20:23:32 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/ChangeLog,v 1.16 2006/03/16 08:11:13 mr_bones_ Exp $
+
+ 16 Mar 2006; Michael Sterrett <mr_bones_@gentoo.org> scourge-0.12.ebuild:
+ create desktop entry - patch from Cristiano Chiucchiolo via bug #126340
20 Feb 2006; <Tupone@gentoo.org> scourge-0.12.ebuild:
Modular X dependency fix
diff --git a/games-roguelike/scourge/scourge-0.12.ebuild b/games-roguelike/scourge/scourge-0.12.ebuild
index 933606e616db..724599bfd617 100644
--- a/games-roguelike/scourge/scourge-0.12.ebuild
+++ b/games-roguelike/scourge/scourge-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/scourge-0.12.ebuild,v 1.2 2006/02/20 20:23:32 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/scourge-0.12.ebuild,v 1.3 2006/03/16 08:11:13 mr_bones_ Exp $
inherit eutils games
@@ -42,8 +42,10 @@ src_compile() {
src_install() {
dogamesbin src/scourge || die "dogamesbin failed"
+ newicon assets/scourge.png scourge.png
insinto "${GAMES_DATADIR}/${PN}"
doins -r data/ || die "doins failed"
dodoc AUTHORS README
+ make_desktop_entry scourge Scourge
prepgamesdirs
}