diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:24:24 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:24:24 +0000 |
commit | b3d26fbbccb8a54784a493e0752d2e6bc49b787e (patch) | |
tree | bb4a0a05ec019d9d5449a27f85ac3385b62503ab /games-fps/transfusion-bin | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-b3d26fbbccb8a54784a493e0752d2e6bc49b787e.tar.gz gentoo-2-b3d26fbbccb8a54784a493e0752d2e6bc49b787e.tar.bz2 gentoo-2-b3d26fbbccb8a54784a493e0752d2e6bc49b787e.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-fps/transfusion-bin')
-rw-r--r-- | games-fps/transfusion-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/transfusion-bin/transfusion-bin-1.01.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-fps/transfusion-bin/ChangeLog b/games-fps/transfusion-bin/ChangeLog index 4e9e5727fc08..cb6964e61a28 100644 --- a/games-fps/transfusion-bin/ChangeLog +++ b/games-fps/transfusion-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/transfusion-bin -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/ChangeLog,v 1.11 2007/02/22 00:31:34 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/ChangeLog,v 1.12 2008/02/29 19:24:24 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> + transfusion-bin-1.01.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild b/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild index ec0c566ed570..0b2d7daad26e 100644 --- a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild +++ b/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild,v 1.15 2007/12/25 22:20:16 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild,v 1.16 2008/02/29 19:24:24 carlo Exp $ inherit eutils games @@ -43,7 +43,7 @@ src_install() { doicon "${DISTDIR}"/${MY_PN}.png games_make_wrapper ${MY_PN} ./${MY_PN}-glx "${dir}" "${dir}" - make_desktop_entry ${MY_PN} "Transfusion" ${MY_PN}.png + make_desktop_entry ${MY_PN} "Transfusion" ${MY_PN} prepgamesdirs } |