mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/virtualbox-addons: Updated for version 6.1.32
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b90357fa90
commit
b170e5379b
6 changed files with 16 additions and 18 deletions
|
@ -1,2 +0,0 @@
|
|||
[Module-kscreen]
|
||||
autoload=false
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
kwriteconfig5 --file kded5rc --group "Module-kscreen" --key autoload --type bool false
|
||||
kwriteconfig5 --file kded5rc --group "Module-kscreen" --key autoload --type bool true
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for virtualbox-addons
|
||||
|
||||
# Copyright 2008-2021 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2008-2022 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.28}
|
||||
VERSION=${VERSION:-6.1.32}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -132,12 +132,12 @@ cd out/linux.$TARGET/release/bin/additions
|
|||
install -m 755 $CWD/vbox-uninstall-guest-additions $PKG/usr/sbin/
|
||||
cd -
|
||||
|
||||
# kconf_update script to disable kscreen within KDE
|
||||
# We disabled kscreen in earlier versions of the package
|
||||
# This kconf_update script re-enabled it
|
||||
# See bug at https://bugs.kde.org/show_bug.cgi?id=407058
|
||||
mkdir -p $PKG/usr/share/kconf_update $PKG/etc/kde/xdg
|
||||
install -m 755 $CWD/plasma_disable_kscreen.sh $PKG/usr/share/kconf_update/
|
||||
install -m 644 $CWD/virtualbox_plasma_disable_kscreen.upd $PKG/usr/share/kconf_update/
|
||||
install -m 644 $CWD/kded5rc $PKG/etc/kde/xdg/
|
||||
install -m 755 $CWD/plasma_enable_kscreen.sh $PKG/usr/share/kconf_update/
|
||||
install -m 644 $CWD/virtualbox_plasma_enable_kscreen.upd $PKG/usr/share/kconf_update/
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="virtualbox-addons"
|
||||
VERSION="6.1.28"
|
||||
VERSION="6.1.32"
|
||||
HOMEPAGE="https://www.virtualbox.org"
|
||||
DOWNLOAD="http://download.virtualbox.org/virtualbox/6.1.28/VirtualBox-6.1.28.tar.bz2"
|
||||
MD5SUM="c6efae8dc115b90c6124e13126794c4f"
|
||||
DOWNLOAD="http://download.virtualbox.org/virtualbox/6.1.32/VirtualBox-6.1.32.tar.bz2"
|
||||
MD5SUM="553fa1a45336f675af19682e138e36b6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
Version=5
|
||||
|
||||
# Disable kscreen inside virtualbox
|
||||
Id=virtualbox-plasma-disable-kscreen
|
||||
File=kded5rc
|
||||
Script=plasma_disable_kscreen.sh,sh
|
|
@ -0,0 +1,6 @@
|
|||
Version=5
|
||||
|
||||
# Enable kscreen inside virtualbox
|
||||
Id=virtualbox-plasma-enable-kscreen
|
||||
File=kded5rc
|
||||
Script=plasma_enable_kscreen.sh,sh
|
Loading…
Reference in a new issue