]> git.pld-linux.org Git - packages/WindowMaker.git/blob - WindowMaker-shared.patch
- don't disable xft configuration in WPrefs
[packages/WindowMaker.git] / WindowMaker-shared.patch
1 --- WindowMaker-0.80.0/WINGs/Examples/Makefile.am.orig  Thu Oct 11 11:59:54 2001
2 +++ WindowMaker-0.80.0/WINGs/Examples/Makefile.am       Thu Jan  3 06:09:41 2002
3 @@ -2,30 +2,18 @@
4  
5  AUTOMAKE_OPTIONS = no-dependencies
6  
7 -
8  noinst_PROGRAMS = connect server fontl puzzle
9  
10 +LDADD= $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \
11 +       $(XFTLIBS) $(INTLIBS)
12  
13 -LDADD= $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la \
14 -       @XFTLIBS@ @INTLIBS@
15 -
16 -
17 -fontl_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
18 -
19 -puzzle_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
20 -
21 -connect_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a
22 -
23 -connect_LDADD = $(top_builddir)/WINGs/libWUtil.a @LIBRARY_SEARCH_PATH@ \
24 -       @NETLIBS@ @INTLIBS@
25 -
26 -server_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a
27 -
28 -server_LDADD = $(top_builddir)/WINGs/libWUtil.a @LIBRARY_SEARCH_PATH@ \
29 -       @NETLIBS@ @INTLIBS@
30 +connect_LDADD = $(top_builddir)/WINGs/libWUtil.la $(LIBRARY_SEARCH_PATH) \
31 +       $(NETLIBS) $(INTLIBS)
32  
33 +server_LDADD = $(top_builddir)/WINGs/libWUtil.la $(LIBRARY_SEARCH_PATH) \
34 +       $(NETLIBS) $(INTLIBS)
35  
36  INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
37 -       -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
38 +       -DRESOURCE_PATH=\"$(datadir)/WINGs\" $(HEADER_SEARCH_PATH) -DDEBUG
39  
40  
41 --- WindowMaker-0.80.0/WINGs/Extras/Makefile.am.orig    Thu Oct 11 11:59:54 2001
42 +++ WindowMaker-0.80.0/WINGs/Extras/Makefile.am Thu Jan  3 06:12:10 2002
43 @@ -2,32 +2,26 @@
44  
45  AUTOMAKE_OPTIONS = no-dependencies
46  
47 -
48 -
49  # is this a kluge? if so, how should i do it?
50  includedir = @includedir@/WINGs
51  
52  include_HEADERS = wtableview.h wtabledelegates.h 
53  
54 -
55 -lib_LIBRARIES = libExtraWINGs.a 
56 +lib_LTLIBRARIES = libExtraWINGs.la
57 +libExtraWINGs_la_LIBADD = $(top_builddir)/WINGs/libWINGs.la
58  
59  noinst_PROGRAMS = test
60  
61 -EXTRA_DIST = 
62 -
63 -libExtraWINGs_a_SOURCES =      \
64 +libExtraWINGs_la_SOURCES =     \
65         wtableview.c \
66         wtabledelegates.c \
67         wtableview.h \
68         wtabledelegates.h 
69  
70 -
71  INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs \
72 -       -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
73 +       -DRESOURCE_PATH=\"$(datadir)/WINGs\" $(HEADER_SEARCH_PATH)
74  
75 -LDADD= $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la \
76 -       @XFTLIBS@ @INTLIBS@
77 +LDADD= $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \
78 +       $(XFTLIBS) $(INTLIBS)
79  
80  test_LDADD = wtableview.o wtabledelegates.o $(LDADD)
81 -
82 --- WindowMaker-0.70.0.orig/WINGs/Makefile.am   Thu Oct  4 05:39:17 2001
83 +++ WindowMaker-0.70.0/WINGs/Makefile.am        Thu Oct 18 16:54:22 2001
84 @@ -4,24 +4,21 @@
85  
86  SUBDIRS = WINGs . po Documentation Resources Examples Extras Tests
87  
88 -
89 -
90 -#libWINGs_la_LDFLAGS = -version-info 1:1:0
91 -
92  bin_SCRIPTS = get-wings-flags get-wutil-flags
93  
94 -lib_LIBRARIES = libWINGs.a libWUtil.a
95 +LDADD= libWINGs.la $(top_builddir)/wrlib/libwraster.la @INTLIBS@
96  
97 +lib_LTLIBRARIES = libWINGs.la libWUtil.la
98 +libWINGs_la_LIBADD = $(top_builddir)/wrlib/libwraster.la $(XFTLIBS)
99  
100 -LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la @INTLIBS@
101  
102  
103  EXTRA_DIST = BUGS python/Makefile python/README python/WINGs.i \
104         python/WINGs.py python/setup.py python/test.py
105  
106  
107  # wbutton.c 
108 -libWINGs_a_SOURCES =   \
109 +libWINGs_la_SOURCES =  \
110         array.c \
111         bagtree.c \
112         configuration.c \
113 @@ -80,7 +78,7 @@
114         wwindow.c
115  
116  
117 -libWUtil_a_SOURCES =   \
118 +libWUtil_la_SOURCES =  \
119         array.c \
120         bagtree.c \
121         connection.c \
122 diff -ur WindowMaker-CVS-20040723.orig/WINGs/Tests/Makefile.am WindowMaker-CVS-20040723/WINGs/Tests/Makefile.am
123 --- WindowMaker-CVS-20040723.orig/WINGs/Tests/Makefile.am       2004-04-11 07:01:02.000000000 +0200
124 +++ WindowMaker-CVS-20040723/WINGs/Tests/Makefile.am    2004-09-05 03:55:39.906430016 +0200
125 @@ -4,19 +4,16 @@
126  
127  noinst_PROGRAMS = wtest wmquery wmfile testmywidget 
128  
129 -LDADD= $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la \
130 -       @XFTLIBS@ @INTLIBS@
131 +LDADD= $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \
132 +       $(XFTLIBS) $(INTLIBS)
133  
134  
135  testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h 
136  
137 -wtest_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
138 -
139 -
140  EXTRA_DIST = logo.xpm upbtn.xpm wm.html wm.png
141  
142  INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
143 -       -DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@ \
144 +       -DRESOURCE_PATH=\"$(datadir)/WINGs\" $(XFTFLAGS) $(HEADER_SEARCH_PATH) \
145         -DDEBUG
146  
147  
148 --- WindowMaker-0.70.0.orig/WPrefs.app/Makefile.am      Thu Oct  4 05:39:18 2001
149 +++ WindowMaker-0.70.0/WPrefs.app/Makefile.am   Thu Oct 18 16:54:22 2001
150 @@ -46,10 +46,10 @@
151  
152  INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
153  
154 -WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
155 +WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
156  
157  WPrefs_LDADD = \
158 -       $(top_builddir)/WINGs/libWINGs.a\
159 +       $(top_builddir)/WINGs/libWINGs.la\
160         $(top_builddir)/wrlib/libwraster.la \
161         @XFTLIBS@ \
162         @INTLIBS@
163 diff -Nur WindowMaker-0.70.0.orig/src/Makefile.am WindowMaker-0.70.0/src/Makefile.am
164 --- WindowMaker-0.70.0.orig/src/Makefile.am     Thu Oct  4 05:39:18 2001
165 +++ WindowMaker-0.70.0/src/Makefile.am  Thu Oct 18 16:54:22 2001
166 @@ -113,7 +113,7 @@
167  
168  
169  wmaker_LDADD = \
170 -       $(top_builddir)/WINGs/libWINGs.a\
171 +       $(top_builddir)/WINGs/libWINGs.la\
172         $(top_builddir)/wrlib/libwraster.la\
173         @XFTLIBS@ \
174         @XLIBS@ \
175 diff -Nur WindowMaker-0.70.0.orig/test/Makefile.am WindowMaker-0.70.0/test/Makefile.am
176 --- WindowMaker-0.70.0.orig/test/Makefile.am    Sat Oct  2 23:16:11 1999
177 +++ WindowMaker-0.70.0/test/Makefile.am Thu Oct 18 16:54:22 2001
178 @@ -8,7 +8,7 @@
179  
180  wtest_SOURCES = wtest.c
181  
182 -wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@ 
183 +wtest_LDADD = $(top_builddir)/wmlib/libWMaker.la @XLFLAGS@ @XLIBS@ 
184  
185  
186  INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib 
187 --- WindowMaker-0.80.0/util/Makefile.am~        Thu Oct 11 11:59:54 2001
188 +++ WindowMaker-0.80.0/util/Makefile.am Thu Jan  3 07:12:53 2002
189 @@ -1,8 +1,6 @@
190  
191  AUTOMAKE_OPTIONS = no-dependencies
192  
193 -pkgdatadir  = $(datadir)/@PACKAGE@
194 -
195  bin_PROGRAMS = wxcopy wxpaste wdwrite wdread getstyle setstyle seticons geticonset wmsetbg wmsetup wmagnify
196  
197  bin_SCRIPTS = wmaker.inst wm-oldmenu2new wsetfont wmchlocale wkdemenu.pl\
198 @@ -12,41 +10,41 @@
199                 wkdemenu.pl wmchlocale.in wcopy wpaste
200  
201  INCLUDES = $(DFLAGS) -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib \
202 -       @HEADER_SEARCH_PATH@ \
203 -       -DETCDIR=\"sysconfdir\" -DDATADIR=\"pkgdatadir\"
204 +       $(HEADER_SEARCH_PATH) \
205 +       -DETCDIR=\"$(sysconfdir)\" -DDATADIR=\"$(pkgdatadir)\"
206  
207 -liblist= @LIBRARY_SEARCH_PATH@ @INTLIBS@
208 +liblist= $(LIBRARY_SEARCH_PATH) $(INTLIBS)
209  
210 -wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.a $(liblist)
211 +wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
212  
213 -wdread_LDADD = $(top_builddir)/WINGs/libWUtil.a $(liblist)
214 +wdread_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
215  
216 -wxcopy_LDADD = @XLFLAGS@ @XLIBS@ 
217 +wxcopy_LDADD = $(XLFLAGS) $(XLIBS)
218  
219 -wxpaste_LDADD = @XLFLAGS@ @XLIBS@
220 +wxpaste_LDADD = $(XLFLAGS) $(XLIBS)
221  
222 -getstyle_LDADD = $(top_builddir)/WINGs/libWUtil.a $(liblist)
223 +getstyle_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
224  
225  setstyle_LDADD = \
226 -       $(top_builddir)/WINGs/libWUtil.a \
227 -       @XLFLAGS@ @XLIBS@ $(liblist)
228 +       $(top_builddir)/WINGs/libWUtil.la \
229 +       $(XLFLAGS) $(XLIBS) $(liblist)
230  
231 -seticons_LDADD= $(top_builddir)/WINGs/libWUtil.a $(liblist)
232 +seticons_LDADD= $(top_builddir)/WINGs/libWUtil.la $(liblist)
233  
234 -geticonset_LDADD= $(top_builddir)/WINGs/libWUtil.a $(liblist)
235 +geticonset_LDADD= $(top_builddir)/WINGs/libWUtil.la $(liblist)
236  
237  wmagnify_LDADD = \
238 -       $(top_builddir)/WINGs/libWINGs.a \
239 +       $(top_builddir)/WINGs/libWINGs.la \
240         $(top_builddir)/wrlib/libwraster.la \
241         @XFTLIBS@ @INTLIBS@ @DLLIBS@
242  
243  wmsetup_LDADD = \
244 -       $(top_builddir)/WINGs/libWINGs.a \
245 +       $(top_builddir)/WINGs/libWINGs.la \
246         $(top_builddir)/wrlib/libwraster.la \
247         @XFTLIBS@ @INTLIBS@ @DLLIBS@
248  
249  wmsetbg_LDADD = \
250 -       $(top_builddir)/WINGs/libWINGs.a \
251 +       $(top_builddir)/WINGs/libWINGs.la \
252         $(top_builddir)/wrlib/libwraster.la \
253         @XFTLIBS@ @INTLIBS@ @DLLIBS@
254  
255 --- WindowMaker-0.70.0.orig/wmlib/Makefile.am   Mon Apr 10 02:59:35 2000
256 +++ WindowMaker-0.70.0/wmlib/Makefile.am        Thu Oct 18 16:54:22 2001
257 @@ -1,13 +1,14 @@
258  
259  AUTOMAKE_OPTIONS = no-dependencies
260  
261 -lib_LIBRARIES = libWMaker.a
262 +lib_LTLIBRARIES = libWMaker.la
263 +libWMaker_la_LIBADD = $(X_LIBS) -lX11
264  
265  include_HEADERS = WMaker.h
266  
267  INCLUDES = $(DFLAGS) @XCFLAGS@
268  
269 -libWMaker_a_SOURCES =  \
270 +libWMaker_la_SOURCES =         \
271         menu.c          \
272         app.c           \
273         event.c         \
274 @@ -15,6 +15,8 @@
275         app.h           \
276         menu.h  
277  
278 +libWMaker_la_LDFLAGS = -version-info 1:1:1
279 +
280  DISTCLEANFILES = wmlib.pc
281  
282  install-exec-local:
This page took 0.084885 seconds and 3 git commands to generate.