Browse Source
system/virtualbox-addons: Updated for version 6.1.44.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/198/head
Heinz Wiesinger
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
8 additions and
19 deletions
-
system/virtualbox-addons/doinst.sh
-
system/virtualbox-addons/virtualbox-addons.SlackBuild
-
system/virtualbox-addons/virtualbox-addons.info
|
|
|
@ -22,24 +22,13 @@ preserve_perms() { |
|
|
|
config $NEW |
|
|
|
} |
|
|
|
|
|
|
|
# Fix starting of kde within virtualbox |
|
|
|
# Old kwin update to fix starting kde in virtualbox. |
|
|
|
# No longer necessary |
|
|
|
BLACKLIST="usr/share/apps/kconf_update/kwin_blacklist.upd" |
|
|
|
|
|
|
|
if [ -f "$BLACKLIST" ]; then |
|
|
|
VBOX_TEST=$(grep -c "Blacklist-virtualbox" $BLACKLIST) |
|
|
|
else |
|
|
|
VBOX_TEST="0" |
|
|
|
rm -f "$BLACKLIST" |
|
|
|
fi |
|
|
|
|
|
|
|
if [ "$VBOX_TEST" = "0" ]; then |
|
|
|
cat << EOF >> $BLACKLIST |
|
|
|
Id=Blacklist-virtualbox |
|
|
|
Options=overwrite |
|
|
|
File=kwinrc |
|
|
|
Script=kwin_blacklist_vbox.sh,sh |
|
|
|
EOF |
|
|
|
fi |
|
|
|
|
|
|
|
preserve_perms etc/rc.d/rc.vboxadd.new |
|
|
|
preserve_perms etc/rc.d/rc.vboxadd-service.new |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for virtualbox-addons |
|
|
|
|
|
|
|
# Copyright 2008-2022 Heinz Wiesinger, Amsterdam, The Netherlands |
|
|
|
# Copyright 2008-2023 Heinz Wiesinger, Amsterdam, The Netherlands |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=virtualbox-addons |
|
|
|
SRCNAM=VirtualBox |
|
|
|
VERSION=${VERSION:-6.1.34} |
|
|
|
VERSION=${VERSION:-6.1.44} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="virtualbox-addons" |
|
|
|
VERSION="6.1.34" |
|
|
|
VERSION="6.1.44" |
|
|
|
HOMEPAGE="https://www.virtualbox.org" |
|
|
|
DOWNLOAD="http://download.virtualbox.org/virtualbox/6.1.34/VirtualBox-6.1.34.tar.bz2" |
|
|
|
MD5SUM="5ee5e141a7bd6251420e7d7a2cc76206" |
|
|
|
DOWNLOAD="http://download.virtualbox.org/virtualbox/6.1.44/VirtualBox-6.1.44.tar.bz2" |
|
|
|
MD5SUM="309f868297447291db980a1d8fa11ec6" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|