mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
nvidia: enable strip, conflicts with catalyst.
This commit is contained in:
parent
19a900ef59
commit
164de85cb9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nvidia'
|
# Template file for 'nvidia'
|
||||||
pkgname=nvidia
|
pkgname=nvidia
|
||||||
version=310.19
|
version=310.19
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="NVIDIA drivers for linux -- libraries and utilities"
|
short_desc="NVIDIA drivers for linux -- libraries and utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Propietary NVIDIA license"
|
license="Propietary NVIDIA license"
|
||||||
|
@ -12,10 +12,10 @@ long_desc="
|
||||||
|
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
nostrip=yes
|
|
||||||
nonfree=yes
|
nonfree=yes
|
||||||
subpackages="nvidia-dkms nvidia-opencl"
|
subpackages="nvidia-dkms nvidia-opencl"
|
||||||
depends="nvidia-dkms-${version}_${revision}"
|
depends="nvidia-dkms-${version}_${revision}"
|
||||||
|
conflicts="catalyst>=0"
|
||||||
|
|
||||||
if [ "${XBPS_MACHINE}" = "i686" ]; then
|
if [ "${XBPS_MACHINE}" = "i686" ]; then
|
||||||
_pkg="NVIDIA-Linux-x86-${version}"
|
_pkg="NVIDIA-Linux-x86-${version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue