summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-10-12 22:55:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-10-12 22:55:55 +0000
commita1112029fa2909b09873a4abb9ba6ee80cbdf961 (patch)
treedbd35ba7e3d6013beb90c32924ea86b5f67bc4c6
parentnew upstream release (diff)
downloadgentoo-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)
-rw-r--r--games-strategy/glob2/ChangeLog5
-rw-r--r--games-strategy/glob2/glob2-0.8.15.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog
index c7c66e9ce8c0..04878f59d973 100644
--- a/games-strategy/glob2/ChangeLog
+++ b/games-strategy/glob2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/glob2
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.23 2005/05/17 17:17:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.24 2005/10/12 22:55:55 mr_bones_ Exp $
+
+ 12 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.8.15.ebuild:
+ add desktop entry support (bug #109043)
17 May 2005; Michael Sterrett <mr_bones_@gentoo.org>
-files/glob2-0.8.11-configure_speex.patch, -glob2-0.8.10.ebuild,
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
}