mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/virtualbox-addons: Updated for version 5.0.40.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
bd384996b2
commit
ce5e6e592e
4 changed files with 20 additions and 5 deletions
|
@ -8,3 +8,6 @@ KBUILD_MSG_STYLE := brief
|
|||
VBOX_OSE := 1
|
||||
|
||||
VBOX_WITH_PAM =
|
||||
|
||||
# do not fail on warning
|
||||
VBOX_WITH_WARNINGS_AS_ERRORS :=
|
||||
|
|
10
system/virtualbox-addons/vbox-uninstall-guest-additions
Normal file
10
system/virtualbox-addons/vbox-uninstall-guest-additions
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
# This executable provides a well-known way to uninstall VirtualBox Guest
|
||||
# Additions in order to re-install them from a different source. A common case
|
||||
# is uninstalling distribution-provide Additions to install the version provided
|
||||
# by VirtualBox. Distributions should put the right command in here to do the
|
||||
# removal, e.g. "dnf remove VirtualBox-guest-additions". Leaving kernel modules
|
||||
# provided by the distribution kernel package in place is acceptable if the
|
||||
# location does not clash with the VirtualBox-provided module location (misc).
|
||||
|
||||
/sbin/removepkg virtualbox-addons virtualbox-kernel-addons
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for virtualbox-addons
|
||||
|
||||
# Copyright 2008-2016 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2008-2017 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=virtualbox-addons
|
||||
SRCNAM=VirtualBox
|
||||
VERSION=${VERSION:-5.0.30}
|
||||
VERSION=${VERSION:-5.0.40}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -146,6 +146,8 @@ cd out/linux.$TARGET/release/bin/additions
|
|||
install -m 644 VBoxOGLpassthroughspu.so $PKG/usr/lib$LIBDIRSUFFIX
|
||||
install -m 644 VBoxOGL.so $PKG/usr/lib$LIBDIRSUFFIX
|
||||
|
||||
install -m 755 $CWD/vbox-uninstall-guest-additions $PKG/usr/sbin/
|
||||
|
||||
mkdir -p $PKG/usr/lib$LIBDIRSUFFIX/xorg/modules/dri
|
||||
ln -s /usr/lib$LIBDIRSUFFIX/VBoxOGL.so \
|
||||
$PKG/usr/lib$LIBDIRSUFFIX/xorg/modules/dri/vboxvideo_dri.so
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="virtualbox-addons"
|
||||
VERSION="5.0.30"
|
||||
VERSION="5.0.40"
|
||||
HOMEPAGE="https://www.virtualbox.org"
|
||||
DOWNLOAD="http://download.virtualbox.org/virtualbox/5.0.30/VirtualBox-5.0.30.tar.bz2"
|
||||
MD5SUM="9ba8ff724dadfb7327dc4c6401afb7a8"
|
||||
DOWNLOAD="http://download.virtualbox.org/virtualbox/5.0.40/VirtualBox-5.0.40.tar.bz2"
|
||||
MD5SUM="53b259e48a137b0185c169590e2dcb77"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue