Merge lp:~noskcaj/ubuntu/trusty/gnome-themes-standard/3.10 into lp:ubuntu/trusty/gnome-themes-standard

Proposed by Jackson Doak
Status: Merged
Merge reported by: Iain Lane
Merged at revision: not available
Proposed branch: lp:~noskcaj/ubuntu/trusty/gnome-themes-standard/3.10
Merge into: lp:ubuntu/trusty/gnome-themes-standard
Diff against target: 26973 lines (+12699/-10365)
59 files modified
.pc/01_gtk-update-icon-cache_name.patch/configure.ac (+0/-92)
.pc/applied-patches (+0/-2)
.pc/ubuntu_a11y_fallback.patch/themes/HighContrast/icons/index.theme.in (+0/-7)
ChangeLog (+1667/-124)
Makefile.am (+2/-0)
Makefile.in (+9/-6)
NEWS (+53/-14)
aclocal.m4 (+6/-8806)
compile (+310/-0)
configure (+19/-11)
configure.ac (+11/-4)
debian/changelog (+20/-0)
debian/control (+2/-2)
debian/control.in (+1/-1)
debian/patches/01_gtk-update-icon-cache_name.patch (+5/-1)
m4/intltool.m4 (+237/-0)
m4/libtool.m4 (+7986/-0)
m4/ltoptions.m4 (+384/-0)
m4/ltsugar.m4 (+123/-0)
m4/ltversion.m4 (+23/-0)
m4/lt~obsolete.m4 (+98/-0)
mkinstalldirs (+162/-0)
po/LINGUAS (+1/-0)
po/ga.po (+39/-0)
themes/Adwaita/Makefile.in (+7/-3)
themes/Adwaita/backgrounds/Makefile.in (+7/-3)
themes/Adwaita/backgrounds/adwaita-timed.xml (+9/-9)
themes/Adwaita/cursors/Makefile.am (+1/-1)
themes/Adwaita/cursors/Makefile.in (+8/-4)
themes/Adwaita/gtk-2.0/Makefile.in (+6/-3)
themes/Adwaita/gtk-2.0/adwaita_engine.c (+0/-1)
themes/Adwaita/gtk-3.0/Makefile.in (+6/-3)
themes/Adwaita/gtk-3.0/gnome-applications-dark-overrides.css (+2/-2)
themes/Adwaita/gtk-3.0/gnome-applications.css (+116/-89)
themes/Adwaita/gtk-3.0/gtk-main-common.css (+11/-12)
themes/Adwaita/gtk-3.0/gtk-main-dark.css (+10/-5)
themes/Adwaita/gtk-3.0/gtk-main.css (+12/-7)
themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css (+62/-127)
themes/Adwaita/gtk-3.0/gtk-widgets-assets.css (+62/-127)
themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css (+2/-2)
themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css (+42/-17)
themes/Adwaita/gtk-3.0/gtk-widgets-borders.css (+42/-17)
themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css (+29/-30)
themes/Adwaita/gtk-3.0/gtk-widgets.css (+398/-216)
themes/Adwaita/gtk-3.0/gtk.gresource.xml (+256/-113)
themes/Adwaita/index.theme (+2/-0)
themes/Adwaita/metacity-1/Makefile.in (+7/-3)
themes/Adwaita/metacity-1/metacity-theme-3.xml (+217/-436)
themes/HighContrast/Makefile-icons.am (+6/-6)
themes/HighContrast/Makefile.in (+13/-9)
themes/HighContrast/gtk-2.0/Makefile.in (+7/-3)
themes/HighContrast/gtk-3.0/Makefile.in (+7/-3)
themes/HighContrast/gtk-3.0/gtk-widgets.css (+139/-33)
themes/HighContrast/icons/Makefile.in (+7/-3)
themes/HighContrast/icons/index.theme (+31/-1)
themes/HighContrast/icons/index.theme.in (+1/-1)
themes/HighContrast/index.theme (+2/-0)
themes/HighContrast/metacity-1/Makefile.in (+7/-3)
themes/Makefile.in (+7/-3)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/trusty/gnome-themes-standard/3.10
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+200041@code.launchpad.net

Description of the change

Merge from debian experimental

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

It is done. I also merged to the ubuntu-desktop branch.

review: Approve
Revision history for this message
Dmitry Shachnev (mitya57) wrote :

> - Backport new blinds background from 3.10

This is no longer relevant with 3.10.0 :) Please be careful next time when making changelog entries.

Revision history for this message
Iain Lane (laney) wrote :

amusing, well noticed

Revision history for this message
Jackson Doak (noskcaj) wrote :

woops, thanks though

On Wed, Jan 15, 2014 at 1:13 AM, Iain Lane <email address hidden> wrote:

