Build failed in Jenkins: kdelibs_frameworks_qt5 #403

2013-02-15 Thread KDE CI System
See Changes: [neundorf] buildsystem: get RPATH and test settings from KF5 [neundorf] buildsystem: use compiler flags from KF5 -- Started by remote host 127.0.0.1 with note: Triggered by commit

Re: lib or lib64?

2013-02-15 Thread Alexander Neundorf
On Friday 15 February 2013, Treeve Jelbert wrote: > I am trying to keep my qt5 related stuff separate from the qt4 stuff, > so qt5 in installed to /opt/qt5. > > The qt5 build process installs the libraries, cmake and pkgconfig stuff > to /opt/qt5/lib. > > > attica5, strigi-5 and phonon4qt5 insta

Re: problem solved!

2013-02-15 Thread Alexander Neundorf
On Friday 15 February 2013, Treeve Jelbert wrote: > It all finally compiles. > > IN the the end the only changes that I made were > > diff --git a/CMakeLists.txt b/CMakeLists.txt > index 0011ac3..7992acd 100644 > --- a/CMakeLists.txt > +++ b/CMakeLists.txt > @@ -78,8 +78,8 @@ set(kcoreaddons_LIBR

Re: lib or lib64?

2013-02-15 Thread Christoph Feck
On Friday 15 February 2013 16:26:38 Treeve Jelbert wrote: > $ ls /opt/qt5/lib64 > cmakelibphonon4qt5.so.4 > libstreamanalyzer.so.0.7.8 > libattica.so libphonon4qt5.so.4.6.60 > libstreams.so > libattica.so.0.4 libsearchclien

CamelCasing our libraries ?

2013-02-15 Thread Alexander Neundorf
Hi, any opinions abouut changing our library names to CamelCase, like libKCoreAddons.so, together with the package named KCoreAddons ? Right now it is libkcoreaddons, and the cmake variables for it are kcoreaddons_FOUND, kcoreaddons_INCLUDE_DIRS etc. I'd prefer to CamelCase them. This would als

lib or lib64?

2013-02-15 Thread Treeve Jelbert
I am trying to keep my qt5 related stuff separate from the qt4 stuff, so qt5 in installed to /opt/qt5. The qt5 build process installs the libraries, cmake and pkgconfig stuff to /opt/qt5/lib. attica5, strigi-5 and phonon4qt5 install to /opt/qt5/lib64 $ ls /opt/qt5/lib64 cmake

State of imports porting to Plasma2

2013-02-15 Thread Sebastian Kügler
Hi, As you know, I'm working on porting the Plasma imports to Plasma2. As we've made good progress, maybe time to give a status update: * PlasmaCore - Mostly done Missing are Dialog and ToolTip, which probably need a reimplemention * QtExtras - Done Even better: all seems to work fine * Pl

problem solved!

2013-02-15 Thread Treeve Jelbert
It all finally compiles. IN the the end the only changes that I made were diff --git a/CMakeLists.txt b/CMakeLists.txt index 0011ac3..7992acd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,8 +78,8 @@ set(kcoreaddons_LIBRARIES kcoreaddons) set(kwindowsystem_LIBRARIES kwindowsystem) -s