SOURCES: dotnet-evolution-sharp-glibsharpglue.patch (NEW) - use li...
wiget
wiget at pld-linux.org
Tue Feb 21 17:31:36 CET 2006
Author: wiget Date: Tue Feb 21 16:31:36 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use libglibsharpglue-2.so not libglibsharpglue.so
---- Files affected:
SOURCES:
dotnet-evolution-sharp-glibsharpglue.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/dotnet-evolution-sharp-glibsharpglue.patch
diff -u /dev/null SOURCES/dotnet-evolution-sharp-glibsharpglue.patch:1.1
--- /dev/null Tue Feb 21 17:31:36 2006
+++ SOURCES/dotnet-evolution-sharp-glibsharpglue.patch Tue Feb 21 17:31:31 2006
@@ -0,0 +1,15 @@
+--- evolution-sharp-0.10.2/evolution/src/GLibUtil.cs.wiget 2005-09-12 22:49:54.000000000 +0200
++++ evolution-sharp-0.10.2/evolution/src/GLibUtil.cs 2006-02-21 17:05:51.000000000 +0100
+@@ -13,10 +13,10 @@
+ [DllImport("libglib-2.0.so.0")]
+ public static extern int g_slist_length (IntPtr slist);
+
+- [DllImport("glibsharpglue")]
++ [DllImport("glibsharpglue-2")]
+ public static extern IntPtr gtksharp_slist_get_data (IntPtr slist);
+
+- [DllImport("glibsharpglue")]
++ [DllImport("glibsharpglue-2")]
+ public static extern IntPtr gtksharp_slist_get_next (IntPtr slist);
+
+ [DllImport("libglib-2.0.so.0")]
================================================================
More information about the pld-cvs-commit
mailing list