From 0ed037afd3b831bc33c5e9914c09c0014d213769 Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Thu, 16 Oct 2014 08:28:53 +0700 Subject: games/nestopia: Updated for version 1.46.2. Signed-off-by: Willy Sudiarto Raharjo --- games/nestopia/nestopia.SlackBuild | 14 ++++++-------- games/nestopia/nestopia.info | 6 +++--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/games/nestopia/nestopia.SlackBuild b/games/nestopia/nestopia.SlackBuild index 6b0142349d..f45e53f233 100644 --- a/games/nestopia/nestopia.SlackBuild +++ b/games/nestopia/nestopia.SlackBuild @@ -5,7 +5,7 @@ # Written by Dugan Chen (thedoogster@gmail.com) PRGNAM=nestopia -VERSION=${VERSION:-1.46} +VERSION=${VERSION:-1.46.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -48,10 +48,10 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; patch < $CWD/Makefile.patch sed -i "s/-O3 -g3/-g3 ${SLKCFLAGS}/g" Makefile @@ -62,9 +62,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - COPYING README.md README.unix changelog.txt readme.html \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING README.md README.unix changelog.txt readme.html $PKG/usr/doc/$PRGNAM-$VERSION cp -ar doc/ $PKG/usr/doc/$PRGNAM-$VERSION/api/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/nestopia/nestopia.info b/games/nestopia/nestopia.info index 63071015f7..e431da32af 100644 --- a/games/nestopia/nestopia.info +++ b/games/nestopia/nestopia.info @@ -1,8 +1,8 @@ PRGNAM="nestopia" -VERSION="1.46" +VERSION="1.46.2" HOMEPAGE="http://0ldsk00l.ca/nestopia/" -DOWNLOAD="http://downloads.sourceforge.net/project/nestopiaue/1.46/nestopia-1.46.tgz" -MD5SUM="3e47b2e081e52aa7cf59252a7c824738" +DOWNLOAD="http://downloads.sourceforge.net/project/nestopiaue/1.46/nestopia-1.46.2.tgz" +MD5SUM="561ec0e71117cbf7514db235394cd958" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2" -- cgit v1.2.3