File gnome-do-plugins-mono-2.8-sqlite.patch of Package gnome-do-plugins
Index: Firefox/Makefile.am
===================================================================
--- Firefox/Makefile.am.orig
+++ Firefox/Makefile.am
@@ -16,6 +16,6 @@ REFERENCES = \
System \
System.Core \
System.Data \
- Mono.Data.SqliteClient \
+ Mono.Data.Sqlite \
$(DO_PLATFORM_LIBS) \
$(DO_UNIVERSE_LIBS)
Index: Firefox/Makefile.in
===================================================================
--- Firefox/Makefile.in.orig
+++ Firefox/Makefile.in
@@ -307,7 +307,7 @@ REFERENCES = \
System \
System.Core \
System.Data \
- Mono.Data.SqliteClient \
+ Mono.Data.Sqlite \
$(DO_PLATFORM_LIBS) \
$(DO_UNIVERSE_LIBS)
Index: Firefox/src/PlacesItemSource.cs
===================================================================
--- Firefox/src/PlacesItemSource.cs.orig
+++ Firefox/src/PlacesItemSource.cs
@@ -29,7 +29,7 @@ using Do.Universe;
using Do.Universe.Common;
using Mono.Addins;
-using Mono.Data.SqliteClient;
+using Mono.Data.Sqlite;
namespace Firefox
{
@@ -309,4 +309,4 @@ namespace Firefox
}
}
}
-}
\ No newline at end of file
+}