trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

Re: [trinity-devel] Arch - naming convention for package built on TQt3 and Qt3

From: "David C. Rankin" <drankinatty@...>
Date: Sat, 03 Mar 2012 00:02:41 -0600
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.