diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-04-18 15:45:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-18 15:45:49 +0700 |
commit | f657aafbce6855990e6207a81fd9c72241210307 (patch) | |
tree | f2b6922b438a02119fbea25c00098da6a660d300 /games | |
parent | 6e2ef4a461205dcd6b847cea350e9d4ff05a6ab3 (diff) | |
download | slackbuilds-f657aafbce6855990e6207a81fd9c72241210307.tar.gz |
games/puNES: Updated for version 0.104.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/puNES/puNES.SlackBuild | 10 | ||||
-rw-r--r-- | games/puNES/puNES.info | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/games/puNES/puNES.SlackBuild b/games/puNES/puNES.SlackBuild index f33cfbefb1..3aaa1e9e95 100644 --- a/games/puNES/puNES.SlackBuild +++ b/games/puNES/puNES.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for puNES -# Copyright 2018 Hunter Sezen California, USA +# Copyright 2018-2019 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=puNES -VERSION=${VERSION:-0.102} +VERSION=${VERSION:-0.104} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,11 +85,11 @@ make install DESTDIR=$PKG # Don't overwrite the existing mimeinfo.cache file. rm -f -- $PKG/usr/share/applications/mimeinfo.cache -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | + grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $CWD/ChangeLog COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/games/puNES/puNES.info b/games/puNES/puNES.info index 27c32c0191..775658fae8 100644 --- a/games/puNES/puNES.info +++ b/games/puNES/puNES.info @@ -1,10 +1,10 @@ PRGNAM="puNES" -VERSION="0.102" +VERSION="0.104" HOMEPAGE="https://github.com/punesemu/puNES" -DOWNLOAD="https://github.com/punesemu/puNES/archive/v0.102/puNES-0.102.tar.gz" -MD5SUM="7af307c5447f7e86d0b03cbc37f434ff" +DOWNLOAD="https://github.com/punesemu/puNES/archive/v0.104/puNES-0.104.tar.gz" +MD5SUM="28fc9bf4d13111c3e469da0753d50e3e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="qt5" MAINTAINER="Hunter Sezen" -EMAIL="orbea@fredslev.dk" +EMAIL="orbea@riseup.net" |