The issue with the install dirs...

2011-12-08 Thread Alexander Neundorf
Hi, in kdelibs4, every application using FindKDE4.cmake gets the following set of variables, which should be used as install destination with the install() command: BIN_INSTALL_DIR (default is prefix/bin) BUNDLE_INSTALL_DIR (default is /Applications/KDE4 ) SBIN_INSTALL_DIR (default is prefix/

Find modules wrapping config modules and help documentation (Was Re: kactivities)

2011-12-08 Thread Stephen Kelly
Alexander Neundorf wrote: > -at the top it contains documentation, so you know which variables to use > for that package This came up on the buildsystem list in August: http://thread.gmane.org/gmane.comp.kde.devel.buildsystem/6588/focus=6594 (Context for the cmake list: http://thread.gmane.org

Re: Directory structure in Frameworks

2011-12-08 Thread Alexander Neundorf
On Tuesday 06 December 2011, Stephen Kelly wrote: > Dario Freddi wrote: > > Hello, > > > > I am in process of porting some components to the new Frameworks > > structure. Following > > http://community.kde.org/Frameworks/Strategy_and_Policies#Framework_directo > ry_structure, > > > I noticed the

Re: Unit tests in Frameworks

2011-12-08 Thread Alexander Neundorf
On Tuesday 06 December 2011, Dario Freddi wrote: > Hello everyone, > > I know some of you are crying blood just by looking at the title, but > yes, I want to bring this up :) > > I think Frameworks could be a good chance to enhance and force > requirements regarding unit tests, especially for new

Re: examples

2011-12-08 Thread Alexander Neundorf
On Tuesday 06 December 2011, Stephen Kelly wrote: > Oswald Buddenhagen wrote: > > On Mon, Dec 05, 2011 at 09:50:09AM +0100, Aaron J. Seigo wrote: > >> On Monday, December 5, 2011 09:24:07 Oswald Buddenhagen wrote: > >> > examples have to live in their parent module so they can be linked > >> > from

Re: kactivities

2011-12-08 Thread Alexander Neundorf
On Monday 05 December 2011, Aaron J. Seigo wrote: > hi.. > > the Plasma team is working on the kactivities repository with the idea in > mind that it is a "frameworks 5" style project right from the start. > > it currently contains a library (libkactivities), a runtime componen > (kactivitymanage

Re: i18n in Frameworks, the lightweight version

2011-12-08 Thread Stephen Kelly
Alex Fiestas wrote: > On 12/06/2011 03:25 PM, Stephen Kelly wrote: >> It makes sense to me at least. >> >> By the way with Qt 5 and QtScript you will already be using two JS >> interpreters: JSC in QtScript and v8 with declarative/webkit. KJS would >> be a third. > > As far as I know Qt5 will use

Re: i18n in Frameworks, the lightweight version

2011-12-08 Thread Alex Fiestas
On 12/06/2011 03:25 PM, Stephen Kelly wrote: It makes sense to me at least. By the way with Qt 5 and QtScript you will already be using two JS interpreters: JSC in QtScript and v8 with declarative/webkit. KJS would be a third. As far as I know Qt5 will use V8 for everything ___