Re: Superbuild ready for first tests

2011-06-20 Thread Alexander Neundorf
On Monday 20 June 2011, Alexander Neundorf wrote: > On Monday 20 June 2011, Sune Vuorela wrote: > > On Monday 20 June 2011 23:09:23 Alexander Neundorf wrote: > > > I think it's the DESTDIR. > > > CMake already must know about it, it must already be set as environment > > > variable when cmake is ru

Re: Superbuild ready for first tests

2011-06-20 Thread Alexander Neundorf
On Monday 20 June 2011, Sune Vuorela wrote: > On Monday 20 June 2011 23:09:23 Alexander Neundorf wrote: > > I think it's the DESTDIR. > > CMake already must know about it, it must already be set as environment > > variable when cmake is run (then it can tell the using projects where > > their depen

Re: Why are KDE includes installed with COMPONENT Devel?

2011-06-20 Thread Stephen Kelly
Alexander Neundorf wrote: >> But when I run >> >> cmake -DCOMPONENT=Runtime -P cmake_install.cmake >> >> it does not also install the dependency component of Runtime. Ie, set >> with: >> >> set(CPACK_COMPONENT_RUNTIME_DEPENDS OtherComponent) > > Puh, don't know about that one. > Did you have a

Re: Superbuild ready for first tests

2011-06-20 Thread Alexander Neundorf
On Monday 20 June 2011, Sune Vuorela wrote: > On Monday 20 June 2011 18:45:45 Alexander Neundorf wrote: > > I guess I should post this now to kde-packagers. > > Sune, did you already give it a try ? > > I just did. It doesn't work. > > I created a small cmake file for kdeedu, because I have only

Re: RFC: Release Management Going Forward

2011-06-20 Thread Alexander Neundorf
On Monday 20 June 2011, Dirk Mueller wrote: > On Friday 10 June 2011, Alexander Neundorf wrote: > > Yes, sure, but I'm away from this noon until Sunday evening. > > Is this needed already now for 4.7 ? > > > > I was hoping to have some more weeks to give it more testing and finish > > it. ("it" be

Re: RFC: Release Management Going Forward

2011-06-20 Thread Dirk Mueller
On Friday 10 June 2011, Alexander Neundorf wrote: > > Yes, sure, but I'm away from this noon until Sunday evening. > Is this needed already now for 4.7 ? > > I was hoping to have some more weeks to give it more testing and finish it. > ("it" being the "Superbuild" CMakeLists.txt, which provide b

Re: Why are KDE includes installed with COMPONENT Devel?

2011-06-20 Thread Alexander Neundorf
On Monday 20 June 2011, Stephen Kelly wrote: > Andreas Pakulat wrote: > > No, its also usable on the commandline with a make install > > CMAKE_INSTALL_COMPONENT=Devel. This could in theory be used to make it > > easier to generate binary packages in distro scripts, since there don't > > need to be

Re: Why are KDE includes installed with COMPONENT Devel?

2011-06-20 Thread Stephen Kelly
Andreas Pakulat wrote: > No, its also usable on the commandline with a make install > CMAKE_INSTALL_COMPONENT=Devel. This could in theory be used to make it > easier to generate binary packages in distro scripts, since there don't > need to be any manual selection of files/folders to fetch only pa

Re: Superbuild ready for first tests

2011-06-20 Thread Alexander Neundorf
On Monday 20 June 2011, Allen Winter wrote: > On Wednesday 15 June 2011 4:06:28 PM Alexander Neundorf wrote: > > Hi, > > > > the Superbuild I talked about in Randa is ready for first tests. > > https://projects.kde.org/projects/kde/superbuild > > > > What is it ? > > It's basically a CMakeLists.t

Re: Superbuild ready for first tests

2011-06-20 Thread Allen Winter
On Wednesday 15 June 2011 4:06:28 PM Alexander Neundorf wrote: > Hi, > > the Superbuild I talked about in Randa is ready for first tests. > https://projects.kde.org/projects/kde/superbuild > > What is it ? > It's basically a CMakeLists.txt which makes it possible to build multiple > separate pro