strycore / fakegir

fakegir: Bring autocompletion to your PyGObject code
GNU General Public License v3.0
89 stars 16 forks source link

Use pkg-config to find gir directories #30

Closed realh closed 5 years ago

realh commented 5 years ago

This is still a bit hacky but works with homebrew as well as typical Linux distros. Fixes issue #15.

realh commented 5 years ago

Actually, this is still a bit limited, because it can't cope with, say, some packages using /usr and some using /usr/local, which is a realistic scenario. Further attempts at automation would be even more hacky though, so it would probably be better to scrap everything I've done so far and use an environment variable and/or command line option. Thoughts?

realh commented 5 years ago

Superseded by #33.