summarylogtreecommitdiffstats
path: root/do_dkms
AgeCommit message (Collapse)Author
2020-09-05Major rewriteDaniel Bermond
changes: - added split packages for sdk and guest iso (this will significantly reduce the size of the main virtualbox-bin package, while allowing users to install only the needed additional components) - added components: modules reload script, rdesktop-vrdp and web service - fixed symlinks of VBox executables in /usr/bin (now they correctly point to the 'VBox.sh' executable dispatcher) - fixed install of virtualbox.svg scalable icon - updated udev rules - removed obsolete files - removed rdesktop-vrdp packed sources - removed unneeded version from the configuration file vbox.cfg - removed unneeded makedepends, depends and optdepends to conform with the DKMS package guidelines from the Arch Wiki - cosmetic changes
2016-07-13Update to 5.1.0.Roel Brook
Aligned PKGBUILD actions to mirror Oracle installation script Provided manual DKMS configuration. Oracle has stopped using DKMS from 5.1.0 onwards, but don't provide instructions on how to build them except for the installation script. DKMS will provide automatic rebuilding etc on upgrades, so it seemed the best solution here.