trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2011

Re: [trinity-devel] Re-Write of Qt3 PKGBUILD required for Arch - original script patched 3.3.8 instead of 3.3.8b

From: "David C. Rankin" <drankinatty@...>
Date: Sat, 26 Mar 2011 00:13:14 -0500
On 03/25/2011 07:46 PM, Baho Utot wrote:
>> -#define QT_VERSION_STR   "3.3.8"
>> >
>> >  Just FYI...
> Or you could use mine which is already completed
>

You make a good point there baho :) Bug checking your PKGBUILD, you are pulling

ftp://ftp.trolltech.com/qt/source/${_pkgfqn}.tar.bz2  Which pulls 
qt-x11-free-3.3.8.  That's the same issue I have. The only 3.3.8b release that 
trolltech has is:

ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.3.8b.tar.gz

which will cause your normal patches to fail. Where we need to start is with:

pkgver=3.3.8b
pkgfqn=qt-x11-free-${pkgver}
source=(ftp://ftp.trolltech.com/qt/source/${pkgfqn}.tar.gz

then sort through the patches to get clean patches for the 3.3.8b -> 3.3.8c 
version bump.

-- 
David C. Rankin, J.D.,P.E.