summaryrefslogtreecommitdiffstats
path: root/system/qemu
diff options
context:
space:
mode:
Diffstat (limited to 'system/qemu')
-rw-r--r--system/qemu/README2
-rw-r--r--system/qemu/qemu.SlackBuild6
-rw-r--r--system/qemu/qemu.info6
3 files changed, 9 insertions, 5 deletions
diff --git a/system/qemu/README b/system/qemu/README
index 02337dd169..fa7f26a5dc 100644
--- a/system/qemu/README
+++ b/system/qemu/README
@@ -49,6 +49,8 @@ present, during the compilation.
If you wish to emulate ARM, you will want device-tree-compiler.
+Sphinx is an optional dependency too (to build the man pages).
+
NOTES:
This version breaks some backward compatibility with earlier versions.
Consult the official changelogs for details.
diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild
index 3f8fe1a59b..a743bd7581 100644
--- a/system/qemu/qemu.SlackBuild
+++ b/system/qemu/qemu.SlackBuild
@@ -56,7 +56,7 @@
# 5.0 14-Dec-2018 verion update to 3.1.0 release, note minimum dependency versions on release notes
PRGNAM=qemu
-VERSION=${VERSION:-3.1.0}
+VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -188,8 +188,10 @@ fi
# Add docs to the proper location
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a Changelog COPYING* CODING_STYLE HACKING LICENSE MAINTAINERS README qemu-*.html docs/* \
+cp -a Changelog COPYING* CODING_STYLE HACKING LICENSE MAINTAINERS README \
$PKG/usr/doc/$PRGNAM-$VERSION
+cp -a docs $PKG/usr/doc/$PRGNAM-$VERSION/raw
+find docs -name "*.py" -exec rm {} \;
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/qemu/qemu.info b/system/qemu/qemu.info
index 224cc14cfa..aff030bd9b 100644
--- a/system/qemu/qemu.info
+++ b/system/qemu/qemu.info
@@ -1,8 +1,8 @@
PRGNAM="qemu"
-VERSION="3.1.0"
+VERSION="4.0.0"
HOMEPAGE="http://www.qemu-project.org"
-DOWNLOAD="http://download.qemu-project.org/qemu-3.1.0.tar.xz"
-MD5SUM="fb687ce0b02d3bf4327e36d3b99427a8"
+DOWNLOAD="http://download.qemu-project.org/qemu-4.0.0.tar.xz"
+MD5SUM="0afeca336fd57ae3d3086ec07f59d708"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2"