On GIMP project we are starting to develop our official snap to further publishing on Snap Store.
But at build time on snapcraft we are needing to list libarchive-dev on build-packages: because there is no pkgconfig file on the SDK
So, would be reasonable to ship the .pc files too since it is a core library and many libraries from the SDK use it anyway.
On GIMP project we are starting to develop our official snap to further publishing on Snap Store.
But at build time on snapcraft we are needing to list
libarchive-devonbuild-packages:because there is no pkgconfig file on the SDKSo, would be reasonable to ship the .pc files too since it is a core library and many libraries from the SDK use it anyway.