From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1155646-garchives=archives.gentoo.org@lists.gentoo.org> 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 763D1138350 for <garchives@archives.gentoo.org>; Wed, 25 Mar 2020 16:03:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8926E0BD2; Wed, 25 Mar 2020 16:03:55 +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 9B739E0BD2 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Mar 2020 16:03:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AE24734F5DB for <gentoo-commits@lists.gentoo.org>; Wed, 25 Mar 2020 16:03:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45DC1197 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Mar 2020 16:03:53 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@riseup.net> Message-ID: <1585152116.568c7b117271c52c17b448ed0cfc847fc1a8bce0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-action/ATLauncher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild X-VCS-Directories: games-action/ATLauncher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 568c7b117271c52c17b448ed0cfc847fc1a8bce0 X-VCS-Branch: master Date: Wed, 25 Mar 2020 16:03:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e89f7d8-cec3-4eac-8e5e-3eae14defbc5 X-Archives-Hash: 8c4b7765444c01f81139fce139d3cb7f Message-ID: <20200325160353.gMh7fwdqJ23hu_Am2F2R4zH1LhcaA_CRvi-nSMS80Ls@z> commit: 568c7b117271c52c17b448ed0cfc847fc1a8bce0 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Wed Mar 25 16:01:56 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Mar 25 16:01:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=568c7b11 games-action/ATLauncher: icon only works if all lowercase??? Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild b/games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild index 7d89298..b934e10 100644 --- a/games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild +++ b/games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild @@ -37,11 +37,11 @@ src_install() { doins "${FILESDIR}/${PN}" fperms +x /usr/bin/${PN} - newicon -s 256x256 ${PN}-0.png ${PN}.png - newicon -s 128x128 ${PN}-1.png ${PN}.png - newicon -s 64x64 ${PN}-2.png ${PN}.png - newicon -s 48x48 ${PN}-3.png ${PN}.png - newicon -s 32x32 ${PN}-4.png ${PN}.png - newicon -s 16x16 ${PN}-5.png ${PN}.png - make_desktop_entry ${PN} "ATLauncher" ${PN} Game + newicon -s 256x256 ${PN}-0.png atlauncher.png + newicon -s 128x128 ${PN}-1.png atlauncher.png + newicon -s 64x64 ${PN}-2.png atlauncher.png + newicon -s 48x48 ${PN}-3.png atlauncher.png + newicon -s 32x32 ${PN}-4.png atlauncher.png + newicon -s 16x16 ${PN}-5.png atlauncher.png + make_desktop_entry ${PN} "ATLauncher" atlauncher Game }