Request to bump Qt version requirements to 4.6.3 for KDE SC 4.5 (and above)

2010-07-08 Thread Maciej Mrozowski
Hello From what I understand, Plasma in KDE4 Workspace 4.5 relies on notifications provided by libdbusmenu-qt to control what to draw in system tray. And apparently Qt = Qt-4.6.2 contains known bug that causes 'close application' notifications not to be delivered - as a result causing system

Re: Request to bump Qt version requirements to 4.6.3 for KDE SC 4.5 (and above)

2010-07-08 Thread Andreas Pakulat
On 08.07.10 17:36:09, Maciej Mrozowski wrote: Hello From what I understand, Plasma in KDE4 Workspace 4.5 relies on notifications provided by libdbusmenu-qt to control what to draw in system tray. And apparently Qt = Qt-4.6.2 contains known bug that causes 'close application'

Re: Request to bump Qt version requirements to 4.6.3 for KDE SC 4.5 (and above)

2010-07-08 Thread Maciej Mrozowski
On Thursday 08 of July 2010 17:51:31 Andreas Pakulat wrote: On 08.07.10 17:36:09, Maciej Mrozowski wrote: Hello From what I understand, Plasma in KDE4 Workspace 4.5 relies on notifications provided by libdbusmenu-qt to control what to draw in system tray. And apparently Qt =

Re: Request to bump Qt version requirements to 4.6.3 for KDE SC 4.5 (and above)

2010-07-08 Thread Thiago Macieira
On Thursday 8. July 2010 18.42.36 Maciej Mrozowski wrote: The question is: who cares whether Qt minor releases are interchangeable or not so that we can just specify minimal required dependencies to ensure only that stuff compiles? the build-time dependency should only be a minor release of

Re: Request to bump Qt version requirements to 4.6.3 for KDE SC 4.5 (and above)

2010-07-08 Thread Maciej Mrozowski
On Thursday 08 of July 2010 19:28:01 Thiago Macieira wrote: On Thursday 8. July 2010 18.42.36 Maciej Mrozowski wrote: The question is: who cares whether Qt minor releases are interchangeable or not so that we can just specify minimal required dependencies to ensure only that stuff

Re: Request to bump Qt version requirements to 4.6.3 for KDE SC 4.5 (and above)

2010-07-08 Thread Loïc Corbasson
Hi, 2010/7/8 Maciej Mrozowski reave...@gmail.com On Thursday 08 of July 2010 19:28:01 Thiago Macieira wrote: On Thursday 8. July 2010 18.42.36 Maciej Mrozowski wrote: The question is: who cares whether Qt minor releases are interchangeable or not so that we can just specify minimal

Re: Request to bump Qt version requirements to 4.6.3 for KDE SC 4.5 (and above)

2010-07-08 Thread Andreas Pakulat
On 08.07.10 20:14:47, Maciej Mrozowski wrote: On Thursday 08 of July 2010 19:28:01 Thiago Macieira wrote: On Thursday 8. July 2010 18.42.36 Maciej Mrozowski wrote: The question is: who cares whether Qt minor releases are interchangeable or not so that we can just specify minimal required

Re: Request to bump Qt version requirements to 4.6.3 for KDE SC 4.5 (and above)

2010-07-08 Thread Thiago Macieira
On Thursday 8. July 2010 20.14.47 Maciej Mrozowski wrote: Right. But those users who will go through this exact same procedure over and over AGAIN. Because: - they weren't told Qt-4.6.2 is broken in this regard (why would they? they just grab packages and build from source against whatever Qt

Re: can't install kdebase, needs root

2010-07-08 Thread Michael Jansen
But maybe to be consistent with the rest of KDE it should be also initialized to an absolute path. To do this, just prepend ${CMAKE_INSTALL_PREFIX}/ in FindPythonLibrary.cmake where the variable is set. I finally had time to do it. Comitted. Mike

PYTHON_SITE_PACKAGES_INSTALL_DIR and pykde4

2010-07-08 Thread Michael Jansen
Hi We recently made a change to FindPythonLibrary.cmake in kdelibs. Until now it always installed into the prefix of the found python interpreter which led to problems. I won't recite them but the decision was made that it should be changed. Now kdelibs installs it's python stuff into the

KDE/kdelibs/cmake/modules

2010-07-08 Thread Michael Jansen
SVN commit 1147584 by mjansen: Make PYTHON_SITE_PACKAGES_INSTALL_DIR an absolute path. CCMAIL: kde-buildsystem@kde.org M +1 -1 FindPythonLibrary.cmake --- trunk/KDE/kdelibs/cmake/modules/FindPythonLibrary.cmake #1147583:1147584 @@ -60,7 +60,7 @@ set(PYTHON_SITE_PACKAGES_DIR

Re: KDE/kdelibs/cmake/modules

2010-07-08 Thread Andreas Pakulat
On 08.07.10 21:18:03, Michael Jansen wrote: SVN commit 1147584 by mjansen: Make PYTHON_SITE_PACKAGES_INSTALL_DIR an absolute path. CCMAIL: kde-buildsystem@kde.org How is the variable used? If its used with install() commands then cmake will prepend the prefix anyway. In particular I think

Re: Request to bump Qt version requirements to 4.6.3 for KDE SC 4.5 (and above)

2010-07-08 Thread Ingo Klöcker
On Thursday 08 July 2010, Maciej Mrozowski wrote: On Thursday 08 of July 2010 19:28:01 Thiago Macieira wrote: On Thursday 8. July 2010 18.42.36 Maciej Mrozowski wrote: The question is: who cares whether Qt minor releases are interchangeable or not so that we can just specify minimal

Re: Request to bump Qt version requirements to 4.6.3 for KDE SC 4.5 (and above)

2010-07-08 Thread Ingo Klöcker
On Thursday 08 July 2010, Ingo Klöcker wrote: On Thursday 08 July 2010, Maciej Mrozowski wrote: On Thursday 08 of July 2010 19:28:01 Thiago Macieira wrote: On Thursday 8. July 2010 18.42.36 Maciej Mrozowski wrote: The question is: who cares whether Qt minor releases are

Re: KDE/kdelibs/cmake/modules

2010-07-08 Thread Michael Jansen
On Donnerstag 08 Juli 2010 22:40:05 Andreas Pakulat wrote: On 08.07.10 21:18:03, Michael Jansen wrote: SVN commit 1147584 by mjansen: Make PYTHON_SITE_PACKAGES_INSTALL_DIR an absolute path. CCMAIL: kde-buildsystem@kde.org How is the variable used? If its used with install()