From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E1D75138455 for ; Sun, 13 Jan 2013 12:58:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93FF0E05EB; Sun, 13 Jan 2013 12:58:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C7E2E05EB for ; Sun, 13 Jan 2013 12:58:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6073133D3DC for ; Sun, 13 Jan 2013 12:58:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B442AE4073 for ; Sun, 13 Jan 2013 12:58:43 +0000 (UTC) From: "Christian Schmitt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Schmitt" Message-ID: <1358081901.2c0965f1b81cfd98563403a7479a7a48767f2bb3.christian@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-simulation/flightgear/flightgear-9999.ebuild X-VCS-Directories: games-simulation/flightgear/ X-VCS-Committer: christian X-VCS-Committer-Name: Christian Schmitt X-VCS-Revision: 2c0965f1b81cfd98563403a7479a7a48767f2bb3 X-VCS-Branch: master Date: Sun, 13 Jan 2013 12:58:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fc1ea53d-70b7-4c3f-b05e-8c833d62c302 X-Archives-Hash: 1620839a927f70be1dc6dedbf243b537 commit: 2c0965f1b81cfd98563403a7479a7a48767f2bb3 Author: Christian Schmitt ilovelinux de> AuthorDate: Sun Jan 13 12:57:23 2013 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Sun Jan 13 12:58:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=2c0965f1 [flightgear/flightgear-9999] install correct desktop icon --- games-simulation/flightgear/flightgear-9999.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index 95c462b..84f3624 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -69,7 +69,7 @@ src_configure() { src_install() { cmake-utils_src_install - newicon package/${PN}.ico ${PN}.ico + newicon icons/fg-48.png ${PN}.png newmenu package/${PN}.desktop ${PN}.desktop prepgamesdirs }