virtualbox-ose: rebuild against xorg-server-1.18.
This commit is contained in:
parent
33e3afecf9
commit
773012cf38
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'virtualbox-ose'
|
# Template file for 'virtualbox-ose'
|
||||||
pkgname=virtualbox-ose
|
pkgname=virtualbox-ose
|
||||||
version=5.0.10
|
version=5.0.10
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="VirtualBox-${version}"
|
wrksrc="VirtualBox-${version}"
|
||||||
short_desc="General-purpose full virtualizer for x86 hardware"
|
short_desc="General-purpose full virtualizer for x86 hardware"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -137,7 +137,8 @@ virtualbox-ose-dkms_package() {
|
||||||
}
|
}
|
||||||
virtualbox-ose-guest_package() {
|
virtualbox-ose-guest_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
depends="xserver-abi-video-19_1 virtualbox-ose-guest-dkms-${version}_${revision}"
|
depends="virtualbox-ose-guest-dkms-${version}_${revision}"
|
||||||
|
conflicts="xserver-abi-video>20_1"
|
||||||
short_desc+=" - guest utilities"
|
short_desc+=" - guest utilities"
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in New Issue