[PyKDE] PyKDE compatibility with KDE 3.3.2?
Jim Bublitz
jbublitz at nwinternet.com
Sat Dec 18 18:16:02 GMT 2004
On Saturday 18 December 2004 00:05, Jared Thirsk wrote:
> 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
> ----
>
> 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)
> >
That's exactly what needs to happen. I didn't think it would automate that
easily. That removes the ability to build for KDE 3.3.0, but I don't imagine
that's a problem in this case. Cool.
Jim
More information about the PyQt
mailing list