diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-03-15 22:31:47 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-03-15 22:31:47 +0000 |
commit | 5e75240afec9df6ea3b7c91af12b4870eb71435f (patch) | |
tree | 677e900539db98cb2b07125048e6906016b08e1b /games-arcade | |
parent | Stable for HPPA (bug #168582). (diff) | |
download | gentoo-2-5e75240afec9df6ea3b7c91af12b4870eb71435f.tar.gz gentoo-2-5e75240afec9df6ea3b7c91af12b4870eb71435f.tar.bz2 gentoo-2-5e75240afec9df6ea3b7c91af12b4870eb71435f.zip |
Install menu entry, bug #160259
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xbill/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/xbill/xbill-2.1-r1.ebuild | 13 |
2 files changed, 12 insertions, 6 deletions
diff --git a/games-arcade/xbill/ChangeLog b/games-arcade/xbill/ChangeLog index e893399399db..ad027df4310a 100644 --- a/games-arcade/xbill/ChangeLog +++ b/games-arcade/xbill/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/xbill # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.11 2007/02/08 20:57:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.12 2007/03/15 22:31:47 nyhm Exp $ + + 15 Mar 2007; Tristan Heaven <nyhm@gentoo.org> xbill-2.1-r1.ebuild: + Install menu entry, bug #160259 08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/games-arcade/xbill/xbill-2.1-r1.ebuild b/games-arcade/xbill/xbill-2.1-r1.ebuild index 5781e00c5f47..0807daf538cd 100644 --- a/games-arcade/xbill/xbill-2.1-r1.ebuild +++ b/games-arcade/xbill/xbill-2.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r1.ebuild,v 1.7 2005/09/11 02:56:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r1.ebuild,v 1.8 2007/03/15 22:31:47 nyhm Exp $ -inherit games +inherit eutils games -DESCRIPTION="A game about evil hacker called Bill!" +DESCRIPTION="A game about an evil hacker called Bill!" HOMEPAGE="http://www.xbill.org/" SRC_URI="http://www.xbill.org/download/${P}.tar.gz" @@ -21,6 +21,9 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" + newicon pixmaps/icon.xpm ${PN}.xpm + make_desktop_entry ${PN} XBill ${PN}.xpm + dodoc ChangeLog README prepgamesdirs } |