diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-12 22:55:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-12 22:55:55 +0000 |
commit | a1112029fa2909b09873a4abb9ba6ee80cbdf961 (patch) | |
tree | dbd35ba7e3d6013beb90c32924ea86b5f67bc4c6 /games-strategy/glob2/glob2-0.8.15.ebuild | |
parent | new upstream release (diff) | |
download | gentoo-2-a1112029fa2909b09873a4abb9ba6ee80cbdf961.tar.gz gentoo-2-a1112029fa2909b09873a4abb9ba6ee80cbdf961.tar.bz2 gentoo-2-a1112029fa2909b09873a4abb9ba6ee80cbdf961.zip |
add desktop entry support (bug #109043)
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-strategy/glob2/glob2-0.8.15.ebuild')
-rw-r--r-- | games-strategy/glob2/glob2-0.8.15.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-strategy/glob2/glob2-0.8.15.ebuild b/games-strategy/glob2/glob2-0.8.15.ebuild index d55f371cdf81..835bd3a311bb 100644 --- a/games-strategy/glob2/glob2-0.8.15.ebuild +++ b/games-strategy/glob2/glob2-0.8.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.15.ebuild,v 1.2 2005/05/17 17:00:12 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.15.ebuild,v 1.3 2005/10/12 22:55:55 mr_bones_ Exp $ inherit games @@ -36,5 +36,6 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS README TODO + make_desktop_entry glob2 "Globulation 2" prepgamesdirs } |