desktop/dbgl: Updated for version 0.92.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bd5ce9de6c
commit
af6f1049fa
|
@ -2,8 +2,11 @@ DBGL serves as a frontend / Graphical User Interface to DOSBox
|
|||
(configuration). It tries to make creating DOSBox configuration files
|
||||
a little easier by offering a (relatively) simple interface, some
|
||||
shortcuts and a little bit of intelligence (DOSBox behavior).
|
||||
Once your DOS games are configured in DBGL, its very easy to setup or
|
||||
Once your DOS games are configured in DBGL, it's very easy to setup or
|
||||
start them, or alter their configuration or associated DOSBox version.
|
||||
|
||||
Note: this works with both 'dosbox' and 'dosbox-dev' packages available
|
||||
at SBo, at least one of them must be installed.
|
||||
Notes:
|
||||
1. this works with both 'dosbox' and 'dosbox-dev' packages available at
|
||||
SBo, at least one of them must be installed.
|
||||
2. starting from version 0.90, dbgl supports 64-bits architecture only;
|
||||
if you need 32-bits you should install package 'dbgl-legacy' instead.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for dbgl
|
||||
|
||||
# Copyright 2018 Leonardo Citrolo, Italy
|
||||
# Copyright 2018-2020 Leonardo Citrolo, Italy
|
||||
# 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=dbgl
|
||||
VERSION=${VERSION:-0.82}
|
||||
VERSION=${VERSION:-0.92}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,7 +41,6 @@ PKG=$TMP/package-$PRGNAM
|
|||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
case "$ARCH" in
|
||||
i?86) ;;
|
||||
x86_64) ;;
|
||||
*) echo "$ARCH architecture is not supported"; exit 1 ;;
|
||||
esac
|
||||
|
@ -54,7 +53,7 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM${VERSION//./}_generic.tar.gz
|
||||
tar xvf $CWD/$PRGNAM${VERSION//./}.tar.gz
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -64,16 +63,9 @@ find -L . \
|
|||
|
||||
mkdir -p $PKG/usr/share/{$PRGNAM,applications} \
|
||||
$PKG/usr/bin
|
||||
cp -a lib templates xsl $PRGNAM $PRGNAM.jar $PRGNAM.png \
|
||||
cp -a db lib templates xsl $PRGNAM $PRGNAM.jar $PRGNAM.png \
|
||||
$PKG/usr/share/$PRGNAM
|
||||
|
||||
# Remove unnecessary Arch-related stuff
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
rm -f $PKG/usr/share/$PRGNAM/lib/swtlin32.jar
|
||||
else
|
||||
rm -f $PKG/usr/share/$PRGNAM/lib/swtlin64.jar
|
||||
fi
|
||||
|
||||
# Create destop entry
|
||||
cat > $PKG/usr/share/applications/$PRGNAM.desktop <<EOF
|
||||
[Desktop Entry]
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dbgl"
|
||||
VERSION="0.82"
|
||||
VERSION="0.92"
|
||||
HOMEPAGE="http://members.quicknet.nl/blankendaalr/dbgl/"
|
||||
DOWNLOAD="http://members.quicknet.nl/blankendaalr/dbgl/download/dbgl082_generic.tar.gz"
|
||||
MD5SUM="70a9ab95e48687f0ec4593a750b7e755"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="dosbox openjdk7"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://members.quicknet.nl/blankendaalr/dbgl/download/dbgl092.tar.gz"
|
||||
MD5SUM_x86_64="d1eed3dc1694f1aa3186ff54104d8bd5"
|
||||
REQUIRES="dosbox openjdk8"
|
||||
MAINTAINER="Leo C."
|
||||
EMAIL="leoc@gmx.com"
|
||||
|
|
|
@ -12,8 +12,8 @@ dbgl: DBGL serves as a frontend / Graphical User Interface to DOSBox
|
|||
dbgl: (configuration). It tries to make creating DOSBox configuration files
|
||||
dbgl: a little easier by offering a (relatively) simple interface, some
|
||||
dbgl: shortcuts and a little bit of intelligence (DOSBox behavior).
|
||||
dbgl: Once your DOS games are configured in DBGL, its very easy to setup or
|
||||
dbgl: Once your DOS games are configured in DBGL, it's very easy to setup or
|
||||
dbgl: start them, or alter their configuration or associated DOSBox version.
|
||||
dbgl:
|
||||
dbgl: This supports 64-bits architecture only.
|
||||
dbgl: Homepage: http://members.quicknet.nl/blankendaalr/dbgl/
|
||||
dbgl:
|
||||
|
|
Loading…
Reference in New Issue