mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/mgba: Updated for version 0.6.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e03702e8fa
commit
f97609dc87
3 changed files with 5 additions and 9 deletions
|
@ -1,7 +1,3 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mgba
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
VERSION=${VERSION:-0.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -95,7 +95,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGES LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGES LICENSE *.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mgba"
|
||||
VERSION="0.6.0"
|
||||
VERSION="0.6.1"
|
||||
HOMEPAGE="https://mgba.io/"
|
||||
DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.6.0/mgba-0.6.0.tar.gz"
|
||||
MD5SUM="cdad6be9a3a01afc5d2e9b53f0321a68"
|
||||
DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.6.1/mgba-0.6.1.tar.gz"
|
||||
MD5SUM="e2a8c7caf440da0232a13187ef8073ca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue