Christian Ehrlicher said the following, On 2008-07-02 20:44:
Jaroslaw Staniek schrieb:
Version 4 of the patch: added changes to dbus/dbus-misc.c and cmake/dbus/dbus-1.def.cmake, i.e. dbus_kde_patch symbol for {lib}dbus-1{d}.

Hi,

can you try to make a diff against svn head only? I applied all your patches some minutes ago.

Thanks, attached the patch which is now very small (for dbus/dbus-misc.c and cmake/dbus/dbus-1.def.cmake only).

Are you plan to try to get some of your changes into dbus main?

I would like to propose that. What features do you mean?
How could we merge them?

> Afaics some are non-windows specific.

For example?

I thought my changes are ifdef'd.

Thanks for trying them!

PS: I can see you have fixed dbus emerge package. Cool, let me know when you commit the remaining dbus_kde_patch_symbol.patch, so I can inform guys that want this functionality about availability of the emerge package.

--
regards / pozdrawiam, Jaroslaw Staniek
 Sponsored by OpenOffice Polska (http://www.openoffice.com.pl/en) to work on
 Kexi & KOffice (http://www.kexi.pl/en, http://www.koffice.org/kexi)
 KDE Libraries for MS Windows (http://windows.kde.org)
Index: cmake/dbus/dbus-1.def.cmake
===================================================================
--- cmake/dbus/dbus-1.def.cmake (wersja 783)
+++ cmake/dbus/dbus-1.def.cmake (kopia robocza)
@@ -870,3 +870,4 @@
 dbus_watch_get_unix_fd
 dbus_watch_handle
 dbus_watch_set_data
+dbus_kde_patch
Index: dbus/dbus-misc.c
===================================================================
--- dbus/dbus-misc.c    (wersja 783)
+++ dbus/dbus-misc.c    (kopia robocza)
@@ -170,6 +170,13 @@
     *micro_version_p = DBUS_MICRO_VERSION;
 }
 
+/**
+ *  Indicates that this is KDE modification of dbus; used in 
KUniqueApplication::start().
+ */
+void
+dbus_kde_patch (void)
+{
+}
 
 /** @} */ /* End of public API */
 
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to