]> git.pld-linux.org Git - packages/monodevelop.git/blob - monodevelop-libdir.patch
- ja_JP -> ja
[packages/monodevelop.git] / monodevelop-libdir.patch
1 diff -Nuard monodevelop-0.5.orig/build/AddIns/AddIns/BackendBindings/Makefile.am monodevelop-0.5/build/AddIns/AddIns/BackendBindings/Makefile.am
2 --- monodevelop-0.5.orig/build/AddIns/AddIns/BackendBindings/Makefile.am        2004-06-27 06:03:48.000000000 +0200
3 +++ monodevelop-0.5/build/AddIns/AddIns/BackendBindings/Makefile.am     2004-07-04 11:07:05.332357440 +0200
4 @@ -1,5 +1,5 @@
5  
6 -monodevelopdir = $(prefix)/lib/monodevelop
7 +monodevelopdir = $(libdir)/monodevelop
8  backendbindingsdir = $(monodevelopdir)/AddIns/AddIns/BackendBindings
9  
10  backendbindings_DATA = BackendBindings.addin.xml
11 diff -Nuard monodevelop-0.5.orig/build/AddIns/AddIns/Misc/StartPage/Makefile.am monodevelop-0.5/build/AddIns/AddIns/Misc/StartPage/Makefile.am
12 --- monodevelop-0.5.orig/build/AddIns/AddIns/Misc/StartPage/Makefile.am 2004-06-27 06:03:48.000000000 +0200
13 +++ monodevelop-0.5/build/AddIns/AddIns/Misc/StartPage/Makefile.am      2004-07-04 11:06:57.490549576 +0200
14 @@ -1,5 +1,5 @@
15  
16 -monodevelopdir = $(prefix)/lib/monodevelop
17 +monodevelopdir = $(libdir)/monodevelop
18  startpagedir = $(monodevelopdir)/AddIns/AddIns/Misc/StartPage
19  
20  startpage_DATA = StartPage.addin.xml
21 diff -Nuard monodevelop-0.5.orig/build/AddIns/Makefile.am monodevelop-0.5/build/AddIns/Makefile.am
22 --- monodevelop-0.5.orig/build/AddIns/Makefile.am       2004-06-27 06:03:49.000000000 +0200
23 +++ monodevelop-0.5/build/AddIns/Makefile.am    2004-07-04 11:06:47.581056048 +0200
24 @@ -1,6 +1,6 @@
25  SUBDIRS = AddIns
26  
27 -monodevelopdir = $(prefix)/lib/monodevelop
28 +monodevelopdir = $(libdir)/monodevelop
29  addindir = $(monodevelopdir)/AddIns
30  
31  addin_DATA = MonoDevelopNewEditor.addin.xml SharpDevelopCore.addin.xml
32 diff -Nuard monodevelop-0.5.orig/build/data/options/Makefile.am monodevelop-0.5/build/data/options/Makefile.am
33 --- monodevelop-0.5.orig/build/data/options/Makefile.am 2004-06-27 06:04:08.000000000 +0200
34 +++ monodevelop-0.5/build/data/options/Makefile.am      2004-07-04 11:07:14.748925904 +0200
35 @@ -1,5 +1,5 @@
36  
37 -monodevelopdir = $(prefix)/lib/monodevelop
38 +monodevelopdir = $(libdir)/monodevelop
39  mdoptionsdir = $(monodevelopdir)/data/options
40  mdoptions_DATA = DefaultEditingLayout.xml \
41         MonoDevelopProperties.xml \
42 diff -Nuard monodevelop-0.5.orig/build/data/resources/css/Makefile.am monodevelop-0.5/build/data/resources/css/Makefile.am
43 --- monodevelop-0.5.orig/build/data/resources/css/Makefile.am   2004-06-27 06:03:51.000000000 +0200
44 +++ monodevelop-0.5/build/data/resources/css/Makefile.am        2004-07-04 11:07:30.201576744 +0200
45 @@ -1,5 +1,5 @@
46  
47 -monodevelopdir = $(prefix)/lib/monodevelop
48 +monodevelopdir = $(libdir)/monodevelop
49  cssdir = $(monodevelopdir)/data/resources/css
50  
51  css_DATA = MsdnHelp.css SharpDevelopStandard.css
52 diff -Nuard monodevelop-0.5.orig/build/data/resources/icons/Makefile.am monodevelop-0.5/build/data/resources/icons/Makefile.am
53 --- monodevelop-0.5.orig/build/data/resources/icons/Makefile.am 2004-06-27 06:04:06.000000000 +0200
54 +++ monodevelop-0.5/build/data/resources/icons/Makefile.am      2004-07-04 11:07:39.909100976 +0200
55 @@ -1,5 +1,5 @@
56  
57 -monodevelopdir = $(prefix)/lib/monodevelop
58 +monodevelopdir = $(libdir)/monodevelop
59  iconsdir = $(monodevelopdir)/data/resources/icons
60  
61  icons_DATA = C\#.File.EmptyFile \
62 diff -Nuard monodevelop-0.5.orig/build/data/resources/languages/Makefile.am monodevelop-0.5/build/data/resources/languages/Makefile.am
63 --- monodevelop-0.5.orig/build/data/resources/languages/Makefile.am     2004-06-27 06:03:51.000000000 +0200
64 +++ monodevelop-0.5/build/data/resources/languages/Makefile.am  2004-07-04 11:07:35.244810056 +0200
65 @@ -1,5 +1,5 @@
66  
67 -monodevelopdir = $(prefix)/lib/monodevelop
68 +monodevelopdir = $(libdir)/monodevelop
69  langdir = $(monodevelopdir)/data/resources/languages
70  
71  lang_DATA = LanguageDefinition.xml
72 diff -Nuard monodevelop-0.5.orig/build/data/templates/file/CSharp/Makefile.am monodevelop-0.5/build/data/templates/file/CSharp/Makefile.am
73 --- monodevelop-0.5.orig/build/data/templates/file/CSharp/Makefile.am   2004-06-27 06:04:09.000000000 +0200
74 +++ monodevelop-0.5/build/data/templates/file/CSharp/Makefile.am        2004-07-04 11:07:51.004414232 +0200
75 @@ -1,5 +1,5 @@
76  
77 -monodevelopdir = $(prefix)/lib/monodevelop
78 +monodevelopdir = $(libdir)/monodevelop
79  cstemplatedir = $(monodevelopdir)/data/templates/file/CSharp
80  
81  cstemplate_DATA = CSharpSessionStateWebService.xft \
82 diff -Nuard monodevelop-0.5.orig/build/data/templates/file/Makefile.am monodevelop-0.5/build/data/templates/file/Makefile.am
83 --- monodevelop-0.5.orig/build/data/templates/file/Makefile.am  2004-06-27 06:04:10.000000000 +0200
84 +++ monodevelop-0.5/build/data/templates/file/Makefile.am       2004-07-04 11:07:47.192993656 +0200
85 @@ -1,6 +1,6 @@
86  SUBDIRS = CSharp SharpDevelop Nemerle
87  
88 -monodevelopdir = $(prefix)/lib/monodevelop
89 +monodevelopdir = $(libdir)/monodevelop
90  templatedir = $(monodevelopdir)/data/templates/file
91  
92  template_DATA = EmptyHTMLFile.xft \
93 diff -Nuard monodevelop-0.5.orig/build/data/templates/file/Nemerle/Makefile.am monodevelop-0.5/build/data/templates/file/Nemerle/Makefile.am
94 --- monodevelop-0.5.orig/build/data/templates/file/Nemerle/Makefile.am  2004-06-27 06:04:09.000000000 +0200
95 +++ monodevelop-0.5/build/data/templates/file/Nemerle/Makefile.am       2004-07-04 11:07:57.526422736 +0200
96 @@ -1,5 +1,5 @@
97  
98 -monodevelopdir = $(prefix)/lib/monodevelop
99 +monodevelopdir = $(libdir)/monodevelop
100  cstemplatedir = $(monodevelopdir)/data/templates/file/Nemerle
101  
102  cstemplate_DATA = \
103 diff -Nuard monodevelop-0.5.orig/build/data/templates/file/SharpDevelop/Makefile.am monodevelop-0.5/build/data/templates/file/SharpDevelop/Makefile.am
104 --- monodevelop-0.5.orig/build/data/templates/file/SharpDevelop/Makefile.am     2004-06-27 06:04:10.000000000 +0200
105 +++ monodevelop-0.5/build/data/templates/file/SharpDevelop/Makefile.am  2004-07-04 11:07:54.442891504 +0200
106 @@ -1,5 +1,5 @@
107  
108 -monodevelopdir = $(prefix)/lib/monodevelop
109 +monodevelopdir = $(libdir)/monodevelop
110  mdtemplatedir = $(monodevelopdir)/data/templates/file/SharpDevelop
111  
112  mdtemplate_DATA = ExampleMenuCommand.xft \
113 diff -Nuard monodevelop-0.5.orig/build/data/templates/project/CSharp/Makefile.am monodevelop-0.5/build/data/templates/project/CSharp/Makefile.am
114 --- monodevelop-0.5.orig/build/data/templates/project/CSharp/Makefile.am        2004-06-27 06:04:10.000000000 +0200
115 +++ monodevelop-0.5/build/data/templates/project/CSharp/Makefile.am     2004-07-04 11:08:01.679791328 +0200
116 @@ -1,5 +1,5 @@
117  
118 -monodevelopdir = $(prefix)/lib/monodevelop
119 +monodevelopdir = $(libdir)/monodevelop
120  cstemplatedir = $(monodevelopdir)/data/templates/project/CSharp
121  
122  cstemplate_DATA = ConsoleProject.xpt \
123 diff -Nuard monodevelop-0.5.orig/build/data/templates/project/ILAsm/Makefile.am monodevelop-0.5/build/data/templates/project/ILAsm/Makefile.am
124 --- monodevelop-0.5.orig/build/data/templates/project/ILAsm/Makefile.am 2004-06-27 06:04:10.000000000 +0200
125 +++ monodevelop-0.5/build/data/templates/project/ILAsm/Makefile.am      2004-07-04 11:08:13.022067040 +0200
126 @@ -1,5 +1,5 @@
127  
128 -monodevelopdir = $(prefix)/lib/monodevelop
129 +monodevelopdir = $(libdir)/monodevelop
130  misctemplatedir = $(monodevelopdir)/data/templates/project/ILAsm
131  
132  misctemplate_DATA = ConsoleProject.xpt
133 diff -Nuard monodevelop-0.5.orig/build/data/templates/project/Java/Makefile.am monodevelop-0.5/build/data/templates/project/Java/Makefile.am
134 --- monodevelop-0.5.orig/build/data/templates/project/Java/Makefile.am  2004-06-27 06:04:10.000000000 +0200
135 +++ monodevelop-0.5/build/data/templates/project/Java/Makefile.am       2004-07-04 11:08:08.320781744 +0200
136 @@ -1,5 +1,5 @@
137  
138 -monodevelopdir = $(prefix)/lib/monodevelop
139 +monodevelopdir = $(libdir)/monodevelop
140  javatemplatedir = $(monodevelopdir)/data/templates/project/Java
141  
142  javatemplate_DATA = EmptyJavaProject.xpt \
143 diff -Nuard monodevelop-0.5.orig/build/data/templates/project/Misc/Makefile.am monodevelop-0.5/build/data/templates/project/Misc/Makefile.am
144 --- monodevelop-0.5.orig/build/data/templates/project/Misc/Makefile.am  2004-06-27 06:04:10.000000000 +0200
145 +++ monodevelop-0.5/build/data/templates/project/Misc/Makefile.am       2004-07-04 11:08:04.734326968 +0200
146 @@ -1,5 +1,5 @@
147  
148 -monodevelopdir = $(prefix)/lib/monodevelop
149 +monodevelopdir = $(libdir)/monodevelop
150  misctemplatedir = $(monodevelopdir)/data/templates/project/Misc
151  
152  misctemplate_DATA = BlankCombine.xpt
153 diff -Nuard monodevelop-0.5.orig/build/data/templates/project/Nemerle/Makefile.am monodevelop-0.5/build/data/templates/project/Nemerle/Makefile.am
154 --- monodevelop-0.5.orig/build/data/templates/project/Nemerle/Makefile.am       2004-06-27 06:04:10.000000000 +0200
155 +++ monodevelop-0.5/build/data/templates/project/Nemerle/Makefile.am    2004-07-04 11:08:16.410551912 +0200
156 @@ -1,5 +1,5 @@
157  
158 -monodevelopdir = $(prefix)/lib/monodevelop
159 +monodevelopdir = $(libdir)/monodevelop
160  cstemplatedir = $(monodevelopdir)/data/templates/project/Nemerle
161  
162  cstemplate_DATA = \
163 diff -Nuard monodevelop-0.5.orig/gdldock/gdl/Makefile.am monodevelop-0.5/gdldock/gdl/Makefile.am
164 --- monodevelop-0.5.orig/gdldock/gdl/Makefile.am        2004-06-27 06:04:20.000000000 +0200
165 +++ monodevelop-0.5/gdldock/gdl/Makefile.am     2004-07-04 11:04:09.831037696 +0200
166 @@ -39,7 +39,7 @@
167         && cp -p $(ASSEMBLY) ../../build/bin/. \
168         && cp -p $(srcdir)/$(ASSEMBLY).config ../../build/bin/.
169  
170 -gdldocklibdir = $(prefix)/lib/monodevelop/bin
171 +gdldocklibdir = $(libdir)/monodevelop/bin
172  gdldocklib_DATA = $(ASSEMBLY) $(ASSEMBLY).config
173  
174  clean-local:
175 diff -Nuard monodevelop-0.5.orig/gdldock/sources/gdl/Makefile.am monodevelop-0.5/gdldock/sources/gdl/Makefile.am
176 --- monodevelop-0.5.orig/gdldock/sources/gdl/Makefile.am        2004-06-27 06:04:19.000000000 +0200
177 +++ monodevelop-0.5/gdldock/sources/gdl/Makefile.am     2004-07-04 11:03:39.292680232 +0200
178 @@ -4,7 +4,7 @@
179         -DGDL_IMAGESDIR=\"$(srcdir)/.\"                 \
180         $(GDLDOCK_CFLAGS)
181  
182 -gdldocklibdir = $(prefix)/lib/monodevelop/bin
183 +gdldocklibdir = $(libdir)/monodevelop/bin
184  gdldocklib_DATA = $(dist_gdldocklib)
185  
186  gdldocklib_LTLIBRARIES = libgdldock.la
187 diff -Nuard monodevelop-0.5.orig/libmonodevelop/Makefile.am monodevelop-0.5/libmonodevelop/Makefile.am
188 --- monodevelop-0.5.orig/libmonodevelop/Makefile.am     2004-06-27 06:04:29.000000000 +0200
189 +++ monodevelop-0.5/libmonodevelop/Makefile.am  2004-07-04 11:04:38.384696880 +0200
190 @@ -2,7 +2,7 @@
191         -I$(top_srcdir)                                         \
192         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
193  
194 -monodeveloplibdir = $(prefix)/lib/monodevelop/bin
195 +monodeveloplibdir = $(libdir)/monodevelop/bin
196  monodeveloplib_LTLIBRARIES = libmonodevelop.la
197  
198  libmonodevelop_la_SOURCES =            \
199 diff -Nuard monodevelop-0.5.orig/monodevelop.in monodevelop-0.5/monodevelop.in
200 --- monodevelop-0.5.orig/monodevelop.in 2004-06-27 06:03:48.000000000 +0200
201 +++ monodevelop-0.5/monodevelop.in      2004-07-04 11:06:14.469089832 +0200
202 @@ -27,7 +27,7 @@
203         exit 1
204  fi
205   
206 -MD_BIN_PATH=@prefix@/lib/monodevelop/bin
207 +MD_BIN_PATH=@libdir@/monodevelop/bin
208  
209  if [ -n $LD_LIBRARY_PATH ]; then
210         export LD_LIBRARY_PATH=$MOZILLA_HOME:$MD_BIN_PATH:$LD_LIBRARY_PATH
211 @@ -36,9 +36,9 @@
212  fi
213  
214  if [ -n $PKG_CONFIG_PATH ]; then
215 -       export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@gtksharp_prefix@/lib/pkgconfig/
216 +       export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@libdir@/pkgconfig/
217  else
218 -       export PKG_CONFIG_PATH=@gtksharp_prefix@/lib/pkgconfig/
219 +       export PKG_CONFIG_PATH=@libdir@/pkgconfig/
220  fi
221  
222  export MOZILLA_FIVE_HOME=$MOZILLA_HOME
This page took 0.069175 seconds and 3 git commands to generate.