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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Aug 18 21:04:42 UTC 2014


    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 <bpiotrowski at 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'
-         'e516b0000eb9b1c42ea21e06b80b737c'
-         '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 <bpiotrowski at 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'
+         '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 -DHEADLESS=ON
+  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}
+
+  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
+}

Deleted: community-i686/ppsspp-headless
===================================================================
--- community-i686/ppsspp-headless	2014-08-18 21:04:34 UTC (rev 117532)
+++ community-i686/ppsspp-headless	2014-08-18 21:04:42 UTC (rev 117533)
@@ -1,3 +0,0 @@
-#!/usr/bin/env sh
-cd /usr/share/ppsspp
-exec ./PPSSPPHeadless $@

Deleted: community-i686/ppsspp-sdl
===================================================================
--- community-i686/ppsspp-sdl	2014-08-18 21:04:34 UTC (rev 117532)
+++ community-i686/ppsspp-sdl	2014-08-18 21:04:42 UTC (rev 117533)
@@ -1,3 +0,0 @@
-#!/usr/bin/env sh
-cd /usr/share/ppsspp
-exec ./PPSSPPSDL $@

Deleted: community-i686/ppsspp.desktop
===================================================================
--- community-i686/ppsspp.desktop	2014-08-18 21:04:34 UTC (rev 117532)
+++ community-i686/ppsspp.desktop	2014-08-18 21:04:42 UTC (rev 117533)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=PPSSPP
-GenericName=PSP Emulator
-Comment=Playstation Portable Emulator
-Exec=ppsspp-sdl %f
-Terminal=false
-Type=Application
-Icon=ppsspp
-Categories=Application;Game;
-StartupNotify=false

Copied: ppsspp/repos/community-i686/ppsspp.desktop (from rev 117532, ppsspp/trunk/ppsspp.desktop)
===================================================================
--- community-i686/ppsspp.desktop	                        (rev 0)
+++ community-i686/ppsspp.desktop	2014-08-18 21:04:42 UTC (rev 117533)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=PPSSPP
+GenericName=PSP Emulator
+Comment=Playstation Portable Emulator
+Exec=PPSSPPSDL %f
+Terminal=false
+Type=Application
+Icon=ppsspp
+Categories=Application;Game;
+StartupNotify=false

Deleted: community-i686/ppsspp.install
===================================================================
--- community-i686/ppsspp.install	2014-08-18 21:04:34 UTC (rev 117532)
+++ community-i686/ppsspp.install	2014-08-18 21:04:42 UTC (rev 117533)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: ppsspp/repos/community-i686/ppsspp.install (from rev 117532, ppsspp/trunk/ppsspp.install)
===================================================================
--- community-i686/ppsspp.install	                        (rev 0)
+++ community-i686/ppsspp.install	2014-08-18 21:04:42 UTC (rev 117533)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-18 21:04:34 UTC (rev 117532)
+++ community-x86_64/PKGBUILD	2014-08-18 21:04:42 UTC (rev 117533)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at 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'
-         'e516b0000eb9b1c42ea21e06b80b737c'
-         '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-x86_64/PKGBUILD (from rev 117532, ppsspp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-18 21:04:42 UTC (rev 117533)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at 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'
+         '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 -DHEADLESS=ON
+  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}
+
+  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
+}

Deleted: community-x86_64/ppsspp-headless
===================================================================
--- community-x86_64/ppsspp-headless	2014-08-18 21:04:34 UTC (rev 117532)
+++ community-x86_64/ppsspp-headless	2014-08-18 21:04:42 UTC (rev 117533)
@@ -1,3 +0,0 @@
-#!/usr/bin/env sh
-cd /usr/share/ppsspp
-exec ./PPSSPPHeadless $@

Deleted: community-x86_64/ppsspp-sdl
===================================================================
--- community-x86_64/ppsspp-sdl	2014-08-18 21:04:34 UTC (rev 117532)
+++ community-x86_64/ppsspp-sdl	2014-08-18 21:04:42 UTC (rev 117533)
@@ -1,3 +0,0 @@
-#!/usr/bin/env sh
-cd /usr/share/ppsspp
-exec ./PPSSPPSDL $@

Deleted: community-x86_64/ppsspp.desktop
===================================================================
--- community-x86_64/ppsspp.desktop	2014-08-18 21:04:34 UTC (rev 117532)
+++ community-x86_64/ppsspp.desktop	2014-08-18 21:04:42 UTC (rev 117533)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=PPSSPP
-GenericName=PSP Emulator
-Comment=Playstation Portable Emulator
-Exec=ppsspp-sdl %f
-Terminal=false
-Type=Application
-Icon=ppsspp
-Categories=Application;Game;
-StartupNotify=false

Copied: ppsspp/repos/community-x86_64/ppsspp.desktop (from rev 117532, ppsspp/trunk/ppsspp.desktop)
===================================================================
--- community-x86_64/ppsspp.desktop	                        (rev 0)
+++ community-x86_64/ppsspp.desktop	2014-08-18 21:04:42 UTC (rev 117533)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=PPSSPP
+GenericName=PSP Emulator
+Comment=Playstation Portable Emulator
+Exec=PPSSPPSDL %f
+Terminal=false
+Type=Application
+Icon=ppsspp
+Categories=Application;Game;
+StartupNotify=false

Deleted: community-x86_64/ppsspp.install
===================================================================
--- community-x86_64/ppsspp.install	2014-08-18 21:04:34 UTC (rev 117532)
+++ community-x86_64/ppsspp.install	2014-08-18 21:04:42 UTC (rev 117533)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: ppsspp/repos/community-x86_64/ppsspp.install (from rev 117532, ppsspp/trunk/ppsspp.install)
===================================================================
--- community-x86_64/ppsspp.install	                        (rev 0)
+++ community-x86_64/ppsspp.install	2014-08-18 21:04:42 UTC (rev 117533)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list