mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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}
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user