mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
games-action/dxx-rebirth: Switch make_desktop_entry to --eapi9
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
f7e90837dc
commit
263121ccb7
@ -236,7 +236,7 @@ src_install() {
|
|||||||
local PROGRAM=d${DV}x-rebirth
|
local PROGRAM=d${DV}x-rebirth
|
||||||
docinto "${PROGRAM}"
|
docinto "${PROGRAM}"
|
||||||
dodoc "${PROGRAM}"/*.txt
|
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"
|
doicon "${PROGRAM}/${PROGRAM}.xpm"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user