Frogging-Family / nvidia-all

Nvidia driver latest to 396 series AIO installer
733 stars 64 forks source link

Rename drivers #116

Closed DarkXero-dev closed 2 years ago

DarkXero-dev commented 2 years ago

Would it be possible to rename resulting packages so we can host different versions on a single repo ?

If so how ?

Tk-Glitch commented 2 years ago

The resulting packages names are already versioned, so I'm not sure I understand your request.

DarkXero-dev commented 2 years ago

I mean all resulting packages are named nvidia-dkms-tkg-xxx but on a repo only name is taken, if one version is higher it will just include highest version number ignoring older so can't add 470 and 510 and 515 on same repo only 515 will be added.. I hope this explains it..

Tk-Glitch commented 2 years ago

Oh I see now. That would take adding some fluff to allow for a variable in pkgname.

DarkXero-dev commented 2 years ago

Kind of.. Best way is for 470 for example package and related deps to be called nvidia-470-dkms etc.. Y'know ?

Tk-Glitch commented 2 years ago

Yeah yeah that's what I had in mind. Adding that on a toggle would be fine I guess.

DarkXero-dev commented 2 years ago

Sure..

Jonathon on AUR does it best but yours include TKG patches and for some reason perform better

Version

DarkXero-dev commented 2 years ago

Sorry to bother on closed issue but I built with changes still not as image I posted above won't allow me to include more than one version on repo

Tk-Glitch commented 2 years ago

Did you enable the new option in your .cfg?

DarkXero-dev commented 2 years ago

What do you mean ? Can you be more specific ?

Tk-Glitch commented 2 years ago

You need to set the newly added option to "true": https://github.com/Frogging-Family/nvidia-all/blob/90e0b9e0b67c0208e3ca153be5941a2c3634c2c5/customization.cfg#L13-L16

DarkXero-dev commented 2 years ago

Done thanks ... Now I have 510 & 470 once tests are done so will 515 ;)