Re: kdesrc-build and include-dependencies

2015-12-28 Thread Aleix Pol
On Thu, Dec 24, 2015 at 10:57 PM, Michael Pyne wrote: > On Thu, December 24, 2015 00:11:10 Michael Pyne wrote: >> I'll be working over the next few days to try to expand out --include- >> dependencies to include any possible kde-projects modules (how it was >> originally intended to work), but unt

Re: kdesrc-build and include-dependencies

2015-12-24 Thread Michael Pyne
On Thu, December 24, 2015 00:11:10 Michael Pyne wrote: > I'll be working over the next few days to try to expand out --include- > dependencies to include any possible kde-projects modules (how it was > originally intended to work), but until then hopefully this help. This /should/ now work. I stil

Re: kdesrc-build and include-dependencies

2015-12-24 Thread Luigi Toscano
Il 24 dicembre 2015 11:06:08 CET, Ovidiu-Florin BOGDAN ha scritto: > Awesome info. This will be very handy. > Could you please also update the KSB documentation? > The manual is quite outdated and as far as I can see it has no mention > of > frameworks. > > https://kdesrc-build.kde.org/documenta

Re: kdesrc-build and include-dependencies

2015-12-24 Thread Ovidiu-Florin BOGDAN
Awesome info. This will be very handy. Could you please also update the KSB documentation? The manual is quite outdated and as far as I can see it has no mention of frameworks. https://kdesrc-build.kde.org/documentation/ Pe 24 dec. 2015 07:11, "Michael Pyne" a scris: > On Wed, December 23, 2015

Re: kdesrc-build and include-dependencies

2015-12-23 Thread Michael Pyne
On Wed, December 23, 2015 18:40:36 Aleix Pol wrote: > Hello, > I've been testing kde-src-builder on a bare system (actually a docker > image) and I realized that --include-dependencies isn't doing what I > expected [1], which is to actually build and install the repository's > dependencies. > > Ca

Re: kdesrc-build and include-dependencies

2015-12-23 Thread Johan Ouwerkerk
I don't think kdesrc-build inspects the cmake files to discover deps, it relies on the project metadata GIT repo instead. So --include-dependencies only applies to the dependencies discovered through the project metadata repo, and then only those which kdesrc-build knows how to build. Any other de

Re: kdesrc-build and include-dependencies

2015-12-23 Thread Ovidiu-Florin BOGDAN
În ziua de Wednesday 23 December 2015, la 18:40:36, Aleix Pol a scris: > Hello, > I've been testing kde-src-builder on a bare system (actually a docker > image) and I realized that --include-dependencies isn't doing what I > expected [1], which is to actually build and install the repository's > de

kdesrc-build and include-dependencies

2015-12-23 Thread Aleix Pol
Hello, I've been testing kde-src-builder on a bare system (actually a docker image) and I realized that --include-dependencies isn't doing what I expected [1], which is to actually build and install the repository's dependencies. Can anybody point me out what am I missing? :/ That's my configurat