On 21.01.2011 18:35, Dan McGee wrote:
It *still* hasn't been explained how this thing works in either a commit message or docs. Do I include soprovides=() in my PKGBUILD? Do I need to insert something in provides=() to get a library to show up in the final package? Is it all completely automatic- all libraries in the package get an automatic provide entry generated? This is why I am so damn frustrated with these patches.
We had all 3 versions and the current patch works as follows: You add something like "provides=(foo bar libfoo.so)" to the PKGBUILD. The function searches all provides in the whole pkgdir and filters that list using your provides array. It then removes your entries (versionless) and adds those it found (with version). -- Florian Pritz -- {flo,bluewind}@server-speed.net