[PyKDE] PyKDE compatibility with KDE 3.3.2?
Jared Thirsk
jthirsk at shaw.ca
Sat Dec 18 08:05:43 GMT 2004
I should have sent this to the list earlier... Jim, thanks for your
response. As you can see, I've got it working using Nick's
suggestion below.
Jared
---------- Forwarded Message ----------
Subject: Re: [PyKDE] PyKDE compatibility with KDE 3.3.2?
Date: December 17, 2004 06:58 pm
From: Jared Thirsk <jthirsk at shaw.ca>
To: Nick Steeves <Nick.Steeves at shaw.ca>
Brilliant! It worked! (Now to try it out for the first time...)
I inserted these 4 lines to the top of the src_compile() ebuild
method (and removed the blockage). I've posted a patch to gentoo
bugzilla.
----
cp -r extra/kde330 extra/kde332
for i in `find | grep kde330 | grep diff`;do
mv $i `echo $i | sed 's/330/332/'`
done
----
Thanks,
Jared
On December 17, 2004 01:29 pm, you wrote:
> On December 17, 2004 1:00, Jared Thirsk wrote:
> > I've got KDE 3.3.2 (and don't want to downgrade), and
> > pykde-3.11.3
>
> Here's a fix I wrote based on a tip I read on this list a month or
> so ago:
>
> cd PyKDE-$version
> cp -r extra/kde330 extra/kde332
> for i in `find | grep kde330 | grep diff`;do
> mv $i `echo $i | sed 's/330/332/'`
> done
> python configure.py
> make
> make DESTDIR=$PKG install
>
> You'll need to have these installed first:
> sip, qscintilla, pyqt, kdelibs
>
> If you modify the ebuild, don't forget to help upstream. (I don't
> use Gentoo, or would myself)
>
> Nick
-------------------------------------------------------
More information about the PyQt
mailing list