From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E30F13933A for ; Tue, 29 Jun 2021 20:55:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E3EAE0833; Tue, 29 Jun 2021 20:55:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62139E0833 for ; Tue, 29 Jun 2021 20:55:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA4BB33BE2E for ; Tue, 29 Jun 2021 20:55:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36B1D7C4 for ; Tue, 29 Jun 2021 20:55:22 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1624999994.671d46737165eecb6d91bb39e4c05e391a3b40af.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/egoboo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/egoboo/Manifest games-rpg/egoboo/egoboo-2.8.1-r2.ebuild X-VCS-Directories: games-rpg/egoboo/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 671d46737165eecb6d91bb39e4c05e391a3b40af X-VCS-Branch: master Date: Tue, 29 Jun 2021 20:55:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f8036acf-cbf7-42a2-bc25-c346ad14f836 X-Archives-Hash: 11e6210bf137b4b4908b61afcd3108dd commit: 671d46737165eecb6d91bb39e4c05e391a3b40af Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jun 29 19:49:20 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jun 29 20:53:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671d4673 games-rpg/egoboo: add .desktop icon, EAPI 7->8 Signed-off-by: Ionen Wolkens gentoo.org> games-rpg/egoboo/Manifest | 1 + games-rpg/egoboo/egoboo-2.8.1-r2.ebuild | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/games-rpg/egoboo/Manifest b/games-rpg/egoboo/Manifest index 5a4082211d9..27a34b8b655 100644 --- a/games-rpg/egoboo/Manifest +++ b/games-rpg/egoboo/Manifest @@ -1 +1,2 @@ DIST egoboo-2.8.1.tar.gz 150029960 BLAKE2B 582db0f3c033523f7b55e205aec5f7012301e3edb7a4667f49d6c4a26f99572b4652e3cf4b8ed0f9e4c4cf2f6129615a315955d0193f851fc7c16ab7eaf7e482 SHA512 5793a63ba90f461ae99bcb81bf4ddf287b203bc2d401e1f697f1f4f93e1d681954e09b23938eb1a36e7dd535e2d12b8882efd77572cc63392cad5f9462ac3054 +DIST egoboo.png 7903 BLAKE2B a9ba1d15bd2363d7155b817bcf4d4ce1c378d6a5f2266774772e288a862d1ed1659bb67ec0f73eb089ee8e31725035b7fc2f29c490ace7e17cb336bc9479c9ab SHA512 6a18c269f9159f7b0cf9201662f9755b3317156849ed126d215aa104ae88faeb4950911821a74720b20ccac74498cb4473e2c1170596207b496ca8efb37c1247 diff --git a/games-rpg/egoboo/egoboo-2.8.1-r2.ebuild b/games-rpg/egoboo/egoboo-2.8.1-r2.ebuild index e3b415e57a8..bf1c7737e7f 100644 --- a/games-rpg/egoboo/egoboo-2.8.1-r2.ebuild +++ b/games-rpg/egoboo/egoboo-2.8.1-r2.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop toolchain-funcs DESCRIPTION="3D dungeon crawling adventure in the spirit of NetHack" HOMEPAGE="http://egoboo.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI=" + mirror://sourceforge/${PN}/${P}.tar.gz + https://dev.gentoo.org/~ionen/distfiles/${PN}.png" LICENSE="GPL-3+" SLOT="0" @@ -53,5 +55,6 @@ src_install() { insinto /etc/${PN} doins controls.txt setup.txt - make_desktop_entry ${PN} Egoboo applications-games "Game;" + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} Egoboo }