I tried to edit a bit but I think your changes overwrote mine.
Specifically, tdepim should be built with CMake ONLY, and the following packages 1.) no longer need enable-closure 2.) build just fine in parallel (-j >1) (due to CMake conversion)
- tdelibs
- tdebase
- tdepim
Yeah, my fault. :) I did not realize somebody else was editing concurrently. Lessons learned. :)
I'll fix them.
I noticed another missing tidpit: poppler-tqt. I could not find that in the normal dependencies but finally found the package deep in tdegraphics: tdegraphics/kfile-plugins/dependencies/poppler-tqt.
- Is there a reason why poppler-tqt is not in the main dependencies
branch? Would be more obvious.
Expediency. It was easier to stuff it in tdegraphics than to split it off with its own build system, etc.
- Is the poppler-tqt a separate, unique package or somehow built as part
of tdegraphics?
Right now it builds as part of tdegraphics.
Tim