diff options
author | B. Watson <yalhcru@gmail.com> | 2011-09-05 21:35:00 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-09-05 23:03:04 -0500 |
commit | 467955089191daafece9f0a8e4406dd31ced9abd (patch) | |
tree | 09b2fc4c69774ee25342443e7bf37dbdb9fd0a85 /games/snes9x | |
parent | 5f69b90d2bf10b0c74673e1965d19d5310a002a7 (diff) | |
download | slackbuilds-467955089191daafece9f0a8e4406dd31ced9abd.tar.gz |
games/snes9x: Updated for version 1.53.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/snes9x')
-rw-r--r-- | games/snes9x/snes9x.SlackBuild | 11 | ||||
-rw-r--r-- | games/snes9x/snes9x.info | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/games/snes9x/snes9x.SlackBuild b/games/snes9x/snes9x.SlackBuild index 1aeccabfbc..2df826bc35 100644 --- a/games/snes9x/snes9x.SlackBuild +++ b/games/snes9x/snes9x.SlackBuild @@ -5,7 +5,7 @@ # Written by B. Watson (yalhcru@gmail.com) PRGNAM=snes9x -VERSION=${VERSION:-1.52} +VERSION=${VERSION:-1.53} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,11 +81,12 @@ cp ../docs/* $CWD/README_docs.txt \ $PKG/usr/doc/$PRGNAM-$VERSION/${PRGNAM}_original_docs cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -# We don't need 2 copies of the LGPL v2.1 (we already have the GPL, -# LGPL v3, and proprietary snes9x licenses...) +# We don't need 3 copies of the LGPL v2.1 (we already have the GPL +# and proprietary snes9x licenses...) cd $PKG/usr/doc/$PRGNAM-$VERSION - rm -f snes_ntsc_license.txt - ln -s ${PRGNAM}_original_docs/lgpl-2.1 snes_ntsc_license.txt + rm -f snes_ntsc_license.txt ${PRGNAM}_original_docs/lgpl-2.1.txt + ln -s lgpl.txt snes_ntsc_license.txt + ln -s ../lgpl.txt ${PRGNAM}_original_docs/lgpl-2.1.txt cd - cat data/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop diff --git a/games/snes9x/snes9x.info b/games/snes9x/snes9x.info index 05de8ebacf..b7859aa0a5 100644 --- a/games/snes9x/snes9x.info +++ b/games/snes9x/snes9x.info @@ -1,10 +1,10 @@ PRGNAM="snes9x" -VERSION="1.52" +VERSION="1.53" HOMEPAGE="http://code.google.com/p/snes9x-gtk/" -DOWNLOAD="http://snes9x-gtk.googlecode.com/files/snes9x-1.52-src.tar.bz2" -MD5SUM="813bd3a0f99732ee0238a2c8ab417725" +DOWNLOAD="http://snes9x-gtk.googlecode.com/files/snes9x-1.53-src.tar.bz2" +MD5SUM="69ec1743a1da7de7b5d55a43b0e2ed10" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" -APPROVED="Erik Hanson" +APPROVED="dsomero" |