]> git.pld-linux.org Git - packages/dotnet-gdata-sharp.git/blame - dotnet-gdata-sharp-update.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/dotnet-gdata-sharp.git] / dotnet-gdata-sharp-update.patch
CommitLineData
7c9a4445
JB
1--- libgoogle-data-mono-2.2.0.0/Makefile.orig 2012-04-20 23:46:55.000000000 +0200
2+++ libgoogle-data-mono-2.2.0.0/Makefile 2014-03-15 17:05:11.149860613 +0100
3@@ -30,10 +30,12 @@
4 Google.GData.YouTube.dll \\r
5 Google.GData.Blogger.dll \\r
6 Google.GData.Analytics.dll\r
7+# Google.GData.ContentForShopping.dll \\r
8+# Google.GData.WebmasterTools.dll\r
9 \r
10 UNINSTALLLIBS = $(basename $(ALLLIBS))\r
11 \r
12-FRAMEWORK_REFS = -r:System.dll -r:System.Xml.dll -r:System.Configuration.dll\r
13+FRAMEWORK_REFS = -r:System.dll -r:System.Xml.dll -r:System.Configuration.dll $(shell pkg-config --libs newtonsoft-json)\r
14 \r
15 PKGCONFIG_FILES = $(patsubst %.pc.in,%.pc,$(wildcard misc/*.pc.in))\r
16 \r
17@@ -65,6 +67,8 @@
18 youtube_sources = $(wildcard src/youtube/*.cs) $(wildcard version/*.cs)\r
19 blogger_sources = $(wildcard src/blogger/*.cs) $(wildcard version/*.cs)\r
20 analytics_sources = $(wildcard src/analytics/*.cs) $(wildcard version/*.cs)\r
21+contentforshopping_sources = $(wildcard src/contentforshopping/*.cs) $(wildcard version/*.cs)\r
22+webmastertools_sources = $(wildcard src/webmastertools/*.cs) $(wildcard version/*.cs)\r
23 test_sources = $(wildcard src/unittests/*.cs) $(wildcard src/unittests/gapps/*.cs)\\r
24 $(wildcard src/unittests/spreadsheets/*.cs) $(wildcard src/unittests/youtube/*.cs) $(wildcard src/version/*cs)\\r
25 $(wildcard src/unittests/core/*.cs) $(wildcard src/unittests/picasa/*.cs)\r
26@@ -105,6 +109,13 @@
27 Google.GData.Analytics.dll: $(CORELIBS) $(analytics_sources) src/analytics/analytics.sn\r
28 $(CSC) $(DEFINES) -target:library -out:$@ $(COREREFS) $(analytics_sources) -keyfile:src/analytics/analytics.sn\r
29 \r
30+Google.GData.ContentForShopping.dll: $(CORELIBS) $(contentforshopping_sources) \r
31+ $(CSC) $(DEFINES) -target:library -out:$@ $(COREREFS) $(contentforshopping_sources)\r
32+# -keyfile:src/contentforshopping/???.sn\r
33+\r
34+Google.GData.WebmasterTools.dll: $(CORELIBS) $(webmastertools_sources) \r
35+ $(CSC) $(DEFINES) -target:library -out:$@ $(COREREFS) $(webmastertools_sources)\r
36+# -keyfile:src/webmastertools/???.sn\r
37 \r
38 clean:\r
39 -rm -f *.sn *.dll *exe $(PKGCONFIG_FILES)\r
This page took 0.183084 seconds and 4 git commands to generate.