[arch-commits] Commit in sdlmame/trunk (PKGBUILD sdlmame.install)

Antonio Rojas arojas at archlinux.org
Thu Nov 30 18:42:52 UTC 2017


    Date: Thursday, November 30, 2017 @ 18:42:51
  Author: arojas
Revision: 270864

Update to 0.192

Modified:
  sdlmame/trunk/PKGBUILD
Deleted:
  sdlmame/trunk/sdlmame.install

-----------------+
 PKGBUILD        |   13 +++++--------
 sdlmame.install |    8 --------
 2 files changed, 5 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-30 18:35:57 UTC (rev 270863)
+++ PKGBUILD	2017-11-30 18:42:51 UTC (rev 270864)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer:
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Contributor: robb_force <robb_force at holybuffalo.net>
-# Maintainer: JJDaNiMoTh <jjdanimoth at gmail.com>
+# Contributor: JJDaNiMoTh <jjdanimoth at gmail.com>
 
 pkgname=sdlmame
-pkgver=0.191
+pkgver=0.192
 pkgrel=1
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support."
 url="http://mamedev.org/"
@@ -12,22 +13,19 @@
 arch=('x86_64')
 depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt5-base')
 makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
 source=("https://github.com/mamedev/mame/releases/download/mame${pkgver/./}/mame${pkgver/./}s.zip"
 	"sdlmame.sh"
 	"extras.tar.gz"
 	${_patches})
-sha256sums=('60ae6173deda8ba20a2f2520b516e99ae922f27138feef1d7ffaf77a8f88960a'
+sha256sums=('dddadc42fdc5be7652108633d930258faf1d900ee546def6b41a5bc7d1979da3'
             '06e7f5dca2255a16b3336a6d2b9af8276a8d8c672635aed83e9e8f636db3cef7'
             '5ba55ce8c33743207a12a7509efdf13dd98f5d87fa12f0e471ea523d3ae4f4ac')
 
 prepare() {
-  cd "$srcdir"/
   echo "A" | unzip mame.zip || true
 }
 
 build() {
-  cd "$srcdir"
   make \
     NOWERROR=1 \
     OPTIMIZE=2 \
@@ -38,7 +36,6 @@
 }
 
 package() {
-  cd "$srcdir"
   # Install the sdlmame script
   install -Dm755 "$srcdir"/${pkgname}.sh "$pkgdir"/usr/bin/${pkgname}
 

Deleted: sdlmame.install
===================================================================
--- sdlmame.install	2017-11-30 18:35:57 UTC (rev 270863)
+++ sdlmame.install	2017-11-30 18:42:51 UTC (rev 270864)
@@ -1,8 +0,0 @@
-post_install()
-{
-  echo " SDLMAME and the additional MAME utilities have been installed"
-  echo " in /usr/share/sdlmame However, SDLMAME can be run by"
-  echo " typing sdlmame and it's options. Try running SDLMAME with"
-  echo " these options:"
-  echo " sdlmame <rom> -nowindow -noswitchres"
-}



More information about the arch-commits mailing list