diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-02 00:33:08 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-02 00:46:14 -0500 |
commit | babbb3349e064e71743b372d272b89eba67b03a4 (patch) | |
tree | e6eb1f98b1e1b46dd2868e07c15b63ac45930fa2 /games-emulation | |
parent | dev-libs/miniz: Stabilize 2.2.0-r1 x86, #886877 (diff) | |
download | gentoo-babbb3349e064e71743b372d272b89eba67b03a4.tar.gz gentoo-babbb3349e064e71743b372d272b89eba67b03a4.tar.bz2 gentoo-babbb3349e064e71743b372d272b89eba67b03a4.zip |
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 <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 4 |
1 files 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^^} } |