diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-01-08 01:48:23 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-01-08 01:48:23 +0000 |
commit | 3cebb8ef384ae4606429f55937dec7c84988484c (patch) | |
tree | 38e54b31805b0a9b12ece4af422cdf85228e429b | |
parent | 2025-01-08 00:18:23 UTC (diff) | |
parent | games-emulation/pcsx2: fix icon name to match .desktop (diff) | |
download | gentoo-3cebb8ef384ae4606429f55937dec7c84988484c.tar.gz gentoo-3cebb8ef384ae4606429f55937dec7c84988484c.tar.bz2 gentoo-3cebb8ef384ae4606429f55937dec7c84988484c.zip |
Merge updates from master
-rw-r--r-- | games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild (renamed from games-emulation/pcsx2/pcsx2-2.2.0.ebuild) | 4 | ||||
-rw-r--r-- | 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 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} |