Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37856101
en ru br
Репозитории ALT
S:5.10.0.871-alt4
5.1: 2.0-alt2
4.1: 1.0-alt2
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: monodevelop

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: monodevelop-2.0-alt-use-system-cecil.patch
Скачать


diff -ur monodevelop-2.0/configure.in monodevelop-2.0.new/configure.in
--- monodevelop-2.0/configure.in	2009-04-19 01:58:56 +0400
+++ monodevelop-2.0.new/configure.in	2009-04-19 02:14:20 +0400
@@ -312,8 +312,6 @@
 AC_OUTPUT([
 build/Makefile
 build/MacOSX/Makefile
-contrib/Makefile
-contrib/Mono.Cecil/Makefile
 src/Makefile
 src/core/Makefile
 src/core/NRefactory/Makefile
diff -ur monodevelop-2.0/Makefile.am monodevelop-2.0.new/Makefile.am
--- monodevelop-2.0/Makefile.am	2009-04-19 02:00:52 +0400
+++ monodevelop-2.0.new/Makefile.am	2009-04-19 02:12:50 +0400
@@ -1,4 +1,4 @@
-SUBDIRS = contrib src po man theme-icons build tests
+SUBDIRS = src po man theme-icons build tests
 
 bin_SCRIPTS = monodevelop mdtool
 
diff -ur monodevelop-2.0/monodevelop.pc.in monodevelop-2.0.new/monodevelop.pc.in
--- monodevelop-2.0/monodevelop.pc.in	2009-04-19 01:58:56 +0400
+++ monodevelop-2.0.new/monodevelop.pc.in	2009-04-19 02:13:42 +0400
@@ -5,4 +5,4 @@
 Name: MonoDevelop
 Description: Free .NET Development Environment
 Version: @VERSION@
-Libs: -r:${libdir}/bin/MonoDevelop.Core.dll -r:${libdir}/bin/MonoDevelop.Core.Gui.dll -r:${libdir}/bin/MonoDevelop.Projects.dll -r:${libdir}/bin/MonoDevelop.Projects.Gui.dll -r:${libdir}/bin/MonoDevelop.Ide.dll -r:${libdir}/bin/MonoDevelop.Components.dll -r:${libdir}/bin/NRefactory.dll -r:${libdir}/bin/Mono.Cecil.dll -r:${libdir}/bin/Mono.TextEditor.dll -r:${libdir}/bin/Mono.Debugging.dll
+Libs: -r:${libdir}/bin/MonoDevelop.Core.dll -r:${libdir}/bin/MonoDevelop.Core.Gui.dll -r:${libdir}/bin/MonoDevelop.Projects.dll -r:${libdir}/bin/MonoDevelop.Projects.Gui.dll -r:${libdir}/bin/MonoDevelop.Ide.dll -r:${libdir}/bin/MonoDevelop.Components.dll -r:${libdir}/bin/NRefactory.dll -r:Mono.Cecil.dll -r:${libdir}/bin/Mono.TextEditor.dll -r:${libdir}/bin/Mono.Debugging.dll
diff -ur monodevelop-2.0/src/addins/MonoDevelop.AssemblyBrowser/Makefile.am monodevelop-2.0.new/src/addins/MonoDevelop.AssemblyBrowser/Makefile.am
--- monodevelop-2.0/src/addins/MonoDevelop.AssemblyBrowser/Makefile.am	2009-04-19 01:58:56 +0400
+++ monodevelop-2.0.new/src/addins/MonoDevelop.AssemblyBrowser/Makefile.am	2009-04-19 02:17:07 +0400
@@ -39,7 +39,6 @@
 	MonoDevelop.AssemblyBrowser.addin.xml
 
 DEPS =  \
-	$(top_builddir)/build/bin/Mono.Cecil.dll \
 	$(top_builddir)/build/bin/Mono.TextEditor.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Components.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Core.dll \
@@ -54,7 +53,8 @@
 	-r:Mono.Posix \
 	-r:System \
 	-r:System.Core \
-	-r:System.Xml
+	-r:System.Xml \
+	-r:Mono.Cecil.dll
 
 ADDIN_BUILD = $(top_builddir)/build/AddIns
 
diff -ur monodevelop-2.0/src/addins/MonoDevelop.DesignerSupport/Makefile.am monodevelop-2.0.new/src/addins/MonoDevelop.DesignerSupport/Makefile.am
--- monodevelop-2.0/src/addins/MonoDevelop.DesignerSupport/Makefile.am	2009-04-19 01:58:56 +0400
+++ monodevelop-2.0.new/src/addins/MonoDevelop.DesignerSupport/Makefile.am	2009-04-19 02:18:18 +0400
@@ -2,7 +2,6 @@
 ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.DesignerSupport.dll
 
 DEPS =  \
-	$(top_builddir)/build/bin/Mono.Cecil.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Components.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Core.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
@@ -22,7 +21,8 @@
 	-r:System.Drawing.Design \
 	-r:System.Web \
 	-r:System.Windows.Forms \
-	-r:System.Xml
+	-r:System.Xml \
+	-r:Mono.Cecil.dll
 
 FILES =  \
 	AssemblyInfo.cs \
diff -ur monodevelop-2.0/src/addins/MonoDevelop.GtkCore/libsteticui/Makefile.am monodevelop-2.0.new/src/addins/MonoDevelop.GtkCore/libsteticui/Makefile.am
--- monodevelop-2.0/src/addins/MonoDevelop.GtkCore/libsteticui/Makefile.am	2009-04-19 01:58:56 +0400
+++ monodevelop-2.0.new/src/addins/MonoDevelop.GtkCore/libsteticui/Makefile.am	2009-04-19 02:17:57 +0400
@@ -74,8 +74,7 @@
 	missing.png
 
 DEPS =  \
-	../../../../build/AddIns/MonoDevelop.GtkCore/libstetic.dll \
-	../../../../build/bin/Mono.Cecil.dll
+	../../../../build/AddIns/MonoDevelop.GtkCore/libstetic.dll
 
 REFS =  \
 	$(GLADE_SHARP_LIBS) \
@@ -84,7 +83,8 @@
 	-r:Mono.Posix \
 	-r:System \
 	-r:System.Runtime.Remoting \
-	-r:System.Xml
+	-r:System.Xml \
+	-r:Mono.Cecil.dll
 
 $(ASSEMBLY): $(build_sources) $(build_resources) $(DEPS)
 	mkdir -p $(ADDIN_BUILD)
diff -ur monodevelop-2.0/src/addins/MonoDevelop.GtkCore/Makefile.am monodevelop-2.0.new/src/addins/MonoDevelop.GtkCore/Makefile.am
--- monodevelop-2.0/src/addins/MonoDevelop.GtkCore/Makefile.am	2009-04-19 01:58:56 +0400
+++ monodevelop-2.0.new/src/addins/MonoDevelop.GtkCore/Makefile.am	2009-04-19 02:17:29 +0400
@@ -8,7 +8,6 @@
 	$(top_builddir)/build/AddIns/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.dll \
 	$(top_builddir)/build/AddIns/MonoDevelop.GtkCore/libstetic.dll \
 	$(top_builddir)/build/AddIns/MonoDevelop.GtkCore/libsteticui.dll \
-	$(top_builddir)/build/bin/Mono.Cecil.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Components.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Core.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
@@ -23,7 +22,8 @@
 	$(MONO_ADDINS_LIBS) \
 	-r:Mono.Posix \
 	-r:System \
-	-r:System.Xml
+	-r:System.Xml \
+	-r:Mono.Cecil.dll
 
 FILES =  \
 	AssemblyInfo.cs \
diff -ur monodevelop-2.0/src/core/MonoDevelop.Projects/Makefile.am monodevelop-2.0.new/src/core/MonoDevelop.Projects/Makefile.am
--- monodevelop-2.0/src/core/MonoDevelop.Projects/Makefile.am	2009-04-19 01:58:56 +0400
+++ monodevelop-2.0.new/src/core/MonoDevelop.Projects/Makefile.am	2009-04-19 02:16:37 +0400
@@ -3,8 +3,6 @@
 CONFIG = MonoDevelop.Projects.dll.config
   
 DEPS =  \
-	$(top_builddir)/build/bin/Mono.Cecil.dll \
-	$(top_builddir)/build/bin/Mono.Cecil.Mdb.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Core.dll
 
 REFS =  \
@@ -18,7 +16,9 @@
 	-r:System.Core \
 	-r:System.Data \
 	-r:System.Drawing \
-	-r:System.Xml
+	-r:System.Xml \
+	-r:Mono.Cecil.dll \
+	-r:Mono.Cecil.Mdb.dll
 
 FILES =  \
 	AssemblyInfo.cs \
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin