From c5984bb7e35dc1f5d21518981bbf9507bf177bdc Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 19 Apr 2020 15:37:13 +0700 Subject: games/ppsspp: Rename .info file to avoid confusion. Signed-off-by: Willy Sudiarto Raharjo --- games/ppsspp/ppsspp.SlackBuild | 2 +- games/ppsspp/ppsspp_libretro.info | 19 ------------------- games/ppsspp/ppsspp_libretro.information | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 games/ppsspp/ppsspp_libretro.info create mode 100644 games/ppsspp/ppsspp_libretro.information diff --git a/games/ppsspp/ppsspp.SlackBuild b/games/ppsspp/ppsspp.SlackBuild index 39df217e031a0..4b12d52afb6f6 100644 --- a/games/ppsspp/ppsspp.SlackBuild +++ b/games/ppsspp/ppsspp.SlackBuild @@ -145,7 +145,7 @@ cp icons/icon-512.svg $PKG/usr/share/pixmaps/ppsspp.svg mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info cp build-sdl/lib/ppsspp_libretro.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro -cp $CWD/ppsspp_libretro.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info +cp $CWD/ppsspp_libretro.information $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/games/ppsspp/ppsspp_libretro.info b/games/ppsspp/ppsspp_libretro.info deleted file mode 100644 index b9d6c7815bdb5..0000000000000 --- a/games/ppsspp/ppsspp_libretro.info +++ /dev/null @@ -1,19 +0,0 @@ -display_name = "Sony - PlayStation Portable (PPSSPP)" -authors = "Henrik Hrydgard" -supported_extensions = "elf|iso|cso|prx|pbp" -corename = "PPSSPP" -manufacturer = "Sony" -categories = "Emulator" -systemname = "PSP" -systemid = "playstation_portable" -database = "Sony - PlayStation Portable" -license = "GPLv2" -permissions = "" -display_version = "Git" -supports_no_game = "false" -firmware_count = 1 -firmware0_desc = "ppge_atlas.zim (PPSSPP Data ROM)" -firmware0_path = "PPSSPP/ppge_atlas.zim" -firmware0_opt = "false" -notes = "(!) ppge_atlas.zim (md5): a93fc411c1ce7d001a2a812643c70085|(!) PPSSPP requires the asset files, lang folder, and flash0 folder inside the 'system\PPSSPP' directory.|(!) Check https://docs.libretro.com/library/ppsspp/#bios to find out how to get the assets files." -required_hw_api = "OpenGL Core >= 3.1 | OpenGL ES >= 2.0 | Vulkan >= 1.0 | Direct3D11 >= 11.0" diff --git a/games/ppsspp/ppsspp_libretro.information b/games/ppsspp/ppsspp_libretro.information new file mode 100644 index 0000000000000..b9d6c7815bdb5 --- /dev/null +++ b/games/ppsspp/ppsspp_libretro.information @@ -0,0 +1,19 @@ +display_name = "Sony - PlayStation Portable (PPSSPP)" +authors = "Henrik Hrydgard" +supported_extensions = "elf|iso|cso|prx|pbp" +corename = "PPSSPP" +manufacturer = "Sony" +categories = "Emulator" +systemname = "PSP" +systemid = "playstation_portable" +database = "Sony - PlayStation Portable" +license = "GPLv2" +permissions = "" +display_version = "Git" +supports_no_game = "false" +firmware_count = 1 +firmware0_desc = "ppge_atlas.zim (PPSSPP Data ROM)" +firmware0_path = "PPSSPP/ppge_atlas.zim" +firmware0_opt = "false" +notes = "(!) ppge_atlas.zim (md5): a93fc411c1ce7d001a2a812643c70085|(!) PPSSPP requires the asset files, lang folder, and flash0 folder inside the 'system\PPSSPP' directory.|(!) Check https://docs.libretro.com/library/ppsspp/#bios to find out how to get the assets files." +required_hw_api = "OpenGL Core >= 3.1 | OpenGL ES >= 2.0 | Vulkan >= 1.0 | Direct3D11 >= 11.0" -- cgit v1.2.3