> amusing, well noticed
> --
>
> https://code.launchpad.net/~noskcaj/ubuntu/trusty/gnome-themes-standard/3.10/+merge/200041
> You are the owner of lp:~noskcaj/ubuntu/trusty/gnome-themes-standard/3.10.
>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed directory '.pc/01_gtk-update-icon-cache_name.patch'
2=== removed file '.pc/01_gtk-update-icon-cache_name.patch/configure.ac'
3--- .pc/01_gtk-update-icon-cache_name.patch/configure.ac 2013-12-19 07:39:40 +0000
4+++ .pc/01_gtk-update-icon-cache_name.patch/configure.ac 1970-01-01 00:00:00 +0000
5@@ -1,92 +0,0 @@
6-dnl Process this file with autoconf to produce a configure script.
7-AC_PREREQ(2.53)
8-
9-AC_INIT([gnome-themes-standard], [3.8.4],
10- [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
11-
12-AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-xz no-dist-gzip])
13-m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
14-
15-PKG_PROG_PKG_CONFIG([0.19])
16-
17-AC_PROG_SED
18-AC_PROG_CC
19-AC_PROG_INSTALL
20-AC_PROG_MAKE_SET
21-AM_PATH_GLIB_2_0
22-
23-dnl Initialize libtool
24-AM_DISABLE_STATIC
25-AC_LIBTOOL_WIN32_DLL
26-AM_PROG_LIBTOOL
27-
28-dnl Initialize intltool
29-IT_PROG_INTLTOOL([0.40.0])
30-
31-GETTEXT_PACKAGE="${PACKAGE}"
32-AC_SUBST(GETTEXT_PACKAGE)
33-
34-AC_ARG_ENABLE([gtk3-engine],
35- AC_HELP_STRING([--disable-gtk3-engine],
36- [Disable Gtk+ 3.x engine [default=no]]),
37- enable_gtk3_engine=$enableval,
38- enable_gtk3_engine=yes)
39-AC_MSG_CHECKING([building gtk3 engine])
40-AM_CONDITIONAL(GTK3_ENGINE, test "x$enable_gtk3_engine" = "xyes")
41-AC_MSG_RESULT([$enable_gtk3_engine])
42-
43-GTK_VERSION_REQUIRED=3.6.2
44-if test "x$enable_gtk3_engine" = "xyes"; then
45- PKG_CHECK_MODULES([GTK3_ENGINE], [gtk+-3.0 >= $GTK_VERSION_REQUIRED librsvg-2.0])
46- PKG_CHECK_MODULES([HIGHCONTRAST], [cairo gio-2.0 gdk-pixbuf-2.0 gdk-3.0])
47-fi
48-
49-GTK3_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-3.0`
50-AC_SUBST(GTK3_VERSION)
51-
52-AC_ARG_ENABLE([gtk2-engine],
53- AC_HELP_STRING([--disable-gtk2-engine],
54- [Disable Gtk+-2 engine [default=no]]),
55- enable_gtk2_engine=$enableval,
56- enable_gtk2_engine=yes)
57-AC_MSG_CHECKING([building gtk2 engine])
58-AM_CONDITIONAL(GTK2_ENGINE, test "x$enable_gtk2_engine" = "xyes")
59-AC_MSG_RESULT([$enable_gtk2_engine])
60-
61-GTK2_VERSION_REQUIRED=2.24.15
62-if test "x$enable_gtk2_engine" = "xyes"; then
63- PKG_CHECK_MODULES([GTK2_ENGINE], [gtk+-2.0 >= $GTK2_VERSION_REQUIRED gdk-2.0 >= $GTK2_VERSION_REQUIRED])
64-fi
65-
66-GTK2_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
67-AC_SUBST(GTK2_VERSION)
68-
69-GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
70-AC_SUBST(GLIB_COMPILE_RESOURCES)
71-
72-AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache)
73-if test -z "$GTK_UPDATE_ICON_CACHE"; then
74- AC_MSG_ERROR([Could not find gtk-update-icon-cache])
75-fi
76-
77-# Workaround to make aclocal get the right flags
78-AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
79-
80-AC_CONFIG_FILES([
81-Makefile
82-themes/Makefile
83-themes/Adwaita/Makefile
84-themes/Adwaita/backgrounds/Makefile
85-themes/Adwaita/cursors/Makefile
86-themes/Adwaita/gtk-2.0/Makefile
87-themes/Adwaita/gtk-3.0/Makefile
88-themes/Adwaita/metacity-1/Makefile
89-themes/HighContrast/Makefile
90-themes/HighContrast/gtk-2.0/Makefile
91-themes/HighContrast/gtk-3.0/Makefile
92-themes/HighContrast/icons/Makefile
93-themes/HighContrast/metacity-1/Makefile
94-po/Makefile.in
95-])
96-
97-AC_OUTPUT
98
99=== removed file '.pc/applied-patches'
100--- .pc/applied-patches 2013-05-27 12:41:28 +0000
101+++ .pc/applied-patches 1970-01-01 00:00:00 +0000
102@@ -1,2 +0,0 @@
103-01_gtk-update-icon-cache_name.patch
104-ubuntu_a11y_fallback.patch
105
106=== removed directory '.pc/ubuntu_a11y_fallback.patch'
107=== removed directory '.pc/ubuntu_a11y_fallback.patch/themes'
108=== removed directory '.pc/ubuntu_a11y_fallback.patch/themes/HighContrast'
109=== removed directory '.pc/ubuntu_a11y_fallback.patch/themes/HighContrast/icons'
110=== removed file '.pc/ubuntu_a11y_fallback.patch/themes/HighContrast/icons/index.theme.in'
111--- .pc/ubuntu_a11y_fallback.patch/themes/HighContrast/icons/index.theme.in 2013-05-27 12:41:28 +0000
112+++ .pc/ubuntu_a11y_fallback.patch/themes/HighContrast/icons/index.theme.in 1970-01-01 00:00:00 +0000
113@@ -1,7 +0,0 @@
114-[Icon Theme]
115-Name=HighContrast
116-Comment=High contrast scalable icons with black borders
117-Inherits=gnome
118-Example=folder
119-
120-Directories=@THEME_DIRS@
121
122=== modified file 'ChangeLog'
123--- ChangeLog 2013-12-19 07:39:40 +0000
124+++ ChangeLog 2013-12-25 23:20:52 +0000
125@@ -1,16 +1,889 @@
126 # Generated by Makefile. Do not edit.
127
128-commit fa61dc651d73b4a7bba5378574c75f9b1166ea9b (HEAD, gnome-3-8)
129-Author: Cosimo Cecchi <cosimoc@gnome.org>
130-Date: Sat Sep 7 11:37:33 2013 -0700
131-
132- release: prepare for 3.8.4
133-
134- NEWS | 10 ++++++++++
135- configure.ac | 2 +-
136- 2 files changed, 11 insertions(+), 1 deletion(-)
137-
138-commit 385a9138bd7f8c6ca3b9a585c30e9709eefb9819 (origin/gnome-3-8)
139+commit 2d369fc600f7169b4f147499e4c28bef2eed2e34
140+Author: Jakub Steiner <jimmac@gmail.com>
141+Date: Tue Sep 24 13:09:42 2013 +0200
142+
143+ prepare for 3.10.0 release
144+
145+ NEWS | 9 +++++++++
146+ configure.ac | 2 +-
147+ 2 files changed, 10 insertions(+), 1 deletion(-)
148+
149+commit 2a33ae68119857d440c09f72e1abd502c419dd5a
150+Author: Ignacio Casal Quinteiro <ignacio.casal@nice-software.com>
151+Date: Fri Sep 20 12:55:03 2013 +0200
152+
153+ Fix GeditStatusMenuButton style.
154+
155+ themes/Adwaita/gtk-3.0/gnome-applications.css | 33 +++++++++++++++++----------
156+ 1 file changed, 21 insertions(+), 12 deletions(-)
157+
158+commit 1ea3a547f31cd8efd9cb1b3937defb91b8ab42b6
159+Author: Alexander Larsson <alexl@redhat.com>
160+Date: Mon Sep 16 15:16:28 2013 +0200
161+
162+ Fix notebook tab close buttons with new Gtk+
163+
164+ Gtk+ no longer propagates :hover state to child widgets, so we
165+ can't do something like ".button GtkImage:hover". Fortunately the
166+ stuff the code was using is all inherited properties that
167+ we may as well set on the button itself instead.
168+
169+ https://bugzilla.gnome.org/show_bug.cgi?id=708144
170+
171+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 16 ++++++----------
172+ 1 file changed, 6 insertions(+), 10 deletions(-)
173+
174+commit 22e643f53018133784945006746b868627a2da7d
175+Author: Michael Catanzaro <mcatanzaro@gnome.org>
176+Date: Tue Sep 10 07:53:30 2013 -0500
177+
178+ Rename abrt-gui icons to gnome-abrt
179+
180+ Fixes high contrast icons for ABRT 0.3
181+
182+ https://bugzilla.gnome.org/show_bug.cgi?id=707859
183+
184+ themes/HighContrast/Makefile-icons.am | 12 ++++++------
185+ themes/HighContrast/icons/16x16/apps/abrt-gui.png | Bin 362 -> 0 bytes
186+ themes/HighContrast/icons/16x16/apps/gnome-abrt.png | Bin 0 -> 362 bytes
187+ themes/HighContrast/icons/22x22/apps/abrt-gui.png | Bin 434 -> 0 bytes
188+ themes/HighContrast/icons/22x22/apps/gnome-abrt.png | Bin 0 -> 434 bytes
189+ themes/HighContrast/icons/24x24/apps/abrt-gui.png | Bin 459 -> 0 bytes
190+ themes/HighContrast/icons/24x24/apps/gnome-abrt.png | Bin 0 -> 459 bytes
191+ themes/HighContrast/icons/256x256/apps/abrt-gui.png | Bin 3134 -> 0 bytes
192+ themes/HighContrast/icons/256x256/apps/gnome-abrt.png | Bin 0 -> 3134 bytes
193+ themes/HighContrast/icons/32x32/apps/abrt-gui.png | Bin 575 -> 0 bytes
194+ themes/HighContrast/icons/32x32/apps/gnome-abrt.png | Bin 0 -> 575 bytes
195+ themes/HighContrast/icons/48x48/apps/abrt-gui.png | Bin 767 -> 0 bytes
196+ themes/HighContrast/icons/48x48/apps/gnome-abrt.png | Bin 0 -> 767 bytes
197+ 13 files changed, 6 insertions(+), 6 deletions(-)
198+
199+commit 94838661b77e2ad9f74014a195aea18d1b6814ff
200+Author: Erick PĂ©rez Castellanos <erick.red@gmail.com>
201+Date: Mon Sep 9 09:05:00 2013 -0400
202+
203+ contacts: Fix CSD window decorations
204+
205+ themes/Adwaita/gtk-3.0/gnome-applications.css | 10 ++++++++++
206+ 1 file changed, 10 insertions(+)
207+
208+commit 557c2ba35ea6ae6f29252b1d9c67e02ab4dc4548
209+Author: Matthias Clasen <mclasen@redhat.com>
210+Date: Sun Sep 8 16:17:46 2013 -0400
211+
212+ Fix levelbar low level color
213+
214+ The theming for levelbars was using @warning_bg_color for low
215+ levels, but that color is no longer defined since commit
216+ 6bfa3aa073c31f776db73ff44c6b65d90e1d5cd4. Change it to use
217+ @warning_color instead, which still exists, and looks roughly
218+ the same.
219+
220+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++----
221+ 1 file changed, 4 insertions(+), 4 deletions(-)
222+
223+commit d10116eb77b09d8372a82de2e25894371805726c
224+Author: Cosimo Cecchi <cosimoc@gnome.org>
225+Date: Thu Sep 5 19:13:28 2013 -0700
226+
227+ gtk3: fix menu borders when not running under gnome-shell
228+
229+ We can just use a transparent background for the insensitive items.
230+
231+ https://bugzilla.gnome.org/show_bug.cgi?id=707358
232+
233+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +-
234+ 1 file changed, 1 insertion(+), 1 deletion(-)
235+
236+commit 14b87667eee8b1aa776cf0ee81a48a361f81b547
237+Author: Cosimo Cecchi <cosimoc@gnome.org>
238+Date: Mon Sep 2 22:15:42 2013 -0700
239+
240+ release: prepare for 3.9.91
241+
242+ NEWS | 19 +++++++++++++++++++
243+ configure.ac | 2 +-
244+ 2 files changed, 20 insertions(+), 1 deletion(-)
245+
246+commit 7c24d5113eca876d3f66e971983ce6b0b445bca6
247+Author: Cosimo Cecchi <cosimoc@gnome.org>
248+Date: Mon Sep 2 21:50:32 2013 -0700
249+
250+ HighContrast: add missing selector for image-button classes
251+
252+ themes/HighContrast/gtk-3.0/gtk-widgets.css | 4 ++++
253+ 1 file changed, 4 insertions(+)
254+
255+commit d705ff8accb1ad9f2d8354cc45945486cf0ed99f
256+Author: Cosimo Cecchi <cosimoc@gnome.org>
257+Date: Sat Aug 31 16:30:45 2013 -0700
258+
259+ HighContrast: don't set a frame on GtkStatusbar
260+
261+ themes/HighContrast/gtk-3.0/gtk-widgets.css | 2 ++
262+ 1 file changed, 2 insertions(+)
263+
264+commit 62ea8a6a8b7430b690debda21de7fb9adb526227
265+Author: Cosimo Cecchi <cosimoc@gnome.org>
266+Date: Sat Aug 31 16:28:22 2013 -0700
267+
268+ HighContrast: add a style for hovered listbox rows
269+
270+ themes/HighContrast/gtk-3.0/gtk-widgets.css | 9 ++++++++-
271+ 1 file changed, 8 insertions(+), 1 deletion(-)
272+
273+commit aca7970084ca29a75494a31a7a1a227a30c6728c
274+Author: Cosimo Cecchi <cosimoc@gnome.org>
275+Date: Sat Aug 31 16:21:32 2013 -0700
276+
277+ HighContrast: fix insensitive menu items
278+
279+ These weren't rendered correctly.
280+
281+ themes/HighContrast/gtk-3.0/gtk-widgets.css | 30 +++++++++++++----------------
282+ 1 file changed, 13 insertions(+), 17 deletions(-)
283+
284+commit da5a5121494c51d6da482c69a3f28307a3d2d0fc
285+Author: Cosimo Cecchi <cosimoc@gnome.org>
286+Date: Sat Aug 31 16:13:09 2013 -0700
287+
288+ HighContrast: fix Nautilus styling
289+
290+ It was broken after the recent changes in layout.
291+
292+ themes/HighContrast/gtk-3.0/gtk-widgets.css | 23 ++++++++++++++---------
293+ 1 file changed, 14 insertions(+), 9 deletions(-)
294+
295+commit 9a8a84e7cf1041b1807594cf3f94fe29a3cff32d
296+Author: Cosimo Cecchi <cosimoc@gnome.org>
297+Date: Sat Aug 31 16:12:41 2013 -0700
298+
299+ HighContrast: add support for CSD and headerbars
300+
301+ themes/HighContrast/gtk-3.0/gtk-widgets.css | 92 +++++++++++++++++++++++++++++
302+ 1 file changed, 92 insertions(+)
303+
304+commit 9a858754d2d0662f8d176dde1ea092064b516c06
305+Author: Thomas Wood <thomas.wood@intel.com>
306+Date: Fri Aug 30 15:14:19 2013 +0100
307+
308+ Use currentColor to set the color property of dim-labels
309+
310+ https://bugzilla.gnome.org/show_bug.cgi?id=706408
311+
312+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 12 ++----------
313+ 1 file changed, 2 insertions(+), 10 deletions(-)
314+
315+commit 3ab3f04c6b9b6c78446f770941e6152d02ff4cf1
316+Author: Colin Walters <walters@verbum.org>
317+Date: Sat Aug 31 11:58:33 2013 -0400
318+
319+ build: Note we don't do srcdir != builddir
320+
321+ create-highcontrast.c code emits broken theme metadata in this case.
322+
323+ configure.ac | 5 +++++
324+ 1 file changed, 5 insertions(+)
325+
326+commit 2843aadf0707737aadd39ed354717df571536da0
327+Author: Seán de Búrca <leftmostcat@gmail.com>
328+Date: Sat Aug 31 02:39:10 2013 -0600
329+
330+ Updated Irish translation
331+
332+ po/ga.po | 2 +-
333+ 1 file changed, 1 insertion(+), 1 deletion(-)
334+
335+commit 663af90d5fe30a437f670c558b6ee580539dcc60
336+Author: Seán de Búrca <leftmostcat@gmail.com>
337+Date: Fri Aug 30 14:31:46 2013 -0600
338+
339+ Added Irish translation
340+
341+ po/LINGUAS | 1 +
342+ po/ga.po | 39 +++++++++++++++++++++++++++++++++++++++
343+ 2 files changed, 40 insertions(+)
344+
345+commit 69180c801fd271aee767ec2d7a7b5ee46084d58d
346+Author: Paolo Borelli <pborelli@gnome.org>
347+Date: Thu Aug 29 15:35:04 2013 +0200
348+
349+ Set headerbar title styles
350+
351+ https://bugzilla.gnome.org/show_bug.cgi?id=707051
352+
353+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++++++
354+ 1 file changed, 8 insertions(+)
355+
356+commit b95a8b874ac2d3c99e28843c1309e1ca51cc6e42
357+Author: Allan Day <allanpday@gmail.com>
358+Date: Tue Aug 27 21:51:20 2013 +0100
359+
360+ HeaderBars: specify padding
361+
362+ It is better to use the theme for setting padding, rather than
363+ GTK+. This allows the padding to compensate for the 2px bottom
364+ border on buttons.
365+
366+ https://bugzilla.gnome.org/show_bug.cgi?id=706929
367+
368+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 ++
369+ 1 file changed, 2 insertions(+)
370+
371+commit fc9e80027cee7bfacc5c28e3d8b72c44b9e60a31
372+Author: Seán de Búrca <leftmostcat@gmail.com>
373+Date: Tue Aug 27 09:04:27 2013 -0600
374+
375+ Fix intltool failure in configure
376+
377+ https://bugzilla.gnome.org/show_bug.cgi?id=706791
378+
379+ Makefile.am | 2 ++
380+ configure.ac | 2 ++
381+ 2 files changed, 4 insertions(+)
382+
383+commit a0f922083bb0c03a37991232fe940499fcaa4618
384+Author: Matthias Clasen <mclasen@redhat.com>
385+Date: Sun Aug 25 23:08:50 2013 -0400
386+
387+ Dark themed windows need shadows, too
388+
389+ The definition for wm_shadow was missing in the dark theme,
390+ causing shadows to be transparent.
391+
392+ https://bugzilla.gnome.org/show_bug.cgi?id=706646
393+
394+ themes/Adwaita/gtk-3.0/gtk-main-dark.css | 2 ++
395+ 1 file changed, 2 insertions(+)
396+
397+commit d55905b1aad258101cb01709eb549d07e2bcba7d
398+Author: Cosimo Cecchi <cosimoc@gnome.org>
399+Date: Sat Aug 24 08:13:07 2013 -0700
400+
401+ nautilus: simplify CSS a bit
402+
403+ themes/Adwaita/gtk-3.0/gnome-applications.css | 12 ++----------
404+ 1 file changed, 2 insertions(+), 10 deletions(-)
405+
406+commit fe21bbad3dca02366bde7cb5abee7edabdd8b8d1
407+Author: AntĂłnio Fernandes <AntonioJPFernandes@gmail.com>
408+Date: Fri Aug 23 21:46:45 2013 +0100
409+
410+ nautilus: Drop search bar overrides for tabs
411+
412+ The theming of the search bar for "no tabs" is identical now.
413+
414+ https://bugzilla.gnome.org/show_bug.cgi?id=706673
415+
416+ themes/Adwaita/gtk-3.0/gnome-applications.css | 11 -----------
417+ 1 file changed, 11 deletions(-)
418+
419+commit 823af26f676ca468dbf07b6ad2aa28b167c08f45
420+Author: AntĂłnio Fernandes <AntonioJPFernandes@gmail.com>
421+Date: Fri Aug 23 21:38:04 2013 +0100
422+
423+ nautilus: Remove search bar top border, add bottom border
424+
425+ The search bar theming was expecting a border below and no border above. Now
426+ that the toolbar is drawing the border, we need to draw a bottom border instead
427+ of a top border.
428+
429+ https://bugzilla.gnome.org/show_bug.cgi?id=706673
430+
431+ themes/Adwaita/gtk-3.0/gnome-applications.css | 7 +++++++
432+ 1 file changed, 7 insertions(+)
433+
434+commit c7d2778658a33a0915e7f74714eacb3dd6ab83fa
435+Author: AntĂłnio Fernandes <AntonioJPFernandes@gmail.com>
436+Date: Fri Aug 23 19:06:15 2013 +0100
437+
438+ nautilus: Remove duplicate borders
439+
440+ The toolbar has a bottom border now, which, added to the top borders on the places sidebar, the pane separator, and the notebook frame, results in a double border. Remove the later three to get a single border.
441+
442+ https://bugzilla.gnome.org/show_bug.cgi?id=706673
443+
444+ themes/Adwaita/gtk-3.0/gnome-applications.css | 6 +++---
445+ 1 file changed, 3 insertions(+), 3 deletions(-)
446+
447+commit e7d7b4caf0803c9ba230549914f187c4982327d0
448+Author: Stefano Facchini <stefano.facchini@gmail.com>
449+Date: Fri Aug 23 14:27:45 2013 +0200
450+
451+ baobab: remove workaround for header border
452+
453+ themes/Adwaita/gtk-3.0/gnome-applications.css | 5 -----
454+ 1 file changed, 5 deletions(-)
455+
456+commit 99f550fadb0b800cdd5ace7bf7ca38ba0bc58faa
457+Author: Cosimo Cecchi <cosimoc@gnome.org>
458+Date: Thu Aug 22 16:25:37 2013 +0100
459+
460+ csd: don't draw a border for automatic CSD titles added by GTK
461+
462+ For those we want to be consistent with the mutter theme we have
463+ nowadays, so use the extra style class to distinguish that case, and
464+ remove any border there.
465+
466+ https://bugzilla.gnome.org/show_bug.cgi?id=706418
467+
468+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 9 +++++++++
469+ 1 file changed, 9 insertions(+)
470+
471+commit 7acd518ca2b6067bc0aa7b2365961ba8c896af09
472+Author: Cosimo Cecchi <cosimoc@gnome.org>
473+Date: Thu Aug 22 16:23:42 2013 +0100
474+
475+ csd: don't override border and box shadow for titlebars
476+
477+ Since .titlebar is added by default to all the widgets used as titles
478+ for a toplevel, we can't override the border image or the box shadow as,
479+ for instance, headerbars want to render those.
480+ A following commit will remove the borders explicitly in case the client
481+ side decoration is the default one added automatically by GTK.
482+
483+ https://bugzilla.gnome.org/show_bug.cgi?id=706418
484+
485+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 3 ---
486+ 1 file changed, 3 deletions(-)
487+
488+commit fcc1628cb81f8537b56aa7b79ea7ee11d1d3d2fe
489+Author: Allan Day <allanpday@gmail.com>
490+Date: Fri Aug 23 10:30:04 2013 +0100
491+
492+ Add 1px height to HeaderBar image buttons
493+
494+ This makes them the same height as text buttons, and accomodates
495+ the double stroke on the bottom edge.
496+
497+ https://bugzilla.gnome.org/show_bug.cgi?id=706644
498+
499+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +-
500+ 1 file changed, 1 insertion(+), 1 deletion(-)
501+
502+commit 5cb0a7ecf78e49d8a451480b1b50f2af2bbe93a4
503+Author: Jakub Steiner <jimmac@gmail.com>
504+Date: Fri Aug 23 09:55:16 2013 +0200
505+
506+ primary toolbars: less harsh contrast for bg
507+
508+ - flatter appearance.
509+
510+ themes/Adwaita/gtk-3.0/gtk-main-dark.css | 8 ++++----
511+ themes/Adwaita/gtk-3.0/gtk-main.css | 8 ++++----
512+ themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css | 4 ++--
513+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +-
514+ 4 files changed, 11 insertions(+), 11 deletions(-)
515+
516+commit c05aa7b01faea0b3468809856a922823c66362ef
517+Author: Matthias Clasen <mclasen@redhat.com>
518+Date: Thu Aug 22 14:35:46 2013 -0400
519+
520+ Be smarter about context menu fonts
521+
522+ Instead of hardcoding a font size, go back to the initial
523+ font.
524+
525+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +-
526+ 1 file changed, 1 insertion(+), 1 deletion(-)
527+
528+commit 0e29acd463b66a1b6d0a31d6b7b812b2189402c3
529+Author: Jakub Steiner <jimmac@gmail.com>
530+Date: Thu Aug 22 19:00:49 2013 +0200
531+
532+ unintentional goofup of theme_fg_color
533+
534+ themes/Adwaita/gtk-3.0/gtk-main.css | 2 +-
535+ 1 file changed, 1 insertion(+), 1 deletion(-)
536+
537+commit 85105a4a8c406454f5bcf8048622574465daeb8f
538+Author: Jakub Steiner <jimmac@gmail.com>
539+Date: Thu Aug 22 18:54:22 2013 +0200
540+
541+ destructive,suggested: better backdrop color
542+
543+ themes/Adwaita/gtk-3.0/gtk-main.css | 2 +-
544+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 +++-----
545+ 2 files changed, 4 insertions(+), 6 deletions(-)
546+
547+commit d4281efe16b63b62266d95db8a3a40ef76ab1768
548+Author: Jakub Steiner <jimmac@gmail.com>
549+Date: Thu Aug 22 18:43:24 2013 +0200
550+
551+ destructive,suggested: fix unfocused windows
552+
553+ - use border assets and set common color for unfocused windows
554+
555+ themes/Adwaita/gtk-3.0/gtk-main-common.css | 2 +-
556+ themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css | 5 ++++-
557+ themes/Adwaita/gtk-3.0/gtk-widgets-borders.css | 5 ++++-
558+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +----
559+ 4 files changed, 10 insertions(+), 7 deletions(-)
560+
561+commit 35831d6aa44c3a9d2fdeba95e021d2947112db27
562+Author: Jakub Steiner <jimmac@gmail.com>
563+Date: Thu Aug 22 17:47:26 2013 +0200
564+
565+ csd: fix hover for dark theme
566+
567+ - use the existing style separation too - borders
568+ are defined separately from fills.
569+
570+ https://bugzilla.gnome.org/show_bug.cgi?id=706571
571+
572+ themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css | 4 +++-
573+ themes/Adwaita/gtk-3.0/gtk-widgets-borders.css | 4 +++-
574+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 -
575+ 3 files changed, 6 insertions(+), 3 deletions(-)
576+
577+commit 90033428294de0766a23c3352a57e2be840aa735
578+Author: Allan Day <allanpday@gmail.com>
579+Date: Wed Aug 21 14:40:12 2013 +0100
580+
581+ Adjust HeaderBar padding
582+
583+ HeaderBars were getting too much padding. Remove the styling that
584+ adds it.
585+
586+ https://bugzilla.gnome.org/show_bug.cgi?id=706500
587+
588+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 --
589+ 1 file changed, 2 deletions(-)
590+
591+commit 83e563faa82b819e006e0dd3a6194e7326839c78
592+Author: Cosimo Cecchi <cosimoc@gnome.org>
593+Date: Thu Aug 22 15:06:17 2013 +0100
594+
595+ build: bump required GTK version
596+
597+ https://bugzilla.gnome.org/show_bug.cgi?id=704782
598+
599+ configure.ac | 2 +-
600+ 1 file changed, 1 insertion(+), 1 deletion(-)
601+
602+commit 344843ba9c7b439a125bf7993e73ff8cb77c6fa0
603+Author: Cosimo Cecchi <cosimoc@gnome.org>
604+Date: Thu Aug 22 15:01:06 2013 +0100
605+
606+ csd: fix close button jumping around on hover and backdrop
607+
608+ https://bugzilla.gnome.org/show_bug.cgi?id=706321
609+
610+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 26 ++++++++------------------
611+ 1 file changed, 8 insertions(+), 18 deletions(-)
612+
613+commit 70646614b2acde4f6826a0082c0e99296f764000
614+Author: Cosimo Cecchi <cosimoc@gnome.org>
615+Date: Wed Aug 21 14:32:07 2013 -0700
616+
617+ menuitem: fix insensitive state
618+
619+ Another fallout of 30609ba766dd055f41002dcb813225d619b1d951.
620+
621+ https://bugzilla.gnome.org/show_bug.cgi?id=706540
622+
623+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +-
624+ 1 file changed, 1 insertion(+), 1 deletion(-)
625+
626+commit 69a897515528378109e880baffe12d4dc1d71ba9
627+Author: Jakub Steiner <jimmac@gmail.com>
628+Date: Wed Aug 21 14:37:42 2013 +0200
629+
630+ headerbar: fix a rounded corner.
631+
632+ themes/Adwaita/metacity-1/metacity-theme-3.xml | 2 +-
633+ 1 file changed, 1 insertion(+), 1 deletion(-)
634+
635+commit bc818134bb48c1c65cacb5d399b0bb6b487024b1
636+Author: Cosimo Cecchi <cosimoc@gnome.org>
637+Date: Wed Aug 21 03:42:35 2013 -0700
638+
639+ gtk3: add new border assets to the GResource
640+
641+ themes/Adwaita/gtk-3.0/gtk.gresource.xml | 12 ++++++++++--
642+ 1 file changed, 10 insertions(+), 2 deletions(-)
643+
644+commit a7b250df011cea31c2ed508fd3fc9a6e950f44d3
645+Author: Andreas Nilsson <bugs@andreasn.se>
646+Date: Tue Aug 20 22:30:46 2013 +0200
647+
648+ regular height for suggested and destructive buttons
649+
650+ https://bugzilla.gnome.org/show_bug.cgi?id=706416
651+
652+ .../borders/button-border-destructive-dark.png | Bin 0 -> 386 bytes
653+ .../borders/button-border-destructive-dark@2.png | Bin 0 -> 722 bytes
654+ .../gtk-3.0/borders/button-border-destructive.png | Bin 0 -> 402 bytes
655+ .../gtk-3.0/borders/button-border-destructive@2.png | Bin 0 -> 741 bytes
656+ .../borders/button-border-suggested-dark.png | Bin 0 -> 409 bytes
657+ .../borders/button-border-suggested-dark@2.png | Bin 0 -> 760 bytes
658+ .../gtk-3.0/borders/button-border-suggested.png | Bin 0 -> 432 bytes
659+ .../gtk-3.0/borders/button-border-suggested@2.png | Bin 0 -> 805 bytes
660+ themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css | 20 ++++++++++++++++++++
661+ themes/Adwaita/gtk-3.0/gtk-widgets-borders.css | 20 ++++++++++++++++++++
662+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 ------
663+ 11 files changed, 40 insertions(+), 6 deletions(-)
664+
665+commit 697a4fea200e2605a95cef9d0d9979fe0073cd0f
666+Author: Allan Day <allanpday@gmail.com>
667+Date: Tue Aug 20 22:03:11 2013 +0100
668+
669+ Increase legibility in the pushed button style
670+
671+ Make pushed button labels easier to read by tweaking their color.
672+ This make the theme consistent with the mockups. Requires that an
673+ unnecessary override be removed from the dark theme.
674+
675+ https://bugzilla.gnome.org/show_bug.cgi?id=706446
676+
677+ themes/Adwaita/gtk-3.0/gtk-main-dark.css | 2 +-
678+ themes/Adwaita/gtk-3.0/gtk-main.css | 4 ++--
679+ themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 1 -
680+ 3 files changed, 3 insertions(+), 4 deletions(-)
681+
682+commit 110e235c347f4115e5143804022f412ea1471376
683+Author: Andrea Veri <av@gnome.org>
684+Date: Wed Aug 21 00:01:48 2013 +0200
685+
686+ <name> should match repository's name.
687+
688+ gnome-themes-standard.doap | 2 +-
689+ 1 file changed, 1 insertion(+), 1 deletion(-)
690+
691+commit 0f8bc02f7a9c4322736ee31c5e77101b5616e55e
692+Author: Jakub Steiner <jimmac@gmail.com>
693+Date: Tue Aug 20 21:31:31 2013 +0200
694+
695+ prepare for 3.9.90 release
696+
697+ NEWS | 14 ++++++++++++++
698+ configure.ac | 2 +-
699+ 2 files changed, 15 insertions(+), 1 deletion(-)
700+
701+commit f06c0873df864a7e1c1b9000cadd776da9acfa48
702+Author: Jakub Steiner <jimmac@gmail.com>
703+Date: Mon Aug 19 22:59:28 2013 +0200
704+
705+ titlebars: lighten up
706+
707+ - allan suggested having icons and titles in sync,
708+ but making them lighter.
709+
710+ https://bugzilla.gnome.org/show_bug.cgi?id=706321
711+
712+ themes/Adwaita/gtk-3.0/gtk-main.css | 2 +-
713+ 1 file changed, 1 insertion(+), 1 deletion(-)
714+
715+commit 947b2740b2e36b4572ca095ef5c5a0129497468e
716+Author: Jakub Steiner <jimmac@gmail.com>
717+Date: Tue Aug 20 08:24:54 2013 +0200
718+
719+ headerbar: bring inline with wm theme
720+
721+ - use button-like hover and active states for "wm buttons".
722+ - lower the border-radius to match wm and top bar
723+ - don't use a separator here for now
724+
725+ https://bugzilla.gnome.org/show_bug.cgi?id=706321
726+
727+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 67 ++++++++++++++++++----------------
728+ 1 file changed, 36 insertions(+), 31 deletions(-)
729+
730+commit 5866f09ce9ea60f6fa729f0793417e8071e1f118
731+Author: Jakub Steiner <jimmac@gmail.com>
732+Date: Mon Aug 19 18:27:18 2013 +0200
733+
734+ mutter: sync with headerbars
735+
736+ - use regular raised button style for wm.
737+
738+ https://bugzilla.gnome.org/show_bug.cgi?id=706321
739+
740+ themes/Adwaita/metacity-1/metacity-theme-3.xml | 623 ++++++++-----------------
741+ 1 file changed, 202 insertions(+), 421 deletions(-)
742+
743+commit c9fd43eee9913c689dfbad90f8e0736fc9efb99b
744+Author: Allan Day <allanpday@gmail.com>
745+Date: Tue Aug 20 13:30:19 2013 +0100
746+
747+ Add a style for destructive buttons
748+
749+ This is used in a few applications to indicate when a button has a
750+ negative consequence.
751+
752+ https://bugzilla.gnome.org/show_bug.cgi?id=706385
753+
754+ themes/Adwaita/gtk-3.0/gtk-main-common.css | 9 ++++++
755+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 51 ++++++++++++++++++++++++++++++
756+ 2 files changed, 60 insertions(+)
757+
758+commit e19fd8e745d917ef07a4a47b48200d61aaa69ec6
759+Author: Cosimo Cecchi <cosimoc@gnome.org>
760+Date: Tue Aug 20 03:03:05 2013 +0200
761+
762+ assets: trim some whitespace
763+
764+ Sync up line numbers.
765+
766+ themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 15 ---------------
767+ themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 5 -----
768+ 2 files changed, 20 deletions(-)
769+
770+commit 77873426e2eb173027ec1ebe56cb27b7b7c7fea3
771+Author: Cosimo Cecchi <cosimoc@gnome.org>
772+Date: Tue Aug 20 03:02:26 2013 +0200
773+
774+ slider: move fine-tune CSS to generic stylesheet
775+
776+ It applies both to the dark and bright variants.
777+
778+ themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 12 ------------
779+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 9 +++++++++
780+ 2 files changed, 9 insertions(+), 12 deletions(-)
781+
782+commit 351236bdaa299c130d7c832a202798fec459a3b6
783+Author: Cosimo Cecchi <cosimoc@gnome.org>
784+Date: Tue Aug 20 03:01:58 2013 +0200
785+
786+ assets: fix typo in slider's scaled background image
787+
788+ themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 2 +-
789+ 1 file changed, 1 insertion(+), 1 deletion(-)
790+
791+commit c9cbbaf3fb48eeb7b83dd4f2a87536c285fc5025
792+Author: Cosimo Cecchi <cosimoc@gnome.org>
793+Date: Sun Aug 4 11:44:42 2013 +0200
794+
795+ gtk3: add support for prelight/dim effects on images
796+
797+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 9 +++++++++
798+ 1 file changed, 9 insertions(+)
799+
800+commit 5362ef1a25499e6b266fcb5c86786113a5c4ab0f
801+Author: Cosimo Cecchi <cosimoc@gnome.org>
802+Date: Tue Aug 20 01:47:52 2013 +0200
803+
804+ gtk3: fix propagation for insensitive colors
805+
806+ Since 30609ba766dd055f41002dcb813225d619b1d951 we stopped using
807+ wildcard selectors to propagate insensitive state colors. Turns out that
808+ part of the commit was wrong, as typically the insensitive state is set
809+ on a widget down the hierarchy, and not the toplevel, so relying on
810+ inheritance from .background won't work.
811+
812+ This commit partially reverts some of the changes from
813+ 30609ba766dd055f41002dcb813225d619b1d951 to make insensitive colors work
814+ correctly again.
815+
816+ https://bugzilla.gnome.org/show_bug.cgi?id=706009
817+
818+ themes/Adwaita/gtk-3.0/gnome-applications.css | 4 ++--
819+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 31 ++++++++++++---------------
820+ 2 files changed, 16 insertions(+), 19 deletions(-)
821+
822+commit f73418a6f209a02dfb83ca53e8f86fc1d6f5448a
823+Author: Erick PĂ©rez Castellanos <erick.red@gmail.com>
824+Date: Mon Aug 19 12:08:44 2013 -0400
825+
826+ contacts: fix toolbar separator to work RTL as well as LTR
827+
828+ themes/Adwaita/gtk-3.0/gnome-applications.css | 6 +++++-
829+ 1 file changed, 5 insertions(+), 1 deletion(-)
830+
831+commit 33a7378c984ce577214c1f33bbc528ddb3075697
832+Author: Erick PĂ©rez Castellanos <erick.red@gmail.com>
833+Date: Mon Aug 19 10:02:18 2013 -0400
834+
835+ contacts: added loading spinner styling
836+
837+ themes/Adwaita/gtk-3.0/gnome-applications.css | 8 ++++++--
838+ 1 file changed, 6 insertions(+), 2 deletions(-)
839+
840+commit 91cced43f367971f443eb7af710bcbb8667145da
841+Author: Erick PĂ©rez Castellanos <erick.red@gmail.com>
842+Date: Sat Aug 17 12:24:37 2013 -0400
843+
844+ contacts: added watermak color
845+
846+ Add custom color for "Select a contact" view in Contacts.ContactPane
847+
848+ themes/Adwaita/gtk-3.0/gnome-applications.css | 5 +++++
849+ 1 file changed, 5 insertions(+)
850+
851+commit 08b35646d8e27ac8d25762b99c2fe94b85c0b1c3
852+Author: Erick PĂ©rez Castellanos <erick.red@gmail.com>
853+Date: Sat Aug 17 12:24:16 2013 -0400
854+
855+ contacts: removed unused class
856+
857+ themes/Adwaita/gtk-3.0/gnome-applications.css | 18 ------------------
858+ 1 file changed, 18 deletions(-)
859+
860+commit 1db878b07da22ffe37681350163bde90079c54cd
861+Author: Matthias Clasen <mclasen@redhat.com>
862+Date: Sun Aug 18 10:48:54 2013 -0400
863+
864+ Set a font for context menus
865+
866+ GTK+ has recently started to add a dedicated style class
867+ to context menus. We set an explicit font for this class
868+ to prevent unintended inheritance, e.g. for context menus
869+ of the gedit document view or the preview entry in the
870+ font chooser.
871+
872+ https://bugzilla.gnome.org/show_bug.cgi?id=697127
873+
874+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++++
875+ 1 file changed, 4 insertions(+)
876+
877+commit 6267003f88a784aa3e7baf16f606ae798c3afdf6
878+Author: Colin Walters <walters@verbum.org>
879+Date: Sat Aug 17 14:35:38 2013 -0400
880+
881+ themes: Fix enumeration of cursors with srcdir != builddir
882+
883+ themes/Adwaita/cursors/Makefile.am | 2 +-
884+ 1 file changed, 1 insertion(+), 1 deletion(-)
885+
886+commit 4a45f98575042749fdadd99f8f537eb904fe0ae0
887+Author: Stefano Facchini <stefano.facchini@gmail.com>
888+Date: Sat Aug 17 09:23:41 2013 +0200
889+
890+ baobab: add a bottom border to the headerbar
891+
892+ themes/Adwaita/gtk-3.0/gnome-applications.css | 5 +++++
893+ 1 file changed, 5 insertions(+)
894+
895+commit a90e94c17512b024749087eb04985485525d0106
896+Author: Cosimo Cecchi <cosimoc@gnome.org>
897+Date: Fri Aug 16 19:27:40 2013 +0200
898+
899+ titlebar: set a default background color for backdrop titlebars
900+
901+ https://bugzilla.gnome.org/show_bug.cgi?id=706068
902+
903+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 +
904+ 1 file changed, 1 insertion(+)
905+
906+commit c62007558814ca7052be6c07c79f4551e0f58277
907+Author: Matthias Clasen <mclasen@redhat.com>
908+Date: Fri Aug 16 13:36:49 2013 -0400
909+
910+ Be more careful when overriding titlebar fonts
911+
912+ The current theme makes any text bold that appears anywhere
913+ in a headerbar (including entries, buttons, etc). To fix that,
914+ GTK+ now adds 'title' and 'subtitle' style classes to the
915+ two labels. This commit makes use of those style classes to
916+ restrict the font changes to just where it is desired.
917+
918+ https://bugzilla.gnome.org/show_bug.cgi?id=706154
919+
920+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 ++++-
921+ 1 file changed, 4 insertions(+), 1 deletion(-)
922+
923+commit 3bdc23ba0a13657b08055a6c438a9d7b6a961787
924+Author: Erick PĂ©rez Castellanos <erick.red@gmail.com>
925+Date: Thu Aug 15 00:35:51 2013 -0400
926+
927+ contacts-toolbars: more cleaning and adjusting to new UI
928+
929+ themes/Adwaita/gtk-3.0/gnome-applications.css | 13 +++----------
930+ 1 file changed, 3 insertions(+), 10 deletions(-)
931+
932+commit 5a0417a8da5b41b12e70f4da079ba74ec4b13bd7
933+Author: Erick PĂ©rez Castellanos <erick.red@gmail.com>
934+Date: Wed Aug 14 23:09:41 2013 -0400
935+
936+ contacts: add frame around main avatar
937+
938+ themes/Adwaita/gtk-3.0/gnome-applications.css | 7 +++++++
939+ 1 file changed, 7 insertions(+)
940+
941+commit 68086d564067d2da5b531dde918bf00cea9339fb
942+Author: Jakub Steiner <jimmac@gmail.com>
943+Date: Sun Aug 4 10:20:00 2013 +0200
944+
945+ fine scrolling:specific widgets
946+
947+ Communicate the "density" by scaling the widgets.
948+ Perhaps in future we want to use a 1px stroke and create
949+ separate assets.
950+
951+ https://bugzilla.gnome.org/show_bug.cgi?id=704703
952+
953+ themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 11 +++++++++++
954+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++++++
955+ 2 files changed, 19 insertions(+)
956+
957+commit ae415816ef648a32a2bca7b15b6d9894870b9aca
958+Author: Cosimo Cecchi <cosimoc@gnome.org>
959+Date: Sun Aug 4 15:00:44 2013 +0200
960+
961+ gedit: fix not-found colors for the search entry
962+
963+ themes/Adwaita/gtk-3.0/gnome-applications.css | 6 ++++--
964+ 1 file changed, 4 insertions(+), 2 deletions(-)
965+
966+commit cea9522f38a58a67fbfb008b5ae4807bad8b55ec
967+Author: Cosimo Cecchi <cosimoc@gnome.org>
968+Date: Sat Aug 3 18:58:05 2013 +0200
969+
970+ infobar: style the close button for GtkInfoBar
971+
972+ themes/Adwaita/gtk-3.0/gtk-main-common.css | 1 -
973+ themes/Adwaita/gtk-3.0/gtk-main-dark.css | 2 ++
974+ themes/Adwaita/gtk-3.0/gtk-main.css | 2 ++
975+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 46 ++++++++++++++++++++++++++++++
976+ 4 files changed, 50 insertions(+), 1 deletion(-)
977+
978+commit 664fecafcb7250ba91a6cb4f419fc4e8bd1cd3f5
979+Author: Jakub Steiner <jimmac@gmail.com>
980+Date: Sat Aug 3 01:38:53 2013 +0200
981+
982+ hidpi: working scale sliders
983+
984+ - actually render the missing bits
985+ - reference them in css
986+ - add to gresource
987+
988+ themes/Adwaita/gtk-3.0/assets.svg | 52 +++++++++++++++++----
989+ .../menuitem-checkbox-checked-selected@2.png | Bin 0 -> 446 bytes
990+ .../assets/menuitem-checkbox-mixed-selected@2.png | Bin 0 -> 215 bytes
991+ .../assets/menuitem-radio-checked-selected@2.png | Bin 0 -> 299 bytes
992+ .../assets/scale-slider-horz-active-dark@2.png | Bin 0 -> 1121 bytes
993+ .../gtk-3.0/assets/scale-slider-horz-active@2.png | Bin 0 -> 1201 bytes
994+ .../assets/scale-slider-horz-backdrop-dark@2.png | Bin 0 -> 882 bytes
995+ ...ale-slider-horz-backdrop-insensitive-dark@2.png | Bin 0 -> 1072 bytes
996+ .../scale-slider-horz-backdrop-insensitive@2.png | Bin 0 -> 1129 bytes
997+ .../assets/scale-slider-horz-backdrop@2.png | Bin 0 -> 1172 bytes
998+ .../gtk-3.0/assets/scale-slider-horz-dark@2.png | Bin 0 -> 1377 bytes
999+ .../assets/scale-slider-horz-hover-dark@2.png | Bin 0 -> 1411 bytes
1000+ .../gtk-3.0/assets/scale-slider-horz-hover@2.png | Bin 0 -> 1365 bytes
1001+ .../scale-slider-horz-insensitive-dark@2.png | Bin 0 -> 882 bytes
1002+ .../assets/scale-slider-horz-insensitive@2.png | Bin 0 -> 1172 bytes
1003+ .../Adwaita/gtk-3.0/assets/scale-slider-horz@2.png | Bin 0 -> 1423 bytes
1004+ .../assets/scale-slider-vert-active-dark@2.png | Bin 0 -> 1141 bytes
1005+ .../gtk-3.0/assets/scale-slider-vert-active@2.png | Bin 0 -> 1334 bytes
1006+ .../assets/scale-slider-vert-backdrop-dark@2.png | Bin 0 -> 882 bytes
1007+ ...ale-slider-vert-backdrop-insensitive-dark@2.png | Bin 0 -> 1044 bytes
1008+ .../scale-slider-vert-backdrop-insensitive@2.png | Bin 0 -> 980 bytes
1009+ .../assets/scale-slider-vert-backdrop@2.png | Bin 0 -> 1172 bytes
1010+ .../gtk-3.0/assets/scale-slider-vert-dark@2.png | Bin 0 -> 1382 bytes
1011+ .../assets/scale-slider-vert-hover-dark@2.png | Bin 0 -> 1418 bytes
1012+ .../gtk-3.0/assets/scale-slider-vert-hover@2.png | Bin 0 -> 1407 bytes
1013+ .../scale-slider-vert-insensitive-dark@2.png | Bin 0 -> 901 bytes
1014+ .../assets/scale-slider-vert-insensitive@2.png | Bin 0 -> 1030 bytes
1015+ .../Adwaita/gtk-3.0/assets/scale-slider-vert@2.png | Bin 0 -> 1437 bytes
1016+ themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 24 +++++-----
1017+ themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 24 +++++-----
1018+ themes/Adwaita/gtk-3.0/gtk.gresource.xml | 27 +++++++++++
1019+ themes/Adwaita/gtk-3.0/render-assets.sh | 2 +-
1020+ 32 files changed, 96 insertions(+), 33 deletions(-)
1021+
1022+commit 5f19f9b656469e1263f8da663467390ade9509b9
1023 Author: Jeremy Bicha <jbicha@ubuntu.com>
1024 Date: Wed Jul 31 21:47:33 2013 -0400
1025
1026@@ -33,38 +906,28 @@
1027 .../HighContrast/icons/48x48/apps/session-properties.png | Bin 0 -> 477 bytes
1028 13 files changed, 6 insertions(+), 6 deletions(-)
1029
1030-commit 38c8750c19f327d6c90b6899effe3dfa56e9a8f1 (tag: 3.8.3)
1031-Author: Matthias Clasen <mclasen@redhat.com>
1032-Date: Thu Jul 25 19:38:37 2013 -0400
1033-
1034- 3.8.3
1035-
1036- configure.ac | 2 +-
1037- 1 file changed, 1 insertion(+), 1 deletion(-)
1038-
1039-commit 6ebf27ee6a11b8d2e672fce741c24c07d0dec71b
1040-Author: Matthias Clasen <mclasen@redhat.com>
1041-Date: Thu Jul 25 19:36:53 2013 -0400
1042-
1043- Make sure the new icons actually make it into the tarball
1044+commit e44a3db783d55c4343e6ace07235312827b02dfc
1045+Author: Stefano Facchini <stefano.facchini@gmail.com>
1046+Date: Thu Aug 1 19:36:13 2013 +0200
1047+
1048+ baobab: remove unused style class
1049+
1050+ themes/Adwaita/gtk-3.0/gnome-applications.css | 6 ------
1051+ 1 file changed, 6 deletions(-)
1052+
1053+commit e1a7d0fdddf3cb2f1272179ae63f1b4dbfef4591
1054+Author: Matthias Clasen <mclasen@redhat.com>
1055+Date: Thu Jul 25 19:45:36 2013 -0400
1056+
1057+ Add new icons to Makefile-icons.am
1058
1059- It is necessary to run create-makefiles.sh to update
1060- Makefile-icons.am.
1061+ It is necessary to run create-makefiles.sh after adding
1062+ icons. Who knew ?!
1063
1064 themes/HighContrast/Makefile-icons.am | 36 +++++++++++++++++++++++++++++++++++
1065 1 file changed, 36 insertions(+)
1066
1067-commit 6b96575bff493acc6180f1190a948fa39a6c49cc (tag: 3.8.2)
1068-Author: Matthias Clasen <mclasen@redhat.com>
1069-Date: Mon Jul 22 20:46:05 2013 -0400
1070-
1071- 3.8.2
1072-
1073- NEWS | 5 +++++
1074- configure.ac | 2 +-
1075- 2 files changed, 6 insertions(+), 1 deletion(-)
1076-
1077-commit 14f4f7392e28d8c70347904f000cb44099534464
1078+commit 03fb8b62edc1b6f092211c8cea86ed0cb276d3b2
1079 Author: Matthias Clasen <mclasen@redhat.com>
1080 Date: Mon Jul 22 20:42:47 2013 -0400
1081
1082@@ -104,7 +967,561 @@
1083 themes/HighContrast/icons/48x48/apps/gtranslator.png | Bin 0 -> 1307 bytes
1084 30 files changed, 0 insertions(+), 0 deletions(-)
1085
1086-commit 90d12eeaee14dff69fde5f4d030f02c5a02112d5 (origin-ssh/gnome-3-8)
1087+commit 2299bb5a7fec1e74c0be82cd1ece55cce3f0ded1
1088+Author: William Jon McCann <william.jon.mccann@gmail.com>
1089+Date: Mon Jul 15 16:11:33 2013 -0400
1090+
1091+ Simplify last patch
1092+
1093+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 39 +++++++---------------------------
1094+ 1 file changed, 8 insertions(+), 31 deletions(-)
1095+
1096+commit 6bfa3aa073c31f776db73ff44c6b65d90e1d5cd4
1097+Author: William Jon McCann <william.jon.mccann@gmail.com>
1098+Date: Mon Jul 15 10:53:34 2013 -0400
1099+
1100+ Use the same color for infobars
1101+
1102+ https://bugzilla.gnome.org/show_bug.cgi?id=704266
1103+
1104+ themes/Adwaita/gtk-3.0/gtk-main-common.css | 15 ++--------
1105+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 46 +++++++++---------------------
1106+ 2 files changed, 17 insertions(+), 44 deletions(-)
1107+
1108+commit 3036ff7c00662b70acb09f23ca7b689cc6a7c773
1109+Author: SĂ©bastien Wilmet <swilmet@gnome.org>
1110+Date: Sat Jul 13 16:53:17 2013 +0200
1111+
1112+ Add gedit-search-entry-occurrences-tag style
1113+
1114+ It is used in the search entry (a GdTaggedEntry) for showing information
1115+ on the occurrences. E.g. "3 of 10".
1116+
1117+ Make the theme_unfocused_fg_color a bit darker, so it is more readable.
1118+
1119+ themes/Adwaita/gtk-3.0/gnome-applications.css | 6 ++++++
1120+ 1 file changed, 6 insertions(+)
1121+
1122+commit 41de4d0766064dee61118c8a9c090e6381940a79
1123+Author: Alexander Larsson <alexl@redhat.com>
1124+Date: Fri Jul 5 16:11:25 2013 +0200
1125+
1126+ adwaita: Actually use the new hidpi assets
1127+
1128+ .../Adwaita/gtk-3.0/gnome-applications-dark-overrides.css | 2 +-
1129+ themes/Adwaita/gtk-3.0/gnome-applications.css | 2 +-
1130+ themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css | 14 +++++++-------
1131+ themes/Adwaita/gtk-3.0/gtk-widgets-borders.css | 14 +++++++-------
1132+ themes/Adwaita/gtk-3.0/gtk.gresource.xml | 14 ++++++++++++++
1133+ 5 files changed, 30 insertions(+), 16 deletions(-)
1134+
1135+commit eeece7134dfd8ae3324f842c0feafb2e81391490
1136+Author: Jakub Steiner <jimmac@gmail.com>
1137+Date: Thu Jul 4 23:54:27 2013 +0200
1138+
1139+ consolidate asset rendering
1140+
1141+ - "port" scale sliders to the new asset.svg
1142+ - rename -new.* to the old names
1143+ - add hidpi rendeirng of borders
1144+ - render all
1145+
1146+ themes/Adwaita/gtk-3.0/assets-new.svg | 10985 ------------
1147+ themes/Adwaita/gtk-3.0/assets.svg | 17140 ++++++++++++-------
1148+ .../borders/generic-border-backdrop-dark@2.png | Bin 0 -> 457 bytes
1149+ .../gtk-3.0/borders/generic-border-backdrop@2.png | Bin 0 -> 524 bytes
1150+ .../borders/generic-border-transparent-dark@2.png | Bin 0 -> 504 bytes
1151+ .../borders/generic-border-transparent@2.png | Bin 0 -> 521 bytes
1152+ .../gtk-3.0/borders/nohl-button-border-dark@2.png | Bin 0 -> 657 bytes
1153+ .../borders/nohl-button-border-default-dark@2.png | Bin 0 -> 567 bytes
1154+ .../borders/nohl-button-border-default@2.png | Bin 0 -> 594 bytes
1155+ .../gtk-3.0/borders/nohl-button-border@2.png | Bin 0 -> 703 bytes
1156+ .../nohl-generic-border-backdrop-dark@2.png | Bin 0 -> 450 bytes
1157+ .../borders/nohl-generic-border-backdrop@2.png | Bin 0 -> 518 bytes
1158+ .../gtk-3.0/borders/nohl-generic-border-dark@2.png | Bin 0 -> 529 bytes
1159+ .../borders/nohl-generic-border-focused-dark@2.png | Bin 0 -> 427 bytes
1160+ .../borders/nohl-generic-border-focused@2.png | Bin 0 -> 435 bytes
1161+ .../nohl-generic-border-transparent-dark@2.png | Bin 0 -> 361 bytes
1162+ .../borders/nohl-generic-border-transparent@2.png | Bin 0 -> 352 bytes
1163+ .../gtk-3.0/borders/nohl-generic-border@2.png | Bin 0 -> 567 bytes
1164+ ...mary-toolbar-generic-border-backdrop-dark@2.png | Bin 0 -> 524 bytes
1165+ .../primary-toolbar-generic-border-backdrop@2.png | Bin 0 -> 545 bytes
1166+ themes/Adwaita/gtk-3.0/render-assets-new.sh | 34 -
1167+ themes/Adwaita/gtk-3.0/render-assets.sh | 13 +-
1168+ themes/Adwaita/gtk-3.0/render-borders.sh | 14 +-
1169+ 23 files changed, 10705 insertions(+), 17481 deletions(-)
1170+
1171+commit 1595ddea3ccbf638432a1485cd3d9e9d602c9c5c
1172+Author: Jakub Steiner <jimmac@gmail.com>
1173+Date: Thu Jul 4 21:54:39 2013 +0200
1174+
1175+ render borders
1176+
1177+ themes/Adwaita/gtk-3.0/assets-new.svg | 104 ++++++++++++++++-----
1178+ .../Adwaita/gtk-3.0/borders/button-border-dark.png | Bin 399 -> 406 bytes
1179+ .../gtk-3.0/borders/button-border-default-dark.png | Bin 360 -> 395 bytes
1180+ .../gtk-3.0/borders/button-border-default.png | Bin 376 -> 406 bytes
1181+ .../borders/generic-border-backdrop-dark.png | Bin 224 -> 296 bytes
1182+ .../gtk-3.0/borders/generic-border-backdrop.png | Bin 224 -> 303 bytes
1183+ .../gtk-3.0/borders/generic-border-dark.png | Bin 347 -> 357 bytes
1184+ .../borders/generic-border-focused-dark.png | Bin 287 -> 348 bytes
1185+ .../gtk-3.0/borders/generic-border-focused.png | Bin 287 -> 353 bytes
1186+ themes/Adwaita/gtk-3.0/borders/generic-border.png | Bin 345 -> 359 bytes
1187+ .../gtk-3.0/borders/nohl-button-border-dark.png | Bin 370 -> 370 bytes
1188+ .../borders/nohl-button-border-default-dark.png | Bin 320 -> 337 bytes
1189+ .../gtk-3.0/borders/nohl-button-border-default.png | Bin 330 -> 347 bytes
1190+ .../borders/nohl-generic-border-backdrop-dark.png | Bin 223 -> 289 bytes
1191+ .../borders/nohl-generic-border-backdrop.png | Bin 223 -> 295 bytes
1192+ .../gtk-3.0/borders/nohl-generic-border-dark.png | Bin 316 -> 314 bytes
1193+ .../borders/nohl-generic-border-focused-dark.png | Bin 223 -> 289 bytes
1194+ .../borders/nohl-generic-border-focused.png | Bin 223 -> 290 bytes
1195+ .../primary-toolbar-button-border-default-dark.png | Bin 440 -> 496 bytes
1196+ .../primary-toolbar-button-border-default.png | Bin 484 -> 555 bytes
1197+ ...rimary-toolbar-generic-border-backdrop-dark.png | Bin 228 -> 312 bytes
1198+ .../primary-toolbar-generic-border-backdrop.png | Bin 228 -> 322 bytes
1199+ ...primary-toolbar-generic-border-focused-dark.png | Bin 374 -> 450 bytes
1200+ .../primary-toolbar-generic-border-focused.png | Bin 393 -> 499 bytes
1201+ themes/Adwaita/gtk-3.0/render-borders.sh | 2 +-
1202+ 25 files changed, 82 insertions(+), 24 deletions(-)
1203+
1204+commit c8901748eb8f75ad2b07667a2fea952205903297
1205+Author: Alexander Larsson <alexl@redhat.com>
1206+Date: Fri Jun 28 00:05:49 2013 +0200
1207+
1208+ Adwaita: Use hidpi assets
1209+
1210+ .../gtk-3.0/gnome-applications-dark-overrides.css | 2 +-
1211+ themes/Adwaita/gtk-3.0/gnome-applications.css | 2 +-
1212+ themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 100 +++----
1213+ themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 100 +++----
1214+ .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css | 16 +-
1215+ themes/Adwaita/gtk-3.0/gtk-widgets-borders.css | 16 +-
1216+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 12 +-
1217+ themes/Adwaita/gtk-3.0/gtk.gresource.xml | 298 ++++++++++++++-------
1218+ 8 files changed, 332 insertions(+), 214 deletions(-)
1219+
1220+commit 457fc6443a340f1c5a2864b660030ab165aa5a70
1221+Author: Alexander Larsson <alexl@redhat.com>
1222+Date: Thu Jun 27 23:36:14 2013 +0200
1223+
1224+ adwaita: Render hidpi versions of borders
1225+
1226+ themes/Adwaita/gtk-3.0/borders/button-border-dark@2.png | Bin 0 -> 763 bytes
1227+ .../gtk-3.0/borders/button-border-default-dark@2.png | Bin 0 -> 728 bytes
1228+ .../Adwaita/gtk-3.0/borders/button-border-default@2.png | Bin 0 -> 785 bytes
1229+ themes/Adwaita/gtk-3.0/borders/button-border@2.png | Bin 0 -> 806 bytes
1230+ themes/Adwaita/gtk-3.0/borders/generic-border-alt@2.png | Bin 0 -> 602 bytes
1231+ .../gtk-3.0/borders/generic-border-dark-alt@2.png | Bin 0 -> 572 bytes
1232+ themes/Adwaita/gtk-3.0/borders/generic-border-dark@2.png | Bin 0 -> 661 bytes
1233+ .../gtk-3.0/borders/generic-border-focused-dark@2.png | Bin 0 -> 614 bytes
1234+ .../Adwaita/gtk-3.0/borders/generic-border-focused@2.png | Bin 0 -> 596 bytes
1235+ .../gtk-3.0/borders/generic-border-unfocused-alt@2.png | Bin 0 -> 514 bytes
1236+ .../borders/generic-border-unfocused-dark-alt@2.png | Bin 0 -> 506 bytes
1237+ .../gtk-3.0/borders/generic-border-unfocused-dark@2.png | Bin 0 -> 526 bytes
1238+ .../gtk-3.0/borders/generic-border-unfocused@2.png | Bin 0 -> 553 bytes
1239+ themes/Adwaita/gtk-3.0/borders/generic-border@2.png | Bin 0 -> 665 bytes
1240+ .../borders/primary-toolbar-button-border-dark@2.png | Bin 0 -> 991 bytes
1241+ .../primary-toolbar-button-border-default-dark@2.png | Bin 0 -> 987 bytes
1242+ .../borders/primary-toolbar-button-border-default@2.png | Bin 0 -> 1101 bytes
1243+ .../gtk-3.0/borders/primary-toolbar-button-border@2.png | Bin 0 -> 1147 bytes
1244+ .../borders/primary-toolbar-generic-border-dark@2.png | Bin 0 -> 876 bytes
1245+ .../primary-toolbar-generic-border-focused-dark@2.png | Bin 0 -> 835 bytes
1246+ .../borders/primary-toolbar-generic-border-focused@2.png | Bin 0 -> 925 bytes
1247+ .../primary-toolbar-generic-border-unfocused-dark@2.png | Bin 0 -> 529 bytes
1248+ .../primary-toolbar-generic-border-unfocused@2.png | Bin 0 -> 563 bytes
1249+ .../gtk-3.0/borders/primary-toolbar-generic-border@2.png | Bin 0 -> 980 bytes
1250+ .../selection-toolbar-suggested-button-border@2.png | Bin 0 -> 651 bytes
1251+ .../gtk-3.0/borders/tooltip-generic-border-dark@2.png | Bin 0 -> 572 bytes
1252+ .../borders/tooltip-generic-border-focused-dark@2.png | Bin 0 -> 500 bytes
1253+ .../gtk-3.0/borders/tooltip-generic-border-focused@2.png | Bin 0 -> 496 bytes
1254+ .../Adwaita/gtk-3.0/borders/tooltip-generic-border@2.png | Bin 0 -> 602 bytes
1255+ 29 files changed, 0 insertions(+), 0 deletions(-)
1256+
1257+commit 3af2d5c0146eaed5c1b8128119117c8272d0d8fb
1258+Author: Alexander Larsson <alexl@redhat.com>
1259+Date: Thu Jun 27 23:31:31 2013 +0200
1260+
1261+ Adwaita: ressurect border svgs from commit 4dcb3609e81afd44b88e08d9ba83c1207f44db70
1262+
1263+ .../Adwaita/gtk-3.0/borders/button-border-dark.svg | 134 ++++++++++++
1264+ .../gtk-3.0/borders/button-border-default-dark.svg | 114 ++++++++++
1265+ .../gtk-3.0/borders/button-border-default.svg | 114 ++++++++++
1266+ themes/Adwaita/gtk-3.0/borders/button-border.svg | 135 ++++++++++++
1267+ .../Adwaita/gtk-3.0/borders/generic-border-alt.svg | 101 +++++++++
1268+ .../gtk-3.0/borders/generic-border-dark-alt.svg | 129 ++++++++++++
1269+ .../gtk-3.0/borders/generic-border-dark.svg | 134 ++++++++++++
1270+ .../borders/generic-border-focused-dark.svg | 83 ++++++++
1271+ .../gtk-3.0/borders/generic-border-focused.svg | 102 +++++++++
1272+ .../borders/generic-border-unfocused-alt.svg | 77 +++++++
1273+ .../borders/generic-border-unfocused-dark-alt.svg | 77 +++++++
1274+ .../borders/generic-border-unfocused-dark.svg | 77 +++++++
1275+ .../gtk-3.0/borders/generic-border-unfocused.svg | 77 +++++++
1276+ themes/Adwaita/gtk-3.0/borders/generic-border.svg | 106 ++++++++++
1277+ .../borders/primary-toolbar-button-border-dark.svg | 169 +++++++++++++++
1278+ .../primary-toolbar-button-border-default-dark.svg | 139 ++++++++++++
1279+ .../primary-toolbar-button-border-default.svg | 160 ++++++++++++++
1280+ .../borders/primary-toolbar-button-border.svg | 189 +++++++++++++++++
1281+ .../primary-toolbar-generic-border-dark.svg | 161 ++++++++++++++
1282+ ...primary-toolbar-generic-border-focused-dark.svg | 109 ++++++++++
1283+ .../primary-toolbar-generic-border-focused.svg | 161 ++++++++++++++
1284+ ...imary-toolbar-generic-border-unfocused-dark.svg | 121 +++++++++++
1285+ .../primary-toolbar-generic-border-unfocused.svg | 121 +++++++++++
1286+ .../borders/primary-toolbar-generic-border.svg | 233 +++++++++++++++++++++
1287+ 24 files changed, 3023 insertions(+)
1288+
1289+commit 2e4f7b44eddd42f80e1dc0894858e2a9060d7fa4
1290+Author: Alexander Larsson <alexl@redhat.com>
1291+Date: Thu Jun 27 23:12:06 2013 +0200
1292+
1293+ Render hidpi pngs from assets-new.png
1294+
1295+ .../assets/checkbox-checked-backdrop-dark@2.png | Bin 0 -> 956 bytes
1296+ ...heckbox-checked-backdrop-insensitive-dark@2.png | Bin 0 -> 874 bytes
1297+ .../checkbox-checked-backdrop-insensitive@2.png | Bin 0 -> 1071 bytes
1298+ .../gtk-3.0/assets/checkbox-checked-backdrop@2.png | Bin 0 -> 1147 bytes
1299+ .../gtk-3.0/assets/checkbox-checked-dark@2.png | Bin 0 -> 1718 bytes
1300+ .../assets/checkbox-checked-insensitive-dark@2.png | Bin 0 -> 1036 bytes
1301+ .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 1372 bytes
1302+ .../Adwaita/gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 1950 bytes
1303+ .../assets/checkbox-mixed-backdrop-dark@2.png | Bin 0 -> 744 bytes
1304+ .../checkbox-mixed-backdrop-insensitive-dark@2.png | Bin 0 -> 714 bytes
1305+ .../checkbox-mixed-backdrop-insensitive@2.png | Bin 0 -> 882 bytes
1306+ .../gtk-3.0/assets/checkbox-mixed-backdrop@2.png | Bin 0 -> 843 bytes
1307+ .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 1012 bytes
1308+ .../assets/checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 826 bytes
1309+ .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 1074 bytes
1310+ themes/Adwaita/gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 1129 bytes
1311+ .../assets/checkbox-unchecked-backdrop-dark@2.png | Bin 0 -> 630 bytes
1312+ ...ckbox-unchecked-backdrop-insensitive-dark@2.png | Bin 0 -> 619 bytes
1313+ .../checkbox-unchecked-backdrop-insensitive@2.png | Bin 0 -> 689 bytes
1314+ .../assets/checkbox-unchecked-backdrop@2.png | Bin 0 -> 673 bytes
1315+ .../gtk-3.0/assets/checkbox-unchecked-dark@2.png | Bin 0 -> 789 bytes
1316+ .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 724 bytes
1317+ .../assets/checkbox-unchecked-insensitive@2.png | Bin 0 -> 864 bytes
1318+ .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 881 bytes
1319+ .../menuitem-checkbox-checked-insensitive@2.png | Bin 0 -> 699 bytes
1320+ .../gtk-3.0/assets/menuitem-checkbox-checked@2.png | Bin 0 -> 671 bytes
1321+ .../menuitem-checkbox-mixed-insensitive@2.png | Bin 0 -> 244 bytes
1322+ .../gtk-3.0/assets/menuitem-checkbox-mixed@2.png | Bin 0 -> 235 bytes
1323+ .../menuitem-radio-checked-insensitive@2.png | Bin 0 -> 364 bytes
1324+ .../gtk-3.0/assets/menuitem-radio-checked@2.png | Bin 0 -> 358 bytes
1325+ .../assets/radio-checked-backdrop-dark@2.png | Bin 0 -> 1296 bytes
1326+ .../radio-checked-backdrop-insensitive-dark@2.png | Bin 0 -> 1244 bytes
1327+ .../radio-checked-backdrop-insensitive@2.png | Bin 0 -> 1321 bytes
1328+ .../gtk-3.0/assets/radio-checked-backdrop@2.png | Bin 0 -> 1391 bytes
1329+ .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 1912 bytes
1330+ .../assets/radio-checked-insensitive-dark@2.png | Bin 0 -> 1429 bytes
1331+ .../gtk-3.0/assets/radio-checked-insensitive@2.png | Bin 0 -> 1800 bytes
1332+ themes/Adwaita/gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 2065 bytes
1333+ .../gtk-3.0/assets/radio-mixed-backdrop-dark@2.png | Bin 0 -> 1215 bytes
1334+ .../radio-mixed-backdrop-insensitive-dark@2.png | Bin 0 -> 1094 bytes
1335+ .../assets/radio-mixed-backdrop-insensitive@2.png | Bin 0 -> 1246 bytes
1336+ .../gtk-3.0/assets/radio-mixed-backdrop@2.png | Bin 0 -> 1246 bytes
1337+ .../Adwaita/gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 1569 bytes
1338+ .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 1326 bytes
1339+ .../gtk-3.0/assets/radio-mixed-insensitive@2.png | Bin 0 -> 1688 bytes
1340+ themes/Adwaita/gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 1743 bytes
1341+ .../assets/radio-unchecked-backdrop-dark@2.png | Bin 0 -> 1070 bytes
1342+ ...radio-unchecked-backdrop-insensitive-dark@2.png | Bin 0 -> 1024 bytes
1343+ .../radio-unchecked-backdrop-insensitive@2.png | Bin 0 -> 1175 bytes
1344+ .../gtk-3.0/assets/radio-unchecked-backdrop@2.png | Bin 0 -> 1120 bytes
1345+ .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 1334 bytes
1346+ .../assets/radio-unchecked-insensitive-dark@2.png | Bin 0 -> 1241 bytes
1347+ .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 1430 bytes
1348+ .../Adwaita/gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 1490 bytes
1349+ .../assets/scale-slider-down-active-dark@2.png | Bin 0 -> 1190 bytes
1350+ .../gtk-3.0/assets/scale-slider-down-active@2.png | Bin 0 -> 1227 bytes
1351+ .../assets/scale-slider-down-backdrop-dark@2.png | Bin 0 -> 961 bytes
1352+ ...ale-slider-down-backdrop-insensitive-dark@2.png | Bin 0 -> 913 bytes
1353+ .../scale-slider-down-backdrop-insensitive@2.png | Bin 0 -> 959 bytes
1354+ .../assets/scale-slider-down-backdrop@2.png | Bin 0 -> 1011 bytes
1355+ .../gtk-3.0/assets/scale-slider-down-dark@2.png | Bin 0 -> 1299 bytes
1356+ .../assets/scale-slider-down-hover-dark@2.png | Bin 0 -> 1320 bytes
1357+ .../gtk-3.0/assets/scale-slider-down-hover@2.png | Bin 0 -> 1312 bytes
1358+ .../scale-slider-down-insensitive-dark@2.png | Bin 0 -> 911 bytes
1359+ .../assets/scale-slider-down-insensitive@2.png | Bin 0 -> 1036 bytes
1360+ .../Adwaita/gtk-3.0/assets/scale-slider-down@2.png | Bin 0 -> 1333 bytes
1361+ .../assets/scale-slider-left-active-dark@2.png | Bin 0 -> 1208 bytes
1362+ .../gtk-3.0/assets/scale-slider-left-active@2.png | Bin 0 -> 1140 bytes
1363+ .../assets/scale-slider-left-backdrop-dark@2.png | Bin 0 -> 958 bytes
1364+ ...ale-slider-left-backdrop-insensitive-dark@2.png | Bin 0 -> 930 bytes
1365+ .../scale-slider-left-backdrop-insensitive@2.png | Bin 0 -> 948 bytes
1366+ .../assets/scale-slider-left-backdrop@2.png | Bin 0 -> 1001 bytes
1367+ .../gtk-3.0/assets/scale-slider-left-dark@2.png | Bin 0 -> 1290 bytes
1368+ .../assets/scale-slider-left-hover-dark@2.png | Bin 0 -> 1313 bytes
1369+ .../gtk-3.0/assets/scale-slider-left-hover@2.png | Bin 0 -> 1198 bytes
1370+ .../scale-slider-left-insensitive-dark@2.png | Bin 0 -> 933 bytes
1371+ .../assets/scale-slider-left-insensitive@2.png | Bin 0 -> 1009 bytes
1372+ .../Adwaita/gtk-3.0/assets/scale-slider-left@2.png | Bin 0 -> 1285 bytes
1373+ .../assets/scale-slider-right-active-dark@2.png | Bin 0 -> 1230 bytes
1374+ .../gtk-3.0/assets/scale-slider-right-active@2.png | Bin 0 -> 1160 bytes
1375+ .../assets/scale-slider-right-backdrop-dark@2.png | Bin 0 -> 999 bytes
1376+ ...le-slider-right-backdrop-insensitive-dark@2.png | Bin 0 -> 933 bytes
1377+ .../scale-slider-right-backdrop-insensitive@2.png | Bin 0 -> 985 bytes
1378+ .../assets/scale-slider-right-backdrop@2.png | Bin 0 -> 1037 bytes
1379+ .../gtk-3.0/assets/scale-slider-right-dark@2.png | Bin 0 -> 1354 bytes
1380+ .../assets/scale-slider-right-hover-dark@2.png | Bin 0 -> 1368 bytes
1381+ .../gtk-3.0/assets/scale-slider-right-hover@2.png | Bin 0 -> 1228 bytes
1382+ .../scale-slider-right-insensitive-dark@2.png | Bin 0 -> 950 bytes
1383+ .../assets/scale-slider-right-insensitive@2.png | Bin 0 -> 1051 bytes
1384+ .../gtk-3.0/assets/scale-slider-right@2.png | Bin 0 -> 1328 bytes
1385+ .../assets/scale-slider-up-active-dark@2.png | Bin 0 -> 1202 bytes
1386+ .../gtk-3.0/assets/scale-slider-up-active@2.png | Bin 0 -> 1166 bytes
1387+ .../assets/scale-slider-up-backdrop-dark@2.png | Bin 0 -> 949 bytes
1388+ ...scale-slider-up-backdrop-insensitive-dark@2.png | Bin 0 -> 898 bytes
1389+ .../scale-slider-up-backdrop-insensitive@2.png | Bin 0 -> 951 bytes
1390+ .../gtk-3.0/assets/scale-slider-up-backdrop@2.png | Bin 0 -> 980 bytes
1391+ .../gtk-3.0/assets/scale-slider-up-dark@2.png | Bin 0 -> 1314 bytes
1392+ .../assets/scale-slider-up-hover-dark@2.png | Bin 0 -> 1286 bytes
1393+ .../gtk-3.0/assets/scale-slider-up-hover@2.png | Bin 0 -> 1202 bytes
1394+ .../assets/scale-slider-up-insensitive-dark@2.png | Bin 0 -> 913 bytes
1395+ .../assets/scale-slider-up-insensitive@2.png | Bin 0 -> 990 bytes
1396+ .../Adwaita/gtk-3.0/assets/scale-slider-up@2.png | Bin 0 -> 1234 bytes
1397+ themes/Adwaita/gtk-3.0/render-assets-new.sh | 34 +++++++++++++++++++++
1398+ 103 files changed, 34 insertions(+)
1399+
1400+commit 2bbc039aeca958f033981843d42e631070c766a5
1401+Author: Matthias Clasen <mclasen@redhat.com>
1402+Date: Sat Jun 29 18:54:17 2013 -0400
1403+
1404+ csd: Improve csd decorations
1405+
1406+ Only treat buttons with the titlebutton class as window buttons,
1407+ and try to rtl right by looking for left/right boxes. These were
1408+ just added in gtk.
1409+
1410+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 26 +++++++++++++++++---------
1411+ 1 file changed, 17 insertions(+), 9 deletions(-)
1412+
1413+commit a5396735b94680bd6f286b6185f64bd1a49ab1f1
1414+Author: Ryan Lortie <desrt@desrt.ca>
1415+Date: Wed May 8 16:41:19 2013 -0400
1416+
1417+ Add proper spacing for noun icons on GtkModelMenuItem
1418+
1419+ https://bugzilla.gnome.org/show_bug.cgi?id=699954
1420+
1421+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++++
1422+ 1 file changed, 4 insertions(+)
1423+
1424+commit 3aef68cc3f9d87afda3ee712b995c98cd220d1a0
1425+Author: Jakub Steiner <jimmac@gmail.com>
1426+Date: Tue Feb 26 19:46:41 2013 +0100
1427+
1428+ new radios & checboxes
1429+
1430+ - assets.svg is broken in newest inkscape. create assets-new.svg for now.
1431+ - moved some sliders over.
1432+ - created new states for pushed (:active isn't really :active as used on the web :( )
1433+ will need help from cosimo to get pushed states working.
1434+ - remove *alt* definitions. Not needed with new design/
1435+
1436+ https://bugzilla.gnome.org/show_bug.cgi?id=699627
1437+
1438+ themes/Adwaita/gtk-3.0/assets-new.svg | 10927 +++++++++++++++++++
1439+ .../assets/checkbox-checked-active-dark.png | Bin 0 -> 729 bytes
1440+ .../gtk-3.0/assets/checkbox-checked-active.png | Bin 0 -> 818 bytes
1441+ .../gtk-3.0/assets/checkbox-checked-alt-dark.png | Bin 660 -> 0 bytes
1442+ .../gtk-3.0/assets/checkbox-checked-alt.png | Bin 697 -> 0 bytes
1443+ .../assets/checkbox-checked-backdrop-dark.png | Bin 447 -> 530 bytes
1444+ .../checkbox-checked-backdrop-insensitive-dark.png | Bin 450 -> 497 bytes
1445+ .../checkbox-checked-backdrop-insensitive.png | Bin 450 -> 597 bytes
1446+ .../gtk-3.0/assets/checkbox-checked-backdrop.png | Bin 447 -> 616 bytes
1447+ .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 698 -> 733 bytes
1448+ .../gtk-3.0/assets/checkbox-checked-hover-dark.png | Bin 0 -> 735 bytes
1449+ .../gtk-3.0/assets/checkbox-checked-hover.png | Bin 0 -> 852 bytes
1450+ .../checkbox-checked-insensitive-alt-dark.png | Bin 414 -> 0 bytes
1451+ .../assets/checkbox-checked-insensitive-alt.png | Bin 507 -> 0 bytes
1452+ .../assets/checkbox-checked-insensitive-dark.png | Bin 453 -> 567 bytes
1453+ .../assets/checkbox-checked-insensitive.png | Bin 550 -> 740 bytes
1454+ themes/Adwaita/gtk-3.0/assets/checkbox-checked.png | Bin 723 -> 851 bytes
1455+ .../gtk-3.0/assets/checkbox-mixed-active-dark.png | Bin 0 -> 505 bytes
1456+ .../gtk-3.0/assets/checkbox-mixed-active.png | Bin 0 -> 572 bytes
1457+ .../gtk-3.0/assets/checkbox-mixed-alt-dark.png | Bin 401 -> 0 bytes
1458+ .../Adwaita/gtk-3.0/assets/checkbox-mixed-alt.png | Bin 427 -> 0 bytes
1459+ .../assets/checkbox-mixed-backdrop-dark.png | Bin 256 -> 435 bytes
1460+ .../checkbox-mixed-backdrop-insensitive-dark.png | Bin 254 -> 415 bytes
1461+ .../assets/checkbox-mixed-backdrop-insensitive.png | Bin 254 -> 483 bytes
1462+ .../gtk-3.0/assets/checkbox-mixed-backdrop.png | Bin 256 -> 487 bytes
1463+ .../Adwaita/gtk-3.0/assets/checkbox-mixed-dark.png | Bin 443 -> 510 bytes
1464+ .../gtk-3.0/assets/checkbox-mixed-hover-dark.png | Bin 0 -> 526 bytes
1465+ .../gtk-3.0/assets/checkbox-mixed-hover.png | Bin 0 -> 582 bytes
1466+ .../assets/checkbox-mixed-insensitive-alt-dark.png | Bin 255 -> 0 bytes
1467+ .../assets/checkbox-mixed-insensitive-alt.png | Bin 356 -> 0 bytes
1468+ .../assets/checkbox-mixed-insensitive-dark.png | Bin 309 -> 483 bytes
1469+ .../gtk-3.0/assets/checkbox-mixed-insensitive.png | Bin 378 -> 604 bytes
1470+ themes/Adwaita/gtk-3.0/assets/checkbox-mixed.png | Bin 452 -> 580 bytes
1471+ .../assets/checkbox-unchecked-active-dark.png | Bin 0 -> 420 bytes
1472+ .../gtk-3.0/assets/checkbox-unchecked-active.png | Bin 0 -> 490 bytes
1473+ .../gtk-3.0/assets/checkbox-unchecked-alt-dark.png | Bin 327 -> 0 bytes
1474+ .../gtk-3.0/assets/checkbox-unchecked-alt.png | Bin 387 -> 0 bytes
1475+ .../assets/checkbox-unchecked-backdrop-dark.png | Bin 230 -> 372 bytes
1476+ ...heckbox-unchecked-backdrop-insensitive-dark.png | Bin 227 -> 370 bytes
1477+ .../checkbox-unchecked-backdrop-insensitive.png | Bin 227 -> 398 bytes
1478+ .../gtk-3.0/assets/checkbox-unchecked-backdrop.png | Bin 230 -> 392 bytes
1479+ .../gtk-3.0/assets/checkbox-unchecked-dark.png | Bin 364 -> 423 bytes
1480+ .../assets/checkbox-unchecked-hover-dark.png | Bin 0 -> 431 bytes
1481+ .../gtk-3.0/assets/checkbox-unchecked-hover.png | Bin 0 -> 477 bytes
1482+ .../checkbox-unchecked-insensitive-alt-dark.png | Bin 230 -> 0 bytes
1483+ .../assets/checkbox-unchecked-insensitive-alt.png | Bin 331 -> 0 bytes
1484+ .../assets/checkbox-unchecked-insensitive-dark.png | Bin 282 -> 432 bytes
1485+ .../assets/checkbox-unchecked-insensitive.png | Bin 355 -> 486 bytes
1486+ .../Adwaita/gtk-3.0/assets/checkbox-unchecked.png | Bin 408 -> 479 bytes
1487+ .../gtk-3.0/assets/radio-checked-active-dark.png | Bin 0 -> 806 bytes
1488+ .../gtk-3.0/assets/radio-checked-active.png | Bin 0 -> 896 bytes
1489+ .../gtk-3.0/assets/radio-checked-alt-dark.png | Bin 703 -> 0 bytes
1490+ .../Adwaita/gtk-3.0/assets/radio-checked-alt.png | Bin 693 -> 0 bytes
1491+ .../gtk-3.0/assets/radio-checked-backdrop-dark.png | Bin 395 -> 651 bytes
1492+ .../radio-checked-backdrop-insensitive-dark.png | Bin 399 -> 619 bytes
1493+ .../assets/radio-checked-backdrop-insensitive.png | Bin 405 -> 705 bytes
1494+ .../gtk-3.0/assets/radio-checked-backdrop.png | Bin 397 -> 699 bytes
1495+ .../Adwaita/gtk-3.0/assets/radio-checked-dark.png | Bin 743 -> 805 bytes
1496+ .../gtk-3.0/assets/radio-checked-hover-dark.png | Bin 0 -> 833 bytes
1497+ .../Adwaita/gtk-3.0/assets/radio-checked-hover.png | Bin 0 -> 899 bytes
1498+ .../assets/radio-checked-insensitive-alt-dark.png | Bin 387 -> 0 bytes
1499+ .../assets/radio-checked-insensitive-alt.png | Bin 504 -> 0 bytes
1500+ .../assets/radio-checked-insensitive-dark.png | Bin 461 -> 691 bytes
1501+ .../gtk-3.0/assets/radio-checked-insensitive.png | Bin 533 -> 866 bytes
1502+ themes/Adwaita/gtk-3.0/assets/radio-checked.png | Bin 734 -> 895 bytes
1503+ .../gtk-3.0/assets/radio-mixed-active-dark.png | Bin 0 -> 691 bytes
1504+ .../Adwaita/gtk-3.0/assets/radio-mixed-active.png | Bin 0 -> 772 bytes
1505+ .../gtk-3.0/assets/radio-mixed-alt-dark.png | Bin 571 -> 0 bytes
1506+ themes/Adwaita/gtk-3.0/assets/radio-mixed-alt.png | Bin 586 -> 0 bytes
1507+ .../gtk-3.0/assets/radio-mixed-backdrop-dark.png | Bin 373 -> 618 bytes
1508+ .../radio-mixed-backdrop-insensitive-dark.png | Bin 363 -> 598 bytes
1509+ .../assets/radio-mixed-backdrop-insensitive.png | Bin 369 -> 667 bytes
1510+ .../gtk-3.0/assets/radio-mixed-backdrop.png | Bin 373 -> 634 bytes
1511+ themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.png | Bin 615 -> 704 bytes
1512+ .../gtk-3.0/assets/radio-mixed-hover-dark.png | Bin 0 -> 751 bytes
1513+ .../Adwaita/gtk-3.0/assets/radio-mixed-hover.png | Bin 0 -> 774 bytes
1514+ .../assets/radio-mixed-insensitive-alt-dark.png | Bin 373 -> 0 bytes
1515+ .../gtk-3.0/assets/radio-mixed-insensitive-alt.png | Bin 463 -> 0 bytes
1516+ .../assets/radio-mixed-insensitive-dark.png | Bin 445 -> 668 bytes
1517+ .../gtk-3.0/assets/radio-mixed-insensitive.png | Bin 502 -> 815 bytes
1518+ themes/Adwaita/gtk-3.0/assets/radio-mixed.png | Bin 619 -> 781 bytes
1519+ .../gtk-3.0/assets/radio-unchecked-active-dark.png | Bin 0 -> 609 bytes
1520+ .../gtk-3.0/assets/radio-unchecked-active.png | Bin 0 -> 669 bytes
1521+ .../gtk-3.0/assets/radio-unchecked-alt-dark.png | Bin 490 -> 0 bytes
1522+ .../Adwaita/gtk-3.0/assets/radio-unchecked-alt.png | Bin 537 -> 0 bytes
1523+ .../assets/radio-unchecked-backdrop-dark.png | Bin 351 -> 561 bytes
1524+ .../radio-unchecked-backdrop-insensitive-dark.png | Bin 340 -> 557 bytes
1525+ .../radio-unchecked-backdrop-insensitive.png | Bin 345 -> 566 bytes
1526+ .../gtk-3.0/assets/radio-unchecked-backdrop.png | Bin 351 -> 558 bytes
1527+ .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 534 -> 637 bytes
1528+ .../gtk-3.0/assets/radio-unchecked-hover-dark.png | Bin 0 -> 674 bytes
1529+ .../gtk-3.0/assets/radio-unchecked-hover.png | Bin 0 -> 683 bytes
1530+ .../radio-unchecked-insensitive-alt-dark.png | Bin 351 -> 0 bytes
1531+ .../assets/radio-unchecked-insensitive-alt.png | Bin 439 -> 0 bytes
1532+ .../assets/radio-unchecked-insensitive-dark.png | Bin 427 -> 620 bytes
1533+ .../gtk-3.0/assets/radio-unchecked-insensitive.png | Bin 481 -> 711 bytes
1534+ themes/Adwaita/gtk-3.0/assets/radio-unchecked.png | Bin 580 -> 692 bytes
1535+ themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 50 -
1536+ themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 59 -
1537+ themes/Adwaita/gtk-3.0/gtk.gresource.xml | 24 -
1538+ 100 files changed, 10927 insertions(+), 133 deletions(-)
1539+
1540+commit 5734299f8e7b1d7c78eaa0fd99a775aea374853e
1541+Author: Cosimo Cecchi <cosimoc@gnome.org>
1542+Date: Mon Jun 17 17:06:23 2013 -0700
1543+
1544+ release: prepare for 3.9.3
1545+
1546+ NEWS | 26 ++++++++++++++++++++++++++
1547+ configure.ac | 2 +-
1548+ 2 files changed, 27 insertions(+), 1 deletion(-)
1549+
1550+commit 08449f0265349b61fda558ca7551aa9314bd2ba9
1551+Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1552+Date: Sat Jun 15 19:39:43 2013 +0300
1553+
1554+ gtk3: Theme spinner inside GdMainIconView's cells
1555+
1556+ Make spinner visible on both dark and bright backgrounds w/o making
1557+ it look ugly/weird.
1558+
1559+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 7 +++++++
1560+ 1 file changed, 7 insertions(+)
1561+
1562+commit 7559bbfa2e9e6187b16293f17704c070deb76586
1563+Author: Cosimo Cecchi <cosimoc@gnome.org>
1564+Date: Sun Jun 16 17:41:45 2013 -0700
1565+
1566+ build: bump version to 3.9.0
1567+
1568+ configure.ac | 2 +-
1569+ 1 file changed, 1 insertion(+), 1 deletion(-)
1570+
1571+commit 30609ba766dd055f41002dcb813225d619b1d951
1572+Author: Cosimo Cecchi <cosimoc@gnome.org>
1573+Date: Sun Jun 16 17:37:36 2013 -0700
1574+
1575+ Adapt to changes in GTK+ state propagation
1576+
1577+ As GTK+ stopped propagating state flags to children, we can get rid of
1578+ all the wildcard overrides for color: and [text,icon]-shadow properties.
1579+ Also bump the required GTK+ version to git master.
1580+
1581+ configure.ac | 2 +-
1582+ themes/Adwaita/gtk-3.0/gnome-applications.css | 13 +-
1583+ .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 58 ++---
1584+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 258 ++++++++++-----------
1585+ 4 files changed, 161 insertions(+), 170 deletions(-)
1586+
1587+commit 1ec5b56e7e03b6fb51062f2ee6eb904ec4c8067e
1588+Author: Jasper St. Pierre <jstpierre@mecheye.net>
1589+Date: Sat Jun 15 23:47:04 2013 -0400
1590+
1591+ gtk-2.0: Fix compile warning
1592+
1593+ themes/Adwaita/gtk-2.0/adwaita_engine.c | 1 -
1594+ 1 file changed, 1 deletion(-)
1595+
1596+commit 27095da82821d464901c20611457e694080113ef
1597+Author: Stefano Facchini <stefano.facchini@gmail.com>
1598+Date: Fri Jun 14 17:18:47 2013 +0200
1599+
1600+ Baobab: specify background color for ringschart
1601+
1602+ themes/Adwaita/gtk-3.0/gnome-applications.css | 1 +
1603+ 1 file changed, 1 insertion(+)
1604+
1605+commit 3895220e2e796f6092fe08bd8298cf1c5c102ced
1606+Author: Stefano Facchini <stefano.facchini@gmail.com>
1607+Date: Fri Jun 14 15:45:26 2013 +0200
1608+
1609+ Baobab: make subfolder tips similar to a regular tooltip
1610+
1611+ themes/Adwaita/gtk-3.0/gnome-applications.css | 10 ++++++----
1612+ 1 file changed, 6 insertions(+), 4 deletions(-)
1613+
1614+commit b837d3d5569e551583aef42d86903241c6e92ed9
1615+Author: Stefano Facchini <stefano.facchini@gmail.com>
1616+Date: Fri Jun 14 10:24:19 2013 +0200
1617+
1618+ Baobab: add theming for ringschart
1619+
1620+ themes/Adwaita/gtk-3.0/gnome-applications.css | 13 +++++++++++++
1621+ 1 file changed, 13 insertions(+)
1622+
1623+commit f35985f331f9b463f4580bd3e6a20ef5c9b17516
1624+Author: Stefano Facchini <stefano.facchini@gmail.com>
1625+Date: Thu Jun 13 13:57:42 2013 +0200
1626+
1627+ Baobab: update for GdStack => GtkStack porting
1628+
1629+ themes/Adwaita/gtk-3.0/gnome-applications.css | 2 +-
1630+ 1 file changed, 1 insertion(+), 1 deletion(-)
1631+
1632+commit 646a3e4e717babe3a643ab58dc912f5e675c8963
1633+Author: Alexander Larsson <alexl@redhat.com>
1634+Date: Thu Jun 13 12:17:50 2013 +0200
1635+
1636+ Adwaita: Add GtkListBox support
1637+
1638+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 12 ++++++++++++
1639+ 1 file changed, 12 insertions(+)
1640+
1641+commit 2a04b0da69e1e352e6cbd84104dd4c52e46c0a3e
1642 Author: Ignacio Casal Quinteiro <icq@gnome.org>
1643 Date: Thu May 23 15:25:15 2013 +0200
1644
1645@@ -113,7 +1530,18 @@
1646 themes/Adwaita/gtk-3.0/gnome-applications.css | 3 +--
1647 1 file changed, 1 insertion(+), 2 deletions(-)
1648
1649-commit 3dfee2eef56e798f70eeb70993edfce7ec6d5a53
1650+commit 3d7387f3269073e619e5f5924618e043014c5bbc
1651+Author: Jakub Steiner <jimmac@gmail.com>
1652+Date: Fri May 3 20:49:41 2013 +0200
1653+
1654+ wallpaper: 3.10 update
1655+
1656+ themes/Adwaita/backgrounds/bright-day.jpg | Bin 406469 -> 719347 bytes
1657+ themes/Adwaita/backgrounds/good-night.jpg | Bin 269104 -> 722460 bytes
1658+ themes/Adwaita/backgrounds/morning.jpg | Bin 537698 -> 668873 bytes
1659+ 3 files changed, 0 insertions(+), 0 deletions(-)
1660+
1661+commit 06144cea033af17967727e3ad60bbbfdc4a7325d
1662 Author: Matthias Clasen <mclasen@redhat.com>
1663 Date: Tue Apr 30 21:30:03 2013 -0400
1664
1665@@ -129,17 +1557,46 @@
1666 .../icons/48x48/apps/system-software-update.png | Bin 0 -> 944 bytes
1667 6 files changed, 0 insertions(+), 0 deletions(-)
1668
1669-commit abb79170da25d9255e13e31d774c3e6f0da6aec4 (tag: 3.8.1)
1670+commit a5c9e713bca61701615a2580389149e73b66d969
1671+Author: Ignacio Casal Quinteiro <icq@gnome.org>
1672+Date: Thu Apr 25 15:45:22 2013 +0200
1673+
1674+ gedit: handle sidebar title correctly
1675+
1676+ themes/Adwaita/gtk-3.0/gnome-applications.css | 8 ++------
1677+ 1 file changed, 2 insertions(+), 6 deletions(-)
1678+
1679+commit 74e013edb4b2195498863f8effd7166010a6b3c7
1680+Author: Ignacio Casal Quinteiro <icq@gnome.org>
1681+Date: Wed Apr 24 14:29:04 2013 +0200
1682+
1683+ gedit: different values for vertical/horizontal panels
1684+
1685+ themes/Adwaita/gtk-3.0/gnome-applications.css | 7 ++++++-
1686+ 1 file changed, 6 insertions(+), 1 deletion(-)
1687+
1688+commit d2f5d65ea91b1042c31ca808eac4a32a73623b07
1689 Author: Cosimo Cecchi <cosimoc@gnome.org>
1690-Date: Mon Apr 15 18:28:02 2013 -0400
1691-
1692- release: prepare for 3.8.1
1693-
1694- NEWS | 14 ++++++++++++++
1695- configure.ac | 2 +-
1696- 2 files changed, 15 insertions(+), 1 deletion(-)
1697-
1698-commit ded078ca69a4df37cbb09e936021927605d2f45b
1699+Date: Mon Apr 22 18:10:38 2013 -0400
1700+
1701+ csd: adapt to GTK master changes
1702+
1703+ Those also greatly simplify what we need to do to implement CSD
1704+ decorations and shadows.
1705+
1706+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 24 +++++-------------------
1707+ 1 file changed, 5 insertions(+), 19 deletions(-)
1708+
1709+commit a83cf6d6020534f165c2e8f29792007f8f8f01a0
1710+Author: Ignacio Casal Quinteiro <icq@gnome.org>
1711+Date: Mon Apr 22 14:29:26 2013 +0200
1712+
1713+ gedit: tune file browser's toolbar
1714+
1715+ themes/Adwaita/gtk-3.0/gnome-applications.css | 7 +++++++
1716+ 1 file changed, 7 insertions(+)
1717+
1718+commit 88305ef4e222ec3ffe8bf97eda66f5ce8417412c
1719 Author: Cosimo Cecchi <cosimoc@gnome.org>
1720 Date: Mon Apr 15 18:25:20 2013 -0400
1721
1722@@ -152,7 +1609,7 @@
1723 themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 +++-
1724 1 file changed, 3 insertions(+), 1 deletion(-)
1725
1726-commit 482daeb34d3ac4df8159e984f709fece1f7bc714
1727+commit 2d5b6b9d983b66200229f19b4ba2cb5d2b46b56b
1728 Author: Debarshi Ray <debarshir@gnome.org>
1729 Date: Fri Apr 12 09:54:57 2013 +0200
1730
1731@@ -163,7 +1620,23 @@
1732 themes/Adwaita/gtk-3.0/gnome-applications-dark-overrides.css | 9 +++++++++
1733 1 file changed, 9 insertions(+)
1734
1735-commit 8541d128e54e79df6a1c7755429b04c64c00c378
1736+commit 5adac1393c732633785b19894b40b85bd8fc4f96
1737+Author: Alexander Larsson <alexl@redhat.com>
1738+Date: Fri Apr 12 10:27:50 2013 +0200
1739+
1740+ gtk3: Support .rubberband in .content-view
1741+
1742+ This adds a .content-view.view.rubberband selector for the rubberband.
1743+ If this is not set then the ".view.rubberband" and ".content-view.view"
1744+ both match at the same specificity, and the later wins due to it
1745+ being listed after.
1746+
1747+ https://bugzilla.gnome.org/show_bug.cgi?id=697645
1748+
1749+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 +
1750+ 1 file changed, 1 insertion(+)
1751+
1752+commit e52bc7167a261f981772712400ce9810d52aac47
1753 Author: Debarshi Ray <debarshir@gnome.org>
1754 Date: Thu Apr 11 20:46:59 2013 +0200
1755
1756@@ -174,7 +1647,7 @@
1757 themes/Adwaita/gtk-3.0/gnome-applications.css | 6 ++++++
1758 1 file changed, 6 insertions(+)
1759
1760-commit 16e179fbccdf4f84c5613579e5585b8cd76a61e0
1761+commit 31167edab9a8e669cc2c898e05e6f801699b25ed
1762 Author: Cosimo Cecchi <cosimoc@gnome.org>
1763 Date: Tue Apr 9 16:28:46 2013 -0400
1764
1765@@ -186,7 +1659,7 @@
1766 themes/Adwaita/gtk-2.0/Range/trough-vertical.png | Bin 2963 -> 2964 bytes
1767 2 files changed, 0 insertions(+), 0 deletions(-)
1768
1769-commit 0e48a37dca7e406a41a71c93c5b446b6b2a6c8cf
1770+commit cb68b222974a55d78414abcf36c5e17ca991aca7
1771 Author: Cosimo Cecchi <cosimoc@gnome.org>
1772 Date: Tue Apr 9 16:18:12 2013 -0400
1773
1774@@ -197,7 +1670,7 @@
1775 themes/Adwaita/gtk-3.0/gtk-main-dark.css | 4 ++--
1776 1 file changed, 2 insertions(+), 2 deletions(-)
1777
1778-commit e8213d036c485f3a4b568b3a034ada100e5e0b26
1779+commit 1f26f979629e3e237cda5c4b12d10dce4f94a954
1780 Author: Cosimo Cecchi <cosimoc@gnome.org>
1781 Date: Tue Apr 9 15:47:43 2013 -0400
1782
1783@@ -211,7 +1684,34 @@
1784 themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++--
1785 4 files changed, 22 insertions(+), 2 deletions(-)
1786
1787-commit bb75e923b045a6edba07c4c93399c957156601f6
1788+commit b0a7f82c35991cbeda7ce01343dfa47f3426a8d0
1789+Author: Cosimo Cecchi <cosimoc@gnome.org>
1790+Date: Tue Apr 9 15:03:36 2013 -0400
1791+
1792+ csd: first iteration of CSD shadows
1793+
1794+ themes/Adwaita/gtk-3.0/gtk-main.css | 2 ++
1795+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 12 ++++++++++--
1796+ 2 files changed, 12 insertions(+), 2 deletions(-)
1797+
1798+commit f0d42f3e03f8045e97278bcda78f590cf5c5f5c0
1799+Author: Cosimo Cecchi <cosimoc@gnome.org>
1800+Date: Tue Apr 9 14:31:16 2013 -0400
1801+
1802+ csd: tweak CSS for titlebar decorations
1803+
1804+ - use color defines exported to the metacity theme for buttons and
1805+ titlebars
1806+ - remove a stray box shadow
1807+ - improve a bit buttons' borders; GTK fixes are needed for a proper
1808+ solution still
1809+
1810+ themes/Adwaita/gtk-3.0/gtk-main-dark.css | 1 +
1811+ themes/Adwaita/gtk-3.0/gtk-main.css | 1 +
1812+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 49 ++++++++++++++++++--------------
1813+ 3 files changed, 29 insertions(+), 22 deletions(-)
1814+
1815+commit d4bc71f09ff7a5a8abbd9cd1ebdd6d0bfbcfbd5b
1816 Author: Cosimo Cecchi <cosimoc@gnome.org>
1817 Date: Tue Apr 9 14:09:36 2013 -0400
1818
1819@@ -221,22 +1721,65 @@
1820 themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 +-----
1821 2 files changed, 2 insertions(+), 6 deletions(-)
1822
1823-commit b99f807a9d80bd4c2b31bbed045438ed5dc5b777
1824-Author: Alexander Larsson <alexl@redhat.com>
1825-Date: Fri Apr 12 10:27:50 2013 +0200
1826-
1827- gtk3: Support .rubberband in .content-view
1828-
1829- This adds a .content-view.view.rubberband selector for the rubberband.
1830- If this is not set then the ".view.rubberband" and ".content-view.view"
1831- both match at the same specificity, and the later wins due to it
1832- being listed after.
1833-
1834- https://bugzilla.gnome.org/show_bug.cgi?id=697645
1835+commit 59dd45fddbfa5618c9239f3ba58945e51b160182
1836+Author: Kristian Høgsberg <krh@bitplanet.net>
1837+Date: Sun Mar 31 21:42:09 2013 -0400
1838+
1839+ csd: No border for buttons in :backdrop mode
1840+
1841+ Also rearrange sections to make sure :backdrop always wins.
1842+
1843+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 27 ++++++++++++++-------------
1844+ 1 file changed, 14 insertions(+), 13 deletions(-)
1845+
1846+commit 111a4b44cead34261183d1e37ac0513c1792eb5a
1847+Author: Kristian Høgsberg <krh@bitplanet.net>
1848+Date: Sun Mar 31 21:32:04 2013 -0400
1849+
1850+ csd: Fix border radius for csd buttons
1851+
1852+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +++--
1853+ 1 file changed, 3 insertions(+), 2 deletions(-)
1854+
1855+commit 6e85bd315718c8ae61070da39f28c915ac4d9643
1856+Author: Kristian Høgsberg <krh@bitplanet.net>
1857+Date: Sun Mar 31 21:26:29 2013 -0400
1858+
1859+ csd: Add 1px border left-of and below csd buttons
1860+
1861+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 +++---
1862+ 1 file changed, 3 insertions(+), 3 deletions(-)
1863+
1864+commit d2c4fbbd8819b5c7db1b5b1be529d5deab858855
1865+Author: Kristian Høgsberg <krh@bitplanet.net>
1866+Date: Sun Mar 31 21:19:27 2013 -0400
1867+
1868+ csd: List :hover rule before :backdrop rule for csd buttons
1869+
1870+ This way the :backdrop rule overrides the :hover rule and we don't highlight
1871+ buttens in :backdrop mode.
1872+
1873+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 20 ++++++++------------
1874+ 1 file changed, 8 insertions(+), 12 deletions(-)
1875+
1876+commit 7283721c8cfe19ab9a26288758ecf364a56f01fe
1877+Author: Kristian Høgsberg <krh@bitplanet.net>
1878+Date: Sun Mar 31 21:00:18 2013 -0400
1879+
1880+ csd: Drop 1px border on .titlebar
1881
1882 themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 +
1883 1 file changed, 1 insertion(+)
1884
1885+commit 189a8a68ed2fa9c7b1fb417b83b362aae5f9185a
1886+Author: Cosimo Cecchi <cosimoc@gnome.org>
1887+Date: Thu Mar 21 00:30:04 2013 -0400
1888+
1889+ csd: initial theming for CSD windows decorations
1890+
1891+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 89 ++++++++++++++++++++++++++++++++++
1892+ 1 file changed, 89 insertions(+)
1893+
1894 commit 99a46c7a575c5e908fb32c7e5ee5899d400456e7
1895 Author: Paolo Borelli <pborelli@gnome.org>
1896 Date: Thu Mar 28 20:50:46 2013 +0100
1897@@ -273,7 +1816,7 @@
1898 themes/Adwaita/gtk-3.0/gtk.gresource.xml | 6 ++
1899 10 files changed, 691 insertions(+), 11 deletions(-)
1900
1901-commit b4958cbe791e92b837df774ad995a959d0b6c9b4 (tag: 3.8.0)
1902+commit b4958cbe791e92b837df774ad995a959d0b6c9b4
1903 Author: Cosimo Cecchi <cosimoc@gnome.org>
1904 Date: Mon Mar 25 12:11:15 2013 -0400
1905
1906@@ -350,7 +1893,7 @@
1907 po/tg.po | 39 +++++++++++++++++++++++++++++++++++++++
1908 2 files changed, 40 insertions(+)
1909
1910-commit 97bf974764800b4cced35961cdc49b829d50fd59 (tag: 3.7.92)
1911+commit 97bf974764800b4cced35961cdc49b829d50fd59
1912 Author: Cosimo Cecchi <cosimoc@gnome.org>
1913 Date: Tue Mar 19 05:50:12 2013 -0400
1914
1915@@ -413,7 +1956,7 @@
1916 themes/Adwaita/gtk-3.0/gtk-widgets.css | 16 ++++++++++++++++
1917 2 files changed, 21 insertions(+)
1918
1919-commit ad0ec5dace01c1cb4e4ceae16ba726592bb1aeed (tag: 3.7.91)
1920+commit ad0ec5dace01c1cb4e4ceae16ba726592bb1aeed
1921 Author: Cosimo Cecchi <cosimoc@gnome.org>
1922 Date: Tue Mar 5 14:53:13 2013 -0500
1923
1924@@ -667,7 +2210,7 @@
1925 themes/Adwaita/gtk-3.0/gtk-widgets.css | 3 ++-
1926 1 file changed, 2 insertions(+), 1 deletion(-)
1927
1928-commit 234e18f159abe0ac9ca9d7cbe6d94481ecfb6868 (tag: 3.7.90)
1929+commit 234e18f159abe0ac9ca9d7cbe6d94481ecfb6868
1930 Author: Cosimo Cecchi <cosimoc@gnome.org>
1931 Date: Tue Feb 19 20:35:57 2013 -0500
1932
1933@@ -786,7 +2329,7 @@
1934 themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 ++++--
1935 2 files changed, 8 insertions(+), 5 deletions(-)
1936
1937-commit d625b41d7b67d89f7c4366347fbb9330360c597a (tag: 3.7.6)
1938+commit d625b41d7b67d89f7c4366347fbb9330360c597a
1939 Author: Cosimo Cecchi <cosimoc@gnome.org>
1940 Date: Wed Feb 13 09:45:36 2013 -0500
1941
1942@@ -894,7 +2437,7 @@
1943 themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +++--
1944 1 file changed, 3 insertions(+), 2 deletions(-)
1945
1946-commit 3cbab6ab9fd7b90487b1441cbfcf09424febba0d (tag: 3.7.5)
1947+commit 3cbab6ab9fd7b90487b1441cbfcf09424febba0d
1948 Author: Cosimo Cecchi <cosimoc@gnome.org>
1949 Date: Wed Feb 6 17:10:25 2013 -0500
1950
1951@@ -1204,7 +2747,7 @@
1952 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 5 +++++
1953 1 file changed, 5 insertions(+)
1954
1955-commit 8978af51659d546c225d648a4354091cecb2ea56 (tag: 3.7.4)
1956+commit 8978af51659d546c225d648a4354091cecb2ea56
1957 Author: Cosimo Cecchi <cosimoc@gnome.org>
1958 Date: Mon Jan 14 18:55:48 2013 -0500
1959
1960@@ -1448,7 +2991,7 @@
1961 themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++++
1962 1 file changed, 4 insertions(+)
1963
1964-commit d5315748ba3fd8844b36e01afb7c4fd4b1d33857 (tag: 3.7.3)
1965+commit d5315748ba3fd8844b36e01afb7c4fd4b1d33857
1966 Author: Cosimo Cecchi <cosimoc@gnome.org>
1967 Date: Tue Dec 18 11:41:16 2012 +0100
1968
1969@@ -2099,7 +3642,7 @@
1970 themes/Adwaita/gtk-2.0/gtkrc | 2 +-
1971 1 file changed, 1 insertion(+), 1 deletion(-)
1972
1973-commit 600421aff3649d5be9546e33610e95c33326fc68 (tag: 3.7.2)
1974+commit 600421aff3649d5be9546e33610e95c33326fc68
1975 Author: Cosimo Cecchi <cosimoc@gnome.org>
1976 Date: Mon Nov 19 22:10:38 2012 -0500
1977
1978@@ -2298,7 +3841,7 @@
1979 themes/HighContrast/Makefile.am | 5 +-
1980 14 files changed, 727 insertions(+), 742 deletions(-)
1981
1982-commit 83b67839066a4934e3e5b0e1f81ff1074a444bad (tag: 3.6.1)
1983+commit 83b67839066a4934e3e5b0e1f81ff1074a444bad
1984 Author: Cosimo Cecchi <cosimoc@gnome.org>
1985 Date: Mon Oct 15 17:26:44 2012 -0400
1986
1987@@ -2831,7 +4374,7 @@
1988 themes/HighContrast/gtk-3.0/gtk-widgets.css | 19 +++++++++++++++++++
1989 2 files changed, 23 insertions(+)
1990
1991-commit 7bf573f542f329e2fbd6fade57e62843d60787e3 (tag: 3.6.0.2)
1992+commit 7bf573f542f329e2fbd6fade57e62843d60787e3
1993 Author: Cosimo Cecchi <cosimoc@gnome.org>
1994 Date: Tue Sep 25 14:13:24 2012 -0400
1995
1996@@ -2969,7 +4512,7 @@
1997 .../gtk-3.0/borders/primary-toolbar-generic-border.png | Bin 436 -> 518 bytes
1998 4 files changed, 0 insertions(+), 0 deletions(-)
1999
2000-commit b83f4c0619e3875053c1c93b9cd3f6e638faac36 (tag: 3.6.0.1)
2001+commit b83f4c0619e3875053c1c93b9cd3f6e638faac36
2002 Author: Cosimo Cecchi <cosimoc@gnome.org>
2003 Date: Mon Sep 24 22:51:39 2012 -0400
2004
2005@@ -2999,7 +4542,7 @@
2006 .../gtk-3.0/borders/primary-toolbar-generic-border.png | Bin 444 -> 436 bytes
2007 7 files changed, 1 insertion(+), 1 deletion(-)
2008
2009-commit 2a8af1878b059e182f0c9474eca9733274d8d153 (tag: 3.6.0)
2010+commit 2a8af1878b059e182f0c9474eca9733274d8d153
2011 Author: Cosimo Cecchi <cosimoc@gnome.org>
2012 Date: Mon Sep 24 21:46:45 2012 -0400
2013
2014@@ -3229,7 +4772,7 @@
2015 po/ml.po | 35 +++++++++++------------------------
2016 1 file changed, 11 insertions(+), 24 deletions(-)
2017
2018-commit e7b9068f0a88ff42a985ee32375211e29cc2bb0e (tag: 3.5.92)
2019+commit e7b9068f0a88ff42a985ee32375211e29cc2bb0e
2020 Author: Cosimo Cecchi <cosimoc@gnome.org>
2021 Date: Tue Sep 18 11:49:20 2012 -0400
2022
2023@@ -4310,7 +5853,7 @@
2024 themes/Adwaita/gtk-3.0/gtk-widgets.css | 85 +++++++++++++++-------------------
2025 1 file changed, 37 insertions(+), 48 deletions(-)
2026
2027-commit be1280ae9413ba23b37d69b3ee2be9f04d6ceefa (tag: 3.5.91)
2028+commit be1280ae9413ba23b37d69b3ee2be9f04d6ceefa
2029 Author: Cosimo Cecchi <cosimoc@gnome.org>
2030 Date: Tue Sep 4 11:20:29 2012 -0400
2031
2032@@ -4552,7 +6095,7 @@
2033 themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +++++
2034 1 file changed, 5 insertions(+)
2035
2036-commit 8e02bf7cc89c34012ce4e3deadde4a8bdacbe431 (tag: 3.5.90.1)
2037+commit 8e02bf7cc89c34012ce4e3deadde4a8bdacbe431
2038 Author: Cosimo Cecchi <cosimoc@gnome.org>
2039 Date: Tue Aug 21 11:03:39 2012 +0200
2040
2041@@ -4585,7 +6128,7 @@
2042 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css | 4 +++-
2043 1 file changed, 3 insertions(+), 1 deletion(-)
2044
2045-commit d0928326fdf406d3bc111114de267b69fd0a6fe3 (tag: 3.5.90)
2046+commit d0928326fdf406d3bc111114de267b69fd0a6fe3
2047 Author: Cosimo Cecchi <cosimoc@gnome.org>
2048 Date: Mon Aug 20 20:00:57 2012 +0200
2049
2050@@ -5606,7 +7149,7 @@
2051 themes/Adwaita/gtk-3.0/gnome-applications.css | 10 ++++++++++
2052 1 file changed, 10 insertions(+)
2053
2054-commit ae5ad53766824d7924dfed26d04743827771b8a7 (tag: 3.5.5)
2055+commit ae5ad53766824d7924dfed26d04743827771b8a7
2056 Author: Cosimo Cecchi <cosimoc@gnome.org>
2057 Date: Tue Aug 7 22:52:19 2012 +0200
2058
2059@@ -5840,7 +7383,7 @@
2060 themes/Adwaita/gtk-3.0/gnome-applications.css | 22 ++++++++++++++++++++++
2061 1 file changed, 22 insertions(+)
2062
2063-commit b90dfc27e67a0b72224da2162f351e4a3aca171c (tag: 3.5.4)
2064+commit b90dfc27e67a0b72224da2162f351e4a3aca171c
2065 Author: Cosimo Cecchi <cosimoc@gnome.org>
2066 Date: Mon Jul 16 16:04:59 2012 -0400
2067
2068@@ -6219,7 +7762,7 @@
2069 themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +----
2070 1 file changed, 1 insertion(+), 4 deletions(-)
2071
2072-commit 4c0434cf5a6c5cacbbd643f67f8c44aa44ce4577 (tag: 3.5.3)
2073+commit 4c0434cf5a6c5cacbbd643f67f8c44aa44ce4577
2074 Author: Cosimo Cecchi <cosimoc@gnome.org>
2075 Date: Mon Jun 25 14:19:12 2012 -0400
2076
2077@@ -6316,7 +7859,7 @@
2078 themes/a11y-base.css | 3 +++
2079 1 file changed, 3 insertions(+)
2080
2081-commit cb06055c9e48575c5a9c6b6f157e83a8ce492b43 (tag: 3.5.2)
2082+commit cb06055c9e48575c5a9c6b6f157e83a8ce492b43
2083 Author: Cosimo Cecchi <cosimoc@gnome.org>
2084 Date: Mon Jun 4 17:49:31 2012 -0400
2085
2086@@ -10185,7 +11728,7 @@
2087 themes/Adwaita/gtk-3.0/gnome-applications.css | 16 ----------------
2088 1 file changed, 16 deletions(-)
2089
2090-commit a1e954eb74a49f04c896709b45e639ac2c4a62e1 (tag: 3.5.1)
2091+commit a1e954eb74a49f04c896709b45e639ac2c4a62e1
2092 Author: Cosimo Cecchi <cosimoc@gnome.org>
2093 Date: Mon Apr 30 19:02:11 2012 -0400
2094
2095@@ -10975,7 +12518,7 @@
2096 themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +++--
2097 1 file changed, 3 insertions(+), 2 deletions(-)
2098
2099-commit bef9c1420f41383632f88ddc5811962c2b77d1c5 (tag: 3.4.0)
2100+commit bef9c1420f41383632f88ddc5811962c2b77d1c5
2101 Author: Cosimo Cecchi <cosimoc@gnome.org>
2102 Date: Mon Mar 26 10:13:19 2012 -0400
2103
2104@@ -11033,7 +12576,7 @@
2105 src/adwaita_engine.c | 30 +++++++++++++++++-------------
2106 1 file changed, 17 insertions(+), 13 deletions(-)
2107
2108-commit 5847b1305ecc82f023869e2380a31be2f65ff06c (tag: 3.3.92)
2109+commit 5847b1305ecc82f023869e2380a31be2f65ff06c
2110 Author: Cosimo Cecchi <cosimoc@gnome.org>
2111 Date: Mon Mar 19 17:18:52 2012 -0400
2112
2113@@ -13013,7 +14556,7 @@
2114 themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 +++-
2115 1 file changed, 3 insertions(+), 1 deletion(-)
2116
2117-commit 0507ed9f23a382beac97d59ea39ac861d3db2a25 (tag: 3.3.91)
2118+commit 0507ed9f23a382beac97d59ea39ac861d3db2a25
2119 Author: Cosimo Cecchi <cosimoc@gnome.org>
2120 Date: Mon Mar 5 17:26:30 2012 -0500
2121
2122@@ -13169,7 +14712,7 @@
2123 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 58 ++++++++++++++++++++++
2124 1 file changed, 58 insertions(+)
2125
2126-commit e7786632ca3ec2b6c2bdc6aa08b4841d9bc7ecd8 (tag: 3.3.90.1)
2127+commit e7786632ca3ec2b6c2bdc6aa08b4841d9bc7ecd8
2128 Author: Cosimo Cecchi <cosimoc@gnome.org>
2129 Date: Wed Feb 22 01:01:55 2012 +0100
2130
2131@@ -13282,7 +14825,7 @@
2132 themes/Adwaita/gtk-3.0/gtk-widgets.css | 31 +++++++++++++++++++++++++++++--
2133 1 file changed, 29 insertions(+), 2 deletions(-)
2134
2135-commit 57ec8d3e378b705ba3dbbc29d880b56ac6762e92 (tag: 3.3.90)
2136+commit 57ec8d3e378b705ba3dbbc29d880b56ac6762e92
2137 Author: Cosimo Cecchi <cosimoc@gnome.org>
2138 Date: Mon Feb 20 15:59:49 2012 +0100
2139
2140@@ -13833,7 +15376,7 @@
2141 themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 +
2142 1 file changed, 1 insertion(+)
2143
2144-commit 319556426c44eed0e9eea759bc763b038419667f (tag: 3.3.5.1)
2145+commit 319556426c44eed0e9eea759bc763b038419667f
2146 Author: Cosimo Cecchi <cosimoc@gnome.org>
2147 Date: Tue Feb 7 17:57:14 2012 -0500
2148
2149@@ -13895,7 +15438,7 @@
2150 themes/Adwaita/gtk-3.0/gnome-applications.css | 9 +++++++++
2151 1 file changed, 9 insertions(+)
2152
2153-commit 94edf3a4caad6f9150333deec6218922bc22b061 (tag: 3.3.5)
2154+commit 94edf3a4caad6f9150333deec6218922bc22b061
2155 Author: Cosimo Cecchi <cosimoc@gnome.org>
2156 Date: Mon Feb 6 19:48:16 2012 -0500
2157
2158@@ -14692,7 +16235,7 @@
2159 themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 --
2160 1 file changed, 2 deletions(-)
2161
2162-commit f8fe17e112e7ba0bbc27a1c99c58042243fb4353 (tag: 3.3.4)
2163+commit f8fe17e112e7ba0bbc27a1c99c58042243fb4353
2164 Author: Cosimo Cecchi <cosimoc@gnome.org>
2165 Date: Mon Jan 16 21:13:30 2012 -0500
2166
2167@@ -15536,7 +17079,7 @@
2168 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 20 ++++-
2169 5 files changed, 277 insertions(+), 2 deletions(-)
2170
2171-commit 0620c46e4ad9d4e385b4b64afc32ac9f74ccd4b1 (tag: 3.3.3)
2172+commit 0620c46e4ad9d4e385b4b64afc32ac9f74ccd4b1
2173 Author: Cosimo Cecchi <cosimoc@gnome.org>
2174 Date: Mon Dec 19 12:25:40 2011 +0100
2175
2176@@ -16959,7 +18502,7 @@
2177 themes/Adwaita/gtk-3.0/gnome-applications.css | 6 +++++-
2178 1 file changed, 5 insertions(+), 1 deletion(-)
2179
2180-commit d76f2f2c32c0f0fe342989a90d5b0dd8fc4ab9cc (tag: 3.3.2)
2181+commit d76f2f2c32c0f0fe342989a90d5b0dd8fc4ab9cc
2182 Author: Cosimo Cecchi <cosimoc@gnome.org>
2183 Date: Mon Nov 21 14:40:03 2011 -0500
2184
2185@@ -17094,7 +18637,7 @@
2186 themes/Adwaita/gtk-3.0/gnome-applications.css | 39 +++++++++++++++++++++++++++
2187 1 file changed, 39 insertions(+)
2188
2189-commit 587d6f1cf141f1f3c69d10d88e89ecf0fa746ac1 (tag: 3.3.1)
2190+commit 587d6f1cf141f1f3c69d10d88e89ecf0fa746ac1
2191 Author: Cosimo Cecchi <cosimoc@gnome.org>
2192 Date: Tue Oct 25 12:12:18 2011 -0400
2193
2194@@ -17296,7 +18839,7 @@
2195 themes/Adwaita/backgrounds/stripes.jpg | Bin 246770 -> 330495 bytes
2196 1 file changed, 0 insertions(+), 0 deletions(-)
2197
2198-commit ecb6ccf492a21a2b6dbb8519683abc249a7235fa (tag: 3.2.0)
2199+commit ecb6ccf492a21a2b6dbb8519683abc249a7235fa
2200 Author: Cosimo Cecchi <cosimoc@gnome.org>
2201 Date: Mon Sep 26 11:14:51 2011 -0400
2202
2203@@ -17378,7 +18921,7 @@
2204 themes/Adwaita/gtk-3.0/gtk-widgets.css | 12 +++++++++++-
2205 1 file changed, 11 insertions(+), 1 deletion(-)
2206
2207-commit f1884daf049330a9dd9de84f8956579feb86c978 (tag: 3.1.92)
2208+commit f1884daf049330a9dd9de84f8956579feb86c978
2209 Author: Cosimo Cecchi <cosimoc@gnome.org>
2210 Date: Mon Sep 19 10:53:50 2011 -0400
2211
2212@@ -17651,7 +19194,7 @@
2213 themes/Adwaita/gtk-3.0/assets/button-active-border.svg | 15 +++------------
2214 1 file changed, 3 insertions(+), 12 deletions(-)
2215
2216-commit d05c0db5aad57783928aed5f95b491909cf979d5 (tag: 3.1.91)
2217+commit d05c0db5aad57783928aed5f95b491909cf979d5
2218 Author: Cosimo Cecchi <cosimoc@gnome.org>
2219 Date: Tue Sep 6 15:14:40 2011 -0400
2220
2221@@ -17724,7 +19267,7 @@
2222 themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 +++++---
2223 1 file changed, 5 insertions(+), 3 deletions(-)
2224
2225-commit 08a1cb2a74874b7556276021074b294fed10e8df (tag: 3.1.90)
2226+commit 08a1cb2a74874b7556276021074b294fed10e8df
2227 Author: Cosimo Cecchi <cosimoc@gnome.org>
2228 Date: Mon Aug 29 19:36:48 2011 -0400
2229
2230@@ -17816,7 +19359,7 @@
2231 themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++++
2232 1 file changed, 4 insertions(+)
2233
2234-commit f9c8b69ec57e83cdcb89c85d3f7502beb1c81958 (tag: 3.1.5)
2235+commit f9c8b69ec57e83cdcb89c85d3f7502beb1c81958
2236 Author: Cosimo Cecchi <cosimoc@gnome.org>
2237 Date: Tue Aug 16 11:01:25 2011 +0200
2238
2239@@ -18149,7 +19692,7 @@
2240 themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +-
2241 1 file changed, 1 insertion(+), 1 deletion(-)
2242
2243-commit 5a851bd14f87a999ef919f48c109560b82955e1e (tag: 3.1.4)
2244+commit 5a851bd14f87a999ef919f48c109560b82955e1e
2245 Author: Cosimo Cecchi <cosimoc@gnome.org>
2246 Date: Mon Jul 25 16:01:47 2011 +0200
2247
2248@@ -18396,7 +19939,7 @@
2249 themes/Adwaita/gtk-3.0/gtk-widgets.css | 26 ++++++++++++++++++++++++++
2250 1 file changed, 26 insertions(+)
2251
2252-commit 57c2a34ad69a5d72c7c7d7b492e63bd01949c00d (tag: 3.1.3)
2253+commit 57c2a34ad69a5d72c7c7d7b492e63bd01949c00d
2254 Author: Cosimo Cecchi <cosimoc@gnome.org>
2255 Date: Fri Jul 1 21:48:01 2011 -0400
2256
2257@@ -18527,7 +20070,7 @@
2258 themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++--
2259 1 file changed, 2 insertions(+), 2 deletions(-)
2260
2261-commit 0b870305c6e70bd28b49dd52fa05a28a55c488b5 (tag: 3.1.2.1)
2262+commit 0b870305c6e70bd28b49dd52fa05a28a55c488b5
2263 Author: Cosimo Cecchi <cosimoc@gnome.org>
2264 Date: Mon Jun 13 17:49:47 2011 -0400
2265
2266@@ -18546,7 +20089,7 @@
2267 themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 +-----
2268 1 file changed, 1 insertion(+), 5 deletions(-)
2269
2270-commit 6535e8f84b5239f1c600eb0b77be1210e7465314 (tag: 3.1.2)
2271+commit 6535e8f84b5239f1c600eb0b77be1210e7465314
2272 Author: Cosimo Cecchi <cosimoc@gnome.org>
2273 Date: Mon Jun 13 12:06:33 2011 -0400
2274
2275@@ -19305,7 +20848,7 @@
2276 po/eo.po | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2277 2 files changed, 55 insertions(+)
2278
2279-commit bbbbd6185826f57e1f2017072692c264700a89a1 (tag: 3.1.1)
2280+commit bbbbd6185826f57e1f2017072692c264700a89a1
2281 Author: Cosimo Cecchi <cosimoc@gnome.org>
2282 Date: Mon May 9 14:53:56 2011 -0400
2283
2284@@ -20072,7 +21615,7 @@
2285 themes/Adwaita/gtk-3.0/gtk-dark.css | 2 +-
2286 1 file changed, 1 insertion(+), 1 deletion(-)
2287
2288-commit 6051c123a892dfff81db749a0107b45d45e919f7 (tag: 2.91.92.1)
2289+commit 6051c123a892dfff81db749a0107b45d45e919f7
2290 Author: Cosimo Cecchi <cosimoc@gnome.org>
2291 Date: Mon Mar 21 18:38:28 2011 -0400
2292
2293@@ -20124,7 +21667,7 @@
2294 themes/Adwaita/gtk-3.0/gtk-widgets.css | 7 +++++++
2295 1 file changed, 7 insertions(+)
2296
2297-commit 86ee8a9bcdb9e4a5c98d8a0a225ecb394b4b0061 (tag: 2.91.92)
2298+commit 86ee8a9bcdb9e4a5c98d8a0a225ecb394b4b0061
2299 Author: Cosimo Cecchi <cosimoc@gnome.org>
2300 Date: Mon Mar 21 17:18:50 2011 -0400
2301
2302@@ -20766,7 +22309,7 @@
2303 po/cs.po | 29 ++++++++++++++++++++++++++---
2304 1 file changed, 26 insertions(+), 3 deletions(-)
2305
2306-commit d0249db1eba6b19dc31d0cc1ab4e7aa7a875771f (tag: 2.91.91.1)
2307+commit d0249db1eba6b19dc31d0cc1ab4e7aa7a875771f
2308 Author: Cosimo Cecchi <cosimoc@gnome.org>
2309 Date: Mon Mar 14 17:43:16 2011 -0400
2310
2311@@ -21052,7 +22595,7 @@
2312 po/sv.po | 27 +++++++++++++++------------
2313 1 file changed, 15 insertions(+), 12 deletions(-)
2314
2315-commit f4a9788ae2cb2ee9832bf15af35834c76894eaca (tag: 2.91.91)
2316+commit f4a9788ae2cb2ee9832bf15af35834c76894eaca
2317 Author: Cosimo Cecchi <cosimoc@gnome.org>
2318 Date: Mon Mar 7 16:52:30 2011 -0500
2319
2320@@ -22659,7 +24202,7 @@
2321 po/it.po | 33 +++++++++++++++++++++++++++++++++
2322 2 files changed, 34 insertions(+)
2323
2324-commit 5b53552abd39655567af2e34072af919397a8f6c (tag: 2.91.90.1)
2325+commit 5b53552abd39655567af2e34072af919397a8f6c
2326 Author: Matthias Clasen <mclasen@redhat.com>
2327 Date: Tue Feb 22 19:06:26 2011 -0500
2328
2329@@ -22707,7 +24250,7 @@
2330 configure.ac | 2 +-
2331 1 file changed, 1 insertion(+), 1 deletion(-)
2332
2333-commit 7e2d90370e62e10f137aa55e55d85d6f0d0c298b (tag: 2.91.90)
2334+commit 7e2d90370e62e10f137aa55e55d85d6f0d0c298b
2335 Author: Matthias Clasen <mclasen@redhat.com>
2336 Date: Tue Feb 22 00:31:22 2011 -0500
2337
2338@@ -23080,7 +24623,7 @@
2339 configure.ac | 2 +-
2340 1 file changed, 1 insertion(+), 1 deletion(-)
2341
2342-commit 8053a3db93bd7b8388b9b92bfaa0bdb5d568f7c1 (tag: 2.91.8)
2343+commit 8053a3db93bd7b8388b9b92bfaa0bdb5d568f7c1
2344 Author: Matthias Clasen <mclasen@redhat.com>
2345 Date: Tue Feb 1 15:56:42 2011 -0500
2346
2347@@ -23155,7 +24698,7 @@
2348 configure.ac | 2 +-
2349 1 file changed, 1 insertion(+), 1 deletion(-)
2350
2351-commit b7c85e4c7c7228405fef14f54441b37260ca04cb (tag: 2.91.7)
2352+commit b7c85e4c7c7228405fef14f54441b37260ca04cb
2353 Author: Matthias Clasen <mclasen@redhat.com>
2354 Date: Sun Jan 23 17:02:52 2011 -0500
2355
2356@@ -23233,7 +24776,7 @@
2357 configure.ac | 2 +-
2358 1 file changed, 1 insertion(+), 1 deletion(-)
2359
2360-commit 31845d8491575be030a85cd8e5817b4e3d32e7ac (tag: 2.91.6)
2361+commit 31845d8491575be030a85cd8e5817b4e3d32e7ac
2362 Author: Matthias Clasen <mclasen@redhat.com>
2363 Date: Wed Jan 19 09:20:38 2011 -0500
2364
2365@@ -23470,7 +25013,7 @@
2366 configure.ac | 2 +-
2367 1 file changed, 1 insertion(+), 1 deletion(-)
2368
2369-commit bc8553aefbceacb53458833504254abb16904da5 (tag: 2.91.5)
2370+commit bc8553aefbceacb53458833504254abb16904da5
2371 Author: Matthias Clasen <mclasen@redhat.com>
2372 Date: Mon Jan 10 20:54:03 2011 -0500
2373
2374@@ -24024,7 +25567,7 @@
2375 configure.ac | 2 +-
2376 1 file changed, 1 insertion(+), 1 deletion(-)
2377
2378-commit 53fd5f667e5aeb23e582282d5355da1f2c447719 (tag: 2.91.4)
2379+commit 53fd5f667e5aeb23e582282d5355da1f2c447719
2380 Author: Matthias Clasen <mclasen@redhat.com>
2381 Date: Mon Dec 6 23:08:40 2010 -0500
2382
2383@@ -24602,7 +26145,7 @@
2384 configure.ac | 2 +-
2385 1 file changed, 1 insertion(+), 1 deletion(-)
2386
2387-commit aa28eaf0901403ebbd9fbf2f17eeeb424976982b (tag: 2.91.2.1)
2388+commit aa28eaf0901403ebbd9fbf2f17eeeb424976982b
2389 Author: Matthias Clasen <mclasen@redhat.com>
2390 Date: Tue Nov 9 14:34:34 2010 -0500
2391
2392@@ -24638,7 +26181,7 @@
2393 configure.ac | 2 +-
2394 1 file changed, 1 insertion(+), 1 deletion(-)
2395
2396-commit 793a24af183f0943b3ebe3051bc913b5e98e868d (tag: 2.91.2)
2397+commit 793a24af183f0943b3ebe3051bc913b5e98e868d
2398 Author: Matthias Clasen <mclasen@redhat.com>
2399 Date: Tue Nov 9 13:45:20 2010 -0500
2400
2401
2402=== modified file 'Makefile.am'
2403--- Makefile.am 2013-03-25 18:20:43 +0000
2404+++ Makefile.am 2013-12-25 23:20:52 +0000
2405@@ -1,5 +1,7 @@
2406 SUBDIRS = themes po
2407
2408+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
2409+
2410 MAINTAINERCLEANFILES = \
2411 Makefile.in \
2412 aclocal.m4 \
2413
2414=== modified file 'Makefile.in'
2415--- Makefile.in 2013-12-19 07:39:40 +0000
2416+++ Makefile.in 2013-12-25 23:20:52 +0000
2417@@ -79,16 +79,19 @@
2418 host_triplet = @host@
2419 subdir = .
2420 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
2421- $(top_srcdir)/configure $(am__configure_deps) COPYING \
2422- ChangeLog NEWS README config.guess config.sub depcomp \
2423- install-sh missing ltmain.sh
2424+ $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \
2425+ COPYING ChangeLog NEWS README compile config.guess config.sub \
2426+ depcomp install-sh missing ltmain.sh
2427 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
2428-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
2429+am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
2430+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
2431+ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
2432+ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
2433 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
2434 $(ACLOCAL_M4)
2435 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
2436 configure.lineno config.status.lineno
2437-mkinstalldirs = $(install_sh) -d
2438+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
2439 CONFIG_CLEAN_FILES =
2440 CONFIG_CLEAN_VPATH_FILES =
2441 AM_V_P = $(am__v_P_@AM_V@)
2442@@ -190,7 +193,7 @@
2443 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
2444 distcleancheck_listfiles = find . -type f -print
2445 ACLOCAL = @ACLOCAL@
2446-ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
2447+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
2448 ALL_LINGUAS = @ALL_LINGUAS@
2449 AMTAR = @AMTAR@
2450 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2451
2452=== modified file 'NEWS'
2453--- NEWS 2013-12-19 07:39:40 +0000
2454+++ NEWS 2013-12-25 23:20:52 +0000
2455@@ -1,17 +1,56 @@
2456-3.8.4
2457-=====
2458-
2459-Use correct name for the session-properties icon
2460-
2461-3.8.3
2462-=====
2463-
2464-Fix installation of new HC icons
2465-
2466-3.8.2
2467-=====
2468-
2469-More HC app icons
2470+3.10.0
2471+======
2472+ gedit specific tweaks
2473+ expose close button in tabs better
2474+ abrt high contrast icon fix
2475+ CSD decoration fixes
2476+ color definition cleanup
2477+ gtk menu border fix when running outside of gnome-shell (#707358)
2478+
2479+3.9.91
2480+======
2481+
2482+GTK3:
2483+ Improve support for headerbars styling (Allan Day, Paolo Borelli,
2484+ Jakub Steiner)
2485+ Increase legibility of pushed button style (Allan Day)
2486+ Fix CSD shadows for dark themed windows (Matthias Clasen)
2487+ Fix dim-label color on selected rows (Thomas Wood)
2488+ Fix font style for context menus (Matthias Clasen)
2489+ Fixes for destructive/suggested-action buttons (Andreas Nilsson)
2490+ App specific fixes for Baobab, Nautilus (Stefano Facchini, AntĂłnio Fernandes)
2491+
2492+HighContrast:
2493+ Add support for CSD and headerbars
2494+ Fix insensitive menu items styling
2495+ Fix extra frame for GtkStatusbar
2496+ App specific fixes for Nautilus
2497+
2498+3.9.90
2499+======
2500+
2501+New style for WM buttons to go together with the new headerbar
2502+controls.
2503+
2504+GTK3:
2505+ Improved client side decorations.
2506+ New radiobuttons and checkboxes.
2507+ HIDPI support.
2508+ Unified infobar styling.
2509+ App specific fixes for Contacts, Baobab. (Erick PĂ©rez Castellanos,
2510+ Stefano Facchini)
2511+
2512+3.9.3
2513+=====
2514+
2515+Wallpaper update for 3.10
2516+Add HC icon for system-software-update
2517+
2518+GTK3:
2519+ Initial support for GTK client side decorations
2520+ Adapt to changes in GTK master state propagation
2521+ Add support for activity on top of GdMainView cells (Zeeshan Ali)
2522+ Improve theming for GEdit, Baobab (Ignacio Casal Quinteiro, Stefano Facchini)
2523
2524 3.8.1
2525 =====
2526
2527=== modified file 'aclocal.m4'
2528--- aclocal.m4 2013-12-19 07:39:40 +0000
2529+++ aclocal.m4 2013-12-25 23:20:52 +0000
2530@@ -1054,8812 +1054,6 @@
2531 AC_SUBST([am__untar])
2532 ]) # _AM_PROG_TAR
2533
2534-
2535-dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
2536-# serial 42 IT_PROG_INTLTOOL
2537-AC_DEFUN([IT_PROG_INTLTOOL], [
2538-AC_PREREQ([2.50])dnl
2539-AC_REQUIRE([AM_NLS])dnl
2540-
2541-case "$am__api_version" in
2542- 1.[01234])
2543- AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool])
2544- ;;
2545- *)
2546- ;;
2547-esac
2548-
2549-INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
2550-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
2551-INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
2552-if test -n "$1"; then
2553- AC_MSG_CHECKING([for intltool >= $1])
2554- AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
2555- test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
2556- AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.])
2557-fi
2558-
2559-AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update])
2560-AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge])
2561-AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract])
2562-if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
2563- AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.])
2564-fi
2565-
2566-if test -z "$AM_DEFAULT_VERBOSITY"; then
2567- AM_DEFAULT_VERBOSITY=1
2568-fi
2569-AC_SUBST([AM_DEFAULT_VERBOSITY])
2570-
2571-INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
2572-INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
2573-INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;'
2574-AC_SUBST(INTLTOOL_V_MERGE)
2575-AC_SUBST(INTLTOOL__v_MERGE_)
2576-AC_SUBST(INTLTOOL__v_MERGE_0)
2577-
2578-INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
2579-intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
2580-intltool__v_merge_options_0='-q'
2581-AC_SUBST(INTLTOOL_V_MERGE_OPTIONS)
2582-AC_SUBST(intltool__v_merge_options_)
2583-AC_SUBST(intltool__v_merge_options_0)
2584-
2585- INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2586-INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2587- INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2588- INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2589- INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@'
2590- INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2591- INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2592- INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2593-INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2594- INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2595- INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2596-if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then
2597- INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@'
2598-else
2599- INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir'
2600-fi
2601- INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2602- INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2603- INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2604- INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2605- INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2606- INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2607- INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2608-
2609-_IT_SUBST(INTLTOOL_DESKTOP_RULE)
2610-_IT_SUBST(INTLTOOL_DIRECTORY_RULE)
2611-_IT_SUBST(INTLTOOL_KEYS_RULE)
2612-_IT_SUBST(INTLTOOL_PROP_RULE)
2613-_IT_SUBST(INTLTOOL_OAF_RULE)
2614-_IT_SUBST(INTLTOOL_PONG_RULE)
2615-_IT_SUBST(INTLTOOL_SERVER_RULE)
2616-_IT_SUBST(INTLTOOL_SHEET_RULE)
2617-_IT_SUBST(INTLTOOL_SOUNDLIST_RULE)
2618-_IT_SUBST(INTLTOOL_UI_RULE)
2619-_IT_SUBST(INTLTOOL_XAM_RULE)
2620-_IT_SUBST(INTLTOOL_KBD_RULE)
2621-_IT_SUBST(INTLTOOL_XML_RULE)
2622-_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE)
2623-_IT_SUBST(INTLTOOL_CAVES_RULE)
2624-_IT_SUBST(INTLTOOL_SCHEMAS_RULE)
2625-_IT_SUBST(INTLTOOL_THEME_RULE)
2626-_IT_SUBST(INTLTOOL_SERVICE_RULE)
2627-_IT_SUBST(INTLTOOL_POLICY_RULE)
2628-
2629-# Check the gettext tools to make sure they are GNU
2630-AC_PATH_PROG(XGETTEXT, xgettext)
2631-AC_PATH_PROG(MSGMERGE, msgmerge)
2632-AC_PATH_PROG(MSGFMT, msgfmt)
2633-AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
2634-if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
2635- AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
2636-fi
2637-xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
2638-mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
2639-mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
2640-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
2641- AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
2642-fi
2643-
2644-AC_PATH_PROG(INTLTOOL_PERL, perl)
2645-if test -z "$INTLTOOL_PERL"; then
2646- AC_MSG_ERROR([perl not found])
2647-fi
2648-AC_MSG_CHECKING([for perl >= 5.8.1])
2649-$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
2650-if test $? -ne 0; then
2651- AC_MSG_ERROR([perl 5.8.1 is required for intltool])
2652-else
2653- IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
2654- AC_MSG_RESULT([$IT_PERL_VERSION])
2655-fi
2656-if test "x$2" != "xno-xml"; then
2657- AC_MSG_CHECKING([for XML::Parser])
2658- if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
2659- AC_MSG_RESULT([ok])
2660- else
2661- AC_MSG_ERROR([XML::Parser perl module is required for intltool])
2662- fi
2663-fi
2664-
2665-# Substitute ALL_LINGUAS so we can use it in po/Makefile
2666-AC_SUBST(ALL_LINGUAS)
2667-
2668-# Set DATADIRNAME correctly if it is not set yet
2669-# (copied from glib-gettext.m4)
2670-if test -z "$DATADIRNAME"; then
2671- AC_LINK_IFELSE(
2672- [AC_LANG_PROGRAM([[]],
2673- [[extern int _nl_msg_cat_cntr;
2674- return _nl_msg_cat_cntr]])],
2675- [DATADIRNAME=share],
2676- [case $host in
2677- *-*-solaris*)
2678- dnl On Solaris, if bind_textdomain_codeset is in libc,
2679- dnl GNU format message catalog is always supported,
2680- dnl since both are added to the libc all together.
2681- dnl Hence, we'd like to go with DATADIRNAME=share
2682- dnl in this case.
2683- AC_CHECK_FUNC(bind_textdomain_codeset,
2684- [DATADIRNAME=share], [DATADIRNAME=lib])
2685- ;;
2686- *)
2687- [DATADIRNAME=lib]
2688- ;;
2689- esac])
2690-fi
2691-AC_SUBST(DATADIRNAME)
2692-
2693-IT_PO_SUBDIR([po])
2694-
2695-])
2696-
2697-
2698-# IT_PO_SUBDIR(DIRNAME)
2699-# ---------------------
2700-# All po subdirs have to be declared with this macro; the subdir "po" is
2701-# declared by IT_PROG_INTLTOOL.
2702-#
2703-AC_DEFUN([IT_PO_SUBDIR],
2704-[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
2705-dnl
2706-dnl The following CONFIG_COMMANDS should be executed at the very end
2707-dnl of config.status.
2708-AC_CONFIG_COMMANDS_PRE([
2709- AC_CONFIG_COMMANDS([$1/stamp-it], [
2710- if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then
2711- AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.])
2712- fi
2713- rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp"
2714- >"$1/stamp-it.tmp"
2715- [sed '/^#/d
2716- s/^[[].*] *//
2717- /^[ ]*$/d
2718- '"s|^| $ac_top_srcdir/|" \
2719- "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES"
2720- ]
2721- [sed '/^POTFILES =/,/[^\\]$/ {
2722- /^POTFILES =/!d
2723- r $1/POTFILES
2724- }
2725- ' "$1/Makefile.in" >"$1/Makefile"]
2726- rm -f "$1/Makefile.tmp"
2727- mv "$1/stamp-it.tmp" "$1/stamp-it"
2728- ])
2729-])dnl
2730-])
2731-
2732-# _IT_SUBST(VARIABLE)
2733-# -------------------
2734-# Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
2735-#
2736-AC_DEFUN([_IT_SUBST],
2737-[
2738-AC_SUBST([$1])
2739-m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
2740-]
2741-)
2742-
2743-# deprecated macros
2744-AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL])
2745-# A hint is needed for aclocal from Automake <= 1.9.4:
2746-# AC_DEFUN([AC_PROG_INTLTOOL], ...)
2747-
2748-
2749-# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2750-#
2751-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2752-# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
2753-# Foundation, Inc.
2754-# Written by Gordon Matzigkeit, 1996
2755-#
2756-# This file is free software; the Free Software Foundation gives
2757-# unlimited permission to copy and/or distribute it, with or without
2758-# modifications, as long as this notice is preserved.
2759-
2760-m4_define([_LT_COPYING], [dnl
2761-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2762-# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
2763-# Foundation, Inc.
2764-# Written by Gordon Matzigkeit, 1996
2765-#
2766-# This file is part of GNU Libtool.
2767-#
2768-# GNU Libtool is free software; you can redistribute it and/or
2769-# modify it under the terms of the GNU General Public License as
2770-# published by the Free Software Foundation; either version 2 of
2771-# the License, or (at your option) any later version.
2772-#
2773-# As a special exception to the GNU General Public License,
2774-# if you distribute this file as part of a program or library that
2775-# is built using GNU Libtool, you may include this file under the
2776-# same distribution terms that you use for the rest of that program.
2777-#
2778-# GNU Libtool is distributed in the hope that it will be useful,
2779-# but WITHOUT ANY WARRANTY; without even the implied warranty of
2780-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2781-# GNU General Public License for more details.
2782-#
2783-# You should have received a copy of the GNU General Public License
2784-# along with GNU Libtool; see the file COPYING. If not, a copy
2785-# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
2786-# obtained by writing to the Free Software Foundation, Inc.,
2787-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2788-])
2789-
2790-# serial 57 LT_INIT
2791-
2792-
2793-# LT_PREREQ(VERSION)
2794-# ------------------
2795-# Complain and exit if this libtool version is less that VERSION.
2796-m4_defun([LT_PREREQ],
2797-[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
2798- [m4_default([$3],
2799- [m4_fatal([Libtool version $1 or higher is required],
2800- 63)])],
2801- [$2])])
2802-
2803-
2804-# _LT_CHECK_BUILDDIR
2805-# ------------------
2806-# Complain if the absolute build directory name contains unusual characters
2807-m4_defun([_LT_CHECK_BUILDDIR],
2808-[case `pwd` in
2809- *\ * | *\ *)
2810- AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
2811-esac
2812-])
2813-
2814-
2815-# LT_INIT([OPTIONS])
2816-# ------------------
2817-AC_DEFUN([LT_INIT],
2818-[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
2819-AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
2820-AC_BEFORE([$0], [LT_LANG])dnl
2821-AC_BEFORE([$0], [LT_OUTPUT])dnl
2822-AC_BEFORE([$0], [LTDL_INIT])dnl
2823-m4_require([_LT_CHECK_BUILDDIR])dnl
2824-
2825-dnl Autoconf doesn't catch unexpanded LT_ macros by default:
2826-m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
2827-m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
2828-dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
2829-dnl unless we require an AC_DEFUNed macro:
2830-AC_REQUIRE([LTOPTIONS_VERSION])dnl
2831-AC_REQUIRE([LTSUGAR_VERSION])dnl
2832-AC_REQUIRE([LTVERSION_VERSION])dnl
2833-AC_REQUIRE([LTOBSOLETE_VERSION])dnl
2834-m4_require([_LT_PROG_LTMAIN])dnl
2835-
2836-_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
2837-
2838-dnl Parse OPTIONS
2839-_LT_SET_OPTIONS([$0], [$1])
2840-
2841-# This can be used to rebuild libtool when needed
2842-LIBTOOL_DEPS="$ltmain"
2843-
2844-# Always use our own libtool.
2845-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2846-AC_SUBST(LIBTOOL)dnl
2847-
2848-_LT_SETUP
2849-
2850-# Only expand once:
2851-m4_define([LT_INIT])
2852-])# LT_INIT
2853-
2854-# Old names:
2855-AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
2856-AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
2857-dnl aclocal-1.4 backwards compatibility:
2858-dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
2859-dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
2860-
2861-
2862-# _LT_CC_BASENAME(CC)
2863-# -------------------
2864-# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2865-m4_defun([_LT_CC_BASENAME],
2866-[for cc_temp in $1""; do
2867- case $cc_temp in
2868- compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
2869- distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
2870- \-*) ;;
2871- *) break;;
2872- esac
2873-done
2874-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
2875-])
2876-
2877-
2878-# _LT_FILEUTILS_DEFAULTS
2879-# ----------------------
2880-# It is okay to use these file commands and assume they have been set
2881-# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2882-m4_defun([_LT_FILEUTILS_DEFAULTS],
2883-[: ${CP="cp -f"}
2884-: ${MV="mv -f"}
2885-: ${RM="rm -f"}
2886-])# _LT_FILEUTILS_DEFAULTS
2887-
2888-
2889-# _LT_SETUP
2890-# ---------
2891-m4_defun([_LT_SETUP],
2892-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
2893-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2894-AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
2895-AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
2896-
2897-_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
2898-dnl
2899-_LT_DECL([], [host_alias], [0], [The host system])dnl
2900-_LT_DECL([], [host], [0])dnl
2901-_LT_DECL([], [host_os], [0])dnl
2902-dnl
2903-_LT_DECL([], [build_alias], [0], [The build system])dnl
2904-_LT_DECL([], [build], [0])dnl
2905-_LT_DECL([], [build_os], [0])dnl
2906-dnl
2907-AC_REQUIRE([AC_PROG_CC])dnl
2908-AC_REQUIRE([LT_PATH_LD])dnl
2909-AC_REQUIRE([LT_PATH_NM])dnl
2910-dnl
2911-AC_REQUIRE([AC_PROG_LN_S])dnl
2912-test -z "$LN_S" && LN_S="ln -s"
2913-_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
2914-dnl
2915-AC_REQUIRE([LT_CMD_MAX_LEN])dnl
2916-_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
2917-_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
2918-dnl
2919-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2920-m4_require([_LT_CHECK_SHELL_FEATURES])dnl
2921-m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
2922-m4_require([_LT_CMD_RELOAD])dnl
2923-m4_require([_LT_CHECK_MAGIC_METHOD])dnl
2924-m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
2925-m4_require([_LT_CMD_OLD_ARCHIVE])dnl
2926-m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
2927-m4_require([_LT_WITH_SYSROOT])dnl
2928-
2929-_LT_CONFIG_LIBTOOL_INIT([
2930-# See if we are running on zsh, and set the options which allow our
2931-# commands through without removal of \ escapes INIT.
2932-if test -n "\${ZSH_VERSION+set}" ; then
2933- setopt NO_GLOB_SUBST
2934-fi
2935-])
2936-if test -n "${ZSH_VERSION+set}" ; then
2937- setopt NO_GLOB_SUBST
2938-fi
2939-
2940-_LT_CHECK_OBJDIR
2941-
2942-m4_require([_LT_TAG_COMPILER])dnl
2943-
2944-case $host_os in
2945-aix3*)
2946- # AIX sometimes has problems with the GCC collect2 program. For some
2947- # reason, if we set the COLLECT_NAMES environment variable, the problems
2948- # vanish in a puff of smoke.
2949- if test "X${COLLECT_NAMES+set}" != Xset; then
2950- COLLECT_NAMES=
2951- export COLLECT_NAMES
2952- fi
2953- ;;
2954-esac
2955-
2956-# Global variables:
2957-ofile=libtool
2958-can_build_shared=yes
2959-
2960-# All known linkers require a `.a' archive for static linking (except MSVC,
2961-# which needs '.lib').
2962-libext=a
2963-
2964-with_gnu_ld="$lt_cv_prog_gnu_ld"
2965-
2966-old_CC="$CC"
2967-old_CFLAGS="$CFLAGS"
2968-
2969-# Set sane defaults for various variables
2970-test -z "$CC" && CC=cc
2971-test -z "$LTCC" && LTCC=$CC
2972-test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
2973-test -z "$LD" && LD=ld
2974-test -z "$ac_objext" && ac_objext=o
2975-
2976-_LT_CC_BASENAME([$compiler])
2977-
2978-# Only perform the check for file, if the check method requires it
2979-test -z "$MAGIC_CMD" && MAGIC_CMD=file
2980-case $deplibs_check_method in
2981-file_magic*)
2982- if test "$file_magic_cmd" = '$MAGIC_CMD'; then
2983- _LT_PATH_MAGIC
2984- fi
2985- ;;
2986-esac
2987-
2988-# Use C for the default configuration in the libtool script
2989-LT_SUPPORTED_TAG([CC])
2990-_LT_LANG_C_CONFIG
2991-_LT_LANG_DEFAULT_CONFIG
2992-_LT_CONFIG_COMMANDS
2993-])# _LT_SETUP
2994-
2995-
2996-# _LT_PREPARE_SED_QUOTE_VARS
2997-# --------------------------
2998-# Define a few sed substitution that help us do robust quoting.
2999-m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
3000-[# Backslashify metacharacters that are still active within
3001-# double-quoted strings.
3002-sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
3003-
3004-# Same as above, but do not quote variable references.
3005-double_quote_subst='s/\([["`\\]]\)/\\\1/g'
3006-
3007-# Sed substitution to delay expansion of an escaped shell variable in a
3008-# double_quote_subst'ed string.
3009-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3010-
3011-# Sed substitution to delay expansion of an escaped single quote.
3012-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3013-
3014-# Sed substitution to avoid accidental globbing in evaled expressions
3015-no_glob_subst='s/\*/\\\*/g'
3016-])
3017-
3018-# _LT_PROG_LTMAIN
3019-# ---------------
3020-# Note that this code is called both from `configure', and `config.status'
3021-# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
3022-# `config.status' has no value for ac_aux_dir unless we are using Automake,
3023-# so we pass a copy along to make sure it has a sensible value anyway.
3024-m4_defun([_LT_PROG_LTMAIN],
3025-[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
3026-_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
3027-ltmain="$ac_aux_dir/ltmain.sh"
3028-])# _LT_PROG_LTMAIN
3029-
3030-
3031-
3032-# So that we can recreate a full libtool script including additional
3033-# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
3034-# in macros and then make a single call at the end using the `libtool'
3035-# label.
3036-
3037-
3038-# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
3039-# ----------------------------------------
3040-# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
3041-m4_define([_LT_CONFIG_LIBTOOL_INIT],
3042-[m4_ifval([$1],
3043- [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
3044- [$1
3045-])])])
3046-
3047-# Initialize.
3048-m4_define([_LT_OUTPUT_LIBTOOL_INIT])
3049-
3050-
3051-# _LT_CONFIG_LIBTOOL([COMMANDS])
3052-# ------------------------------
3053-# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
3054-m4_define([_LT_CONFIG_LIBTOOL],
3055-[m4_ifval([$1],
3056- [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
3057- [$1
3058-])])])
3059-
3060-# Initialize.
3061-m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
3062-
3063-
3064-# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
3065-# -----------------------------------------------------
3066-m4_defun([_LT_CONFIG_SAVE_COMMANDS],
3067-[_LT_CONFIG_LIBTOOL([$1])
3068-_LT_CONFIG_LIBTOOL_INIT([$2])
3069-])
3070-
3071-
3072-# _LT_FORMAT_COMMENT([COMMENT])
3073-# -----------------------------
3074-# Add leading comment marks to the start of each line, and a trailing
3075-# full-stop to the whole comment if one is not present already.
3076-m4_define([_LT_FORMAT_COMMENT],
3077-[m4_ifval([$1], [
3078-m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
3079- [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
3080-)])
3081-
3082-
3083-
3084-
3085-
3086-# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
3087-# -------------------------------------------------------------------
3088-# CONFIGNAME is the name given to the value in the libtool script.
3089-# VARNAME is the (base) name used in the configure script.
3090-# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
3091-# VARNAME. Any other value will be used directly.
3092-m4_define([_LT_DECL],
3093-[lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
3094- [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
3095- [m4_ifval([$1], [$1], [$2])])
3096- lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
3097- m4_ifval([$4],
3098- [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
3099- lt_dict_add_subkey([lt_decl_dict], [$2],
3100- [tagged?], [m4_ifval([$5], [yes], [no])])])
3101-])
3102-
3103-
3104-# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
3105-# --------------------------------------------------------
3106-m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
3107-
3108-
3109-# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
3110-# ------------------------------------------------
3111-m4_define([lt_decl_tag_varnames],
3112-[_lt_decl_filter([tagged?], [yes], $@)])
3113-
3114-
3115-# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
3116-# ---------------------------------------------------------
3117-m4_define([_lt_decl_filter],
3118-[m4_case([$#],
3119- [0], [m4_fatal([$0: too few arguments: $#])],
3120- [1], [m4_fatal([$0: too few arguments: $#: $1])],
3121- [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
3122- [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
3123- [lt_dict_filter([lt_decl_dict], $@)])[]dnl
3124-])
3125-
3126-
3127-# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
3128-# --------------------------------------------------
3129-m4_define([lt_decl_quote_varnames],
3130-[_lt_decl_filter([value], [1], $@)])
3131-
3132-
3133-# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
3134-# ---------------------------------------------------
3135-m4_define([lt_decl_dquote_varnames],
3136-[_lt_decl_filter([value], [2], $@)])
3137-
3138-
3139-# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
3140-# ---------------------------------------------------
3141-m4_define([lt_decl_varnames_tagged],
3142-[m4_assert([$# <= 2])dnl
3143-_$0(m4_quote(m4_default([$1], [[, ]])),
3144- m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
3145- m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
3146-m4_define([_lt_decl_varnames_tagged],
3147-[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
3148-
3149-
3150-# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
3151-# ------------------------------------------------
3152-m4_define([lt_decl_all_varnames],
3153-[_$0(m4_quote(m4_default([$1], [[, ]])),
3154- m4_if([$2], [],
3155- m4_quote(lt_decl_varnames),
3156- m4_quote(m4_shift($@))))[]dnl
3157-])
3158-m4_define([_lt_decl_all_varnames],
3159-[lt_join($@, lt_decl_varnames_tagged([$1],
3160- lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
3161-])
3162-
3163-
3164-# _LT_CONFIG_STATUS_DECLARE([VARNAME])
3165-# ------------------------------------
3166-# Quote a variable value, and forward it to `config.status' so that its
3167-# declaration there will have the same value as in `configure'. VARNAME
3168-# must have a single quote delimited value for this to work.
3169-m4_define([_LT_CONFIG_STATUS_DECLARE],
3170-[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
3171-
3172-
3173-# _LT_CONFIG_STATUS_DECLARATIONS
3174-# ------------------------------
3175-# We delimit libtool config variables with single quotes, so when
3176-# we write them to config.status, we have to be sure to quote all
3177-# embedded single quotes properly. In configure, this macro expands
3178-# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
3179-#
3180-# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
3181-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
3182-[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
3183- [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
3184-
3185-
3186-# _LT_LIBTOOL_TAGS
3187-# ----------------
3188-# Output comment and list of tags supported by the script
3189-m4_defun([_LT_LIBTOOL_TAGS],
3190-[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
3191-available_tags="_LT_TAGS"dnl
3192-])
3193-
3194-
3195-# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
3196-# -----------------------------------
3197-# Extract the dictionary values for VARNAME (optionally with TAG) and
3198-# expand to a commented shell variable setting:
3199-#
3200-# # Some comment about what VAR is for.
3201-# visible_name=$lt_internal_name
3202-m4_define([_LT_LIBTOOL_DECLARE],
3203-[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
3204- [description])))[]dnl
3205-m4_pushdef([_libtool_name],
3206- m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
3207-m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
3208- [0], [_libtool_name=[$]$1],
3209- [1], [_libtool_name=$lt_[]$1],
3210- [2], [_libtool_name=$lt_[]$1],
3211- [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
3212-m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
3213-])
3214-
3215-
3216-# _LT_LIBTOOL_CONFIG_VARS
3217-# -----------------------
3218-# Produce commented declarations of non-tagged libtool config variables
3219-# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
3220-# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
3221-# section) are produced by _LT_LIBTOOL_TAG_VARS.
3222-m4_defun([_LT_LIBTOOL_CONFIG_VARS],
3223-[m4_foreach([_lt_var],
3224- m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
3225- [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
3226-
3227-
3228-# _LT_LIBTOOL_TAG_VARS(TAG)
3229-# -------------------------
3230-m4_define([_LT_LIBTOOL_TAG_VARS],
3231-[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
3232- [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
3233-
3234-
3235-# _LT_TAGVAR(VARNAME, [TAGNAME])
3236-# ------------------------------
3237-m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
3238-
3239-
3240-# _LT_CONFIG_COMMANDS
3241-# -------------------
3242-# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
3243-# variables for single and double quote escaping we saved from calls
3244-# to _LT_DECL, we can put quote escaped variables declarations
3245-# into `config.status', and then the shell code to quote escape them in
3246-# for loops in `config.status'. Finally, any additional code accumulated
3247-# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
3248-m4_defun([_LT_CONFIG_COMMANDS],
3249-[AC_PROVIDE_IFELSE([LT_OUTPUT],
3250- dnl If the libtool generation code has been placed in $CONFIG_LT,
3251- dnl instead of duplicating it all over again into config.status,
3252- dnl then we will have config.status run $CONFIG_LT later, so it
3253- dnl needs to know what name is stored there:
3254- [AC_CONFIG_COMMANDS([libtool],
3255- [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
3256- dnl If the libtool generation code is destined for config.status,
3257- dnl expand the accumulated commands and init code now:
3258- [AC_CONFIG_COMMANDS([libtool],
3259- [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
3260-])#_LT_CONFIG_COMMANDS
3261-
3262-
3263-# Initialize.
3264-m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
3265-[
3266-
3267-# The HP-UX ksh and POSIX shell print the target directory to stdout
3268-# if CDPATH is set.
3269-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3270-
3271-sed_quote_subst='$sed_quote_subst'
3272-double_quote_subst='$double_quote_subst'
3273-delay_variable_subst='$delay_variable_subst'
3274-_LT_CONFIG_STATUS_DECLARATIONS
3275-LTCC='$LTCC'
3276-LTCFLAGS='$LTCFLAGS'
3277-compiler='$compiler_DEFAULT'
3278-
3279-# A function that is used when there is no print builtin or printf.
3280-func_fallback_echo ()
3281-{
3282- eval 'cat <<_LTECHO_EOF
3283-\$[]1
3284-_LTECHO_EOF'
3285-}
3286-
3287-# Quote evaled strings.
3288-for var in lt_decl_all_varnames([[ \
3289-]], lt_decl_quote_varnames); do
3290- case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
3291- *[[\\\\\\\`\\"\\\$]]*)
3292- eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
3293- ;;
3294- *)
3295- eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
3296- ;;
3297- esac
3298-done
3299-
3300-# Double-quote double-evaled strings.
3301-for var in lt_decl_all_varnames([[ \
3302-]], lt_decl_dquote_varnames); do
3303- case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
3304- *[[\\\\\\\`\\"\\\$]]*)
3305- eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
3306- ;;
3307- *)
3308- eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
3309- ;;
3310- esac
3311-done
3312-
3313-_LT_OUTPUT_LIBTOOL_INIT
3314-])
3315-
3316-# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
3317-# ------------------------------------
3318-# Generate a child script FILE with all initialization necessary to
3319-# reuse the environment learned by the parent script, and make the
3320-# file executable. If COMMENT is supplied, it is inserted after the
3321-# `#!' sequence but before initialization text begins. After this
3322-# macro, additional text can be appended to FILE to form the body of
3323-# the child script. The macro ends with non-zero status if the
3324-# file could not be fully written (such as if the disk is full).
3325-m4_ifdef([AS_INIT_GENERATED],
3326-[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
3327-[m4_defun([_LT_GENERATED_FILE_INIT],
3328-[m4_require([AS_PREPARE])]dnl
3329-[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
3330-[lt_write_fail=0
3331-cat >$1 <<_ASEOF || lt_write_fail=1
3332-#! $SHELL
3333-# Generated by $as_me.
3334-$2
3335-SHELL=\${CONFIG_SHELL-$SHELL}
3336-export SHELL
3337-_ASEOF
3338-cat >>$1 <<\_ASEOF || lt_write_fail=1
3339-AS_SHELL_SANITIZE
3340-_AS_PREPARE
3341-exec AS_MESSAGE_FD>&1
3342-_ASEOF
3343-test $lt_write_fail = 0 && chmod +x $1[]dnl
3344-m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
3345-
3346-# LT_OUTPUT
3347-# ---------
3348-# This macro allows early generation of the libtool script (before
3349-# AC_OUTPUT is called), incase it is used in configure for compilation
3350-# tests.
3351-AC_DEFUN([LT_OUTPUT],
3352-[: ${CONFIG_LT=./config.lt}
3353-AC_MSG_NOTICE([creating $CONFIG_LT])
3354-_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
3355-[# Run this file to recreate a libtool stub with the current configuration.])
3356-
3357-cat >>"$CONFIG_LT" <<\_LTEOF
3358-lt_cl_silent=false
3359-exec AS_MESSAGE_LOG_FD>>config.log
3360-{
3361- echo
3362- AS_BOX([Running $as_me.])
3363-} >&AS_MESSAGE_LOG_FD
3364-
3365-lt_cl_help="\
3366-\`$as_me' creates a local libtool stub from the current configuration,
3367-for use in further configure time tests before the real libtool is
3368-generated.
3369-
3370-Usage: $[0] [[OPTIONS]]
3371-
3372- -h, --help print this help, then exit
3373- -V, --version print version number, then exit
3374- -q, --quiet do not print progress messages
3375- -d, --debug don't remove temporary files
3376-
3377-Report bugs to <bug-libtool@gnu.org>."
3378-
3379-lt_cl_version="\
3380-m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
3381-m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
3382-configured by $[0], generated by m4_PACKAGE_STRING.
3383-
3384-Copyright (C) 2011 Free Software Foundation, Inc.
3385-This config.lt script is free software; the Free Software Foundation
3386-gives unlimited permision to copy, distribute and modify it."
3387-
3388-while test $[#] != 0
3389-do
3390- case $[1] in
3391- --version | --v* | -V )
3392- echo "$lt_cl_version"; exit 0 ;;
3393- --help | --h* | -h )
3394- echo "$lt_cl_help"; exit 0 ;;
3395- --debug | --d* | -d )
3396- debug=: ;;
3397- --quiet | --q* | --silent | --s* | -q )
3398- lt_cl_silent=: ;;
3399-
3400- -*) AC_MSG_ERROR([unrecognized option: $[1]
3401-Try \`$[0] --help' for more information.]) ;;
3402-
3403- *) AC_MSG_ERROR([unrecognized argument: $[1]
3404-Try \`$[0] --help' for more information.]) ;;
3405- esac
3406- shift
3407-done
3408-
3409-if $lt_cl_silent; then
3410- exec AS_MESSAGE_FD>/dev/null
3411-fi
3412-_LTEOF
3413-
3414-cat >>"$CONFIG_LT" <<_LTEOF
3415-_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
3416-_LTEOF
3417-
3418-cat >>"$CONFIG_LT" <<\_LTEOF
3419-AC_MSG_NOTICE([creating $ofile])
3420-_LT_OUTPUT_LIBTOOL_COMMANDS
3421-AS_EXIT(0)
3422-_LTEOF
3423-chmod +x "$CONFIG_LT"
3424-
3425-# configure is writing to config.log, but config.lt does its own redirection,
3426-# appending to config.log, which fails on DOS, as config.log is still kept
3427-# open by configure. Here we exec the FD to /dev/null, effectively closing
3428-# config.log, so it can be properly (re)opened and appended to by config.lt.
3429-lt_cl_success=:
3430-test "$silent" = yes &&
3431- lt_config_lt_args="$lt_config_lt_args --quiet"
3432-exec AS_MESSAGE_LOG_FD>/dev/null
3433-$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
3434-exec AS_MESSAGE_LOG_FD>>config.log
3435-$lt_cl_success || AS_EXIT(1)
3436-])# LT_OUTPUT
3437-
3438-
3439-# _LT_CONFIG(TAG)
3440-# ---------------
3441-# If TAG is the built-in tag, create an initial libtool script with a
3442-# default configuration from the untagged config vars. Otherwise add code
3443-# to config.status for appending the configuration named by TAG from the
3444-# matching tagged config vars.
3445-m4_defun([_LT_CONFIG],
3446-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
3447-_LT_CONFIG_SAVE_COMMANDS([
3448- m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
3449- m4_if(_LT_TAG, [C], [
3450- # See if we are running on zsh, and set the options which allow our
3451- # commands through without removal of \ escapes.
3452- if test -n "${ZSH_VERSION+set}" ; then
3453- setopt NO_GLOB_SUBST
3454- fi
3455-
3456- cfgfile="${ofile}T"
3457- trap "$RM \"$cfgfile\"; exit 1" 1 2 15
3458- $RM "$cfgfile"
3459-
3460- cat <<_LT_EOF >> "$cfgfile"
3461-#! $SHELL
3462-
3463-# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3464-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
3465-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3466-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
3467-#
3468-_LT_COPYING
3469-_LT_LIBTOOL_TAGS
3470-
3471-# ### BEGIN LIBTOOL CONFIG
3472-_LT_LIBTOOL_CONFIG_VARS
3473-_LT_LIBTOOL_TAG_VARS
3474-# ### END LIBTOOL CONFIG
3475-
3476-_LT_EOF
3477-
3478- case $host_os in
3479- aix3*)
3480- cat <<\_LT_EOF >> "$cfgfile"
3481-# AIX sometimes has problems with the GCC collect2 program. For some
3482-# reason, if we set the COLLECT_NAMES environment variable, the problems
3483-# vanish in a puff of smoke.
3484-if test "X${COLLECT_NAMES+set}" != Xset; then
3485- COLLECT_NAMES=
3486- export COLLECT_NAMES
3487-fi
3488-_LT_EOF
3489- ;;
3490- esac
3491-
3492- _LT_PROG_LTMAIN
3493-
3494- # We use sed instead of cat because bash on DJGPP gets confused if
3495- # if finds mixed CR/LF and LF-only lines. Since sed operates in
3496- # text mode, it properly converts lines to CR/LF. This bash problem
3497- # is reportedly fixed, but why not run on old versions too?
3498- sed '$q' "$ltmain" >> "$cfgfile" \
3499- || (rm -f "$cfgfile"; exit 1)
3500-
3501- _LT_PROG_REPLACE_SHELLFNS
3502-
3503- mv -f "$cfgfile" "$ofile" ||
3504- (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
3505- chmod +x "$ofile"
3506-],
3507-[cat <<_LT_EOF >> "$ofile"
3508-
3509-dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
3510-dnl in a comment (ie after a #).
3511-# ### BEGIN LIBTOOL TAG CONFIG: $1
3512-_LT_LIBTOOL_TAG_VARS(_LT_TAG)
3513-# ### END LIBTOOL TAG CONFIG: $1
3514-_LT_EOF
3515-])dnl /m4_if
3516-],
3517-[m4_if([$1], [], [
3518- PACKAGE='$PACKAGE'
3519- VERSION='$VERSION'
3520- TIMESTAMP='$TIMESTAMP'
3521- RM='$RM'
3522- ofile='$ofile'], [])
3523-])dnl /_LT_CONFIG_SAVE_COMMANDS
3524-])# _LT_CONFIG
3525-
3526-
3527-# LT_SUPPORTED_TAG(TAG)
3528-# ---------------------
3529-# Trace this macro to discover what tags are supported by the libtool
3530-# --tag option, using:
3531-# autoconf --trace 'LT_SUPPORTED_TAG:$1'
3532-AC_DEFUN([LT_SUPPORTED_TAG], [])
3533-
3534-
3535-# C support is built-in for now
3536-m4_define([_LT_LANG_C_enabled], [])
3537-m4_define([_LT_TAGS], [])
3538-
3539-
3540-# LT_LANG(LANG)
3541-# -------------
3542-# Enable libtool support for the given language if not already enabled.
3543-AC_DEFUN([LT_LANG],
3544-[AC_BEFORE([$0], [LT_OUTPUT])dnl
3545-m4_case([$1],
3546- [C], [_LT_LANG(C)],
3547- [C++], [_LT_LANG(CXX)],
3548- [Go], [_LT_LANG(GO)],
3549- [Java], [_LT_LANG(GCJ)],
3550- [Fortran 77], [_LT_LANG(F77)],
3551- [Fortran], [_LT_LANG(FC)],
3552- [Windows Resource], [_LT_LANG(RC)],
3553- [m4_ifdef([_LT_LANG_]$1[_CONFIG],
3554- [_LT_LANG($1)],
3555- [m4_fatal([$0: unsupported language: "$1"])])])dnl
3556-])# LT_LANG
3557-
3558-
3559-# _LT_LANG(LANGNAME)
3560-# ------------------
3561-m4_defun([_LT_LANG],
3562-[m4_ifdef([_LT_LANG_]$1[_enabled], [],
3563- [LT_SUPPORTED_TAG([$1])dnl
3564- m4_append([_LT_TAGS], [$1 ])dnl
3565- m4_define([_LT_LANG_]$1[_enabled], [])dnl
3566- _LT_LANG_$1_CONFIG($1)])dnl
3567-])# _LT_LANG
3568-
3569-
3570-m4_ifndef([AC_PROG_GO], [
3571-# NOTE: This macro has been submitted for inclusion into #
3572-# GNU Autoconf as AC_PROG_GO. When it is available in #
3573-# a released version of Autoconf we should remove this #
3574-# macro and use it instead. #
3575-m4_defun([AC_PROG_GO],
3576-[AC_LANG_PUSH(Go)dnl
3577-AC_ARG_VAR([GOC], [Go compiler command])dnl
3578-AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
3579-_AC_ARG_VAR_LDFLAGS()dnl
3580-AC_CHECK_TOOL(GOC, gccgo)
3581-if test -z "$GOC"; then
3582- if test -n "$ac_tool_prefix"; then
3583- AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
3584- fi
3585-fi
3586-if test -z "$GOC"; then
3587- AC_CHECK_PROG(GOC, gccgo, gccgo, false)
3588-fi
3589-])#m4_defun
3590-])#m4_ifndef
3591-
3592-
3593-# _LT_LANG_DEFAULT_CONFIG
3594-# -----------------------
3595-m4_defun([_LT_LANG_DEFAULT_CONFIG],
3596-[AC_PROVIDE_IFELSE([AC_PROG_CXX],
3597- [LT_LANG(CXX)],
3598- [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
3599-
3600-AC_PROVIDE_IFELSE([AC_PROG_F77],
3601- [LT_LANG(F77)],
3602- [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
3603-
3604-AC_PROVIDE_IFELSE([AC_PROG_FC],
3605- [LT_LANG(FC)],
3606- [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
3607-
3608-dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
3609-dnl pulling things in needlessly.
3610-AC_PROVIDE_IFELSE([AC_PROG_GCJ],
3611- [LT_LANG(GCJ)],
3612- [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
3613- [LT_LANG(GCJ)],
3614- [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
3615- [LT_LANG(GCJ)],
3616- [m4_ifdef([AC_PROG_GCJ],
3617- [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
3618- m4_ifdef([A][M_PROG_GCJ],
3619- [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
3620- m4_ifdef([LT_PROG_GCJ],
3621- [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
3622-
3623-AC_PROVIDE_IFELSE([AC_PROG_GO],
3624- [LT_LANG(GO)],
3625- [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
3626-
3627-AC_PROVIDE_IFELSE([LT_PROG_RC],
3628- [LT_LANG(RC)],
3629- [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
3630-])# _LT_LANG_DEFAULT_CONFIG
3631-
3632-# Obsolete macros:
3633-AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
3634-AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
3635-AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
3636-AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
3637-AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
3638-dnl aclocal-1.4 backwards compatibility:
3639-dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
3640-dnl AC_DEFUN([AC_LIBTOOL_F77], [])
3641-dnl AC_DEFUN([AC_LIBTOOL_FC], [])
3642-dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
3643-dnl AC_DEFUN([AC_LIBTOOL_RC], [])
3644-
3645-
3646-# _LT_TAG_COMPILER
3647-# ----------------
3648-m4_defun([_LT_TAG_COMPILER],
3649-[AC_REQUIRE([AC_PROG_CC])dnl
3650-
3651-_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
3652-_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
3653-_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
3654-_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
3655-
3656-# If no C compiler was specified, use CC.
3657-LTCC=${LTCC-"$CC"}
3658-
3659-# If no C compiler flags were specified, use CFLAGS.
3660-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
3661-
3662-# Allow CC to be a program name with arguments.
3663-compiler=$CC
3664-])# _LT_TAG_COMPILER
3665-
3666-
3667-# _LT_COMPILER_BOILERPLATE
3668-# ------------------------
3669-# Check for compiler boilerplate output or warnings with
3670-# the simple compiler test code.
3671-m4_defun([_LT_COMPILER_BOILERPLATE],
3672-[m4_require([_LT_DECL_SED])dnl
3673-ac_outfile=conftest.$ac_objext
3674-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
3675-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
3676-_lt_compiler_boilerplate=`cat conftest.err`
3677-$RM conftest*
3678-])# _LT_COMPILER_BOILERPLATE
3679-
3680-
3681-# _LT_LINKER_BOILERPLATE
3682-# ----------------------
3683-# Check for linker boilerplate output or warnings with
3684-# the simple link test code.
3685-m4_defun([_LT_LINKER_BOILERPLATE],
3686-[m4_require([_LT_DECL_SED])dnl
3687-ac_outfile=conftest.$ac_objext
3688-echo "$lt_simple_link_test_code" >conftest.$ac_ext
3689-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
3690-_lt_linker_boilerplate=`cat conftest.err`
3691-$RM -r conftest*
3692-])# _LT_LINKER_BOILERPLATE
3693-
3694-# _LT_REQUIRED_DARWIN_CHECKS
3695-# -------------------------
3696-m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
3697- case $host_os in
3698- rhapsody* | darwin*)
3699- AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
3700- AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
3701- AC_CHECK_TOOL([LIPO], [lipo], [:])
3702- AC_CHECK_TOOL([OTOOL], [otool], [:])
3703- AC_CHECK_TOOL([OTOOL64], [otool64], [:])
3704- _LT_DECL([], [DSYMUTIL], [1],
3705- [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
3706- _LT_DECL([], [NMEDIT], [1],
3707- [Tool to change global to local symbols on Mac OS X])
3708- _LT_DECL([], [LIPO], [1],
3709- [Tool to manipulate fat objects and archives on Mac OS X])
3710- _LT_DECL([], [OTOOL], [1],
3711- [ldd/readelf like tool for Mach-O binaries on Mac OS X])
3712- _LT_DECL([], [OTOOL64], [1],
3713- [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
3714-
3715- AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
3716- [lt_cv_apple_cc_single_mod=no
3717- if test -z "${LT_MULTI_MODULE}"; then
3718- # By default we will add the -single_module flag. You can override
3719- # by either setting the environment variable LT_MULTI_MODULE
3720- # non-empty at configure time, or by adding -multi_module to the
3721- # link flags.
3722- rm -rf libconftest.dylib*
3723- echo "int foo(void){return 1;}" > conftest.c
3724- echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
3725--dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
3726- $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
3727- -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
3728- _lt_result=$?
3729- # If there is a non-empty error log, and "single_module"
3730- # appears in it, assume the flag caused a linker warning
3731- if test -s conftest.err && $GREP single_module conftest.err; then
3732- cat conftest.err >&AS_MESSAGE_LOG_FD
3733- # Otherwise, if the output was created with a 0 exit code from
3734- # the compiler, it worked.
3735- elif test -f libconftest.dylib && test $_lt_result -eq 0; then
3736- lt_cv_apple_cc_single_mod=yes
3737- else
3738- cat conftest.err >&AS_MESSAGE_LOG_FD
3739- fi
3740- rm -rf libconftest.dylib*
3741- rm -f conftest.*
3742- fi])
3743-
3744- AC_CACHE_CHECK([for -exported_symbols_list linker flag],
3745- [lt_cv_ld_exported_symbols_list],
3746- [lt_cv_ld_exported_symbols_list=no
3747- save_LDFLAGS=$LDFLAGS
3748- echo "_main" > conftest.sym
3749- LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
3750- AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
3751- [lt_cv_ld_exported_symbols_list=yes],
3752- [lt_cv_ld_exported_symbols_list=no])
3753- LDFLAGS="$save_LDFLAGS"
3754- ])
3755-
3756- AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
3757- [lt_cv_ld_force_load=no
3758- cat > conftest.c << _LT_EOF
3759-int forced_loaded() { return 2;}
3760-_LT_EOF
3761- echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
3762- $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
3763- echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
3764- $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
3765- echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
3766- $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
3767- cat > conftest.c << _LT_EOF
3768-int main() { return 0;}
3769-_LT_EOF
3770- echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
3771- $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
3772- _lt_result=$?
3773- if test -s conftest.err && $GREP force_load conftest.err; then
3774- cat conftest.err >&AS_MESSAGE_LOG_FD
3775- elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
3776- lt_cv_ld_force_load=yes
3777- else
3778- cat conftest.err >&AS_MESSAGE_LOG_FD
3779- fi
3780- rm -f conftest.err libconftest.a conftest conftest.c
3781- rm -rf conftest.dSYM
3782- ])
3783- case $host_os in
3784- rhapsody* | darwin1.[[012]])
3785- _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
3786- darwin1.*)
3787- _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
3788- darwin*) # darwin 5.x on
3789- # if running on 10.5 or later, the deployment target defaults
3790- # to the OS version, if on x86, and 10.4, the deployment
3791- # target defaults to 10.4. Don't you love it?
3792- case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
3793- 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
3794- _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
3795- 10.[[012]]*)
3796- _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
3797- 10.*)
3798- _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
3799- esac
3800- ;;
3801- esac
3802- if test "$lt_cv_apple_cc_single_mod" = "yes"; then
3803- _lt_dar_single_mod='$single_module'
3804- fi
3805- if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
3806- _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
3807- else
3808- _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
3809- fi
3810- if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
3811- _lt_dsymutil='~$DSYMUTIL $lib || :'
3812- else
3813- _lt_dsymutil=
3814- fi
3815- ;;
3816- esac
3817-])
3818-
3819-
3820-# _LT_DARWIN_LINKER_FEATURES([TAG])
3821-# ---------------------------------
3822-# Checks for linker and compiler features on darwin
3823-m4_defun([_LT_DARWIN_LINKER_FEATURES],
3824-[
3825- m4_require([_LT_REQUIRED_DARWIN_CHECKS])
3826- _LT_TAGVAR(archive_cmds_need_lc, $1)=no
3827- _LT_TAGVAR(hardcode_direct, $1)=no
3828- _LT_TAGVAR(hardcode_automatic, $1)=yes
3829- _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
3830- if test "$lt_cv_ld_force_load" = "yes"; then
3831- _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
3832- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
3833- [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
3834- else
3835- _LT_TAGVAR(whole_archive_flag_spec, $1)=''
3836- fi
3837- _LT_TAGVAR(link_all_deplibs, $1)=yes
3838- _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
3839- case $cc_basename in
3840- ifort*) _lt_dar_can_shared=yes ;;
3841- *) _lt_dar_can_shared=$GCC ;;
3842- esac
3843- if test "$_lt_dar_can_shared" = "yes"; then
3844- output_verbose_link_cmd=func_echo_all
3845- _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
3846- _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
3847- _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
3848- _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
3849- m4_if([$1], [CXX],
3850-[ if test "$lt_cv_apple_cc_single_mod" != "yes"; then
3851- _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
3852- _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
3853- fi
3854-],[])
3855- else
3856- _LT_TAGVAR(ld_shlibs, $1)=no
3857- fi
3858-])
3859-
3860-# _LT_SYS_MODULE_PATH_AIX([TAGNAME])
3861-# ----------------------------------
3862-# Links a minimal program and checks the executable
3863-# for the system default hardcoded library path. In most cases,
3864-# this is /usr/lib:/lib, but when the MPI compilers are used
3865-# the location of the communication and MPI libs are included too.
3866-# If we don't find anything, use the default library path according
3867-# to the aix ld manual.
3868-# Store the results from the different compilers for each TAGNAME.
3869-# Allow to override them for all tags through lt_cv_aix_libpath.
3870-m4_defun([_LT_SYS_MODULE_PATH_AIX],
3871-[m4_require([_LT_DECL_SED])dnl
3872-if test "${lt_cv_aix_libpath+set}" = set; then
3873- aix_libpath=$lt_cv_aix_libpath
3874-else
3875- AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
3876- [AC_LINK_IFELSE([AC_LANG_PROGRAM],[
3877- lt_aix_libpath_sed='[
3878- /Import File Strings/,/^$/ {
3879- /^0/ {
3880- s/^0 *\([^ ]*\) *$/\1/
3881- p
3882- }
3883- }]'
3884- _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
3885- # Check for a 64-bit object if we didn't find anything.
3886- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
3887- _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
3888- fi],[])
3889- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
3890- _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib"
3891- fi
3892- ])
3893- aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
3894-fi
3895-])# _LT_SYS_MODULE_PATH_AIX
3896-
3897-
3898-# _LT_SHELL_INIT(ARG)
3899-# -------------------
3900-m4_define([_LT_SHELL_INIT],
3901-[m4_divert_text([M4SH-INIT], [$1
3902-])])# _LT_SHELL_INIT
3903-
3904-
3905-
3906-# _LT_PROG_ECHO_BACKSLASH
3907-# -----------------------
3908-# Find how we can fake an echo command that does not interpret backslash.
3909-# In particular, with Autoconf 2.60 or later we add some code to the start
3910-# of the generated configure script which will find a shell with a builtin
3911-# printf (which we can use as an echo command).
3912-m4_defun([_LT_PROG_ECHO_BACKSLASH],
3913-[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3914-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3915-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3916-
3917-AC_MSG_CHECKING([how to print strings])
3918-# Test print first, because it will be a builtin if present.
3919-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
3920- test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3921- ECHO='print -r --'
3922-elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3923- ECHO='printf %s\n'
3924-else
3925- # Use this function as a fallback that always works.
3926- func_fallback_echo ()
3927- {
3928- eval 'cat <<_LTECHO_EOF
3929-$[]1
3930-_LTECHO_EOF'
3931- }
3932- ECHO='func_fallback_echo'
3933-fi
3934-
3935-# func_echo_all arg...
3936-# Invoke $ECHO with all args, space-separated.
3937-func_echo_all ()
3938-{
3939- $ECHO "$*"
3940-}
3941-
3942-case "$ECHO" in
3943- printf*) AC_MSG_RESULT([printf]) ;;
3944- print*) AC_MSG_RESULT([print -r]) ;;
3945- *) AC_MSG_RESULT([cat]) ;;
3946-esac
3947-
3948-m4_ifdef([_AS_DETECT_SUGGESTED],
3949-[_AS_DETECT_SUGGESTED([
3950- test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
3951- ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3952- ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3953- ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3954- PATH=/empty FPATH=/empty; export PATH FPATH
3955- test "X`printf %s $ECHO`" = "X$ECHO" \
3956- || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
3957-
3958-_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
3959-_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
3960-])# _LT_PROG_ECHO_BACKSLASH
3961-
3962-
3963-# _LT_WITH_SYSROOT
3964-# ----------------
3965-AC_DEFUN([_LT_WITH_SYSROOT],
3966-[AC_MSG_CHECKING([for sysroot])
3967-AC_ARG_WITH([sysroot],
3968-[ --with-sysroot[=DIR] Search for dependent libraries within DIR
3969- (or the compiler's sysroot if not specified).],
3970-[], [with_sysroot=no])
3971-
3972-dnl lt_sysroot will always be passed unquoted. We quote it here
3973-dnl in case the user passed a directory name.
3974-lt_sysroot=
3975-case ${with_sysroot} in #(
3976- yes)
3977- if test "$GCC" = yes; then
3978- lt_sysroot=`$CC --print-sysroot 2>/dev/null`
3979- fi
3980- ;; #(
3981- /*)
3982- lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
3983- ;; #(
3984- no|'')
3985- ;; #(
3986- *)
3987- AC_MSG_RESULT([${with_sysroot}])
3988- AC_MSG_ERROR([The sysroot must be an absolute path.])
3989- ;;
3990-esac
3991-
3992- AC_MSG_RESULT([${lt_sysroot:-no}])
3993-_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
3994-[dependent libraries, and in which our libraries should be installed.])])
3995-
3996-# _LT_ENABLE_LOCK
3997-# ---------------
3998-m4_defun([_LT_ENABLE_LOCK],
3999-[AC_ARG_ENABLE([libtool-lock],
4000- [AS_HELP_STRING([--disable-libtool-lock],
4001- [avoid locking (might break parallel builds)])])
4002-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
4003-
4004-# Some flags need to be propagated to the compiler or linker for good
4005-# libtool support.
4006-case $host in
4007-ia64-*-hpux*)
4008- # Find out which ABI we are using.
4009- echo 'int i;' > conftest.$ac_ext
4010- if AC_TRY_EVAL(ac_compile); then
4011- case `/usr/bin/file conftest.$ac_objext` in
4012- *ELF-32*)
4013- HPUX_IA64_MODE="32"
4014- ;;
4015- *ELF-64*)
4016- HPUX_IA64_MODE="64"
4017- ;;
4018- esac
4019- fi
4020- rm -rf conftest*
4021- ;;
4022-*-*-irix6*)
4023- # Find out which ABI we are using.
4024- echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
4025- if AC_TRY_EVAL(ac_compile); then
4026- if test "$lt_cv_prog_gnu_ld" = yes; then
4027- case `/usr/bin/file conftest.$ac_objext` in
4028- *32-bit*)
4029- LD="${LD-ld} -melf32bsmip"
4030- ;;
4031- *N32*)
4032- LD="${LD-ld} -melf32bmipn32"
4033- ;;
4034- *64-bit*)
4035- LD="${LD-ld} -melf64bmip"
4036- ;;
4037- esac
4038- else
4039- case `/usr/bin/file conftest.$ac_objext` in
4040- *32-bit*)
4041- LD="${LD-ld} -32"
4042- ;;
4043- *N32*)
4044- LD="${LD-ld} -n32"
4045- ;;
4046- *64-bit*)
4047- LD="${LD-ld} -64"
4048- ;;
4049- esac
4050- fi
4051- fi
4052- rm -rf conftest*
4053- ;;
4054-
4055-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
4056-s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
4057- # Find out which ABI we are using.
4058- echo 'int i;' > conftest.$ac_ext
4059- if AC_TRY_EVAL(ac_compile); then
4060- case `/usr/bin/file conftest.o` in
4061- *32-bit*)
4062- case $host in
4063- x86_64-*kfreebsd*-gnu)
4064- LD="${LD-ld} -m elf_i386_fbsd"
4065- ;;
4066- x86_64-*linux*)
4067- LD="${LD-ld} -m elf_i386"
4068- ;;
4069- ppc64-*linux*|powerpc64-*linux*)
4070- LD="${LD-ld} -m elf32ppclinux"
4071- ;;
4072- s390x-*linux*)
4073- LD="${LD-ld} -m elf_s390"
4074- ;;
4075- sparc64-*linux*)
4076- LD="${LD-ld} -m elf32_sparc"
4077- ;;
4078- esac
4079- ;;
4080- *64-bit*)
4081- case $host in
4082- x86_64-*kfreebsd*-gnu)
4083- LD="${LD-ld} -m elf_x86_64_fbsd"
4084- ;;
4085- x86_64-*linux*)
4086- LD="${LD-ld} -m elf_x86_64"
4087- ;;
4088- ppc*-*linux*|powerpc*-*linux*)
4089- LD="${LD-ld} -m elf64ppc"
4090- ;;
4091- s390*-*linux*|s390*-*tpf*)
4092- LD="${LD-ld} -m elf64_s390"
4093- ;;
4094- sparc*-*linux*)
4095- LD="${LD-ld} -m elf64_sparc"
4096- ;;
4097- esac
4098- ;;
4099- esac
4100- fi
4101- rm -rf conftest*
4102- ;;
4103-
4104-*-*-sco3.2v5*)
4105- # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4106- SAVE_CFLAGS="$CFLAGS"
4107- CFLAGS="$CFLAGS -belf"
4108- AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
4109- [AC_LANG_PUSH(C)
4110- AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
4111- AC_LANG_POP])
4112- if test x"$lt_cv_cc_needs_belf" != x"yes"; then
4113- # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4114- CFLAGS="$SAVE_CFLAGS"
4115- fi
4116- ;;
4117-*-*solaris*)
4118- # Find out which ABI we are using.
4119- echo 'int i;' > conftest.$ac_ext
4120- if AC_TRY_EVAL(ac_compile); then
4121- case `/usr/bin/file conftest.o` in
4122- *64-bit*)
4123- case $lt_cv_prog_gnu_ld in
4124- yes*)
4125- case $host in
4126- i?86-*-solaris*)
4127- LD="${LD-ld} -m elf_x86_64"
4128- ;;
4129- sparc*-*-solaris*)
4130- LD="${LD-ld} -m elf64_sparc"
4131- ;;
4132- esac
4133- # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
4134- if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
4135- LD="${LD-ld}_sol2"
4136- fi
4137- ;;
4138- *)
4139- if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
4140- LD="${LD-ld} -64"
4141- fi
4142- ;;
4143- esac
4144- ;;
4145- esac
4146- fi
4147- rm -rf conftest*
4148- ;;
4149-esac
4150-
4151-need_locks="$enable_libtool_lock"
4152-])# _LT_ENABLE_LOCK
4153-
4154-
4155-# _LT_PROG_AR
4156-# -----------
4157-m4_defun([_LT_PROG_AR],
4158-[AC_CHECK_TOOLS(AR, [ar], false)
4159-: ${AR=ar}
4160-: ${AR_FLAGS=cru}
4161-_LT_DECL([], [AR], [1], [The archiver])
4162-_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
4163-
4164-AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
4165- [lt_cv_ar_at_file=no
4166- AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
4167- [echo conftest.$ac_objext > conftest.lst
4168- lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
4169- AC_TRY_EVAL([lt_ar_try])
4170- if test "$ac_status" -eq 0; then
4171- # Ensure the archiver fails upon bogus file names.
4172- rm -f conftest.$ac_objext libconftest.a
4173- AC_TRY_EVAL([lt_ar_try])
4174- if test "$ac_status" -ne 0; then
4175- lt_cv_ar_at_file=@
4176- fi
4177- fi
4178- rm -f conftest.* libconftest.a
4179- ])
4180- ])
4181-
4182-if test "x$lt_cv_ar_at_file" = xno; then
4183- archiver_list_spec=
4184-else
4185- archiver_list_spec=$lt_cv_ar_at_file
4186-fi
4187-_LT_DECL([], [archiver_list_spec], [1],
4188- [How to feed a file listing to the archiver])
4189-])# _LT_PROG_AR
4190-
4191-
4192-# _LT_CMD_OLD_ARCHIVE
4193-# -------------------
4194-m4_defun([_LT_CMD_OLD_ARCHIVE],
4195-[_LT_PROG_AR
4196-
4197-AC_CHECK_TOOL(STRIP, strip, :)
4198-test -z "$STRIP" && STRIP=:
4199-_LT_DECL([], [STRIP], [1], [A symbol stripping program])
4200-
4201-AC_CHECK_TOOL(RANLIB, ranlib, :)
4202-test -z "$RANLIB" && RANLIB=:
4203-_LT_DECL([], [RANLIB], [1],
4204- [Commands used to install an old-style archive])
4205-
4206-# Determine commands to create old-style static archives.
4207-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
4208-old_postinstall_cmds='chmod 644 $oldlib'
4209-old_postuninstall_cmds=
4210-
4211-if test -n "$RANLIB"; then
4212- case $host_os in
4213- openbsd*)
4214- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
4215- ;;
4216- *)
4217- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
4218- ;;
4219- esac
4220- old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
4221-fi
4222-
4223-case $host_os in
4224- darwin*)
4225- lock_old_archive_extraction=yes ;;
4226- *)
4227- lock_old_archive_extraction=no ;;
4228-esac
4229-_LT_DECL([], [old_postinstall_cmds], [2])
4230-_LT_DECL([], [old_postuninstall_cmds], [2])
4231-_LT_TAGDECL([], [old_archive_cmds], [2],
4232- [Commands used to build an old-style archive])
4233-_LT_DECL([], [lock_old_archive_extraction], [0],
4234- [Whether to use a lock for old archive extraction])
4235-])# _LT_CMD_OLD_ARCHIVE
4236-
4237-
4238-# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
4239-# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
4240-# ----------------------------------------------------------------
4241-# Check whether the given compiler option works
4242-AC_DEFUN([_LT_COMPILER_OPTION],
4243-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
4244-m4_require([_LT_DECL_SED])dnl
4245-AC_CACHE_CHECK([$1], [$2],
4246- [$2=no
4247- m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
4248- echo "$lt_simple_compile_test_code" > conftest.$ac_ext
4249- lt_compiler_flag="$3"
4250- # Insert the option either (1) after the last *FLAGS variable, or
4251- # (2) before a word containing "conftest.", or (3) at the end.
4252- # Note that $ac_compile itself does not contain backslashes and begins
4253- # with a dollar sign (not a hyphen), so the echo should work correctly.
4254- # The option is referenced via a variable to avoid confusing sed.
4255- lt_compile=`echo "$ac_compile" | $SED \
4256- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
4257- -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
4258- -e 's:$: $lt_compiler_flag:'`
4259- (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
4260- (eval "$lt_compile" 2>conftest.err)
4261- ac_status=$?
4262- cat conftest.err >&AS_MESSAGE_LOG_FD
4263- echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
4264- if (exit $ac_status) && test -s "$ac_outfile"; then
4265- # The compiler can only warn and ignore the option if not recognized
4266- # So say no if there are warnings other than the usual output.
4267- $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
4268- $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
4269- if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
4270- $2=yes
4271- fi
4272- fi
4273- $RM conftest*
4274-])
4275-
4276-if test x"[$]$2" = xyes; then
4277- m4_if([$5], , :, [$5])
4278-else
4279- m4_if([$6], , :, [$6])
4280-fi
4281-])# _LT_COMPILER_OPTION
4282-
4283-# Old name:
4284-AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
4285-dnl aclocal-1.4 backwards compatibility:
4286-dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
4287-
4288-
4289-# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
4290-# [ACTION-SUCCESS], [ACTION-FAILURE])
4291-# ----------------------------------------------------
4292-# Check whether the given linker option works
4293-AC_DEFUN([_LT_LINKER_OPTION],
4294-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
4295-m4_require([_LT_DECL_SED])dnl
4296-AC_CACHE_CHECK([$1], [$2],
4297- [$2=no
4298- save_LDFLAGS="$LDFLAGS"
4299- LDFLAGS="$LDFLAGS $3"
4300- echo "$lt_simple_link_test_code" > conftest.$ac_ext
4301- if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
4302- # The linker can only warn and ignore the option if not recognized
4303- # So say no if there are warnings
4304- if test -s conftest.err; then
4305- # Append any errors to the config.log.
4306- cat conftest.err 1>&AS_MESSAGE_LOG_FD
4307- $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
4308- $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
4309- if diff conftest.exp conftest.er2 >/dev/null; then
4310- $2=yes
4311- fi
4312- else
4313- $2=yes
4314- fi
4315- fi
4316- $RM -r conftest*
4317- LDFLAGS="$save_LDFLAGS"
4318-])
4319-
4320-if test x"[$]$2" = xyes; then
4321- m4_if([$4], , :, [$4])
4322-else
4323- m4_if([$5], , :, [$5])
4324-fi
4325-])# _LT_LINKER_OPTION
4326-
4327-# Old name:
4328-AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
4329-dnl aclocal-1.4 backwards compatibility:
4330-dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
4331-
4332-
4333-# LT_CMD_MAX_LEN
4334-#---------------
4335-AC_DEFUN([LT_CMD_MAX_LEN],
4336-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
4337-# find the maximum length of command line arguments
4338-AC_MSG_CHECKING([the maximum length of command line arguments])
4339-AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
4340- i=0
4341- teststring="ABCD"
4342-
4343- case $build_os in
4344- msdosdjgpp*)
4345- # On DJGPP, this test can blow up pretty badly due to problems in libc
4346- # (any single argument exceeding 2000 bytes causes a buffer overrun
4347- # during glob expansion). Even if it were fixed, the result of this
4348- # check would be larger than it should be.
4349- lt_cv_sys_max_cmd_len=12288; # 12K is about right
4350- ;;
4351-
4352- gnu*)
4353- # Under GNU Hurd, this test is not required because there is
4354- # no limit to the length of command line arguments.
4355- # Libtool will interpret -1 as no limit whatsoever
4356- lt_cv_sys_max_cmd_len=-1;
4357- ;;
4358-
4359- cygwin* | mingw* | cegcc*)
4360- # On Win9x/ME, this test blows up -- it succeeds, but takes
4361- # about 5 minutes as the teststring grows exponentially.
4362- # Worse, since 9x/ME are not pre-emptively multitasking,
4363- # you end up with a "frozen" computer, even though with patience
4364- # the test eventually succeeds (with a max line length of 256k).
4365- # Instead, let's just punt: use the minimum linelength reported by
4366- # all of the supported platforms: 8192 (on NT/2K/XP).
4367- lt_cv_sys_max_cmd_len=8192;
4368- ;;
4369-
4370- mint*)
4371- # On MiNT this can take a long time and run out of memory.
4372- lt_cv_sys_max_cmd_len=8192;
4373- ;;
4374-
4375- amigaos*)
4376- # On AmigaOS with pdksh, this test takes hours, literally.
4377- # So we just punt and use a minimum line length of 8192.
4378- lt_cv_sys_max_cmd_len=8192;
4379- ;;
4380-
4381- netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4382- # This has been around since 386BSD, at least. Likely further.
4383- if test -x /sbin/sysctl; then
4384- lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4385- elif test -x /usr/sbin/sysctl; then
4386- lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4387- else
4388- lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4389- fi
4390- # And add a safety zone
4391- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4392- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4393- ;;
4394-
4395- interix*)
4396- # We know the value 262144 and hardcode it with a safety zone (like BSD)
4397- lt_cv_sys_max_cmd_len=196608
4398- ;;
4399-
4400- os2*)
4401- # The test takes a long time on OS/2.
4402- lt_cv_sys_max_cmd_len=8192
4403- ;;
4404-
4405- osf*)
4406- # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4407- # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4408- # nice to cause kernel panics so lets avoid the loop below.
4409- # First set a reasonable default.
4410- lt_cv_sys_max_cmd_len=16384
4411- #
4412- if test -x /sbin/sysconfig; then
4413- case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4414- *1*) lt_cv_sys_max_cmd_len=-1 ;;
4415- esac
4416- fi
4417- ;;
4418- sco3.2v5*)
4419- lt_cv_sys_max_cmd_len=102400
4420- ;;
4421- sysv5* | sco5v6* | sysv4.2uw2*)
4422- kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4423- if test -n "$kargmax"; then
4424- lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
4425- else
4426- lt_cv_sys_max_cmd_len=32768
4427- fi
4428- ;;
4429- *)
4430- lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4431- if test -n "$lt_cv_sys_max_cmd_len"; then
4432- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4433- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4434- else
4435- # Make teststring a little bigger before we do anything with it.
4436- # a 1K string should be a reasonable start.
4437- for i in 1 2 3 4 5 6 7 8 ; do
4438- teststring=$teststring$teststring
4439- done
4440- SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4441- # If test is not a shell built-in, we'll probably end up computing a
4442- # maximum length that is only half of the actual maximum length, but
4443- # we can't tell.
4444- while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
4445- = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4446- test $i != 17 # 1/2 MB should be enough
4447- do
4448- i=`expr $i + 1`
4449- teststring=$teststring$teststring
4450- done
4451- # Only check the string length outside the loop.
4452- lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4453- teststring=
4454- # Add a significant safety factor because C++ compilers can tack on
4455- # massive amounts of additional arguments before passing them to the
4456- # linker. It appears as though 1/2 is a usable value.
4457- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4458- fi
4459- ;;
4460- esac
4461-])
4462-if test -n $lt_cv_sys_max_cmd_len ; then
4463- AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
4464-else
4465- AC_MSG_RESULT(none)
4466-fi
4467-max_cmd_len=$lt_cv_sys_max_cmd_len
4468-_LT_DECL([], [max_cmd_len], [0],
4469- [What is the maximum length of a command?])
4470-])# LT_CMD_MAX_LEN
4471-
4472-# Old name:
4473-AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
4474-dnl aclocal-1.4 backwards compatibility:
4475-dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
4476-
4477-
4478-# _LT_HEADER_DLFCN
4479-# ----------------
4480-m4_defun([_LT_HEADER_DLFCN],
4481-[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
4482-])# _LT_HEADER_DLFCN
4483-
4484-
4485-# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
4486-# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
4487-# ----------------------------------------------------------------
4488-m4_defun([_LT_TRY_DLOPEN_SELF],
4489-[m4_require([_LT_HEADER_DLFCN])dnl
4490-if test "$cross_compiling" = yes; then :
4491- [$4]
4492-else
4493- lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4494- lt_status=$lt_dlunknown
4495- cat > conftest.$ac_ext <<_LT_EOF
4496-[#line $LINENO "configure"
4497-#include "confdefs.h"
4498-
4499-#if HAVE_DLFCN_H
4500-#include <dlfcn.h>
4501-#endif
4502-
4503-#include <stdio.h>
4504-
4505-#ifdef RTLD_GLOBAL
4506-# define LT_DLGLOBAL RTLD_GLOBAL
4507-#else
4508-# ifdef DL_GLOBAL
4509-# define LT_DLGLOBAL DL_GLOBAL
4510-# else
4511-# define LT_DLGLOBAL 0
4512-# endif
4513-#endif
4514-
4515-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
4516- find out it does not work in some platform. */
4517-#ifndef LT_DLLAZY_OR_NOW
4518-# ifdef RTLD_LAZY
4519-# define LT_DLLAZY_OR_NOW RTLD_LAZY
4520-# else
4521-# ifdef DL_LAZY
4522-# define LT_DLLAZY_OR_NOW DL_LAZY
4523-# else
4524-# ifdef RTLD_NOW
4525-# define LT_DLLAZY_OR_NOW RTLD_NOW
4526-# else
4527-# ifdef DL_NOW
4528-# define LT_DLLAZY_OR_NOW DL_NOW
4529-# else
4530-# define LT_DLLAZY_OR_NOW 0
4531-# endif
4532-# endif
4533-# endif
4534-# endif
4535-#endif
4536-
4537-/* When -fvisbility=hidden is used, assume the code has been annotated
4538- correspondingly for the symbols needed. */
4539-#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
4540-int fnord () __attribute__((visibility("default")));
4541-#endif
4542-
4543-int fnord () { return 42; }
4544-int main ()
4545-{
4546- void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
4547- int status = $lt_dlunknown;
4548-
4549- if (self)
4550- {
4551- if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
4552- else
4553- {
4554- if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
4555- else puts (dlerror ());
4556- }
4557- /* dlclose (self); */
4558- }
4559- else
4560- puts (dlerror ());
4561-
4562- return status;
4563-}]
4564-_LT_EOF
4565- if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
4566- (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
4567- lt_status=$?
4568- case x$lt_status in
4569- x$lt_dlno_uscore) $1 ;;
4570- x$lt_dlneed_uscore) $2 ;;
4571- x$lt_dlunknown|x*) $3 ;;
4572- esac
4573- else :
4574- # compilation failed
4575- $3
4576- fi
4577-fi
4578-rm -fr conftest*
4579-])# _LT_TRY_DLOPEN_SELF
4580-
4581-
4582-# LT_SYS_DLOPEN_SELF
4583-# ------------------
4584-AC_DEFUN([LT_SYS_DLOPEN_SELF],
4585-[m4_require([_LT_HEADER_DLFCN])dnl
4586-if test "x$enable_dlopen" != xyes; then
4587- enable_dlopen=unknown
4588- enable_dlopen_self=unknown
4589- enable_dlopen_self_static=unknown
4590-else
4591- lt_cv_dlopen=no
4592- lt_cv_dlopen_libs=
4593-
4594- case $host_os in
4595- beos*)
4596- lt_cv_dlopen="load_add_on"
4597- lt_cv_dlopen_libs=
4598- lt_cv_dlopen_self=yes
4599- ;;
4600-
4601- mingw* | pw32* | cegcc*)
4602- lt_cv_dlopen="LoadLibrary"
4603- lt_cv_dlopen_libs=
4604- ;;
4605-
4606- cygwin*)
4607- lt_cv_dlopen="dlopen"
4608- lt_cv_dlopen_libs=
4609- ;;
4610-
4611- darwin*)
4612- # if libdl is installed we need to link against it
4613- AC_CHECK_LIB([dl], [dlopen],
4614- [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
4615- lt_cv_dlopen="dyld"
4616- lt_cv_dlopen_libs=
4617- lt_cv_dlopen_self=yes
4618- ])
4619- ;;
4620-
4621- *)
4622- AC_CHECK_FUNC([shl_load],
4623- [lt_cv_dlopen="shl_load"],
4624- [AC_CHECK_LIB([dld], [shl_load],
4625- [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
4626- [AC_CHECK_FUNC([dlopen],
4627- [lt_cv_dlopen="dlopen"],
4628- [AC_CHECK_LIB([dl], [dlopen],
4629- [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
4630- [AC_CHECK_LIB([svld], [dlopen],
4631- [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
4632- [AC_CHECK_LIB([dld], [dld_link],
4633- [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
4634- ])
4635- ])
4636- ])
4637- ])
4638- ])
4639- ;;
4640- esac
4641-
4642- if test "x$lt_cv_dlopen" != xno; then
4643- enable_dlopen=yes
4644- else
4645- enable_dlopen=no
4646- fi
4647-
4648- case $lt_cv_dlopen in
4649- dlopen)
4650- save_CPPFLAGS="$CPPFLAGS"
4651- test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
4652-
4653- save_LDFLAGS="$LDFLAGS"
4654- wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
4655-
4656- save_LIBS="$LIBS"
4657- LIBS="$lt_cv_dlopen_libs $LIBS"
4658-
4659- AC_CACHE_CHECK([whether a program can dlopen itself],
4660- lt_cv_dlopen_self, [dnl
4661- _LT_TRY_DLOPEN_SELF(
4662- lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
4663- lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
4664- ])
4665-
4666- if test "x$lt_cv_dlopen_self" = xyes; then
4667- wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
4668- AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
4669- lt_cv_dlopen_self_static, [dnl
4670- _LT_TRY_DLOPEN_SELF(
4671- lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
4672- lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
4673- ])
4674- fi
4675-
4676- CPPFLAGS="$save_CPPFLAGS"
4677- LDFLAGS="$save_LDFLAGS"
4678- LIBS="$save_LIBS"
4679- ;;
4680- esac
4681-
4682- case $lt_cv_dlopen_self in
4683- yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
4684- *) enable_dlopen_self=unknown ;;
4685- esac
4686-
4687- case $lt_cv_dlopen_self_static in
4688- yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
4689- *) enable_dlopen_self_static=unknown ;;
4690- esac
4691-fi
4692-_LT_DECL([dlopen_support], [enable_dlopen], [0],
4693- [Whether dlopen is supported])
4694-_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
4695- [Whether dlopen of programs is supported])
4696-_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
4697- [Whether dlopen of statically linked programs is supported])
4698-])# LT_SYS_DLOPEN_SELF
4699-
4700-# Old name:
4701-AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
4702-dnl aclocal-1.4 backwards compatibility:
4703-dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
4704-
4705-
4706-# _LT_COMPILER_C_O([TAGNAME])
4707-# ---------------------------
4708-# Check to see if options -c and -o are simultaneously supported by compiler.
4709-# This macro does not hard code the compiler like AC_PROG_CC_C_O.
4710-m4_defun([_LT_COMPILER_C_O],
4711-[m4_require([_LT_DECL_SED])dnl
4712-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
4713-m4_require([_LT_TAG_COMPILER])dnl
4714-AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
4715- [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
4716- [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
4717- $RM -r conftest 2>/dev/null
4718- mkdir conftest
4719- cd conftest
4720- mkdir out
4721- echo "$lt_simple_compile_test_code" > conftest.$ac_ext
4722-
4723- lt_compiler_flag="-o out/conftest2.$ac_objext"
4724- # Insert the option either (1) after the last *FLAGS variable, or
4725- # (2) before a word containing "conftest.", or (3) at the end.
4726- # Note that $ac_compile itself does not contain backslashes and begins
4727- # with a dollar sign (not a hyphen), so the echo should work correctly.
4728- lt_compile=`echo "$ac_compile" | $SED \
4729- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
4730- -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
4731- -e 's:$: $lt_compiler_flag:'`
4732- (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
4733- (eval "$lt_compile" 2>out/conftest.err)
4734- ac_status=$?
4735- cat out/conftest.err >&AS_MESSAGE_LOG_FD
4736- echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
4737- if (exit $ac_status) && test -s out/conftest2.$ac_objext
4738- then
4739- # The compiler can only warn and ignore the option if not recognized
4740- # So say no if there are warnings
4741- $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
4742- $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
4743- if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
4744- _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
4745- fi
4746- fi
4747- chmod u+w . 2>&AS_MESSAGE_LOG_FD
4748- $RM conftest*
4749- # SGI C++ compiler will create directory out/ii_files/ for
4750- # template instantiation
4751- test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
4752- $RM out/* && rmdir out
4753- cd ..
4754- $RM -r conftest
4755- $RM conftest*
4756-])
4757-_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
4758- [Does compiler simultaneously support -c and -o options?])
4759-])# _LT_COMPILER_C_O
4760-
4761-
4762-# _LT_COMPILER_FILE_LOCKS([TAGNAME])
4763-# ----------------------------------
4764-# Check to see if we can do hard links to lock some files if needed
4765-m4_defun([_LT_COMPILER_FILE_LOCKS],
4766-[m4_require([_LT_ENABLE_LOCK])dnl
4767-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
4768-_LT_COMPILER_C_O([$1])
4769-
4770-hard_links="nottested"
4771-if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
4772- # do not overwrite the value of need_locks provided by the user
4773- AC_MSG_CHECKING([if we can lock with hard links])
4774- hard_links=yes
4775- $RM conftest*
4776- ln conftest.a conftest.b 2>/dev/null && hard_links=no
4777- touch conftest.a
4778- ln conftest.a conftest.b 2>&5 || hard_links=no
4779- ln conftest.a conftest.b 2>/dev/null && hard_links=no
4780- AC_MSG_RESULT([$hard_links])
4781- if test "$hard_links" = no; then
4782- AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
4783- need_locks=warn
4784- fi
4785-else
4786- need_locks=no
4787-fi
4788-_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
4789-])# _LT_COMPILER_FILE_LOCKS
4790-
4791-
4792-# _LT_CHECK_OBJDIR
4793-# ----------------
4794-m4_defun([_LT_CHECK_OBJDIR],
4795-[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
4796-[rm -f .libs 2>/dev/null
4797-mkdir .libs 2>/dev/null
4798-if test -d .libs; then
4799- lt_cv_objdir=.libs
4800-else
4801- # MS-DOS does not allow filenames that begin with a dot.
4802- lt_cv_objdir=_libs
4803-fi
4804-rmdir .libs 2>/dev/null])
4805-objdir=$lt_cv_objdir
4806-_LT_DECL([], [objdir], [0],
4807- [The name of the directory that contains temporary libtool files])dnl
4808-m4_pattern_allow([LT_OBJDIR])dnl
4809-AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
4810- [Define to the sub-directory in which libtool stores uninstalled libraries.])
4811-])# _LT_CHECK_OBJDIR
4812-
4813-
4814-# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
4815-# --------------------------------------
4816-# Check hardcoding attributes.
4817-m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
4818-[AC_MSG_CHECKING([how to hardcode library paths into programs])
4819-_LT_TAGVAR(hardcode_action, $1)=
4820-if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
4821- test -n "$_LT_TAGVAR(runpath_var, $1)" ||
4822- test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
4823-
4824- # We can hardcode non-existent directories.
4825- if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
4826- # If the only mechanism to avoid hardcoding is shlibpath_var, we
4827- # have to relink, otherwise we might link with an installed library
4828- # when we should be linking with a yet-to-be-installed one
4829- ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
4830- test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
4831- # Linking always hardcodes the temporary library directory.
4832- _LT_TAGVAR(hardcode_action, $1)=relink
4833- else
4834- # We can link without hardcoding, and we can hardcode nonexisting dirs.
4835- _LT_TAGVAR(hardcode_action, $1)=immediate
4836- fi
4837-else
4838- # We cannot hardcode anything, or else we can only hardcode existing
4839- # directories.
4840- _LT_TAGVAR(hardcode_action, $1)=unsupported
4841-fi
4842-AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
4843-
4844-if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
4845- test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
4846- # Fast installation is not supported
4847- enable_fast_install=no
4848-elif test "$shlibpath_overrides_runpath" = yes ||
4849- test "$enable_shared" = no; then
4850- # Fast installation is not necessary
4851- enable_fast_install=needless
4852-fi
4853-_LT_TAGDECL([], [hardcode_action], [0],
4854- [How to hardcode a shared library path into an executable])
4855-])# _LT_LINKER_HARDCODE_LIBPATH
4856-
4857-
4858-# _LT_CMD_STRIPLIB
4859-# ----------------
4860-m4_defun([_LT_CMD_STRIPLIB],
4861-[m4_require([_LT_DECL_EGREP])
4862-striplib=
4863-old_striplib=
4864-AC_MSG_CHECKING([whether stripping libraries is possible])
4865-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
4866- test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
4867- test -z "$striplib" && striplib="$STRIP --strip-unneeded"
4868- AC_MSG_RESULT([yes])
4869-else
4870-# FIXME - insert some real tests, host_os isn't really good enough
4871- case $host_os in
4872- darwin*)
4873- if test -n "$STRIP" ; then
4874- striplib="$STRIP -x"
4875- old_striplib="$STRIP -S"
4876- AC_MSG_RESULT([yes])
4877- else
4878- AC_MSG_RESULT([no])
4879- fi
4880- ;;
4881- *)
4882- AC_MSG_RESULT([no])
4883- ;;
4884- esac
4885-fi
4886-_LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
4887-_LT_DECL([], [striplib], [1])
4888-])# _LT_CMD_STRIPLIB
4889-
4890-
4891-# _LT_SYS_DYNAMIC_LINKER([TAG])
4892-# -----------------------------
4893-# PORTME Fill in your ld.so characteristics
4894-m4_defun([_LT_SYS_DYNAMIC_LINKER],
4895-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
4896-m4_require([_LT_DECL_EGREP])dnl
4897-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
4898-m4_require([_LT_DECL_OBJDUMP])dnl
4899-m4_require([_LT_DECL_SED])dnl
4900-m4_require([_LT_CHECK_SHELL_FEATURES])dnl
4901-AC_MSG_CHECKING([dynamic linker characteristics])
4902-m4_if([$1],
4903- [], [
4904-if test "$GCC" = yes; then
4905- case $host_os in
4906- darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
4907- *) lt_awk_arg="/^libraries:/" ;;
4908- esac
4909- case $host_os in
4910- mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;;
4911- *) lt_sed_strip_eq="s,=/,/,g" ;;
4912- esac
4913- lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
4914- case $lt_search_path_spec in
4915- *\;*)
4916- # if the path contains ";" then we assume it to be the separator
4917- # otherwise default to the standard path separator (i.e. ":") - it is
4918- # assumed that no part of a normal pathname contains ";" but that should
4919- # okay in the real world where ";" in dirpaths is itself problematic.
4920- lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
4921- ;;
4922- *)
4923- lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
4924- ;;
4925- esac
4926- # Ok, now we have the path, separated by spaces, we can step through it
4927- # and add multilib dir if necessary.
4928- lt_tmp_lt_search_path_spec=
4929- lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
4930- for lt_sys_path in $lt_search_path_spec; do
4931- if test -d "$lt_sys_path/$lt_multi_os_dir"; then
4932- lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
4933- else
4934- test -d "$lt_sys_path" && \
4935- lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
4936- fi
4937- done
4938- lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
4939-BEGIN {RS=" "; FS="/|\n";} {
4940- lt_foo="";
4941- lt_count=0;
4942- for (lt_i = NF; lt_i > 0; lt_i--) {
4943- if ($lt_i != "" && $lt_i != ".") {
4944- if ($lt_i == "..") {
4945- lt_count++;
4946- } else {
4947- if (lt_count == 0) {
4948- lt_foo="/" $lt_i lt_foo;
4949- } else {
4950- lt_count--;
4951- }
4952- }
4953- }
4954- }
4955- if (lt_foo != "") { lt_freq[[lt_foo]]++; }
4956- if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
4957-}'`
4958- # AWK program above erroneously prepends '/' to C:/dos/paths
4959- # for these hosts.
4960- case $host_os in
4961- mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
4962- $SED 's,/\([[A-Za-z]]:\),\1,g'` ;;
4963- esac
4964- sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
4965-else
4966- sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
4967-fi])
4968-library_names_spec=
4969-libname_spec='lib$name'
4970-soname_spec=
4971-shrext_cmds=".so"
4972-postinstall_cmds=
4973-postuninstall_cmds=
4974-finish_cmds=
4975-finish_eval=
4976-shlibpath_var=
4977-shlibpath_overrides_runpath=unknown
4978-version_type=none
4979-dynamic_linker="$host_os ld.so"
4980-sys_lib_dlsearch_path_spec="/lib /usr/lib"
4981-need_lib_prefix=unknown
4982-hardcode_into_libs=no
4983-
4984-# when you set need_version to no, make sure it does not cause -set_version
4985-# flags to be left without arguments
4986-need_version=unknown
4987-
4988-case $host_os in
4989-aix3*)
4990- version_type=linux # correct to gnu/linux during the next big refactor
4991- library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
4992- shlibpath_var=LIBPATH
4993-
4994- # AIX 3 has no versioning support, so we append a major version to the name.
4995- soname_spec='${libname}${release}${shared_ext}$major'
4996- ;;
4997-
4998-aix[[4-9]]*)
4999- version_type=linux # correct to gnu/linux during the next big refactor
5000- need_lib_prefix=no
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: