File: remove_support_for_moonlight.patch

package info (click to toggle)
monodevelop 2.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 54,088 kB
  • ctags: 67,523
  • sloc: cs: 436,824; xml: 18,137; makefile: 5,722; sh: 1,085; sed: 2
file content (110 lines) | stat: -rw-r--r-- 6,267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Index: monodevelop.git/monodevelop-core-addins.pc.in
===================================================================
--- monodevelop.git.orig/monodevelop-core-addins.pc.in	2010-06-11 13:52:00.848569868 +0100
+++ monodevelop.git/monodevelop-core-addins.pc.in	2010-06-16 12:36:47.158579102 +0100
@@ -6,4 +6,4 @@
 Name: MonoDevelop Core Add-ins
 Description: MonoDevelop Core Add-ins
 Version: @VERSION@
-Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll -r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll -r:${libdir}/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll -r:${libdir}/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll -r:${libdir}/AddIns/MonoDevelop.Gettext/MonoDevelop.Gettext.dll -r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll -r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.Linux.dll -r:${libdir}/AddIns/MonoDevelop.GtkCore/MonoDevelop.GtkCore.dll -r:${libdir}/AddIns/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.dll -r:${libdir}/AddIns/BackendBindings/MonoDevelop.VBNetBinding.dll -r:${libdir}/AddIns/BackendBindings/MonoDevelop.CBinding.dll -r:${libdir}/AddIns/BackendBindings/MonoDevelop.CSharpBinding.dll -r:${libdir}/AddIns/MonoDevelop.Autotools/MonoDevelop.Autotools.dll -r:${libdir}/AddIns/MonoDevelop.SourceEditor2.dll -r:${libdir}/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.dll -r:${libdir}/AddIns/MonoDevelop.Refactoring/MonoDevelop.Refactoring.dll -r:${libdir}/AddIns/MonoDevelop.Moonlight/MonoDevelop.Moonlight.dll  -r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft.dll -r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.dll -r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll
+Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll -r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll -r:${libdir}/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll -r:${libdir}/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll -r:${libdir}/AddIns/MonoDevelop.Gettext/MonoDevelop.Gettext.dll -r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll -r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.Linux.dll -r:${libdir}/AddIns/MonoDevelop.GtkCore/MonoDevelop.GtkCore.dll -r:${libdir}/AddIns/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.dll -r:${libdir}/AddIns/BackendBindings/MonoDevelop.VBNetBinding.dll -r:${libdir}/AddIns/BackendBindings/MonoDevelop.CBinding.dll -r:${libdir}/AddIns/BackendBindings/MonoDevelop.CSharpBinding.dll -r:${libdir}/AddIns/MonoDevelop.Autotools/MonoDevelop.Autotools.dll -r:${libdir}/AddIns/MonoDevelop.SourceEditor2.dll -r:${libdir}/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.dll -r:${libdir}/AddIns/MonoDevelop.Refactoring/MonoDevelop.Refactoring.dll -r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft.dll -r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.dll -r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll
Index: monodevelop.git/src/addins/Makefile.am
===================================================================
--- monodevelop.git.orig/src/addins/Makefile.am	2010-06-11 13:52:01.068569754 +0100
+++ monodevelop.git/src/addins/Makefile.am	2010-06-16 12:36:47.168582259 +0100
@@ -1,33 +1,32 @@
 
-SUBDIRS = \
-	MacPlatform \
-	GnomePlatform \
-	MonoDevelop.DesignerSupport \
-	MonoDevelop.Debugger \
-	Deployment \
-	MonoDevelop.Refactoring \
-	MonoDevelop.SourceEditor2 \
-	VersionControl \
-	MonoDevelop.Autotools \
-	MonoDevelop.Gettext \
-	MonoDevelop.XmlEditor \
-	TextTemplating \
-	AspNet \
-	CSharpBinding \
-	ILAsmBinding \
-	NUnit \
-	MonoDeveloperExtensions \
-	VBNetBinding \
-	prj2make-sharp-lib \
-	WelcomePage \
-	MonoDevelop.GtkCore \
-	ChangeLogAddIn \
-	MonoDevelop.WebReferences \
-	MonoDevelop.RegexToolkit \
-	CBinding \
-	MonoDevelop.AssemblyBrowser \
-	MonoDevelop.Moonlight \
-	MonoDevelop.CodeMetrics \
-	MonoDevelop.Debugger.Soft \
-	WindowsPlatform \
-	MonoDevelop.HexEditor
+SUBDIRS = \
+	MacPlatform \
+	GnomePlatform \
+	MonoDevelop.DesignerSupport \
+	MonoDevelop.Debugger \
+	Deployment \
+	MonoDevelop.Refactoring \
+	MonoDevelop.SourceEditor2 \
+	VersionControl \
+	MonoDevelop.Autotools \
+	MonoDevelop.Gettext \
+	MonoDevelop.XmlEditor \
+	TextTemplating \
+	AspNet \
+	CSharpBinding \
+	ILAsmBinding \
+	NUnit \
+	MonoDeveloperExtensions \
+	VBNetBinding \
+	prj2make-sharp-lib \
+	WelcomePage \
+	MonoDevelop.GtkCore \
+	ChangeLogAddIn \
+	MonoDevelop.WebReferences \
+	MonoDevelop.RegexToolkit \
+	CBinding \
+	MonoDevelop.AssemblyBrowser \
+	MonoDevelop.CodeMetrics \
+	MonoDevelop.Debugger.Soft \
+	WindowsPlatform \
+	MonoDevelop.HexEditor
Index: monodevelop.git/configure.in
===================================================================
--- monodevelop.git.orig/configure.in	2010-06-16 12:37:35.958569809 +0100
+++ monodevelop.git/configure.in	2010-06-16 12:37:49.308571279 +0100
@@ -366,7 +366,6 @@
 src/addins/WindowsPlatform/Makefile
 src/addins/MonoDevelop.AssemblyBrowser/Makefile
 src/addins/MonoDevelop.SourceEditor2/Makefile
-src/addins/MonoDevelop.Moonlight/Makefile
 src/addins/MonoDevelop.XmlEditor/Makefile
 src/addins/MonoDevelop.CodeMetrics/Makefile
 src/addins/MonoDevelop.Refactoring/Makefile
@@ -376,7 +375,6 @@
 src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Makefile
 src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile
 src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile
-src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile
 src/addins/MonoDevelop.HexEditor/Makefile
 tests/Makefile
 tests/UnitTests/Makefile
Index: monodevelop.git/src/addins/MonoDevelop.Debugger.Soft/Makefile.am
===================================================================
--- monodevelop.git.orig/src/addins/MonoDevelop.Debugger.Soft/Makefile.am	2010-06-16 12:37:20.778579690 +0100
+++ monodevelop.git/src/addins/MonoDevelop.Debugger.Soft/Makefile.am	2010-06-16 12:37:28.488580745 +0100
@@ -2,5 +2,4 @@
 	Mono.Debugger.Soft \
 	Mono.Debugging.Soft \
 	MonoDevelop.Debugger.Soft \
-	MonoDevelop.Debugger.Soft.AspNet \
-	MonoDevelop.Debugger.Soft.Moonlight
+	MonoDevelop.Debugger.Soft.AspNet