Re: further coinstallability

2013-12-08 Thread Manuel Nickschas
Stephen Kelly wrote: > Jonathan Riddell wrote: >> but cmake files are harder e.g. /usr/lib/cmake/grantlee >> has files >> which they will want to be co-installable. cmake docs say they can be >> installed into a versioned directory e.g. /usr/lib/cmake/grantlee-5 but >> this needs to be checked an

Re: further coinstallability

2013-11-28 Thread Martin Klapetek
On Thu, Nov 28, 2013 at 7:28 AM, Kevin Ottens wrote: > On Wednesday 27 November 2013 22:43:04 Nicolás Alvarez wrote: > > > Windows has no sonames, and in kdelibs4 the files are called > > khtml.dll, etc. with no version number. I think they should get one > > (eg. khtml5.dll), for the same reason

Re: further coinstallability

2013-11-27 Thread Kevin Ottens
On Wednesday 27 November 2013 22:43:04 Nicolás Alvarez wrote: > 2013/11/26 Kevin Ottens : > > On Tuesday 26 November 2013 15:04:09 Aurélien Gâteau wrote: > >> Le samedi 23 novembre 2013 18:19:53 Jonathan Riddell a écrit : > >> > some libs with an soname of 5 in kdelibs4 keep an soname of 5 in KF5.

Re: further coinstallability

2013-11-27 Thread Nicolás Alvarez
2013/11/26 Kevin Ottens : > On Tuesday 26 November 2013 15:04:09 Aurélien Gâteau wrote: >> Le samedi 23 novembre 2013 18:19:53 Jonathan Riddell a écrit : >> > some libs with an soname of 5 in kdelibs4 keep an soname of 5 in KF5. I >> > found libkhtml.so.5 which is now libKHtml.so.5 which will clas

Re: further coinstallability

2013-11-26 Thread Kevin Ottens
On Tuesday 26 November 2013 15:04:09 Aurélien Gâteau wrote: > Le samedi 23 novembre 2013 18:19:53 Jonathan Riddell a écrit : > > some libs with an soname of 5 in kdelibs4 keep an soname of 5 in KF5. I > > found libkhtml.so.5 which is now libKHtml.so.5 which will clash for > > package names which a

Re: further coinstallability

2013-11-26 Thread Aurélien Gâteau
Le samedi 23 novembre 2013 18:19:53 Jonathan Riddell a écrit : > I had a chat here at Munich BSP with Maxy from Debian and Sput from Gentoo > about coinstallability. > > It was pointed out that dbus interfaces will clash at runtime if the > interface has changed at all or it expects to talk to a d

Re: further coinstallability

2013-11-25 Thread Michael Palimaka
On 25/11/2013 07:45, Stephen Kelly wrote: Jonathan Riddell wrote: developer files matter to some people to be co-installable. Header files and others can probably be moved to a separate directory Can you be more specific about why this is easy with header files? Does this refer to installi

Re: further coinstallability

2013-11-24 Thread Stephen Kelly
Jonathan Riddell wrote: > developer files matter to some people to be co-installable. > Header files and others can probably be moved to a > separate directory Can you be more specific about why this is easy with header files? Does this refer to installing to a include/KF5 directory? > but c

further coinstallability

2013-11-24 Thread Jonathan Riddell
I had a chat here at Munich BSP with Maxy from Debian and Sput from Gentoo about coinstallability. It was pointed out that dbus interfaces will clash at runtime if the interface has changed at all or it expects to talk to a different daemon or something. org.kde.kded has been renamed to org.kde.kd

Re: further coinstallability

2013-11-24 Thread Johannes Huber
Am Samstag, 23. November 2013, 18:19:53 schrieb Jonathan Riddell: > I had a chat here at Munich BSP with Maxy from Debian and Sput from Gentoo > about coinstallability. > > It was pointed out that dbus interfaces will clash at runtime if the > interface has changed at all or it expects to talk to a