commit: 2c0ecf57e7369a36ffc9d1cb1129713e5e6d3b8f Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Jan 8 01:28:07 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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}
