Hello, Nick. For any file installed with pacman, you can find out which package it belongs to with:
pacman -Qo /path/to/file The sources of all the packages *should* be in these directories, I think: http://repo.msys2.org/mingw/sources/ http://repo.msys2.org/msys/sources/ If something is missing there, you should check the PKGBUILD script in the appropriate repository to see where the sources came from: https://github.com/Alexpux/MINGW-packages https://github.com/Alexpux/MSYS2-packages --David Grayson On Sun, Sep 11, 2016 at 9:17 PM, Nick Westgate <[email protected]> wrote: > Hi. > > I'm trying to get source for my project's LGPL etc dependencies after > compiling with Msys2. > > Using pacman I can get the package for each file, but the cached packages > don't contain the source. > > Any tips on how to meet my LGPL obligations by finding the source for the > exact binary I'm shipping with the project? > > (Sorry if this is a beginnger's question - I've been searching around ...) > > Cheers, > Nick. > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users > ------------------------------------------------------------------------------ _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
