Jenkins build is back to normal : kdelibs_frameworks_qt5 #440

2013-02-23 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Build failed in Jenkins: kdelibs_frameworks_qt5 #439

2013-02-23 Thread KDE CI System
See Changes: [faure+bluesystems] Port kemoticons away from KStandardDirs. -- [...truncated 12269 lines...]

Re: libexec (Re: "kde5" or "kf5" ?)

2013-02-23 Thread David Faure
On Saturday 23 February 2013 19:05:34 Alexander Neundorf wrote: > At configure/cmake time, we can configure e.g. the data install dir, the > lib install dir and the install prefix into the library. > At that point, we can check whether both are installed into the same > prefix, independent of whe

Re: libexec (Re: "kde5" or "kf5" ?)

2013-02-23 Thread Alexander Neundorf
On Saturday 23 February 2013, David Faure wrote: > On Saturday 23 February 2013 10:43:51 Alexander Neundorf wrote: > > Well, it would be great if with KF5, if I install some library which > > needs to find its own files, it would find them without needing the > > help from environment variables. >

Re: libexec (Re: "kde5" or "kf5" ?)

2013-02-23 Thread David Faure
On Saturday 23 February 2013 10:43:51 Alexander Neundorf wrote: > Well, it would be great if with KF5, if I install some library which needs > to find its own files, it would find them without needing the help from > environment variables. You're forgetting the other cases where files have to be

kde4_create_manpage and translations

2013-02-23 Thread David Faure
This cmake macro converts docbook to man pages. It depends on kdoctools though, so it creates an unwanted dependency, for low-level frameworks. Do we have to use docbook as the source for man pages? I presume this was done to ease translations... but I wonder, how other projects outside KDE hand

Re: libexec (Re: "kde5" or "kf5" ?)

2013-02-23 Thread Kevin Krammer
On Saturday, 2013-02-23, Alexander Neundorf wrote: > I do not know the actual code, I am speaking more in the role of a > potential 3rd party user now, somebody who is working on a commercial > custom Qt-only application, who would like to use some kf5 libs. > make install, get the include dir and

Re: CamelCasing our libraries ?

2013-02-23 Thread Albert Astals Cid
El Divendres, 22 de febrer de 2013, a les 18:59:55, Alexander Neundorf va escriure: > On Friday 15 February 2013, Alexander Neundorf wrote: > > Hi, > > > > any opinions abouut changing our library names to CamelCase, like > > libKCoreAddons.so, together with the package named KCoreAddons ? > > Ri

Re: Finding kf5 libs (Re: Move kde-config to kde4support.)

2013-02-23 Thread Ben Cooksley
On Sat, Feb 23, 2013 at 11:14 PM, Alexander Neundorf wrote: > On Friday 22 February 2013, Ben Cooksley wrote: > ... >> Just adding in here that if we split frameworks into multiple >> repositories, it is a absolute, unalterable requirement that >> frameworks CMake logic look into all prefixes in C

Re: Finding kf5 libs (Re: Move kde-config to kde4support.)

2013-02-23 Thread Alexander Neundorf
On Friday 22 February 2013, Ben Cooksley wrote: ... > Just adding in here that if we split frameworks into multiple > repositories, it is a absolute, unalterable requirement that > frameworks CMake logic look into all prefixes in CMAKE_PREFIX_PATH for > the various frameworks components. Otherwise,

Re: libexec (Re: "kde5" or "kf5" ?)

2013-02-23 Thread Alexander Neundorf
On Friday 22 February 2013, David Faure wrote: > On Friday 22 February 2013 18:45:45 Alexander Neundorf wrote: > > On Friday 22 February 2013, David Faure wrote: > > > On Thursday 21 February 2013 22:01:30 Alexander Neundorf wrote: > > > > Why not have a KF5DIRS variable ? > > > > > > You keep thi