diff options
author | 2006-10-09 14:36:31 +0000 | |
---|---|---|
committer | 2006-10-09 14:36:31 +0000 | |
commit | 473a2eefb5d7c5584cad071f145c1e5b736eafa9 (patch) | |
tree | 93ab08091a4bb5be5f99385e2c6871649f0ca484 /games-board | |
parent | Cleaning up stale ebuilds (diff) | |
download | gentoo-2-473a2eefb5d7c5584cad071f145c1e5b736eafa9.tar.gz gentoo-2-473a2eefb5d7c5584cad071f145c1e5b736eafa9.tar.bz2 gentoo-2-473a2eefb5d7c5584cad071f145c1e5b736eafa9.zip |
Install desktop entry
(Portage version: 2.1.2_pre2-r7)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/hexxagon/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/hexxagon/hexxagon-1.0.ebuild | 13 |
2 files changed, 12 insertions, 8 deletions
diff --git a/games-board/hexxagon/ChangeLog b/games-board/hexxagon/ChangeLog index 85a1d0680d9a..20ff52585a80 100644 --- a/games-board/hexxagon/ChangeLog +++ b/games-board/hexxagon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/hexxagon -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/hexxagon/ChangeLog,v 1.15 2005/05/13 21:32:08 josejx Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/hexxagon/ChangeLog,v 1.16 2006/10/09 14:36:31 nyhm Exp $ + + 09 Oct 2006; Tristan Heaven <nyhm@gentoo.org> hexxagon-1.0.ebuild: + Install desktop entry 13 May 2005; Joseph Jezak <josejx@gentoo.org> hexxagon-1.0.ebuild: Marked ppc stable. diff --git a/games-board/hexxagon/hexxagon-1.0.ebuild b/games-board/hexxagon/hexxagon-1.0.ebuild index 4833096c27a3..cbe1a7ba6b6c 100644 --- a/games-board/hexxagon/hexxagon-1.0.ebuild +++ b/games-board/hexxagon/hexxagon-1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/hexxagon/hexxagon-1.0.ebuild,v 1.5 2005/05/13 21:32:08 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/hexxagon/hexxagon-1.0.ebuild,v 1.6 2006/10/09 14:36:31 nyhm Exp $ -inherit games +inherit eutils games DESCRIPTION="clone of the original DOS game" HOMEPAGE="http://nesqi.homeip.net/hexxagon/" @@ -13,13 +13,14 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/libc - >=dev-cpp/glibmm-2.4 +DEPEND=">=dev-cpp/glibmm-2.4 >=dev-cpp/gtkmm-2.4 >=x11-libs/gtk+-2.0" src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" + newicon images/board_N_2.xpm ${PN}.xpm + make_desktop_entry ${PN} Hexxagon ${PN}.xpm dodoc README prepgamesdirs } |