[arch-commits] Commit in ppsspp/repos (16 files)

2016-09-29 Thread Maxime Gauduin
Date: Thursday, September 29, 2016 @ 13:46:45
  Author: alucryd
Revision: 190891

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ppsspp/repos/community-i686/PKGBUILD
(from rev 190890, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-i686/ppsspp-ffmpeg.patch
(from rev 190890, ppsspp/trunk/ppsspp-ffmpeg.patch)
  ppsspp/repos/community-i686/ppsspp-gcc5.1.patch
(from rev 190890, ppsspp/trunk/ppsspp-gcc5.1.patch)
  ppsspp/repos/community-i686/ppsspp.desktop
(from rev 190890, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 190890, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp-ffmpeg.patch
(from rev 190890, ppsspp/trunk/ppsspp-ffmpeg.patch)
  ppsspp/repos/community-x86_64/ppsspp-gcc5.1.patch
(from rev 190890, ppsspp/trunk/ppsspp-gcc5.1.patch)
  ppsspp/repos/community-x86_64/ppsspp.desktop
(from rev 190890, ppsspp/trunk/ppsspp.desktop)
Deleted:
  ppsspp/repos/community-i686/PKGBUILD
  ppsspp/repos/community-i686/ppsspp-ffmpeg.patch
  ppsspp/repos/community-i686/ppsspp-gcc5.1.patch
  ppsspp/repos/community-i686/ppsspp.desktop
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp-ffmpeg.patch
  ppsspp/repos/community-x86_64/ppsspp-gcc5.1.patch
  ppsspp/repos/community-x86_64/ppsspp.desktop

--+
 /PKGBUILD|  172 +++
 /ppsspp-ffmpeg.patch |  360 +
 /ppsspp-gcc5.1.patch |   80 +++
 /ppsspp.desktop  |   18 +
 community-i686/PKGBUILD  |   84 ---
 community-i686/ppsspp-ffmpeg.patch   |  180 
 community-i686/ppsspp-gcc5.1.patch   |   40 ---
 community-i686/ppsspp.desktop|9 
 community-x86_64/PKGBUILD|   84 ---
 community-x86_64/ppsspp-ffmpeg.patch |  180 
 community-x86_64/ppsspp-gcc5.1.patch |   40 ---
 community-x86_64/ppsspp.desktop  |9 
 12 files changed, 630 insertions(+), 626 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-29 13:46:32 UTC (rev 190890)
+++ community-i686/PKGBUILD 2016-09-29 13:46:45 UTC (rev 190891)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ben Reedy 
-# Contributor: Clement Guerin 
-# Contributor: Thiago Kenji Okada 
-
-pkgbase=ppsspp
-pkgname=('ppsspp' 'ppsspp-qt')
-pkgver=1.2.2
-pkgrel=1
-pkgdesc='A PSP emulator written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ppsspp.org/'
-license=('GPL2')
-depends=('ffmpeg' 'sdl2')
-makedepends=('cmake' 'git' 'glu' 'qt5-tools')
-source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
-'git+https://github.com/hrydgard/ppsspp-lang.git#commit=16a50e3'
-
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=9b225d9'
-'ppsspp.desktop')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8')
-
-prepare() {
-  cd ppsspp
-
-  for submodule in lang ext/armips; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  for ui in sdl qt; do
-if [[ -d build-$ui ]]; then
-  rm -rf build-$ui
-fi
-mkdir build-$ui
-  done
-}
-
-build() {
-  cd ppsspp/build-sdl
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DUSE_SYSTEM_FFMPEG='TRUE'
-  make
-
-  cd ../build-qt
-
-  qmake-qt5 CONFIG+='release' CONFIG+='system_ffmpeg' ../Qt/PPSSPPQt.pro
-  make
-}
-
-package_ppsspp() {
-  conflicts=('ppsspp-qt')
-
-  cd ppsspp/build-sdl
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps,ppsspp}}
-  install -m 755 PPSSPPSDL "${pkgdir}"/usr/bin/ppsspp
-  cp -dr --no-preserve='ownership' assets "${pkgdir}"/usr/share/ppsspp/
-  install -m 644 ../assets/unix-icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
-}
-
-package_ppsspp-qt() {
-  depends+=('qt5-base')
-  provides=('ppsspp')
-  conflicts=('ppsspp')
-
-  cd ppsspp/build-qt
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps}}
-  install -m 755 ppsspp "${pkgdir}"/usr/bin/
-  install -m 644 ../assets/unix-icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ppsspp/repos/community-i686/PKGBUILD (from rev 190890, 
ppsspp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

[arch-commits] Commit in ppsspp/repos (16 files)

2016-03-30 Thread Maxime Gauduin
Date: Wednesday, March 30, 2016 @ 20:04:08
  Author: alucryd
Revision: 168926

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ppsspp/repos/community-i686/PKGBUILD
(from rev 168925, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-i686/ppsspp-ffmpeg.patch
(from rev 168925, ppsspp/trunk/ppsspp-ffmpeg.patch)
  ppsspp/repos/community-i686/ppsspp-gcc5.1.patch
(from rev 168925, ppsspp/trunk/ppsspp-gcc5.1.patch)
  ppsspp/repos/community-i686/ppsspp.desktop
(from rev 168925, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 168925, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp-ffmpeg.patch
(from rev 168925, ppsspp/trunk/ppsspp-ffmpeg.patch)
  ppsspp/repos/community-x86_64/ppsspp-gcc5.1.patch
(from rev 168925, ppsspp/trunk/ppsspp-gcc5.1.patch)
  ppsspp/repos/community-x86_64/ppsspp.desktop
(from rev 168925, ppsspp/trunk/ppsspp.desktop)
Deleted:
  ppsspp/repos/community-i686/PKGBUILD
  ppsspp/repos/community-i686/ppsspp-ffmpeg.patch
  ppsspp/repos/community-i686/ppsspp-gcc5.1.patch
  ppsspp/repos/community-i686/ppsspp.desktop
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp-ffmpeg.patch
  ppsspp/repos/community-x86_64/ppsspp-gcc5.1.patch
  ppsspp/repos/community-x86_64/ppsspp.desktop

--+
 /PKGBUILD|  168 +++
 /ppsspp-ffmpeg.patch |  360 +
 /ppsspp-gcc5.1.patch |   80 +++
 /ppsspp.desktop  |   18 +
 community-i686/PKGBUILD  |   84 ---
 community-i686/ppsspp-ffmpeg.patch   |  180 
 community-i686/ppsspp-gcc5.1.patch   |   40 ---
 community-i686/ppsspp.desktop|9 
 community-x86_64/PKGBUILD|   84 ---
 community-x86_64/ppsspp-ffmpeg.patch |  180 
 community-x86_64/ppsspp-gcc5.1.patch |   40 ---
 community-x86_64/ppsspp.desktop  |9 
 12 files changed, 626 insertions(+), 626 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 168925:168926 to see the changes.


[arch-commits] Commit in ppsspp/repos (16 files)

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 06:20:58
  Author: bpiotrowski
Revision: 128336

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ppsspp/repos/community-i686/PKGBUILD
(from rev 128335, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-i686/ppsspp-1.0-shared-ffmpeg.patch
(from rev 128335, ppsspp/trunk/ppsspp-1.0-shared-ffmpeg.patch)
  ppsspp/repos/community-i686/ppsspp.desktop
(from rev 128335, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-i686/ppsspp.install
(from rev 128335, ppsspp/trunk/ppsspp.install)
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 128335, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp-1.0-shared-ffmpeg.patch
(from rev 128335, ppsspp/trunk/ppsspp-1.0-shared-ffmpeg.patch)
  ppsspp/repos/community-x86_64/ppsspp.desktop
(from rev 128335, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-x86_64/ppsspp.install
(from rev 128335, ppsspp/trunk/ppsspp.install)
Deleted:
  ppsspp/repos/community-i686/PKGBUILD
  ppsspp/repos/community-i686/ppsspp-1.0-shared-ffmpeg.patch
  ppsspp/repos/community-i686/ppsspp.desktop
  ppsspp/repos/community-i686/ppsspp.install
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp-1.0-shared-ffmpeg.patch
  ppsspp/repos/community-x86_64/ppsspp.desktop
  ppsspp/repos/community-x86_64/ppsspp.install

-+
 /PKGBUILD   |  114 ++
 /ppsspp-1.0-shared-ffmpeg.patch |  360 ++
 /ppsspp.desktop |   20 +
 /ppsspp.install |   22 +
 community-i686/PKGBUILD |   57 ---
 community-i686/ppsspp-1.0-shared-ffmpeg.patch   |  180 ---
 community-i686/ppsspp.desktop   |   10 
 community-i686/ppsspp.install   |   11 
 community-x86_64/PKGBUILD   |   57 ---
 community-x86_64/ppsspp-1.0-shared-ffmpeg.patch |  180 ---
 community-x86_64/ppsspp.desktop |   10 
 community-x86_64/ppsspp.install |   11 
 12 files changed, 516 insertions(+), 516 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-27 05:20:44 UTC (rev 128335)
+++ community-i686/PKGBUILD 2015-02-27 05:20:58 UTC (rev 128336)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=ppsspp
-pkgver=1.0
-pkgrel=1
-pkgdesc='PSP emulator written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ppsspp.org/'
-license=('GPL2')
-depends=('zlib' 'sdl2' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils' 
'ffmpeg')
-makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
-install=ppsspp.install
-source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
-git://github.com/hrydgard/native.git#commit=5becb9a
-lang::git://github.com/hrydgard/ppsspp-lang.git#commit=f5812ba
-ffmpeg::git://github.com/hrydgard/ppsspp-ffmpeg.git#commit=04d6e3e
-git://github.com/Kingcom/armips#commit=a0b878f
-ppsspp-1.0-shared-ffmpeg.patch
-ppsspp.desktop)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- '0b6265a0ba7c8b7066adbed210a5a5bb'
- 'b70b8b3913079468db3469abeacaa9f6')
-
-prepare() {
-  mkdir build
-  cd $pkgname
-
-  git submodule init
-  for submodule in native lang ffmpeg ext/armips; do
-git config submodule.${submodule}.url $srcdir/${submodule#*/}
-git submodule update $submodule
-  done
-
-  patch -p1 -i ../ppsspp-1.0-shared-ffmpeg.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  install -Dm755 build/PPSSPPSDL $pkgdir/usr/bin/PPSSPPSDL
-  chrpath -d $pkgdir/usr/bin/PPSSPPSDL
-
-  install -d $pkgdir/usr/share/ppsspp $pkgdir/usr/share/icons/
-  cp -r build/assets $pkgdir/usr/share/ppsspp/
-  cp -r ppsspp/assets/unix-icons/hicolor $pkgdir/usr/share/icons/hicolor
-
-  install -Dm644 ppsspp.desktop $pkgdir/usr/share/applications/ppsspp.desktop
-}

Copied: ppsspp/repos/community-i686/PKGBUILD (from rev 128335, 
ppsspp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 05:20:58 UTC (rev 128336)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=ppsspp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='PSP emulator written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ppsspp.org/'
+license=('GPL2')
+depends=('zlib' 'sdl2' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils' 
'ffmpeg')
+makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
+install=ppsspp.install
+source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
+

[arch-commits] Commit in ppsspp/repos (16 files)

2014-11-07 Thread Bartłomiej Piotrowski
Date: Friday, November 7, 2014 @ 13:44:55
  Author: bpiotrowski
Revision: 122157

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ppsspp/repos/community-i686/PKGBUILD
(from rev 122156, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-i686/ppsspp-0.9.9.1-ffmpeg2.2.patch
(from rev 122156, ppsspp/trunk/ppsspp-0.9.9.1-ffmpeg2.2.patch)
  ppsspp/repos/community-i686/ppsspp-0.9.9.1-shared-ffmpeg.patch
(from rev 122156, ppsspp/trunk/ppsspp-0.9.9.1-shared-ffmpeg.patch)
  ppsspp/repos/community-i686/ppsspp.desktop
(from rev 122156, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-i686/ppsspp.install
(from rev 122156, ppsspp/trunk/ppsspp.install)
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 122156, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp-0.9.9.1-ffmpeg2.2.patch
(from rev 122156, ppsspp/trunk/ppsspp-0.9.9.1-ffmpeg2.2.patch)
  ppsspp/repos/community-x86_64/ppsspp-0.9.9.1-shared-ffmpeg.patch
(from rev 122156, ppsspp/trunk/ppsspp-0.9.9.1-shared-ffmpeg.patch)
  ppsspp/repos/community-x86_64/ppsspp.desktop
(from rev 122156, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-x86_64/ppsspp.install
(from rev 122156, ppsspp/trunk/ppsspp.install)
Deleted:
  ppsspp/repos/community-i686/PKGBUILD
  ppsspp/repos/community-i686/ppsspp.desktop
  ppsspp/repos/community-i686/ppsspp.install
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp.desktop
  ppsspp/repos/community-x86_64/ppsspp.install

-+
 /PKGBUILD   |  116 +++
 /ppsspp.desktop |   20 ++
 /ppsspp.install |   22 ++
 community-i686/PKGBUILD |   51 -
 community-i686/ppsspp-0.9.9.1-ffmpeg2.2.patch   |   12 +
 community-i686/ppsspp-0.9.9.1-shared-ffmpeg.patch   |  176 ++
 community-i686/ppsspp.desktop   |   10 -
 community-i686/ppsspp.install   |   11 -
 community-x86_64/PKGBUILD   |   51 -
 community-x86_64/ppsspp-0.9.9.1-ffmpeg2.2.patch |   12 +
 community-x86_64/ppsspp-0.9.9.1-shared-ffmpeg.patch |  176 ++
 community-x86_64/ppsspp.desktop |   10 -
 community-x86_64/ppsspp.install |   11 -
 13 files changed, 534 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-07 12:44:38 UTC (rev 122156)
+++ community-i686/PKGBUILD 2014-11-07 12:44:55 UTC (rev 122157)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=ppsspp
-pkgver=0.9.9.1
-pkgrel=2
-pkgdesc='PSP emulator written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ppsspp.org/'
-license=('GPL2')
-depends=('zlib' 'sdl' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
-install=ppsspp.install
-source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
-git://github.com/hrydgard/native.git#commit=2ba8e36
-lang::git://github.com/hrydgard/ppsspp-lang.git#commit=fdc4558
-ffmpeg::git://github.com/hrydgard/ppsspp-ffmpeg.git#commit=bc6302be
-ppsspp.desktop)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'b70b8b3913079468db3469abeacaa9f6')
-
-prepare() {
-  mkdir build{,-qt}
-  cd $pkgbase
-
-  git submodule init
-  for submodule in native lang ffmpeg; do
-git config submodule.${submodule}.url $srcdir/$submodule
-git submodule update $submodule
-  done
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  install -Dm755 build/PPSSPPSDL $pkgdir/usr/bin/PPSSPPSDL
-  chrpath -d $pkgdir/usr/bin/PPSSPPSDL
-
-  install -d $pkgdir/usr/share/ppsspp $pkgdir/usr/share/icons/
-  cp -r build/assets $pkgdir/usr/share/ppsspp/
-  cp -r ppsspp/assets/unix-icons/hicolor $pkgdir/usr/share/icons/hicolor
-
-  install -Dm644 ppsspp.desktop $pkgdir/usr/share/applications/ppsspp.desktop
-}

Copied: ppsspp/repos/community-i686/PKGBUILD (from rev 122156, 
ppsspp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-07 12:44:55 UTC (rev 122157)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=ppsspp
+pkgver=0.9.9.1
+pkgrel=3
+pkgdesc='PSP emulator written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ppsspp.org/'
+license=('GPL2')
+depends=('zlib' 'sdl' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils' 
'ffmpeg')
+makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
+install=ppsspp.install

[arch-commits] Commit in ppsspp/repos (16 files)

2014-08-18 Thread Bartłomiej Piotrowski
Date: Monday, August 18, 2014 @ 23:04:42
  Author: bpiotrowski
Revision: 117533

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ppsspp/repos/community-i686/PKGBUILD
(from rev 117532, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-i686/ppsspp.desktop
(from rev 117532, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-i686/ppsspp.install
(from rev 117532, ppsspp/trunk/ppsspp.install)
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 117532, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp.desktop
(from rev 117532, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-x86_64/ppsspp.install
(from rev 117532, ppsspp/trunk/ppsspp.install)
Deleted:
  ppsspp/repos/community-i686/PKGBUILD
  ppsspp/repos/community-i686/ppsspp-headless
  ppsspp/repos/community-i686/ppsspp-sdl
  ppsspp/repos/community-i686/ppsspp.desktop
  ppsspp/repos/community-i686/ppsspp.install
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp-headless
  ppsspp/repos/community-x86_64/ppsspp-sdl
  ppsspp/repos/community-x86_64/ppsspp.desktop
  ppsspp/repos/community-x86_64/ppsspp.install

--+
 /PKGBUILD|  104 +
 /ppsspp.desktop  |   20 +++
 /ppsspp.install  |   22 +++
 community-i686/PKGBUILD  |   54 ---
 community-i686/ppsspp-headless   |3 -
 community-i686/ppsspp-sdl|3 -
 community-i686/ppsspp.desktop|   10 ---
 community-i686/ppsspp.install|   11 ---
 community-x86_64/PKGBUILD|   54 ---
 community-x86_64/ppsspp-headless |3 -
 community-x86_64/ppsspp-sdl  |3 -
 community-x86_64/ppsspp.desktop  |   10 ---
 community-x86_64/ppsspp.install  |   11 ---
 13 files changed, 146 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-18 21:04:34 UTC (rev 117532)
+++ community-i686/PKGBUILD 2014-08-18 21:04:42 UTC (rev 117533)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=ppsspp
-pkgver=0.9.9
-pkgrel=1
-pkgdesc='PSP emulator written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ppsspp.org/'
-license=('GPL2')
-depends=('zlib' 'sdl' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
-install=ppsspp.install
-source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
-git://github.com/hrydgard/native.git#commit=78941b08
-lang::git://github.com/hrydgard/ppsspp-lang.git#commit=7876a52f
-ffmpeg::git://github.com/hrydgard/ppsspp-ffmpeg.git#commit=bc6302be
-ppsspp-headless ppsspp-sdl ppsspp.desktop)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'e516beb9b1c42ea21e06b80b737c'
- '2d4671d325c14b43ee1edf1a6e4fcd5d'
- '0f9fffc0ad19bd4b647a81e0357e9d04')
-
-prepare() {
-  mkdir build{,-qt}
-  cd $pkgbase
-
-  git submodule init
-  for submodule in native lang ffmpeg; do
-git config submodule.${submodule}.url $srcdir/$submodule
-git submodule update $submodule
-  done
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release -DHEADLESS=ON
-  make
-}
-
-package() {
-  install -d $pkgdir/usr/share/ppsspp $pkgdir/usr/share/icons/
-  cp -r build/{PPSSPPSDL,PPSSPPHeadless,assets/} $pkgdir/usr/share/ppsspp
-  chrpath -d $pkgdir/usr/share/ppsspp/PPSSPP{SDL,Headless}
-
-  cp -r ppsspp/assets/unix-icons/hicolor $pkgdir/usr/share/icons/hicolor
-
-  install -Dm755 ppsspp-headless $pkgdir/usr/bin/ppsspp-headless
-  install -Dm755 ppsspp-sdl $pkgdir/usr/bin/ppsspp-sdl
-  install -Dm644 ppsspp.desktop $pkgdir/usr/share/applications/ppsspp.desktop
-}

Copied: ppsspp/repos/community-i686/PKGBUILD (from rev 117532, 
ppsspp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-18 21:04:42 UTC (rev 117533)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=ppsspp
+pkgver=0.9.9.1
+pkgrel=1
+pkgdesc='PSP emulator written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ppsspp.org/'
+license=('GPL2')
+depends=('zlib' 'sdl' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
+install=ppsspp.install
+source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
+git://github.com/hrydgard/native.git#commit=2ba8e36
+lang::git://github.com/hrydgard/ppsspp-lang.git#commit=fdc4558
+ffmpeg::git://github.com/hrydgard/ppsspp-ffmpeg.git#commit=bc6302be
+ppsspp.desktop)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+