SOURCES: beagle-sonames.patch (NEW) - fix glib sonames

freetz freetz at pld-linux.org
Fri Aug 18 22:14:32 CEST 2006


Author: freetz                       Date: Fri Aug 18 20:14:32 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix glib sonames

---- Files affected:
SOURCES:
   beagle-sonames.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/beagle-sonames.patch
diff -u /dev/null SOURCES/beagle-sonames.patch:1.1
--- /dev/null	Fri Aug 18 22:14:32 2006
+++ SOURCES/beagle-sonames.patch	Fri Aug 18 22:14:27 2006
@@ -0,0 +1,36 @@
+diff -aurN beagle-0.2.8.orig/beagled/BeagleDaemon.cs beagle-0.2.8/beagled/BeagleDaemon.cs
+--- beagle-0.2.8.orig/beagled/BeagleDaemon.cs	2006-08-17 18:16:27.000000000 +0200
++++ beagle-0.2.8/beagled/BeagleDaemon.cs	2006-08-18 22:08:15.000000000 +0200
+@@ -236,7 +236,7 @@
+ 			}
+ 		}
+ 
+-		[DllImport("libgobject-2.0.so")]
++		[DllImport("libgobject-2.0.so.0")]
+ 		static extern void g_type_init ();
+ 
+ 		public static void DoMain (string[] args)
+diff -aurN beagle-0.2.8.orig/beagled/IndexHelper/IndexHelper.cs beagle-0.2.8/beagled/IndexHelper/IndexHelper.cs
+--- beagle-0.2.8.orig/beagled/IndexHelper/IndexHelper.cs	2006-08-17 18:16:28.000000000 +0200
++++ beagle-0.2.8/beagled/IndexHelper/IndexHelper.cs	2006-08-18 22:07:55.000000000 +0200
+@@ -60,7 +60,7 @@
+ 			}
+ 		}
+ 
+-		[DllImport("libgobject-2.0.so")]
++		[DllImport("libgobject-2.0.so.0")]
+ 		static extern void g_type_init ();
+ 
+ 		private static void DoMain (string [] args)
+diff -aurN beagle-0.2.8.orig/tools/Query.cs beagle-0.2.8/tools/Query.cs
+--- beagle-0.2.8.orig/tools/Query.cs	2006-08-17 18:16:31.000000000 +0200
++++ beagle-0.2.8/tools/Query.cs	2006-08-18 22:08:41.000000000 +0200
+@@ -233,7 +233,7 @@
+ 		}
+ 	}
+ 	
+-	[DllImport("libgobject-2.0.so")]
++	[DllImport("libgobject-2.0.so.0")]
+ 	static extern void g_type_init ();
+ 
+ 	public static void Main (string[] args) 
================================================================


More information about the pld-cvs-commit mailing list