From babbb3349e064e71743b372d272b89eba67b03a4 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 2 Jan 2023 00:33:08 -0500 Subject: games-emulation/pcsx2: switch icon in live The linux_various directory is about to be removed, and this other icon is higher quality anyway. PCSX2.desktop.in will also be removed but had already switched to make_desktop_entry. Signed-off-by: Ionen Wolkens --- games-emulation/pcsx2/pcsx2-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index eebe34cc10de..88c5807335b7 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -198,7 +198,7 @@ src_install() { dodoc README.md bin/docs/{Debugger.pdf,GameIndex.pdf,PCSX2_FAQ.pdf,debugger.txt} newman bin/docs/PCSX2.1 ${PN}.1 - newicon linux_various/PCSX2.xpm ${PN}.xpm + newicon bin/resources/icons/AppIconLarge.png ${PN}.png make_desktop_entry ${PN} ${PN^^} } -- cgit v1.2.3-65-gdbad