Upgrade dbus-sharp to 0.3, restoring FreeBSD support



Hi,

Alp Toker just released dbus-sharp 0.3 which supports FreeBSD again.
I just replaced the "old" dbus-sharp and dbus-sharp-glib directories
in f-spot-0.3.0, edited dbus-sharp's Makefile/Makefile.in (autoconf
didn't agree with me) and built the new f-spot. Due to a change in
dbus-sharp I had to retrofit src/Core.cs with the following diff

diff -Nru f-spot-0.3.0_orig/src/Core.cs f-spot-0.3.0/src/Core.cs
--- f-spot-0.3.0_orig/src/Core.cs	Wed Nov 29 06:38:25 2006
+++ f-spot-0.3.0/src/Core.cs	Thu Dec 14 21:24:10 2006
@@ -57,9 +57,9 @@
 
 		public void RegisterServer ()
 		{
-			NameReply nameReply = Bus.Session.RequestName (ServicePath);
+			RequestNameReply nameReply = Bus.Session.RequestName (ServicePath);
 #if DEBUG_DBUS
-			Console.WriteLine("NameReply {0}", nameReply);
+			Console.WriteLine("RequestNameReply {0}", nameReply);
 #endif
 			Bus.Session.Register (ServicePath, CorePath, this);
 		}

f-spot-0.3.0 seems to work fine on FreeBSD, can we expect a 0.3.1 with
dbus-sharp 0.3? I'll gladly help where I can.

Regards
Christoph

-- 
Spare Space



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]