Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/
Date: Mon, 02 Jan 2023 05:47:11
Message-Id: 1672638374.babbb3349e064e71743b372d272b89eba67b03a4.ionen@gentoo
1 commit: babbb3349e064e71743b372d272b89eba67b03a4
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 05:33:08 2023 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 05:46:14 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=babbb334
7
8 games-emulation/pcsx2: switch icon in live
9
10 The linux_various directory is about to be removed, and this
11 other icon is higher quality anyway. PCSX2.desktop.in will also
12 be removed but had already switched to make_desktop_entry.
13
14 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
15
16 games-emulation/pcsx2/pcsx2-9999.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
20 index eebe34cc10de..88c5807335b7 100644
21 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild
22 +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2022 Gentoo Authors
25 +# Copyright 1999-2023 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=8
29 @@ -198,7 +198,7 @@ src_install() {
30 dodoc README.md bin/docs/{Debugger.pdf,GameIndex.pdf,PCSX2_FAQ.pdf,debugger.txt}
31 newman bin/docs/PCSX2.1 ${PN}.1
32
33 - newicon linux_various/PCSX2.xpm ${PN}.xpm
34 + newicon bin/resources/icons/AppIconLarge.png ${PN}.png
35 make_desktop_entry ${PN} ${PN^^}
36 }