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-configure.in.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-configure.in.patch')
-rw-r--r-- | games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch b/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch deleted file mode 100644 index 19fec93f61a5..000000000000 --- a/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/configure.in -+++ b/configure.in -@@ -17,12 +17,8 @@ - AC_CHECK_HEADERS(unistd.h) - - dnl installation & score path --if test "x${prefix}" = "xNONE"; then -- inst_path="${ac_default_prefix}/games/grande" --else -- inst_path="${prefix}/games/grande" --fi --score_path="/var/games" -+inst_path="${datadir}/grande" -+score_path="${localstatedir}" - - dnl check if installation was disabled - AC_ARG_ENABLE( install, |