Upgrade PKGBUILDS
This commit is contained in:
@@ -5,22 +5,22 @@
|
||||
pkgname=emulationstation-git
|
||||
_gitname=EmulationStation
|
||||
pkgrel=1
|
||||
pkgver=820.54a3c3e
|
||||
pkgver=899.268e6c8
|
||||
pkgdesc="A graphical front-end for emulators with controller navigation. Developed for the Raspbery Pi, but runs on most Linux systems."
|
||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
|
||||
url="https://github.com/Herdinger/EmulationStation"
|
||||
url="https://github.com/RetroPie/EmulationStation"
|
||||
license=('MIT')
|
||||
makedepends=('git' 'boost' 'freetype2' 'eigen' 'cmake' 'mesa' 'libsm')
|
||||
depends=('alsa-lib' 'sdl2' 'boost-libs' 'freeimage' 'ttf-dejavu' 'glu')
|
||||
depends=('alsa-lib' 'sdl2' 'boost-libs' 'freeimage' 'ttf-dejavu' 'glu' 'vlc')
|
||||
if [ "$CARCH" = "armv6h" ]; then
|
||||
depends+=('raspberrypi-firmware')
|
||||
else
|
||||
depends+=('libgl')
|
||||
fi
|
||||
source=('git://github.com/Herdinger/EmulationStation.git'
|
||||
'psp_scapper.patch')
|
||||
source=('git://github.com/RetroPie/EmulationStation.git'
|
||||
'git://github.com/zeux/pugixml.git')
|
||||
md5sums=('SKIP'
|
||||
'3a5732b192e6c25ec655bc4bffa0a0c6')
|
||||
'SKIP')
|
||||
provides=('emulationstation')
|
||||
|
||||
pkgver() {
|
||||
@@ -28,9 +28,15 @@ pkgver() {
|
||||
printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$_gitname"
|
||||
git submodule init
|
||||
git config submodule.external/pugixml.url $srcdir/pugixml
|
||||
git submodule update
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_gitname"
|
||||
patch -Np1 -i "$srcdir"/psp_scapper.patch
|
||||
mkdir -p "$srcdir/$_gitname/build"
|
||||
cd "$srcdir/$_gitname/build"
|
||||
cmake ..
|
||||
|
Reference in New Issue
Block a user