From 92acc76043be80d923f70941a1ba598651fdbf64 Mon Sep 17 00:00:00 2001 From: Carsten Lohrke Date: Fri, 29 Feb 2008 18:52:02 +0000 Subject: Remove icon extension from desktop entry to match Icon Theme Specification. (Portage version: 2.1.4.4) --- games-arcade/whichwayisup/ChangeLog | 6 +++++- games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild | 4 ++-- games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'games-arcade/whichwayisup') diff --git a/games-arcade/whichwayisup/ChangeLog b/games-arcade/whichwayisup/ChangeLog index 84aac030b1df..d0a84f62ec14 100644 --- a/games-arcade/whichwayisup/ChangeLog +++ b/games-arcade/whichwayisup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/whichwayisup # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/ChangeLog,v 1.7 2008/02/26 22:21:52 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/ChangeLog,v 1.8 2008/02/29 18:52:02 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke whichwayisup-0.7.0.ebuild, + whichwayisup-0.7.9.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *whichwayisup-0.7.9 (26 Feb 2008) diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild index 7ffabe69b40b..0dc4f4fc0ece 100644 --- a/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild +++ b/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild,v 1.7 2008/02/20 18:42:53 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild,v 1.8 2008/02/29 18:52:02 carlo Exp $ NEED_PYTHON="2.4" @@ -44,7 +44,7 @@ src_install() { doins -r data/* || die "doins data failed" doicon "${FILESDIR}"/${PN}-32.xpm - make_desktop_entry ${PN} "Which Way Is Up?" ${PN}-32.xpm + make_desktop_entry ${PN} "Which Way Is Up?" ${PN}-32 prepgamesdirs } diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild index 97fc6cba6e69..8b8583af4192 100644 --- a/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild +++ b/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild,v 1.1 2008/02/26 22:21:52 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild,v 1.2 2008/02/29 18:52:02 carlo Exp $ NEED_PYTHON="2.4" @@ -45,7 +45,7 @@ src_install() { doins -r data/* || die "doins data failed" doicon "${FILESDIR}"/${PN}-32.xpm - make_desktop_entry ${PN} "Which Way Is Up?" ${PN}-32.xpm + make_desktop_entry ${PN} "Which Way Is Up?" ${PN}-32 prepgamesdirs } -- cgit v1.2.3-65-gdbad