Archers,
In the current tdelibs pkgbuild, I have run into a few questions (previously posted). The current questions is why are we installing to provide 'kdelibs3'? Eg:
provides=('kdelibs3')
I have updated it to also register providing 'tdelibs' so that it can be transitioned:
provides=('kdelibs3' 'tdelibs')
Other changes: pkgname=trinity-tdelibs and cmake ${srcdir}/tdelibs for the build.
Does this just need to be reworked here, or are all of the build scripts going to have to be revised to incorporate the name changes? The name change is the simple part, but do we know if any of the patches or supporting files also have the 'kde...' stuff hardcoded? I'm fixing them as I come across them. If there is any reason not to, please let me know.