On 03/02/2012 10:55 PM, Calvin Morrison wrote:
or we could just drop Qt3 builds altogether - that
actually seems saner
Calvin
That's what I'm trying to do, but you have to work through each PKGBUILD
basically line-by-line for any that have custom build() or install() function.
I'm messing with a master-build script that parses the directory setup I have
and that has been easiest so far:
## check which Qt being used and set prefix
[[ $useqt == tqt3 ]] && _pfx=tde || _pfx=trinity
It could be anything we want. Could easily be:
[[ $useqt == tqt3 ]] && _pfx=trinity-tqt || _pfx=trinity
... that just makes the names longer :)
--
David C. Rankin, J.D.,P.E.