Update packages
This commit is contained in:
@@ -17,8 +17,10 @@ depends+=('raspberrypi-firmware')
|
||||
else
|
||||
depends+=('libgl')
|
||||
fi
|
||||
source=('git://github.com/Herdinger/EmulationStation.git')
|
||||
md5sums=('SKIP')
|
||||
source=('git://github.com/Herdinger/EmulationStation.git'
|
||||
'psp_scapper.patch')
|
||||
md5sums=('SKIP'
|
||||
'3a5732b192e6c25ec655bc4bffa0a0c6')
|
||||
provides=('emulationstation')
|
||||
|
||||
pkgver() {
|
||||
@@ -27,7 +29,9 @@ pkgver() {
|
||||
}
|
||||
|
||||
build() {
|
||||
mkdir "$srcdir/$_gitname/build"
|
||||
cd "$srcdir/$_gitname"
|
||||
patch -Np1 -i "$srcdir"/psp_scapper.patch
|
||||
mkdir -p "$srcdir/$_gitname/build"
|
||||
cd "$srcdir/$_gitname/build"
|
||||
cmake ..
|
||||
make
|
||||
|
25
src/emulationstation-git/psp_scapper.patch
Normal file
25
src/emulationstation-git/psp_scapper.patch
Normal file
@@ -0,0 +1,25 @@
|
||||
From f6fd3e591777b3b67d006a334788e4647136901c Mon Sep 17 00:00:00 2001
|
||||
From: Johnathan Jenkins <john@nixheads.co.uk>
|
||||
Date: Fri, 3 Feb 2017 08:42:21 -0800
|
||||
Subject: [PATCH] fix psp scapper
|
||||
|
||||
---
|
||||
es-app/src/scrapers/GamesDBScraper.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/es-app/src/scrapers/GamesDBScraper.cpp b/es-app/src/scrapers/GamesDBScraper.cpp
|
||||
index 6fbe3ef..77fd239 100644
|
||||
--- a/es-app/src/scrapers/GamesDBScraper.cpp
|
||||
+++ b/es-app/src/scrapers/GamesDBScraper.cpp
|
||||
@@ -58,7 +58,7 @@ const std::map<PlatformId, const char*> gamesdb_platformid_map = boost::assign::
|
||||
(PLAYSTATION_3, "Sony Playstation 3")
|
||||
(PLAYSTATION_4, "Sony Playstation 4")
|
||||
(PLAYSTATION_VITA, "Sony Playstation Vita")
|
||||
- (PLAYSTATION_PORTABLE, "Sony PSP")
|
||||
+ (PLAYSTATION_PORTABLE, "Sony Playstation Portable")
|
||||
(SUPER_NINTENDO, "Super Nintendo (SNES)")
|
||||
(TURBOGRAFX_16, "TurboGrafx 16")
|
||||
(WONDERSWAN, "WonderSwan")
|
||||
--
|
||||
2.11.0
|
||||
|
Reference in New Issue
Block a user