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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AE5D15813A for ; Wed, 08 Jan 2025 01:38:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 425F0E07D7; Wed, 08 Jan 2025 01:38:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B89ECE07D7 for ; Wed, 08 Jan 2025 01:38:43 +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 C2E3D34131D for ; Wed, 08 Jan 2025 01:38:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14B591870 for ; Wed, 08 Jan 2025 01:38:41 +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: <1736300248.2c0ecf57e7369a36ffc9d1cb1129713e5e6d3b8f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild games-emulation/pcsx2/pcsx2-2.2.0.ebuild games-emulation/pcsx2/pcsx2-9999.ebuild X-VCS-Directories: games-emulation/pcsx2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 2c0ecf57e7369a36ffc9d1cb1129713e5e6d3b8f X-VCS-Branch: master Date: Wed, 08 Jan 2025 01:38:41 +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: b28c3536-2e27-4a76-8c06-d9c20e29ef7b X-Archives-Hash: 3e4933ff1abb7177efe1cefcb7499d1e commit: 2c0ecf57e7369a36ffc9d1cb1129713e5e6d3b8f Author: Ionen Wolkens gentoo org> AuthorDate: Wed Jan 8 01:28:07 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Jan 8 01:37:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0ecf57 games-emulation/pcsx2: fix icon name to match .desktop When switched to installing with cmake, started installing the binary as pcsx2-qt (like upstream) and renamed the icon too without thinking about it. Closes: https://bugs.gentoo.org/947688 Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/pcsx2/{pcsx2-2.2.0.ebuild => pcsx2-2.2.0-r1.ebuild} | 4 ++-- games-emulation/pcsx2/pcsx2-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games-emulation/pcsx2/pcsx2-2.2.0.ebuild b/games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild similarity index 97% rename from games-emulation/pcsx2/pcsx2-2.2.0.ebuild rename to games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild index 7efe14908bd3..6acafc7fc8cf 100644 --- a/games-emulation/pcsx2/pcsx2-2.2.0.ebuild +++ b/games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -149,7 +149,7 @@ src_test() { src_install() { cmake_src_install - newicon bin/resources/icons/AppIconLarge.png pcsx2-qt.png + newicon bin/resources/icons/AppIconLarge.png pcsx2.png make_desktop_entry pcsx2-qt PCSX2 dodoc README.md bin/docs/{Debugger.pdf,GameIndex.pdf,debugger.txt} diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 9b34ff9cc355..08e6cf5fee2d 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -144,7 +144,7 @@ src_test() { src_install() { cmake_src_install - newicon bin/resources/icons/AppIconLarge.png pcsx2-qt.png + newicon bin/resources/icons/AppIconLarge.png pcsx2.png make_desktop_entry pcsx2-qt PCSX2 dodoc README.md bin/docs/{Debugger.pdf,GameIndex.pdf,debugger.txt}