nvidia*: conflicts with xserver-abi-video>19 (xorg-server-1.18).
This commit is contained in:
parent
e6de2652db
commit
f33c53b777
|
@ -4,7 +4,7 @@ _desc="NVIDIA drivers for linux (long-lived series)"
|
|||
|
||||
pkgname=nvidia-stable
|
||||
version=340.93
|
||||
revision=1
|
||||
revision=2
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Propietary NVIDIA license"
|
||||
homepage="http://www.nvidia.com"
|
||||
|
@ -14,7 +14,7 @@ repository="nonfree"
|
|||
create_wrksrc=yes
|
||||
short_desc="${_desc} - Libraries and Utilities"
|
||||
depends="${pkgname}-dkms-${version}_${revision} pkg-config"
|
||||
conflicts="catalyst>=0 xserver-abi-video>20"
|
||||
conflicts="catalyst>=0 xserver-abi-video>19"
|
||||
|
||||
provides="nvidia-${version}_${revision}"
|
||||
replaces="nvidia>=0"
|
||||
|
|
|
@ -4,7 +4,7 @@ _desc="NVIDIA drivers for linux"
|
|||
|
||||
pkgname=nvidia
|
||||
version=352.55
|
||||
revision=1
|
||||
revision=2
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Proprietary NVIDIA license"
|
||||
homepage="http://www.nvidia.com"
|
||||
|
@ -14,7 +14,7 @@ repository="nonfree"
|
|||
create_wrksrc=yes
|
||||
short_desc="${_desc} - Libraries and Utilities"
|
||||
depends="nvidia-gtklibs-${version}_${revision} nvidia-dkms-${version}_${revision} pkg-config"
|
||||
conflicts="xserver-abi-video>20"
|
||||
conflicts="xserver-abi-video>19"
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
_pkg="NVIDIA-Linux-x86-${version}"
|
||||
|
|
|
@ -3,7 +3,7 @@ _desc="NVIDIA drivers for linux (304.xx series)"
|
|||
|
||||
pkgname=nvidia304
|
||||
version=304.128
|
||||
revision=1
|
||||
revision=2
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Propietary NVIDIA license"
|
||||
homepage="http://www.nvidia.com"
|
||||
|
@ -15,7 +15,7 @@ short_desc="${_desc} - Libraries and Utilities"
|
|||
depends="${pkgname}-dkms-${version}_${revision} pkg-config"
|
||||
provides="nvidia-${version}_${revision}"
|
||||
replaces="nvidia>=0"
|
||||
conflicts="catalyst>=0 xserver-abi-video>20"
|
||||
conflicts="catalyst>=0 xserver-abi-video>19"
|
||||
subpackages="${pkgname}-dkms ${pkgname}-opencl ${pkgname}-libs"
|
||||
|
||||
if [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
|
||||
|
|
Loading…
Reference in New Issue