diff options
author | 2021-09-14 19:40:50 -0400 | |
---|---|---|
committer | 2021-09-14 22:40:36 -0400 | |
commit | 8452ad75bf37de53704fc1bdf435e48b87bef45f (patch) | |
tree | 53c6c629ce03af033c58e07342cba3cf798851be /games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch | |
parent | games-action/geki3-KXL: EAPI6->8, fix clang/fonts, cleanup patches (diff) | |
download | gentoo-8452ad75bf37de53704fc1bdf435e48b87bef45f.tar.gz gentoo-8452ad75bf37de53704fc1bdf435e48b87bef45f.tar.bz2 gentoo-8452ad75bf37de53704fc1bdf435e48b87bef45f.zip |
games-arcade/grande-KXL: EAPI6->8, use gamestat, add font dep
Also fix .desktop icon, bmp is not valid for XDG icons.
Closes: https://bugs.gentoo.org/682606
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch')
-rw-r--r-- | games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch b/games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch new file mode 100644 index 000000000000..8aef0e382421 --- /dev/null +++ b/games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch @@ -0,0 +1,9 @@ +--- a/configure.in ++++ b/configure.in +@@ -21,5 +21,5 @@ + inst_path="${ac_default_prefix}/games/grande" + else +- inst_path="${prefix}/games/grande" ++ inst_path="${datadir}/grande" + fi + score_path="/var/games" |