summaryrefslogtreecommitdiffstats
path: root/system/virtualxt
diff options
context:
space:
mode:
author Sean Eubanks2024-01-05 23:26:51 +0100
committer Willy Sudiarto Raharjo2024-01-06 02:08:38 +0100
commit2d769f8bea0ff00bc1a6e5277769a3dcee9b9a76 (patch)
treec64f8b4b81eef80b8e53df6e0b2a0a7d845a8469 /system/virtualxt
parent73319a8ec68232b746f46e2c5d59b0bf275ab710 (diff)
downloadslackbuilds-2d769f8bea0ff00bc1a6e5277769a3dcee9b9a76.tar.gz
system/virtualxt: Updated for version 0.11.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/virtualxt')
-rw-r--r--system/virtualxt/README7
-rw-r--r--system/virtualxt/virtualxt.SlackBuild25
-rw-r--r--system/virtualxt/virtualxt.info6
3 files changed, 21 insertions, 17 deletions
diff --git a/system/virtualxt/README b/system/virtualxt/README
index 113ecf586e..afffbd9b00 100644
--- a/system/virtualxt/README
+++ b/system/virtualxt/README
@@ -16,7 +16,7 @@ by a comma.
For example:
-EXCLUDE_MODULES=serial,network,covox ./virtualxt.SlackBuild
+EXCLUDE_MODULES=serial,network ./virtualxt.SlackBuild
The following modules cannot be excluded:
@@ -26,6 +26,7 @@ bios
cga
ch36x_isa
chipset
+covox
ctrl
disk
ems
@@ -62,8 +63,8 @@ For example:
virtualxt -a /usr/share/virtualxt/boot/freedos.img
-If after upgrading from a previous version of virtualxt the console
-fails to start, then you may need to generate a new config file as
+If after upgrading from a previous version of virtualxt the console
+fails to start, then you may need to generate a new config file as
follows:
virtualxt --clean
diff --git a/system/virtualxt/virtualxt.SlackBuild b/system/virtualxt/virtualxt.SlackBuild
index c7fdc8623f..9ffe2564cb 100644
--- a/system/virtualxt/virtualxt.SlackBuild
+++ b/system/virtualxt/virtualxt.SlackBuild
@@ -5,20 +5,20 @@
# Copyright 2023 Sean Eubanks <seanmeu@protonmail.com>, Cheraw, SC, USA
# All rights reserved.
#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to
-# deal in the Software without restriction, including without limitation the
-# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-# sell copies of the Software, and to permit persons to whom the Software is
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
-# The above copyright notice and this permission notice shall be included in
+# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=virtualxt
-VERSION=${VERSION:-0.10}
+VERSION=${VERSION:-0.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,6 +39,9 @@ if [ -z "$ARCH" ]; then
esac
fi
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/system/virtualxt/virtualxt.info b/system/virtualxt/virtualxt.info
index 61bf4d74fd..6d876eafcc 100644
--- a/system/virtualxt/virtualxt.info
+++ b/system/virtualxt/virtualxt.info
@@ -1,8 +1,8 @@
PRGNAM="virtualxt"
-VERSION="0.10"
+VERSION="0.11"
HOMEPAGE="https://phix.itch.io/virtualxt"
-DOWNLOAD="https://github.com/andreas-jonsson/virtualxt/archive/v0.10/virtualxt-0.10.zip"
-MD5SUM="880dd53bfddcc5b91fcb4a4a2303bb1f"
+DOWNLOAD="https://github.com/andreas-jonsson/virtualxt/archive/refs/tags/v0.11.zip"
+MD5SUM="27859bdd3a9667035a7524503d5c7c3d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="premake5"