diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/virtualxt/README | 7 | ||||
-rw-r--r-- | system/virtualxt/virtualxt.SlackBuild | 25 | ||||
-rw-r--r-- | system/virtualxt/virtualxt.info | 6 |
3 files changed, 21 insertions, 17 deletions
diff --git a/system/virtualxt/README b/system/virtualxt/README index 113ecf586e6b..afffbd9b001c 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 c7fdc8623fa6..9ffe2564cb19 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 61bf4d74fdb0..6d876eafccf8 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" |