]> git.pld-linux.org Git - packages/dotnet-gdata-sharp.git/blobdiff - dotnet-gdata-sharp-update.patch
- updated to 2.2.0.0
[packages/dotnet-gdata-sharp.git] / dotnet-gdata-sharp-update.patch
diff --git a/dotnet-gdata-sharp-update.patch b/dotnet-gdata-sharp-update.patch
new file mode 100644 (file)
index 0000000..948783d
--- /dev/null
@@ -0,0 +1,39 @@
+--- libgoogle-data-mono-2.2.0.0/Makefile.orig  2012-04-20 23:46:55.000000000 +0200
++++ libgoogle-data-mono-2.2.0.0/Makefile       2014-03-15 17:05:11.149860613 +0100
+@@ -30,10 +30,12 @@
+   Google.GData.YouTube.dll \\r
+   Google.GData.Blogger.dll \\r
+   Google.GData.Analytics.dll\r
++#  Google.GData.ContentForShopping.dll \\r
++#  Google.GData.WebmasterTools.dll\r
\r
+ UNINSTALLLIBS = $(basename $(ALLLIBS))\r
\r
+-FRAMEWORK_REFS = -r:System.dll -r:System.Xml.dll -r:System.Configuration.dll\r
++FRAMEWORK_REFS = -r:System.dll -r:System.Xml.dll -r:System.Configuration.dll $(shell pkg-config --libs newtonsoft-json)\r
\r
+ PKGCONFIG_FILES = $(patsubst %.pc.in,%.pc,$(wildcard misc/*.pc.in))\r
\r
+@@ -65,6 +67,8 @@
+ youtube_sources = $(wildcard src/youtube/*.cs) $(wildcard version/*.cs)\r
+ blogger_sources = $(wildcard src/blogger/*.cs) $(wildcard version/*.cs)\r
+ analytics_sources = $(wildcard src/analytics/*.cs) $(wildcard version/*.cs)\r
++contentforshopping_sources = $(wildcard src/contentforshopping/*.cs) $(wildcard version/*.cs)\r
++webmastertools_sources = $(wildcard src/webmastertools/*.cs) $(wildcard version/*.cs)\r
+ test_sources = $(wildcard src/unittests/*.cs) $(wildcard src/unittests/gapps/*.cs)\\r
+          $(wildcard src/unittests/spreadsheets/*.cs) $(wildcard src/unittests/youtube/*.cs)  $(wildcard src/version/*cs)\\r
+          $(wildcard src/unittests/core/*.cs)  $(wildcard src/unittests/picasa/*.cs)\r
+@@ -105,6 +109,13 @@
+ Google.GData.Analytics.dll: $(CORELIBS) $(analytics_sources) src/analytics/analytics.sn\r
+       $(CSC) $(DEFINES) -target:library -out:$@ $(COREREFS) $(analytics_sources) -keyfile:src/analytics/analytics.sn\r
\r
++Google.GData.ContentForShopping.dll: $(CORELIBS) $(contentforshopping_sources) \r
++      $(CSC) $(DEFINES) -target:library -out:$@ $(COREREFS) $(contentforshopping_sources)\r
++# -keyfile:src/contentforshopping/???.sn\r
++\r
++Google.GData.WebmasterTools.dll: $(CORELIBS) $(webmastertools_sources) \r
++      $(CSC) $(DEFINES) -target:library -out:$@ $(COREREFS) $(webmastertools_sources)\r
++# -keyfile:src/webmastertools/???.sn\r
\r
+ clean:\r
+       -rm -f *.sn *.dll *exe $(PKGCONFIG_FILES)\r
This page took 0.069159 seconds and 4 git commands to generate.