Re: Replacing obsolete ecm_version() with ecm_set_version_variables()

2012-04-19 Thread Stephen Kelly
Alexander Neundorf wrote: > Hi, > > extra-cmake-modules has the macro ecm_version(), which is deprecated and > should not be used. > It is undocumented, as a function name "ecm_version()" is bad (e.g. it > doesn't contain a verb) and as a user it is very unexpected to me why I > should use a vari

Re: CMake 2.8.8 for frameworks

2012-04-19 Thread Stephen Kelly
Alexander Neundorf wrote: > On Thursday 19 April 2012, Kevin Ottens wrote: >> On Thursday 19 April 2012 21:23:29 Alexander Neundorf wrote: >> > On Thursday 19 April 2012, Kevin Ottens wrote: >> > > On Thursday 19 April 2012 19:50:37 Alexander Neundorf wrote: >> > > > cmake 2.8.8 has been released

CMake 2.8.8 now required

2012-04-19 Thread Alexander Neundorf
Hi, CMake 2.8.8 is now required for the frameworks branch of kdelibs. You can get it from here: http://www.cmake.org/cmake/resources/software.html This is the direct link: http://www.cmake.org/files/v2.8/cmake-2.8.8-Linux-i386.tar.gz Simply download it and unpack it somewhere, e.g. in /opt/. A

Recommended way for bigger changes in git ?

2012-04-19 Thread Alexander Neundorf
Hi, in the next time I'll have to update extra-cmake-modules and kdelisbs/frameworks dependent on it. How should I do this ? Simply push to both repositories more or less at the same time ? AFAIK you don't want me to increase the version number of e-c-m, which would handle this issue ? Send no

Replacing obsolete ecm_version() with ecm_set_version_variables()

2012-04-19 Thread Alexander Neundorf
Hi, extra-cmake-modules has the macro ecm_version(), which is deprecated and should not be used. It is undocumented, as a function name "ecm_version()" is bad (e.g. it doesn't contain a verb) and as a user it is very unexpected to me why I should use a variable named "ECM_VERSION_MAJOR" for my

Re: CMake 2.8.8 for frameworks

2012-04-19 Thread Alexander Neundorf
On Thursday 19 April 2012, Kevin Ottens wrote: > On Thursday 19 April 2012 21:23:29 Alexander Neundorf wrote: > > On Thursday 19 April 2012, Kevin Ottens wrote: > > > On Thursday 19 April 2012 19:50:37 Alexander Neundorf wrote: > > > > cmake 2.8.8 has been released today. > > > > I'd like to make i

Re: CMake 2.8.8 for frameworks

2012-04-19 Thread Kevin Ottens
On Thursday 19 April 2012 21:23:29 Alexander Neundorf wrote: > On Thursday 19 April 2012, Kevin Ottens wrote: > > On Thursday 19 April 2012 19:50:37 Alexander Neundorf wrote: > > > cmake 2.8.8 has been released today. > > > I'd like to make it required ASAP for frameworks. > > > > > > What's the ri

Re: CMake 2.8.8 for frameworks

2012-04-19 Thread Alexander Neundorf
On Thursday 19 April 2012, Kevin Ottens wrote: > On Thursday 19 April 2012 19:50:37 Alexander Neundorf wrote: > > cmake 2.8.8 has been released today. > > I'd like to make it required ASAP for frameworks. > > > > What's the right procedure to do this ? > > Just go ahead IMO. We've been expecting

Re: CMake 2.8.8 for frameworks

2012-04-19 Thread Kevin Ottens
On Thursday 19 April 2012 19:50:37 Alexander Neundorf wrote: > cmake 2.8.8 has been released today. > I'd like to make it required ASAP for frameworks. > > What's the right procedure to do this ? Just go ahead IMO. We've been expecting and waiting for it anyway. Regards. -- Kévin Ottens, http://e

Re: fix frameworks-kactions compile error

2012-04-19 Thread Kevin Ottens
On Thursday 19 April 2012 12:03:01 David Faure wrote: > On Wednesday 18 April 2012 21:39:05 Kevin Ottens wrote: > > > KDirWatch needs to still exist, given that there is a Qt equivalent). > > > > Yes, I've been wondering about KDirWatch lately... We used to keep it > > because of some QFileSystemW

CMake 2.8.8 for frameworks

2012-04-19 Thread Alexander Neundorf
Hi, cmake 2.8.8 has been released today. I'd like to make it required ASAP for frameworks. What's the right procedure to do this ? Alex ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-framewo

Re: KF5 Volunteer day 3: April 28th?

2012-04-19 Thread David Faure
On Wednesday 18 April 2012 21:44:07 Kevin Ottens wrote: > Hello, > > It's that time of the month again, let's decide on a date for the next KF5 > Volunteer day. I propose April 28th, I will be available on that day. It'd > conveniently align with the monthly Toulouse Hacking Session as well which

Re: fix frameworks-kactions compile error

2012-04-19 Thread David Faure
On Wednesday 18 April 2012 21:39:05 Kevin Ottens wrote: > > KDirWatch needs to still exist, given that there is a Qt equivalent). > > Yes, I've been wondering about KDirWatch lately... We used to keep it > because of some QFileSystemWatcher limitations. Maybe it's not relevant > anymore, IIRC Dav