You are not logged in.

#1 2009-08-29 01:59:57

matthewbauer
Member
From: /usa/ks
Registered: 2009-07-20
Posts: 86

Have a meta package for each computer model

Would it be possible to have a meta package for each computer model? For instance my laptop would be: system76-pangolin, then it would install iwlwifi-5000-ucode, xf86-input-synaptics, pam_fprint-nightly, bluez. And a few more that I can't think of.

Would anyone not like this?

Last edited by matthewbauer (2009-08-29 02:46:19)


Libertarian Arch Linux User

Offline

#2 2009-08-29 02:25:13

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: Have a meta package for each computer model

What would you do for models that ship (e.g.) different graphics cards?

Offline

#3 2009-08-29 02:43:52

matthewbauer
Member
From: /usa/ks
Registered: 2009-07-20
Posts: 86

Re: Have a meta package for each computer model

Allan wrote:

What would you do for models that ship (e.g.) different graphics cards?

You mean they have an option for different kinds of graphics card?
I guess this would be a problem, I guess you could separate it into 2 different packages: $company-$model-$graphicscard, but maybe the best way would be to just not include xf86-video-$graphicscard as a package.

EDIT: you could probably add:

if [ $(lspci | grep "VGA" | sed "s/[0-9:\.]* VGA compatible controller: \([^ ]*\) .*/\1/") -eq "nVidia" ] depends=('nvidia')

but I was planning on just making pkgbuilds for computers I own, so I'll be sure they work.

Last edited by matthewbauer (2009-08-29 17:50:34)


Libertarian Arch Linux User

Offline

Board footer

Powered by FluxBB