summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-03-27 17:06:30 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-03-27 17:06:30 +0000
commitc35b80439726ad0d001018ca44bd0f17f7bb7f84 (patch)
tree4634cbba4547ca18cea77e2c9349c1f3e6f11070 /games-arcade/apricots
parentgnome 2.18.0 (diff)
downloadgentoo-2-c35b80439726ad0d001018ca44bd0f17f7bb7f84.tar.gz
gentoo-2-c35b80439726ad0d001018ca44bd0f17f7bb7f84.tar.bz2
gentoo-2-c35b80439726ad0d001018ca44bd0f17f7bb7f84.zip
Install menu entry, bug #159842
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade/apricots')
-rw-r--r--games-arcade/apricots/ChangeLog5
-rw-r--r--games-arcade/apricots/apricots-0.2.6-r1.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/games-arcade/apricots/ChangeLog b/games-arcade/apricots/ChangeLog
index b863891cf24a..644ab79d3a8b 100644
--- a/games-arcade/apricots/ChangeLog
+++ b/games-arcade/apricots/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/apricots
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v 1.10 2007/01/05 19:01:13 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v 1.11 2007/03/27 17:06:30 nyhm Exp $
+
+ 27 Mar 2007; Tristan Heaven <nyhm@gentoo.org> apricots-0.2.6-r1.ebuild:
+ Install menu entry, bug #159842
05 Jan 2007; Tristan Heaven <nyhm@gentoo.org> apricots-0.2.6-r1.ebuild:
Set WANT_AUTOCONF and WANT_AUTOMAKE
diff --git a/games-arcade/apricots/apricots-0.2.6-r1.ebuild b/games-arcade/apricots/apricots-0.2.6-r1.ebuild
index dc711952702e..246cda394ae1 100644
--- a/games-arcade/apricots/apricots-0.2.6-r1.ebuild
+++ b/games-arcade/apricots/apricots-0.2.6-r1.ebuild
@@ -1,9 +1,7 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.3 2007/01/05 19:01:13 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.4 2007/03/27 17:06:30 nyhm Exp $
-WANT_AUTOCONF=latest
-WANT_AUTOMAKE=latest
inherit autotools eutils games
DESCRIPTION="Fly a plane around bomb/shoot the enemy. Port of Planegame from Amiga."
@@ -51,6 +49,7 @@ src_install() {
doins *.wav *.psf *.shapes || die "doins failed"
insinto "${GAMES_SYSCONFDIR}"/${PN}
doins apricots.cfg || die "doins apricots.cfg failed"
+ make_desktop_entry ${PN} Apricots
prepgamesdirs
}