games-action/dxx-rebirth: Switch make_desktop_entry to --eapi9

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-12-08 19:08:47 +01:00
parent f7e90837dc
commit 263121ccb7
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E

View File

@ -236,7 +236,7 @@ src_install() {
local PROGRAM=d${DV}x-rebirth
docinto "${PROGRAM}"
dodoc "${PROGRAM}"/*.txt
make_desktop_entry "${PROGRAM}" "Descent ${DV} Rebirth" "${PROGRAM}"
make_desktop_entry --eapi9 "${PROGRAM}" -n "Descent ${DV} Rebirth" -i "${PROGRAM}"
doicon "${PROGRAM}/${PROGRAM}.xpm"
done
}