summarylogtreecommitdiffstats
path: root/virtualbox-bin.install
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
2018-10-12sdk: fix files and add proper provides/conflicts. Other fixes.Daniel Bermond
Many sdk files were missed. Now the package downloads the sdk source and installs it, as long as other sdk files that are not present in the sdk download bundle. Also, properly added virtualbox-sdk to provides and conflicts. Added/fixed other entries in provides and conflicts. Added linux-headers to optdepends. Fixed permissions in some executable files. Removed parts from .install file that are executed by pacman hooks.
2018-07-22Cosmetic changesDaniel Bermond