commit: 50ec7bf87e3d95a3e17d022f79418b84a4df2b17
Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Wed Sep 23 07:42:19 2020 +0000
Commit: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
CommitDate: Wed Sep 23 07:50:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50ec7bf8
games-util/minigalaxy: add missing xdg step call
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
games-util/minigalaxy/minigalaxy-0.9.4.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/games-util/minigalaxy/minigalaxy-0.9.4.ebuild
b/games-util/minigalaxy/minigalaxy-0.9.4.ebuild
index b3244cd1..282e75f1 100644
--- a/games-util/minigalaxy/minigalaxy-0.9.4.ebuild
+++ b/games-util/minigalaxy/minigalaxy-0.9.4.ebuild
@@ -32,6 +32,8 @@ python_test() {
}
pkg_postinst() {
+ xdg_pkg_postinst
+
optfeature "running games with system dosbox" games-emulation/dosbox
optfeature "running games with system scummvm" games-engines/scummvm
}