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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40D66159C9B for ; Wed, 7 Aug 2024 20:44:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85953E29CD; Wed, 7 Aug 2024 20:43:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6111CE29CF for ; Wed, 7 Aug 2024 20:43:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67FC63430CE for ; Wed, 7 Aug 2024 20:43:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7806F1EB8 for ; Wed, 7 Aug 2024 20:43:56 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1723063380.991903d904982425651adc4481f668d87617c921.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/apricots/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/apricots/apricots-0.2.8.ebuild X-VCS-Directories: games-arcade/apricots/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 991903d904982425651adc4481f668d87617c921 X-VCS-Branch: master Date: Wed, 7 Aug 2024 20:43:56 +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: 8c9e227e-2a3d-428f-a584-adce00f96b9a X-Archives-Hash: 270d203e28fb1b8c52c9c9787ef98155 commit: 991903d904982425651adc4481f668d87617c921 Author: James Le Cuirot gentoo org> AuthorDate: Wed Aug 7 20:41:47 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Aug 7 20:43:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991903d9 games-arcade/apricots: Install icon with size Signed-off-by: James Le Cuirot gentoo.org> games-arcade/apricots/apricots-0.2.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-arcade/apricots/apricots-0.2.8.ebuild b/games-arcade/apricots/apricots-0.2.8.ebuild index d4716a1a5e94..45e9e5f3c36b 100644 --- a/games-arcade/apricots/apricots-0.2.8.ebuild +++ b/games-arcade/apricots/apricots-0.2.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit desktop +inherit desktop xdg DESCRIPTION="Fly a plane around and bomb/shoot the enemy (port of Planegame from Amiga)" HOMEPAGE="https://github.com/moggers87/apricots" @@ -31,6 +31,6 @@ src_install() { insinto /etc doins ${PN}/${PN}.cfg - doicon "${DISTDIR}"/${PN}.png + doicon -s 128 "${DISTDIR}"/${PN}.png make_desktop_entry ${PN} ${PN^} }