I'd like to explain some points that have to be used when creating
new build templates or to update them.
1) All packages should list all *direct* run dependencies.
I've attached to this email a shell script that will help you
to find all required rundeps for a package.
(run it like: find_neededlibs.sh /destdir/pkg)
2) If a required dependency has a devel subpkg, you should add it
such as:
Add_dependency run gtk+
Add_dependency build gtk+-devel
That's because there are planed future changes to use binary packages
as dependencies while building and this is one of those required
steps.
Use this list to share your problems, ideas or whatever, thanks.