Re: Qt component defines

2009-09-01 Thread David Faure
On Friday 28 August 2009, Thiago Macieira wrote: > Em Sexta-feira 28. Agosto 2009, às 22.12.41, David Faure escreveu: > > > For the QTEST_MAIN macro, that would work. But there are also some > > > other functions available in other headrs, like mouse events, etc. that > > > need to be enabled or di

Re: KDE/kdelibs/cmake/modules

2009-09-01 Thread Alexander Neundorf
On Wednesday 26 August 2009, Kevin Ottens wrote: > SVN commit 1015825 by ervin: > > OK, my previous claim for r1015454 was wrong. The new behavior breaks > old file in many more cases. Why do we need this option ? Are there otherwise name collisions ? > So activating the new behavior only if the

Re: KDE/kdelibs/cmake/modules

2009-09-01 Thread Alexander Neundorf
On Monday 31 August 2009, Dario Freddi wrote: > SVN commit 1017843 by dafre: > > Fix modules > > > M +2 -0 MacroKAuth.cmake > > > --- trunk/KDE/kdelibs/cmake/modules/MacroKAuth.cmake #1017842:1017843 > @@ -55,7 +55,9 @@ > COMMENT "Generating ${HELPER_ID}.policy") >

Re: Policy for extragear / playground folders

2009-09-01 Thread Alexander Neundorf
On Friday 28 August 2009, Andreas Pakulat wrote: > On 28.08.09 20:53:06, Michael Jansen wrote: > > On Friday 28 August 2009 20:18:19 you wrote: > > > On 28.08.09 17:18:47, Michael Jansen wrote: > > > > I'm compiling quite a bit of kde with my own scripts. I prefer to > > > > compile smaller package

Re: Qt component defines

2009-09-01 Thread Thiago Macieira
Em Terça-feira 1. Setembro 2009, às 20.21.17, David Faure escreveu: > On Friday 28 August 2009, Thiago Macieira wrote: > > Em Sexta-feira 28. Agosto 2009, às 22.12.41, David Faure escreveu: > > > > For the QTEST_MAIN macro, that would work. But there are also some > > > > other functions available

Re: KDE/kdelibs/cmake/modules

2009-09-01 Thread Raphael Kubo da Costa
2009/9/1 Dario Freddi : > In every application using KAuth. Should I just put some comments or there's a > syntax for that? usage guide is already in the kauth MainPage.dox All CMake files in kdelibs should have documentation at the top, basically describing what it does and what variables are set.

Re: PolicyKit + KDE

2009-09-01 Thread Michael Jansen
On Wednesday 02 September 2009 00:03:47 John Tapsell wrote: > Hi all, > > The problem is "make install" in kdelibs/kdebase has traditionally > only installed files to your $KDEDIR directory. However with > policykit requires files to be installed elsewhere. For example > ksysguard now needs t

[PATCH] Make libresolv optional in kdebase's FindPCIUTILS.cmake

2009-09-01 Thread Raphael Kubo da Costa
Hi there, I don't think that piece of code has a proper maintainer, so I think this mailing list is the most appropriate place to send this patch. It's imported from FreeBSD, and makes libresolv optional when detecting pciutils. I don't know the inner workings of pciutils or if KDE needs the func

Re: [PATCH] Make libresolv optional in kdebase's FindPCIUTILS.cmake

2009-09-01 Thread Thiago Macieira
Em Quarta-feira 2. Setembro 2009, às 03.42.41, Raphael Kubo da Costa escreveu: > Hi there, > > I don't think that piece of code has a proper maintainer, so I think > this mailing list is the most appropriate place to send this patch. > It's imported from FreeBSD, and makes libresolv optional when