diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-02-26 14:55:15 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-02-26 14:55:15 +0000 |
commit | 3571f112ddd70a87f4336ff4c8ecbbd04924c0d3 (patch) | |
tree | 2e7e55d7ed235cc2a8a625a96c9eba439b874d7b /games-action | |
parent | Version bumped, bug #404245. Added einfo about sqlite3, bug #401087. Removed ... (diff) | |
download | gentoo-2-3571f112ddd70a87f4336ff4c8ecbbd04924c0d3.tar.gz gentoo-2-3571f112ddd70a87f4336ff4c8ecbbd04924c0d3.tar.bz2 gentoo-2-3571f112ddd70a87f4336ff4c8ecbbd04924c0d3.zip |
Installing desktop file. Bug #314199
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/accelerator3d/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/accelerator3d/accelerator3d-0.1.1-r1.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/games-action/accelerator3d/ChangeLog b/games-action/accelerator3d/ChangeLog index 535dee60f369..36c0bc2da986 100644 --- a/games-action/accelerator3d/ChangeLog +++ b/games-action/accelerator3d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/accelerator3d -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.8 2010/05/04 06:20:09 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.9 2012/02/26 14:55:15 tupone Exp $ + + 26 Feb 2012; Tupone Alfredo <tupone@gentoo.org> + accelerator3d-0.1.1-r1.ebuild: + Installing desktop file. Bug #314199 by Paweł Hajdan, Jr. 04 May 2010; Tupone Alfredo <tupone@gentoo.org> accelerator3d-0.1.1-r1.ebuild: diff --git a/games-action/accelerator3d/accelerator3d-0.1.1-r1.ebuild b/games-action/accelerator3d/accelerator3d-0.1.1-r1.ebuild index 6e03d65ad529..ca25549bd82c 100644 --- a/games-action/accelerator3d/accelerator3d-0.1.1-r1.ebuild +++ b/games-action/accelerator3d/accelerator3d-0.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r1.ebuild,v 1.3 2010/05/04 06:20:09 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r1.ebuild,v 1.4 2012/02/26 14:55:15 tupone Exp $ EAPI=2 PYTHON_DEPEND="2" @@ -41,5 +41,7 @@ src_install() { insinto "${GAMES_DATADIR}"/${PN} doins gfx/* snd/* || die "doins failed" dodoc CHANGELOG README + make_desktop_entry accelerator + prepgamesdirs } |