[arch-commits] Commit in ppsspp/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Aug 19 12:01:52 UTC 2014


    Date: Tuesday, August 19, 2014 @ 14:01:52
  Author: bpiotrowski
Revision: 117626

upgpkg: ppsspp 0.9.9.1-2

disable the build of headless binary

Modified:
  ppsspp/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-19 11:35:35 UTC (rev 117625)
+++ PKGBUILD	2014-08-19 12:01:52 UTC (rev 117626)
@@ -3,7 +3,7 @@
 
 pkgname=ppsspp
 pkgver=0.9.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc='PSP emulator written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ppsspp.org/'
@@ -35,14 +35,13 @@
 
 build() {
   cd build
-  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release -DHEADLESS=ON
+  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release
   make
 }
 
 package() {
   install -Dm755 build/PPSSPPSDL "$pkgdir"/usr/bin/PPSSPPSDL
-  install -Dm755 build/PPSSPPHeadless "$pkgdir"/usr/bin/PPSSPPHeadless
-  chrpath -d "$pkgdir"/usr/bin/PPSSPP{SDL,Headless}
+  chrpath -d "$pkgdir"/usr/bin/PPSSPPSDL
 
   install -d "$pkgdir"/usr/share/ppsspp "$pkgdir"/usr/share/icons/
   cp -r build/assets "$pkgdir"/usr/share/ppsspp/




More information about the arch-commits mailing list