FWD: [Kde-pim] Need to update pimlibs even though running latest?

2008-12-03 Thread Allen Winter
FYI -- Forwarded Message -- Subject: Re: [Kde-pim] Need to update pimlibs even though running latest? Date: Tuesday 02 December 2008 From: Ben Cooksley [EMAIL PROTECTED] To: KDE PIM [EMAIL PROTECTED] I fixed the problem with SVN commit 891837. The problem was /usr is searched

Re: Reduced link interface - now for real

2008-12-03 Thread Matt Rogers
On Tue, Dec 02, 2008 at 10:17:36AM +0100, Alexander Neundorf wrote: Hi, one question to the packagers: do we need the reduced link interface also for internal shared libraries, e.g. libraries within kdebase, as e.g. libkonq, or libkopete in kdenetwork ? I mean, there are only few

FindKdepimLibs.cmake: please do not hardcode paths

2008-12-03 Thread Modestas Vainius
Hello, please do not hardcode paths in FindKdepimLibs.cmake. Some distributions use /usr/share/kde4/ as DATA_INSTALL_DIR. So at least please use that one as a reference. However, I also do not understand why additional path hackery is needed (how many people are going to install pimlibs to

Re: FindKdepimLibs.cmake: please do not hardcode paths

2008-12-03 Thread Alexander Neundorf
On Wednesday 03 December 2008, Modestas Vainius wrote: Hello, please do not hardcode paths in FindKdepimLibs.cmake. Some distributions use /usr/share/kde4/ as DATA_INSTALL_DIR. So at least please use that one as a reference. However, I also do not understand why additional path hackery is

Re: FindKdepimLibs.cmake: please do not hardcode paths

2008-12-03 Thread Alexander Neundorf
On Wednesday 03 December 2008, Alexander Neundorf wrote: ... You would have to do: find_package(KDE4 REQUIRED) set(CMAKE_MODULE_PATH /usr/share/kde4/apps/cmake/modules ${CMAKE_MODULE_PATH} ) Should be: set(CMAKE_MODULE_PATH /opt/kdepimlibs/share/apps/cmake/modules ${CMAKE_MODULE_PATH}

Re: KDE/kdelibs/cmake/modules

2008-12-03 Thread Alexander Neundorf
On Wednesday 03 December 2008, you wrote: Another thing is that, at least on OSX, kdebase doesn't find phonon anymore, even though phonon.pc is neatly in the pkgconfig path. Have you any hint for me? I didn't touch that one. Matthias committed a tiny change, which looks very innocent.

kdeartwork/kscreensaver cmake patch

2008-12-03 Thread Maciej Mrozowski
Hello I'm proposing a small patch for kdeartwork (related to kscreensaver and its xscreensaver support). In toplevel cmake there is macro_optional_find_library that creates cmake WITH_xscreensaver variable. But, it's being used nowhere, and in kscreensaver (the only subproject that checks for

Re: kdeartwork/kscreensaver cmake patch

2008-12-03 Thread Alexander Neundorf
Von: Maciej Mrozowski [EMAIL PROTECTED] Hello I'm proposing a small patch for kdeartwork (related to kscreensaver and its xscreensaver support). In toplevel cmake there is macro_optional_find_library that creates cmake WITH_xscreensaver variable. But, it's being used nowhere, and in