vcrhonek / hwdata

hwdata contains various hardware identification and configuration data, such as the pci.ids and usb.ids databases.
Other
87 stars 19 forks source link

Install original pnp data #15

Closed emilytrau closed 12 months ago

emilytrau commented 2 years ago

Hi

I'm packaging a project that depends on the pnp.ids list, and this repo providing a stable version of is exactly what I'm looking for. The issue is that this project expects the list in the original HTML form as an input to do its own processing.

This PR adds pnp.ids.xlsx to the list of tracked outputs.

Thanks :)

vcrhonek commented 2 years ago

Hi @emilytrau ,

Thanks for your PR. I'd like you to fix few issues I noticed please:

In general, I don't exactly like the idea of installing additional file that seems to have very limited use (I mean, it seems to be useful just for you project as far as I know:)). On the other hand, distribution maintainers can simply remove it in similar manner as I will do for Fedora in the spec file.

I'm not sure... maybe it would be cleaner to add configure option that would add pnp.ids.xlsx to the list of installed files only when requested?

emilytrau commented 12 months ago

Close as stale