diff -Nru gnome-themes-standard-3.3.4/aclocal.m4 gnome-themes-standard-3.3.5/aclocal.m4 --- gnome-themes-standard-3.3.4/aclocal.m4 2012-01-17 02:13:45.000000000 +0000 +++ gnome-themes-standard-3.3.5/aclocal.m4 2012-02-07 00:56:48.000000000 +0000 @@ -1,7 +1,8 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- +# generated automatically by aclocal 1.11.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, +# Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -19,12 +20,15 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been @@ -34,7 +38,7 @@ [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.1], [], +m4_if([$1], [1.11.3], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -50,19 +54,21 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.1])dnl +[AM_AUTOMAKE_VERSION([1.11.3])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. @@ -144,14 +150,14 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, +# 2010, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 10 +# serial 12 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, @@ -191,6 +197,7 @@ # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -255,7 +262,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -320,10 +327,13 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- @@ -545,12 +555,15 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. @@ -717,12 +730,15 @@ fi ]) -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. @@ -745,13 +761,14 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 +# serial 5 # _AM_MANGLE_OPTION(NAME) # ----------------------- @@ -759,13 +776,13 @@ [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) -# ------------------------------ +# -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- +# ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) @@ -776,12 +793,14 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. @@ -858,12 +877,14 @@ fi AC_MSG_RESULT(yes)]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't @@ -886,13 +907,13 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 +# serial 3 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- @@ -901,13 +922,13 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- +# -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -929,10 +950,11 @@ # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) diff -Nru gnome-themes-standard-3.3.4/ChangeLog gnome-themes-standard-3.3.5/ChangeLog --- gnome-themes-standard-3.3.4/ChangeLog 2012-01-17 02:15:04.000000000 +0000 +++ gnome-themes-standard-3.3.5/ChangeLog 2012-02-07 00:58:18.000000000 +0000 @@ -1,5 +1,802 @@ # Generated by Makefile. Do not edit. +commit 94edf3a4caad6f9150333deec6218922bc22b061 +Author: Cosimo Cecchi +Date: Mon Feb 6 19:48:16 2012 -0500 + + release: prepare for 3.3.5 + + NEWS | 14 ++++++++++++++ + configure.ac | 2 +- + 2 files changed, 15 insertions(+), 1 deletions(-) + +commit 3d3a07f3556ca62ca217361920b92803540636e9 +Author: Cosimo Cecchi +Date: Mon Feb 6 19:56:21 2012 -0500 + + build: add gtk.gresource to CLEANFILES + + Fix distcheck + + themes/Adwaita/gtk-3.0/Makefile.am | 3 +++ + 1 files changed, 3 insertions(+), 0 deletions(-) + +commit affaa38a1cc2c3e4b7e6d108a21f8ae9fba7ef32 +Author: Cosimo Cecchi +Date: Mon Feb 6 19:47:55 2012 -0500 + + build: bump GTK+ required version + + For GResource + + configure.ac | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 2958ca53e83482e32854c82b093aa764aecc08a8 +Author: Cosimo Cecchi +Date: Sat Feb 4 00:20:50 2012 -0500 + + engine: fix a leftover + + src/adwaita_engine.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 137f4ab1db7d97b01b025b269803886d39f84564 +Author: Cosimo Cecchi +Date: Sat Feb 4 00:18:31 2012 -0500 + + engine: tab rendering code minor cleanups + + Now the shape code also respects the x coordinate. + + src/adwaita_engine.c | 14 +++++++------- + 1 files changed, 7 insertions(+), 7 deletions(-) + +commit dede3982d966fdb56f49a0286e520e2afe16c7cb +Author: Cosimo Cecchi +Date: Fri Feb 3 19:57:31 2012 -0500 + + notebook: adapt to engine changes + + We can simplify the CSS a bit and use linear-gradient to draw the active + tab highlight with pixel-precision. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 44 ++++++++++++------------------- + 1 files changed, 17 insertions(+), 27 deletions(-) + +commit 75c739d60d02eb178b86dc193f61b2d0c52abf5c +Author: Cosimo Cecchi +Date: Fri Feb 3 19:55:21 2012 -0500 + + engine: redo notebook tab rendering + + Call into render_background() to render the tab background patter, but + only after we clipped it to our custom tab shape. + This allows us to get rid of a custom style property too. + + src/adwaita_engine.c | 151 +++++++++++++------------------------------------ + 1 files changed, 40 insertions(+), 111 deletions(-) + +commit af43b250f235c2df6ecbe9ca6ceecf86e61af325 +Author: Cosimo Cecchi +Date: Fri Feb 3 15:54:29 2012 -0500 + + engine: simplify code + + We don't need to render a background ourselves here, since GTTK already + does it for us. We just need to make sure we set background-color to + transparent (we already do that) so that GTK won't override the asset. + + src/adwaita_engine.c | 9 +-------- + 1 files changed, 1 insertions(+), 8 deletions(-) + +commit a4e68e764e0d400c0019ed5592730db171e1f8fc +Author: Lapo Calamandrei +Date: Fri Feb 3 19:38:24 2012 +0100 + + Widgets: fixed insensitive slider border color on the dark variant. + + themes/Adwaita/gtk-3.0/assets.svg | 4 ++-- + .../assets/scale-slider-horz-insensitive-dark.png | Bin 289 -> 289 bytes + .../assets/scale-slider-vert-insensitive-dark.png | Bin 294 -> 294 bytes + 3 files changed, 2 insertions(+), 2 deletions(-) + +commit 3c713340b0a1bcfb565895de8e6b1dae3ecd9922 +Author: Lapo Calamandrei +Date: Fri Feb 3 19:17:33 2012 +0100 + + Widgets: remove drop shadow from tab close icon in backdrop state. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit abb0babf5bfd53f8c1d454f4c60347186df2136c +Author: Lapo Calamandrei +Date: Fri Feb 3 19:15:53 2012 +0100 + + Widgets: That's one small step for a man, one giant leap for mankind. + Killed the resize-grip! + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit e30ab33577ac60d381223cffa202986cb0501f93 +Author: Cosimo Cecchi +Date: Fri Feb 3 12:20:14 2012 -0500 + + build: fix gresource list + + This was breaking the build after the recent GResource changes. + + themes/Adwaita/gtk-3.0/gtk.gresource.xml | 28 ++++++++++++++++------------ + 1 files changed, 16 insertions(+), 12 deletions(-) + +commit 20dd201eae933a774bcdb3f3563dd2e6a7353401 +Author: Lapo Calamandrei +Date: Fri Feb 3 17:54:45 2012 +0100 + + Widgets: converted simple scale sliders to png, added missing + dark variation assets. + + Make the rendering script generate just not existing stuff. + + themes/Adwaita/gtk-3.0/assets.svg | 776 ++++++++++++++++++-- + themes/Adwaita/gtk-3.0/assets.txt | 16 + + themes/Adwaita/gtk-3.0/assets/Makefile.am | 28 +- + .../assets/scale-slider-horizontal-dark.svg | 191 ----- + .../scale-slider-horizontal-insensitive-dark.svg | 179 ----- + ...ale-slider-horizontal-insensitive-unfocused.svg | 174 ----- + .../assets/scale-slider-horizontal-insensitive.svg | 179 ----- + .../assets/scale-slider-horizontal-unfocused.svg | 174 ----- + .../gtk-3.0/assets/scale-slider-horizontal.svg | 132 ---- + .../assets/scale-slider-horz-backdrop-dark.png | Bin 0 -> 292 bytes + ...scale-slider-horz-backdrop-insensitive-dark.png | Bin 0 -> 289 bytes + .../scale-slider-horz-backdrop-insensitive.png | Bin 0 -> 289 bytes + .../gtk-3.0/assets/scale-slider-horz-backdrop.png | Bin 0 -> 292 bytes + .../gtk-3.0/assets/scale-slider-horz-dark.png | Bin 0 -> 558 bytes + .../assets/scale-slider-horz-insensitive-dark.png | Bin 0 -> 289 bytes + .../assets/scale-slider-horz-insensitive.png | Bin 0 -> 295 bytes + .../Adwaita/gtk-3.0/assets/scale-slider-horz.png | Bin 0 -> 578 bytes + .../assets/scale-slider-vert-backdrop-dark.png | Bin 0 -> 297 bytes + ...scale-slider-vert-backdrop-insensitive-dark.png | Bin 0 -> 294 bytes + .../scale-slider-vert-backdrop-insensitive.png | Bin 0 -> 294 bytes + .../gtk-3.0/assets/scale-slider-vert-backdrop.png | Bin 0 -> 297 bytes + .../gtk-3.0/assets/scale-slider-vert-dark.png | Bin 0 -> 565 bytes + .../assets/scale-slider-vert-insensitive-dark.png | Bin 0 -> 294 bytes + .../assets/scale-slider-vert-insensitive.png | Bin 0 -> 300 bytes + .../Adwaita/gtk-3.0/assets/scale-slider-vert.png | Bin 0 -> 582 bytes + .../gtk-3.0/assets/scale-slider-vertical-dark.svg | 221 ------ + .../scale-slider-vertical-insensitive-dark.svg | 158 ---- + ...scale-slider-vertical-insensitive-unfocused.svg | 112 --- + .../assets/scale-slider-vertical-insensitive.svg | 168 ----- + .../assets/scale-slider-vertical-unfocused.svg | 112 --- + .../gtk-3.0/assets/scale-slider-vertical.svg | 132 ---- + themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 27 +- + themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 16 +- + themes/Adwaita/gtk-3.0/render-assets.sh | 13 +- + 34 files changed, 772 insertions(+), 2036 deletions(-) + +commit 8302a8f04e0fd363ec807249237c96fdc55a63c5 +Author: Alexander Larsson +Date: Fri Feb 3 16:42:39 2012 +0100 + + Use the new resource file support in Gtk+ + + configure.ac | 3 + + themes/Adwaita/gtk-3.0/Makefile.am | 16 ++- + themes/Adwaita/gtk-3.0/assets/Makefile.am | 5 +- + themes/Adwaita/gtk-3.0/borders/Makefile.am | 5 +- + themes/Adwaita/gtk-3.0/gtk-dark.css | 199 +------------------------- + themes/Adwaita/gtk-3.0/gtk-main-dark.css | 198 +++++++++++++++++++++++++ + themes/Adwaita/gtk-3.0/gtk-main.css | 218 +++++++++++++++++++++++++++ + themes/Adwaita/gtk-3.0/gtk.css | 219 +--------------------------- + themes/Adwaita/gtk-3.0/gtk.gresource.xml | 147 +++++++++++++++++++ + 9 files changed, 583 insertions(+), 427 deletions(-) + +commit a61870df058b677f21f0429759ec1bc26fd0fa83 +Author: Lapo Calamandrei +Date: Fri Feb 3 14:59:25 2012 +0100 + + Widgets: add hover state to incosistent checks and radios + on menu dropdowns. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +++++ + 1 files changed, 5 insertions(+), 0 deletions(-) + +commit 6299870a3977b19e985b90ef0ccd17bba00d5179 +Author: Lapo Calamandrei +Date: Fri Feb 3 14:56:54 2012 +0100 + + Widgets: fixed a pair of typos and actually install the new pngs... + + themes/Adwaita/gtk-3.0/assets/Makefile.am | 19 +++++++++---------- + themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++-- + 2 files changed, 11 insertions(+), 12 deletions(-) + +commit d45b0a1a7a137b3a76a44482cb9662c9658b00f1 +Author: Lapo Calamandrei +Date: Fri Feb 3 14:52:10 2012 +0100 + + Widgets: converted menuitem assets to png. + + Run optipng on all pngs and added it to the rendering + script. + + themes/Adwaita/gtk-3.0/assets.svg | 674 ++++++++++++++------ + themes/Adwaita/gtk-3.0/assets.txt | 9 + + .../gtk-3.0/assets/checkbox-checked-alt-dark.png | Bin 670 -> 660 bytes + .../gtk-3.0/assets/checkbox-checked-alt.png | Bin 710 -> 697 bytes + .../assets/checkbox-checked-backdrop-dark.png | Bin 573 -> 447 bytes + .../checkbox-checked-backdrop-insensitive-dark.png | Bin 537 -> 450 bytes + .../checkbox-checked-backdrop-insensitive.png | Bin 525 -> 450 bytes + .../gtk-3.0/assets/checkbox-checked-backdrop.png | Bin 583 -> 447 bytes + .../assets/checkbox-checked-insensitive-dark.png | Bin 552 -> 453 bytes + .../assets/checkbox-checked-insensitive.png | Bin 627 -> 550 bytes + themes/Adwaita/gtk-3.0/assets/checkbox-checked.png | Bin 738 -> 723 bytes + .../gtk-3.0/assets/checkbox-mixed-alt-dark.png | Bin 447 -> 401 bytes + .../Adwaita/gtk-3.0/assets/checkbox-mixed-alt.png | Bin 497 -> 427 bytes + .../assets/checkbox-mixed-backdrop-dark.png | Bin 352 -> 256 bytes + .../checkbox-mixed-backdrop-insensitive-dark.png | Bin 329 -> 254 bytes + .../assets/checkbox-mixed-backdrop-insensitive.png | Bin 337 -> 254 bytes + .../gtk-3.0/assets/checkbox-mixed-backdrop.png | Bin 350 -> 256 bytes + .../Adwaita/gtk-3.0/assets/checkbox-mixed-dark.png | Bin 482 -> 443 bytes + .../assets/checkbox-mixed-insensitive-dark.png | Bin 378 -> 309 bytes + .../gtk-3.0/assets/checkbox-mixed-insensitive.png | Bin 436 -> 378 bytes + themes/Adwaita/gtk-3.0/assets/checkbox-mixed.png | Bin 539 -> 452 bytes + .../gtk-3.0/assets/checkbox-unchecked-alt-dark.png | Bin 357 -> 327 bytes + .../gtk-3.0/assets/checkbox-unchecked-alt.png | Bin 411 -> 387 bytes + .../assets/checkbox-unchecked-backdrop-dark.png | Bin 308 -> 230 bytes + ...heckbox-unchecked-backdrop-insensitive-dark.png | Bin 305 -> 227 bytes + .../checkbox-unchecked-backdrop-insensitive.png | Bin 310 -> 227 bytes + .../gtk-3.0/assets/checkbox-unchecked-backdrop.png | Bin 310 -> 230 bytes + .../gtk-3.0/assets/checkbox-unchecked-dark.png | Bin 399 -> 364 bytes + .../assets/checkbox-unchecked-insensitive-dark.png | Bin 346 -> 282 bytes + .../assets/checkbox-unchecked-insensitive.png | Bin 401 -> 355 bytes + .../Adwaita/gtk-3.0/assets/checkbox-unchecked.png | Bin 446 -> 408 bytes + .../menuitem-checkbox-checked-insensitive.png | Bin 0 -> 390 bytes + .../menuitem-checkbox-checked-insensitive.svg | 63 -- + .../assets/menuitem-checkbox-checked-selected.png | Bin 0 -> 259 bytes + .../assets/menuitem-checkbox-checked-selected.svg | 63 -- + .../gtk-3.0/assets/menuitem-checkbox-checked.png | Bin 0 -> 398 bytes + .../gtk-3.0/assets/menuitem-checkbox-checked.svg | 63 -- + .../assets/menuitem-checkbox-mixed-insensitive.png | Bin 0 -> 191 bytes + .../assets/menuitem-checkbox-mixed-insensitive.svg | 66 -- + .../assets/menuitem-checkbox-mixed-selected.png | Bin 0 -> 175 bytes + .../gtk-3.0/assets/menuitem-checkbox-mixed.png | Bin 0 -> 188 bytes + .../gtk-3.0/assets/menuitem-checkbox-mixed.svg | 66 -- + .../assets/menuitem-radio-checked-insensitive.png | Bin 0 -> 212 bytes + .../assets/menuitem-radio-checked-insensitive.svg | 67 -- + .../assets/menuitem-radio-checked-selected.png | Bin 0 -> 211 bytes + .../assets/menuitem-radio-checked-selected.svg | 67 -- + .../gtk-3.0/assets/menuitem-radio-checked.png | Bin 0 -> 211 bytes + .../gtk-3.0/assets/menuitem-radio-checked.svg | 67 -- + .../assets/menuitem-radio-mixed-insensitive.svg | 66 -- + .../gtk-3.0/assets/menuitem-radio-mixed.svg | 66 -- + .../gtk-3.0/assets/radio-checked-alt-dark.png | Bin 727 -> 703 bytes + .../Adwaita/gtk-3.0/assets/radio-checked-alt.png | Bin 828 -> 693 bytes + .../gtk-3.0/assets/radio-checked-backdrop-dark.png | Bin 606 -> 395 bytes + .../radio-checked-backdrop-insensitive-dark.png | Bin 569 -> 399 bytes + .../assets/radio-checked-backdrop-insensitive.png | Bin 555 -> 405 bytes + .../gtk-3.0/assets/radio-checked-backdrop.png | Bin 611 -> 397 bytes + .../Adwaita/gtk-3.0/assets/radio-checked-dark.png | Bin 803 -> 743 bytes + .../assets/radio-checked-insensitive-dark.png | Bin 650 -> 461 bytes + .../gtk-3.0/assets/radio-checked-insensitive.png | Bin 732 -> 533 bytes + themes/Adwaita/gtk-3.0/assets/radio-checked.png | Bin 870 -> 734 bytes + .../gtk-3.0/assets/radio-mixed-alt-dark.png | Bin 628 -> 571 bytes + themes/Adwaita/gtk-3.0/assets/radio-mixed-alt.png | Bin 713 -> 586 bytes + .../gtk-3.0/assets/radio-mixed-backdrop-dark.png | Bin 526 -> 373 bytes + .../radio-mixed-backdrop-insensitive-dark.png | Bin 496 -> 363 bytes + .../assets/radio-mixed-backdrop-insensitive.png | Bin 485 -> 369 bytes + .../gtk-3.0/assets/radio-mixed-backdrop.png | Bin 538 -> 373 bytes + themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.png | Bin 694 -> 615 bytes + .../assets/radio-mixed-insensitive-dark.png | Bin 586 -> 445 bytes + .../gtk-3.0/assets/radio-mixed-insensitive.png | Bin 654 -> 502 bytes + themes/Adwaita/gtk-3.0/assets/radio-mixed.png | Bin 757 -> 619 bytes + .../gtk-3.0/assets/radio-unchecked-alt-dark.png | Bin 541 -> 490 bytes + .../Adwaita/gtk-3.0/assets/radio-unchecked-alt.png | Bin 630 -> 537 bytes + .../assets/radio-unchecked-backdrop-dark.png | Bin 486 -> 351 bytes + .../radio-unchecked-backdrop-insensitive-dark.png | Bin 470 -> 340 bytes + .../radio-unchecked-backdrop-insensitive.png | Bin 458 -> 345 bytes + .../gtk-3.0/assets/radio-unchecked-backdrop.png | Bin 501 -> 351 bytes + .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 610 -> 534 bytes + .../assets/radio-unchecked-insensitive-dark.png | Bin 568 -> 427 bytes + .../gtk-3.0/assets/radio-unchecked-insensitive.png | Bin 624 -> 481 bytes + themes/Adwaita/gtk-3.0/assets/radio-unchecked.png | Bin 685 -> 580 bytes + themes/Adwaita/gtk-3.0/gtk-widgets.css | 29 +- + themes/Adwaita/gtk-3.0/render-assets.sh | 10 +- + 82 files changed, 503 insertions(+), 873 deletions(-) + +commit 75014eae5eac5b07d355b522f50f2ab504833ecc +Author: Lapo Calamandrei +Date: Thu Feb 2 23:53:08 2012 +0100 + + Widgets: started using pngs as assets where possible. + + The current png assets are rendered from a single-sheet + svg, using the (brutal) render-assets.sh script I made. + + themes/Adwaita/gtk-3.0/assets.svg | 2793 ++++++++++++++++++++ + themes/Adwaita/gtk-3.0/assets.txt | 60 + + themes/Adwaita/gtk-3.0/assets/Makefile.am | 122 +- + .../gtk-3.0/assets/checkbox-checked-alt-dark.png | Bin 0 -> 670 bytes + .../gtk-3.0/assets/checkbox-checked-alt.png | Bin 0 -> 710 bytes + .../assets/checkbox-checked-backdrop-dark.png | Bin 0 -> 573 bytes + .../checkbox-checked-backdrop-insensitive-dark.png | Bin 0 -> 537 bytes + .../checkbox-checked-backdrop-insensitive.png | Bin 0 -> 525 bytes + .../gtk-3.0/assets/checkbox-checked-backdrop.png | Bin 0 -> 583 bytes + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 698 bytes + .../gtk-3.0/assets/checkbox-checked-dark.svg | 323 --- + .../assets/checkbox-checked-insensitive-dark.png | Bin 0 -> 552 bytes + .../assets/checkbox-checked-insensitive-dark.svg | 235 -- + .../checkbox-checked-insensitive-unfocused.svg | 83 - + .../assets/checkbox-checked-insensitive.png | Bin 0 -> 627 bytes + .../assets/checkbox-checked-insensitive.svg | 112 - + .../gtk-3.0/assets/checkbox-checked-no-hilight.svg | 199 -- + .../gtk-3.0/assets/checkbox-checked-scalable.svg | 191 -- + .../gtk-3.0/assets/checkbox-checked-unfocused.svg | 83 - + themes/Adwaita/gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 738 bytes + themes/Adwaita/gtk-3.0/assets/checkbox-checked.svg | 205 -- + .../checkbox-menuitem-checked-insensitive.svg | 63 - + .../assets/checkbox-menuitem-checked-selected.svg | 63 - + .../gtk-3.0/assets/checkbox-menuitem-checked.svg | 63 - + .../assets/checkbox-menuitem-mixed-insensitive.svg | 66 - + .../gtk-3.0/assets/checkbox-menuitem-mixed.svg | 66 - + .../gtk-3.0/assets/checkbox-mixed-alt-dark.png | Bin 0 -> 447 bytes + .../Adwaita/gtk-3.0/assets/checkbox-mixed-alt.png | Bin 0 -> 497 bytes + .../assets/checkbox-mixed-backdrop-dark.png | Bin 0 -> 352 bytes + .../checkbox-mixed-backdrop-insensitive-dark.png | Bin 0 -> 329 bytes + .../assets/checkbox-mixed-backdrop-insensitive.png | Bin 0 -> 337 bytes + .../gtk-3.0/assets/checkbox-mixed-backdrop.png | Bin 0 -> 350 bytes + .../Adwaita/gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 482 bytes + .../Adwaita/gtk-3.0/assets/checkbox-mixed-dark.svg | 283 -- + .../assets/checkbox-mixed-insensitive-dark.png | Bin 0 -> 378 bytes + .../assets/checkbox-mixed-insensitive-dark.svg | 238 -- + .../checkbox-mixed-insensitive-unfocused.svg | 97 - + .../gtk-3.0/assets/checkbox-mixed-insensitive.png | Bin 0 -> 436 bytes + .../gtk-3.0/assets/checkbox-mixed-insensitive.svg | 113 - + .../gtk-3.0/assets/checkbox-mixed-no-hilight.svg | 195 -- + .../gtk-3.0/assets/checkbox-mixed-unfocused.svg | 86 - + themes/Adwaita/gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 539 bytes + themes/Adwaita/gtk-3.0/assets/checkbox-mixed.svg | 201 -- + .../gtk-3.0/assets/checkbox-unchecked-alt-dark.png | Bin 0 -> 357 bytes + .../gtk-3.0/assets/checkbox-unchecked-alt.png | Bin 0 -> 411 bytes + .../assets/checkbox-unchecked-backdrop-dark.png | Bin 0 -> 308 bytes + ...heckbox-unchecked-backdrop-insensitive-dark.png | Bin 0 -> 305 bytes + .../checkbox-unchecked-backdrop-insensitive.png | Bin 0 -> 310 bytes + .../gtk-3.0/assets/checkbox-unchecked-backdrop.png | Bin 0 -> 310 bytes + .../gtk-3.0/assets/checkbox-unchecked-dark.png | Bin 0 -> 399 bytes + .../gtk-3.0/assets/checkbox-unchecked-dark.svg | 246 -- + .../assets/checkbox-unchecked-insensitive-dark.png | Bin 0 -> 346 bytes + .../assets/checkbox-unchecked-insensitive-dark.svg | 208 -- + .../checkbox-unchecked-insensitive-unfocused.svg | 76 - + .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 401 bytes + .../assets/checkbox-unchecked-insensitive.svg | 105 - + .../assets/checkbox-unchecked-no-hilight.svg | 155 -- + .../assets/checkbox-unchecked-unfocused.svg | 79 - + .../Adwaita/gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 446 bytes + .../Adwaita/gtk-3.0/assets/checkbox-unchecked.svg | 161 -- + .../menuitem-checkbox-checked-insensitive.svg | 63 + + .../assets/menuitem-checkbox-checked-selected.svg | 63 + + .../gtk-3.0/assets/menuitem-checkbox-checked.svg | 63 + + .../assets/menuitem-checkbox-mixed-insensitive.svg | 66 + + .../gtk-3.0/assets/menuitem-checkbox-mixed.svg | 66 + + .../assets/menuitem-radio-checked-insensitive.svg | 67 + + .../assets/menuitem-radio-checked-selected.svg | 67 + + .../gtk-3.0/assets/menuitem-radio-checked.svg | 67 + + .../assets/menuitem-radio-mixed-insensitive.svg | 66 + + .../gtk-3.0/assets/menuitem-radio-mixed.svg | 66 + + .../gtk-3.0/assets/radio-checked-alt-dark.png | Bin 0 -> 727 bytes + .../Adwaita/gtk-3.0/assets/radio-checked-alt.png | Bin 0 -> 828 bytes + .../gtk-3.0/assets/radio-checked-backdrop-dark.png | Bin 0 -> 606 bytes + .../radio-checked-backdrop-insensitive-dark.png | Bin 0 -> 569 bytes + .../assets/radio-checked-backdrop-insensitive.png | Bin 0 -> 555 bytes + .../gtk-3.0/assets/radio-checked-backdrop.png | Bin 0 -> 611 bytes + .../Adwaita/gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 803 bytes + .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 650 bytes + .../gtk-3.0/assets/radio-checked-insensitive.png | Bin 0 -> 732 bytes + themes/Adwaita/gtk-3.0/assets/radio-checked.png | Bin 0 -> 870 bytes + .../assets/radio-menuitem-checked-insensitive.svg | 67 - + .../assets/radio-menuitem-checked-selected.svg | 67 - + .../gtk-3.0/assets/radio-menuitem-checked.svg | 67 - + .../assets/radio-menuitem-mixed-insensitive.svg | 66 - + .../gtk-3.0/assets/radio-menuitem-mixed.svg | 66 - + .../gtk-3.0/assets/radio-mixed-alt-dark.png | Bin 0 -> 628 bytes + themes/Adwaita/gtk-3.0/assets/radio-mixed-alt.png | Bin 0 -> 713 bytes + .../gtk-3.0/assets/radio-mixed-backdrop-dark.png | Bin 0 -> 526 bytes + .../radio-mixed-backdrop-insensitive-dark.png | Bin 0 -> 496 bytes + .../assets/radio-mixed-backdrop-insensitive.png | Bin 0 -> 485 bytes + .../gtk-3.0/assets/radio-mixed-backdrop.png | Bin 0 -> 538 bytes + themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 694 bytes + themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.svg | 562 ---- + .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 586 bytes + .../assets/radio-mixed-insensitive-dark.svg | 242 -- + .../assets/radio-mixed-insensitive-unfocused.svg | 115 - + .../gtk-3.0/assets/radio-mixed-insensitive.png | Bin 0 -> 654 bytes + .../gtk-3.0/assets/radio-mixed-insensitive.svg | 120 - + .../gtk-3.0/assets/radio-mixed-no-hilight.svg | 195 -- + .../gtk-3.0/assets/radio-mixed-unfocused.svg | 120 - + themes/Adwaita/gtk-3.0/assets/radio-mixed.png | Bin 0 -> 757 bytes + themes/Adwaita/gtk-3.0/assets/radio-mixed.svg | 202 -- + .../Adwaita/gtk-3.0/assets/radio-selected-dark.svg | 536 ---- + .../assets/radio-selected-insensitive-dark.svg | 243 -- + .../radio-selected-insensitive-unfocused.svg | 116 - + .../gtk-3.0/assets/radio-selected-insensitive.svg | 121 - + .../gtk-3.0/assets/radio-selected-no-hilight.svg | 272 -- + .../gtk-3.0/assets/radio-selected-unfocused.svg | 197 -- + themes/Adwaita/gtk-3.0/assets/radio-selected.svg | 279 -- + .../gtk-3.0/assets/radio-unchecked-alt-dark.png | Bin 0 -> 541 bytes + .../Adwaita/gtk-3.0/assets/radio-unchecked-alt.png | Bin 0 -> 630 bytes + .../assets/radio-unchecked-backdrop-dark.png | Bin 0 -> 486 bytes + .../radio-unchecked-backdrop-insensitive-dark.png | Bin 0 -> 470 bytes + .../radio-unchecked-backdrop-insensitive.png | Bin 0 -> 458 bytes + .../gtk-3.0/assets/radio-unchecked-backdrop.png | Bin 0 -> 501 bytes + .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 610 bytes + .../assets/radio-unchecked-insensitive-dark.png | Bin 0 -> 568 bytes + .../gtk-3.0/assets/radio-unchecked-insensitive.png | Bin 0 -> 624 bytes + themes/Adwaita/gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 685 bytes + .../gtk-3.0/assets/radio-unselected-dark.svg | 506 ---- + .../assets/radio-unselected-insensitive-dark.svg | 233 -- + .../radio-unselected-insensitive-unfocused.svg | 106 - + .../assets/radio-unselected-insensitive.svg | 111 - + .../gtk-3.0/assets/radio-unselected-no-hilight.svg | 154 -- + .../gtk-3.0/assets/radio-unselected-unfocused.svg | 89 - + themes/Adwaita/gtk-3.0/assets/radio-unselected.svg | 161 -- + themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 144 +- + themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 60 +- + themes/Adwaita/gtk-3.0/gtk-widgets.css | 20 +- + themes/Adwaita/gtk-3.0/render-assets.sh | 8 + + 130 files changed, 3738 insertions(+), 9131 deletions(-) + +commit 7d50216c5474b38dd7de102524934526516a4a7f +Author: Alexander Larsson +Date: Thu Feb 2 20:25:52 2012 +0100 + + contacts: Update app css a bit + + themes/Adwaita/gtk-3.0/gnome-applications.css | 9 +++++++++ + 1 files changed, 9 insertions(+), 0 deletions(-) + +commit 4ed51577959e221d84b1af824e896536f6ede7a6 +Author: Alexander Larsson +Date: Thu Feb 2 20:12:17 2012 +0100 + + Remove now unused contacts style classes + + themes/Adwaita/gtk-3.0/gnome-applications.css | 22 ---------------------- + 1 files changed, 0 insertions(+), 22 deletions(-) + +commit f80e2d81f8be7890a3d20046df2f9d9d49cb0e24 +Author: Paolo Borelli +Date: Thu Feb 2 09:05:43 2012 +0100 + + Fix sed errors introduced when adding "px". + + themes/Adwaita/gtk-3.0/gnome-applications.css | 2 +- + themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +commit 7923435170c6011a1694dda1d3cda41e075a64c1 +Author: Benjamin Otte +Date: Fri Jan 27 15:07:14 2012 +0100 + + all: Make margin and padding properties use 'px' + + themes/Adwaita/gtk-3.0/gnome-applications.css | 60 ++++++++++++------------ + themes/Adwaita/gtk-3.0/gtk-widgets.css | 58 ++++++++++++------------ + 2 files changed, 59 insertions(+), 59 deletions(-) + +commit 1d8cf06f94462c13d9bfdbf6fc82ceefda9e9380 +Author: Cosimo Cecchi +Date: Tue Jan 17 14:10:49 2012 -0500 + + all: adapt to GTK wip/css changes + + We need to specify the unit of measure for border widths and radiuses. + + themes/Adwaita/gtk-3.0/gnome-applications.css | 70 +++++----- + .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css | 44 +++--- + themes/Adwaita/gtk-3.0/gtk-widgets-borders.css | 44 +++--- + .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 4 +- + themes/Adwaita/gtk-3.0/gtk-widgets.css | 142 ++++++++++---------- + 5 files changed, 152 insertions(+), 152 deletions(-) + +commit 20bbd6edd4ea9a9aadd150d2256081a3c80c4f16 +Author: Cosimo Cecchi +Date: Wed Feb 1 00:50:20 2012 -0500 + + combobox: remove various padding workarounds + + All these workarounds were necessary because of some bugs in GtkComboBox + code, which is now fixed. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 19 +------------------ + 1 files changed, 1 insertions(+), 18 deletions(-) + +commit 91fc74ac0e248086f5bd8a63a62e7911f00db87f +Author: Cosimo Cecchi +Date: Wed Feb 1 00:49:12 2012 -0500 + + widgets: don't set a global 1px padding + + We should remove this padding property from the universal selector + altogether, but the default Raleigh theme sets it in its universal + selector too. It will go once that's fixed. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit c9bb6abfde5c5b7dd3b8dfa70739eb2e9827e8ca +Author: Cosimo Cecchi +Date: Tue Jan 31 10:27:32 2012 -0500 + + entry: adapt to GTK master changes + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 9 +-------- + 1 files changed, 1 insertions(+), 8 deletions(-) + +commit 8ae1b17bf553c4a51c0be107afafdc9906ca15b9 +Author: Kjartan Maraas +Date: Sat Jan 28 16:08:18 2012 +0100 + + Updated Norwegian bokmål translation + + po/nb.po | 15 +++++++-------- + 1 files changed, 7 insertions(+), 8 deletions(-) + +commit 8e481039b75c9affa19cb0d6e7a54c6ddb58cb30 +Author: Alexander Larsson +Date: Fri Jan 27 09:13:58 2012 +0100 + + Add Custom CSS from gnome contacts + + themes/Adwaita/gtk-3.0/gnome-applications.css | 126 +++++++++++++++++++++++++ + 1 files changed, 126 insertions(+), 0 deletions(-) + +commit ae0c665fd81a799331e7f19484f92aed1d1e3a00 +Author: Cosimo Cecchi +Date: Tue Jan 24 10:11:30 2012 -0500 + + grip: turn resize grip rendering into a SVG asset + + Instead of drawing it ourselves manually with cairo. + + src/adwaita_engine.c | 71 +-------------- + themes/Adwaita/gtk-3.0/assets/Makefile.am | 1 + + themes/Adwaita/gtk-3.0/assets/resize-grip.svg | 117 +++++++++++++++++++++++++ + themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 9 ++ + themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 - + 5 files changed, 131 insertions(+), 71 deletions(-) + +commit 6483ec4d56287de2267d5a2944a9e09770705021 +Author: Lapo Calamandrei +Date: Tue Jan 24 15:31:56 2012 +0100 + + Widgets: applied text-shadow to .primary-toolbar directly + istead of using ugly selectors involving GtkLabel. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 7 +++---- + 1 files changed, 3 insertions(+), 4 deletions(-) + +commit 81b18a59f31f935fa65ca8d55149a785d65cfccf +Author: Lapo Calamandrei +Date: Tue Jan 24 14:44:25 2012 +0100 + + Widget: fixed a typo... + + themes/Adwaita/gtk-3.0/gtk-widgets-borders.css | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 58b218a9a5f29c48f0eed1da99b1f775fd58cf06 +Author: Lapo Calamandrei +Date: Tue Jan 24 14:35:32 2012 +0100 + + Widgets: notebook close button tweaks. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 16 ++++++++++++---- + 1 files changed, 12 insertions(+), 4 deletions(-) + +commit 289d40007f77a99d1a0ffff2b7160e583f97808b +Author: Lapo Calamandrei +Date: Tue Jan 24 11:05:57 2012 +0100 + + Widgets: add text shadows to labels on primary-toolbars, + see airplane mode in the network panel. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++++ + 1 files changed, 4 insertions(+), 0 deletions(-) + +commit 89c5f41310772febe4f1816577539e53e395e029 +Author: Lapo Calamandrei +Date: Tue Jan 24 10:12:03 2012 +0100 + + Widgets: tab close button styling. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 31 +++++++++++++++++++++---------- + 1 files changed, 21 insertions(+), 10 deletions(-) + +commit c6a58ce9aefaf9ec10714424a38039ab049adb78 +Author: Lapo Calamandrei +Date: Tue Jan 24 09:04:36 2012 +0100 + + Widgets: fix switches on primary toolbars, + resized the resize grip, + added linked text entries. + + themes/Adwaita/gtk-3.0/gnome-applications.css | 9 +------ + themes/Adwaita/gtk-3.0/gtk-backgrounds.css | 8 ++++++ + themes/Adwaita/gtk-3.0/gtk-widgets-borders.css | 3 +- + themes/Adwaita/gtk-3.0/gtk-widgets.css | 33 ++++++++++++++++------- + themes/Adwaita/gtk-3.0/gtk.css | 2 + + 5 files changed, 36 insertions(+), 19 deletions(-) + +commit c56984c0f16d40da119bde328bd57a56a819c7ba +Author: Paolo Borelli +Date: Tue Jan 24 00:34:38 2012 +0100 + + Widgets: GtkImage background should be transparent + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++++ + 1 files changed, 4 insertions(+), 0 deletions(-) + +commit 21be7c3e51916ee20ab2fae853c101b70c111e98 +Author: Lapo Calamandrei +Date: Thu Jan 19 21:56:48 2012 +0100 + + Widgets: remove superfluous borders from gnome-terminal notebook. + + Window decorations: set bottom width to 1 istead of 2. + + themes/Adwaita/gtk-3.0/gnome-applications.css | 6 ++++++ + themes/Adwaita/metacity-1/metacity-theme-3.xml | 2 +- + 2 files changed, 7 insertions(+), 1 deletions(-) + +commit d8423d800c3096da5ead2053c5f2c8afe0bc648b +Author: Lapo Calamandrei +Date: Thu Jan 19 16:04:20 2012 +0100 + + Widgets: some more tweaks to backdrop progressbar dark variation. + + themes/Adwaita/gtk-3.0/gtk-dark.css | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 4f12d0348b9fce743f0d8df58b477085e363141d +Author: Lapo Calamandrei +Date: Thu Jan 19 15:20:17 2012 +0100 + + Widgets: backdrop state progressbar tweaks. + + themes/Adwaita/gtk-3.0/gtk-dark.css | 2 ++ + themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++-- + themes/Adwaita/gtk-3.0/gtk.css | 4 +++- + 3 files changed, 7 insertions(+), 3 deletions(-) + +commit 35223667578d2db3913888e434c3d71992405ab3 +Author: Lapo Calamandrei +Date: Thu Jan 19 14:59:46 2012 +0100 + + Widgets: changed selected colors for backdrop state to grays. + + themes/Adwaita/gtk-3.0/gtk-dark.css | 4 ++-- + themes/Adwaita/gtk-3.0/gtk.css | 6 +++--- + 2 files changed, 5 insertions(+), 5 deletions(-) + +commit da3dcf6b547bd17f63b583fb3881747f60247d12 +Author: Lapo Calamandrei +Date: Thu Jan 19 14:49:03 2012 +0100 + + Widget: remove bottom border too from NautilusNotebook. + + themes/Adwaita/gtk-3.0/gnome-applications.css | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 5739a606c8a15ff52f1fb30530bee4fea8a68fc8 +Author: Lapo Calamandrei +Date: Thu Jan 19 14:47:22 2012 +0100 + + Widgets: remove superfluous side borders from NautilusNotebook. + + themes/Adwaita/gtk-3.0/gnome-applications.css | 5 +++++ + 1 files changed, 5 insertions(+), 0 deletions(-) + +commit 8fda6ba12aed42dc8b5349bdb795f32a0bad4adc +Author: Lapo Calamandrei +Date: Thu Jan 19 14:06:49 2012 +0100 + + Widgets: combobox entries more consistent with the rest. + + themes/Adwaita/gtk-3.0/gnome-applications.css | 10 +++-- + themes/Adwaita/gtk-3.0/gtk-dark.css | 2 +- + .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 20 +++++++- + themes/Adwaita/gtk-3.0/gtk-widgets.css | 45 +++++++++++++++++-- + 4 files changed, 64 insertions(+), 13 deletions(-) + +commit 9e11230c6afe92766c3765057ae3beaaa2e73e65 +Author: Lapo Calamandrei +Date: Thu Jan 19 13:36:17 2012 +0100 + + Widget: fix text shadow in pushed nautilus search button. + + themes/Adwaita/gtk-3.0/gnome-applications.css | 18 +++--------------- + themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +- + 2 files changed, 4 insertions(+), 16 deletions(-) + +commit 7709673c6ba6218263976da68290b73aaf0c8d3a +Author: Lapo Calamandrei +Date: Thu Jan 19 00:02:12 2012 +0100 + + Widget: make separators inside buttons do not change color while + the button is pressed. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +commit 48dfa470cc4a50d78be823a19ffa7643d85f62dc +Author: Lapo Calamandrei +Date: Wed Jan 18 23:51:31 2012 +0100 + + Widgets: fixed text color for insensitive comboboxes. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 8817dffe1283167aa8495ee61aa084ce3a9732ab +Author: Lapo Calamandrei +Date: Wed Jan 18 23:19:20 2012 +0100 + + Widget: Focused entry tweakings. + + themes/Adwaita/gtk-3.0/gnome-applications.css | 10 +++++++++- + themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +- + 2 files changed, 10 insertions(+), 2 deletions(-) + +commit 153e040440f1b6bdff14c8ba3ff278502c70166f +Author: Lapo Calamandrei +Date: Wed Jan 18 22:58:52 2012 +0100 + + Widgets: added hover and pressed state to tab close button with + symbolic icons. Fixed bright background showing up while + hovering backdrop primary toolbar buttons. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 16 ++++++++++++++-- + themes/Adwaita/gtk-3.0/gtk.css | 8 ++++---- + 2 files changed, 18 insertions(+), 6 deletions(-) + +commit 240e434d8e975c8d3e222cd746d68a41e13a2a44 +Author: Florian Müllner +Date: Wed Jan 18 21:16:36 2012 +0100 + + metacity: Don't set title/button borders on borderless windows + + themes/Adwaita/metacity-1/metacity-theme-3.xml | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +commit 286709dbac78ce8bec207b1e5f78015a266c4325 +Author: Lapo Calamandrei +Date: Wed Jan 18 18:52:28 2012 +0100 + + Widgets: changes to pushed buttons, removed the gradients and increased lateral + padding to fullscreen apps toolbars. + + themes/Adwaita/gtk-3.0/gnome-applications.css | 3 ++- + themes/Adwaita/gtk-3.0/gtk-dark.css | 2 +- + .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 2 +- + themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++++-- + themes/Adwaita/gtk-3.0/gtk.css | 4 ++-- + 5 files changed, 12 insertions(+), 7 deletions(-) + +commit 3caad2c7f588ecc929aee5ec491a0675f60a2b0b +Author: Cosimo Cecchi +Date: Tue Jan 17 14:23:46 2012 -0500 + + button: don't set child-displacement-y + + We don't want to move the content around when hovering over a button. + + https://bugzilla.gnome.org/show_bug.cgi?id=668124 + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 -- + 1 files changed, 0 insertions(+), 2 deletions(-) + commit f8fe17e112e7ba0bbc27a1c99c58042243fb4353 Author: Cosimo Cecchi Date: Mon Jan 16 21:13:30 2012 -0500 diff -Nru gnome-themes-standard-3.3.4/compile gnome-themes-standard-3.3.5/compile --- gnome-themes-standard-3.3.4/compile 2012-01-16 20:35:33.000000000 +0000 +++ gnome-themes-standard-3.3.5/compile 2012-02-05 02:41:28.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # Wrapper for compilers which do not understand `-c -o'. -scriptversion=2009-10-06.20; # UTC +scriptversion=2010-11-15.09; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software # Foundation, Inc. # Written by Tom Tromey . # @@ -29,6 +29,171 @@ # bugs to or send patches to # . +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Win32 hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as `compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l*) + lib=${1#-l} + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + set x "$@" "$dir/$lib.dll.lib" + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + set x "$@" "$dir/$lib.lib" + break + fi + done + IFS=$save_IFS + + test "$found" != yes && set x "$@" "$lib.lib" + shift + ;; + -L*) + func_file_conv "${1#-L}" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + case $1 in '') echo "$0: No command. Try \`$0 --help' for more information." 1>&2 @@ -53,11 +218,13 @@ echo "compile $scriptversion" exit $? ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; esac ofile= cfile= -eat= for arg do diff -Nru gnome-themes-standard-3.3.4/config.guess gnome-themes-standard-3.3.5/config.guess --- gnome-themes-standard-3.3.4/config.guess 2012-01-16 20:35:33.000000000 +0000 +++ gnome-themes-standard-3.3.5/config.guess 2012-02-05 02:41:28.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2011-11-11' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -56,8 +56,9 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free +Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -180,7 +181,7 @@ fi ;; *) - os=netbsd + os=netbsd ;; esac # The OS release @@ -223,7 +224,7 @@ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on @@ -269,7 +270,10 @@ # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit ;; + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead @@ -295,7 +299,7 @@ echo s390-ibm-zvmoe exit ;; *:OS400:*:*) - echo powerpc-ibm-os400 + echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} @@ -394,23 +398,23 @@ # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit ;; + exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit ;; + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit ;; + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit ;; + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; @@ -480,8 +484,8 @@ echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ @@ -494,7 +498,7 @@ else echo i586-dg-dgux${UNAME_RELEASE} fi - exit ;; + exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; @@ -551,7 +555,7 @@ echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[456]) + *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -594,52 +598,52 @@ 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` - sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in - 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 - 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 - 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in - 32) HP_ARCH="hppa2.0n" ;; - 64) HP_ARCH="hppa2.0w" ;; + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 - esac ;; - esac + esac ;; + esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + sed 's/^ //' << EOF >$dummy.c - #define _HPUX_SOURCE - #include - #include - - int main () - { - #if defined(_SC_KERNEL_BITS) - long bits = sysconf(_SC_KERNEL_BITS); - #endif - long cpu = sysconf (_SC_CPU_VERSION); - - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1"); break; - case CPU_PA_RISC2_0: - #if defined(_SC_KERNEL_BITS) - switch (bits) - { - case 64: puts ("hppa2.0w"); break; - case 32: puts ("hppa2.0n"); break; - default: puts ("hppa2.0"); break; - } break; - #else /* !defined(_SC_KERNEL_BITS) */ - puts ("hppa2.0"); break; - #endif - default: puts ("hppa1.0"); break; - } - exit (0); - } + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa @@ -730,22 +734,22 @@ exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd - exit ;; + exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit ;; + exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd - exit ;; + exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd - exit ;; + exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd - exit ;; + exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; @@ -769,14 +773,14 @@ exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} @@ -788,13 +792,12 @@ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - case ${UNAME_MACHINE} in - pc98) - echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + UNAME_PROCESSOR=`/usr/bin/uname -p` + case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) @@ -803,15 +806,18 @@ *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) - case ${UNAME_MACHINE} in + case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; @@ -866,7 +872,7 @@ EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; - esac + esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} @@ -878,7 +884,13 @@ then echo ${UNAME_MACHINE}-unknown-linux-gnu else - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + fi fi exit ;; avr32*:Linux:*:*) @@ -891,7 +903,10 @@ echo crisv32-axis-linux-gnu exit ;; frv:Linux:*:*) - echo frv-unknown-linux-gnu + echo frv-unknown-linux-gnu + exit ;; + hexagon:Linux:*:*) + echo hexagon-unknown-linux-gnu exit ;; i*86:Linux:*:*) LIBC=gnu @@ -959,7 +974,7 @@ echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -967,6 +982,9 @@ sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; @@ -974,7 +992,7 @@ echo x86_64-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -983,11 +1001,11 @@ echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) - # Unixware is an offshoot of SVR4, but it has its own version - # number series starting with 2... - # I am not positive that other SVR4 systems won't match this, + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. - # Use sysv4.2uw... so that sysv4* matches it. + # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) @@ -1019,7 +1037,7 @@ fi exit ;; i*86:*:5:[678]*) - # UnixWare 7.x, OpenUNIX and OpenServer 6. + # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; @@ -1047,13 +1065,13 @@ exit ;; pc:*:*:*) # Left here for compatibility: - # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i586. + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp - exit ;; + exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; @@ -1088,8 +1106,8 @@ /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4; exit; } ;; + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ @@ -1132,10 +1150,10 @@ echo ns32k-sni-sysv fi exit ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says - echo i586-unisys-sysv4 - exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm @@ -1161,11 +1179,11 @@ exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} + echo mips-nec-sysv${UNAME_RELEASE} else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-unknown-sysv${UNAME_RELEASE} fi - exit ;; + exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; @@ -1230,6 +1248,9 @@ *:QNX:*:4*) echo i386-pc-qnx exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; @@ -1275,13 +1296,13 @@ echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} + echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) - UNAME_MACHINE=`(uname -p) 2>/dev/null` + UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; @@ -1321,11 +1342,11 @@ #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 - "4" + "4" #else - "" + "" #endif - ); exit (0); + ); exit (0); #endif #endif diff -Nru gnome-themes-standard-3.3.4/config.sub gnome-themes-standard-3.3.5/config.sub --- gnome-themes-standard-3.3.4/config.sub 2012-01-16 20:35:33.000000000 +0000 +++ gnome-themes-standard-3.3.5/config.sub 2012-02-05 02:41:28.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2011-11-11' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -75,8 +75,9 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free +Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -123,8 +124,9 @@ # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ - uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os @@ -156,8 +158,8 @@ os= basic_machine=$1 ;; - -bluegene*) - os=-cnk + -bluegene*) + os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= @@ -173,10 +175,10 @@ os=-chorusos basic_machine=$1 ;; - -chorusrdb) - os=-chorusrdb + -chorusrdb) + os=-chorusrdb basic_machine=$1 - ;; + ;; -hiux*) os=-hiuxwe2 ;; @@ -249,13 +251,17 @@ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | be32 | be64 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ + | epiphany \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | mcore | mep | metag \ @@ -281,27 +287,38 @@ | moxie \ | mt \ | msp430 \ + | nds32 | nds32le | nds32be \ | nios | nios2 \ | ns16k | ns32k \ + | open8 \ | or32 \ | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ - | rx \ + | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu | strongarm \ - | tahoe | thumb | tic4x | tic80 | tron \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ - | v850 | v850e \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | we32k \ - | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; m6811 | m68hc11 | m6812 | m68hc12 | picochip) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown @@ -313,6 +330,18 @@ basic_machine=mt-unknown ;; + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. @@ -332,16 +361,19 @@ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ + | be32-* | be64-* \ | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ @@ -367,25 +399,29 @@ | mmix-* \ | mt-* \ | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pyramid-* \ - | romp-* | rs6000-* | rx-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ - | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile*-* \ | tron-* \ | ubicom32-* \ - | v850-* | v850e-* | vax-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) @@ -410,7 +446,7 @@ basic_machine=a29k-amd os=-udi ;; - abacus) + abacus) basic_machine=abacus-unknown ;; adobe68k) @@ -480,11 +516,20 @@ basic_machine=powerpc-ibm os=-cnk ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; c90) basic_machine=c90-cray os=-unicos ;; - cegcc) + cegcc) basic_machine=arm-unknown os=-cegcc ;; @@ -516,7 +561,7 @@ basic_machine=craynv-cray os=-unicosmp ;; - cr16) + cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; @@ -732,7 +777,7 @@ basic_machine=ns32k-utek os=-sysv ;; - microblaze) + microblaze) basic_machine=microblaze-xilinx ;; mingw32) @@ -771,10 +816,18 @@ ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; + msys) + basic_machine=i386-pc + os=-msys + ;; mvs) basic_machine=i370-ibm os=-mvs ;; + nacl) + basic_machine=le32-unknown + os=-nacl + ;; ncr3000) basic_machine=i486-ncr os=-sysv4 @@ -839,6 +892,12 @@ np1) basic_machine=np1-gould ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; nsr-tandem) basic_machine=nsr-tandem ;; @@ -921,9 +980,10 @@ ;; power) basic_machine=power-ibm ;; - ppc) basic_machine=powerpc-unknown + ppc | ppcbe) basic_machine=powerpc-unknown ;; - ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown @@ -1017,6 +1077,9 @@ basic_machine=i860-stratus os=-sysv4 ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; sun2) basic_machine=m68000-sun ;; @@ -1073,20 +1136,8 @@ basic_machine=t90-cray os=-unicos ;; - tic54x | c54x*) - basic_machine=tic54x-unknown - os=-coff - ;; - tic55x | c55x*) - basic_machine=tic55x-unknown - os=-coff - ;; - tic6x | c6x*) - basic_machine=tic6x-unknown - os=-coff - ;; tile*) - basic_machine=tile-unknown + basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) @@ -1156,6 +1207,9 @@ xps | xps100) basic_machine=xps100-honeywell ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; ymp) basic_machine=ymp-cray os=-unicos @@ -1253,11 +1307,11 @@ if [ x"$os" != x"" ] then case $os in - # First match some system type aliases - # that might get confused with valid system types. + # First match some system type aliases + # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. - -auroraux) - os=-auroraux + -auroraux) + os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` @@ -1293,8 +1347,9 @@ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ - | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ @@ -1341,7 +1396,7 @@ -opened*) os=-openedition ;; - -os400*) + -os400*) os=-os400 ;; -wince*) @@ -1390,7 +1445,7 @@ -sinix*) os=-sysv4 ;; - -tpf*) + -tpf*) os=-tpf ;; -triton*) @@ -1435,6 +1490,8 @@ -dicos*) os=-dicos ;; + -nacl*) + ;; -none) ;; *) @@ -1457,10 +1514,10 @@ # system, and we'll never get to this point. case $basic_machine in - score-*) + score-*) os=-elf ;; - spu-*) + spu-*) os=-elf ;; *-acorn) @@ -1472,8 +1529,17 @@ arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff + c4x-* | tic4x-*) + os=-coff + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff ;; # This must come before the *-dec entry. pdp10-*) @@ -1500,7 +1566,7 @@ m68*-cisco) os=-aout ;; - mep-*) + mep-*) os=-elf ;; mips*-cisco) @@ -1527,7 +1593,7 @@ *-ibm) os=-aix ;; - *-knuth) + *-knuth) os=-mmixware ;; *-wec) diff -Nru gnome-themes-standard-3.3.4/configure gnome-themes-standard-3.3.5/configure --- gnome-themes-standard-3.3.4/configure 2012-01-17 02:13:46.000000000 +0000 +++ gnome-themes-standard-3.3.5/configure 2012-02-07 00:56:49.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for gnome-themes-standard 3.3.4. +# Generated by GNU Autoconf 2.68 for gnome-themes-standard 3.3.5. # # Report bugs to . # @@ -571,8 +571,8 @@ # Identity of this package. PACKAGE_NAME='gnome-themes-standard' PACKAGE_TARNAME='gnome-themes-standard' -PACKAGE_VERSION='3.3.4' -PACKAGE_STRING='gnome-themes-standard 3.3.4' +PACKAGE_VERSION='3.3.5' +PACKAGE_STRING='gnome-themes-standard 3.3.5' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard' PACKAGE_URL='' @@ -703,6 +703,7 @@ am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -1352,7 +1353,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gnome-themes-standard 3.3.4 to adapt to many kinds of systems. +\`configure' configures gnome-themes-standard 3.3.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1423,7 +1424,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gnome-themes-standard 3.3.4:";; + short | recursive ) echo "Configuration of gnome-themes-standard 3.3.5:";; esac cat <<\_ACEOF @@ -1536,7 +1537,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gnome-themes-standard configure 3.3.4 +gnome-themes-standard configure 3.3.5 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1905,7 +1906,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gnome-themes-standard $as_me 3.3.4, which was +It was created by gnome-themes-standard $as_me 3.3.5, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2721,7 +2722,7 @@ # Define the identity of the package. PACKAGE='gnome-themes-standard' - VERSION='3.3.4' + VERSION='3.3.5' cat >>confdefs.h <<_ACEOF @@ -2751,9 +2752,9 @@ # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. - -AMTAR=${AMTAR-"${am_missing_run}tar"} +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 @@ -3873,6 +3874,7 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= @@ -3897,6 +3899,7 @@ # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -3956,7 +3959,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -13679,7 +13682,7 @@ < $srcdir/po/POTFILES.in > po/POTFILES -GTK_VERSION_REQUIRED=3.3.7 +GTK_VERSION_REQUIRED=3.3.14 pkg_failed=no @@ -13779,6 +13782,9 @@ GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-3.0` +GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0` + + # Configure option to force placeholders # Check whether --enable-placeholders was given. if test "${enable_placeholders+set}" = set; then : @@ -14381,7 +14387,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gnome-themes-standard $as_me 3.3.4, which was +This file was extended by gnome-themes-standard $as_me 3.3.5, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14438,7 +14444,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gnome-themes-standard config.status 3.3.4 +gnome-themes-standard config.status 3.3.5 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -Nru gnome-themes-standard-3.3.4/configure.ac gnome-themes-standard-3.3.5/configure.ac --- gnome-themes-standard-3.3.4/configure.ac 2012-01-17 02:05:30.000000000 +0000 +++ gnome-themes-standard-3.3.5/configure.ac 2012-02-07 00:56:45.000000000 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT([gnome-themes-standard], [3.3.4], +AC_INIT([gnome-themes-standard], [3.3.5], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard]) AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-xz no-dist-gzip]) @@ -28,7 +28,7 @@ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package]) AM_GLIB_GNU_GETTEXT -GTK_VERSION_REQUIRED=3.3.7 +GTK_VERSION_REQUIRED=3.3.14 PKG_CHECK_MODULES([DEPENDENCIES], [gtk+-3.0 >= $GTK_VERSION_REQUIRED librsvg-2.0]) @@ -38,6 +38,9 @@ GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-3.0` AC_SUBST(GTK_VERSION) +GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0` +AC_SUBST(GLIB_COMPILE_RESOURCES) + # Configure option to force placeholders AC_ARG_ENABLE([placeholders], AC_HELP_STRING([--enable-placeholders], diff -Nru gnome-themes-standard-3.3.4/debian/changelog gnome-themes-standard-3.3.5/debian/changelog --- gnome-themes-standard-3.3.4/debian/changelog 2012-01-17 19:43:45.000000000 +0000 +++ gnome-themes-standard-3.3.5/debian/changelog 2012-02-07 20:19:01.000000000 +0000 @@ -1,3 +1,13 @@ +gnome-themes-standard (3.3.5-0ubuntu1) precise; urgency=low + + * New upstream release. + - No more resize grip by default + * debian/control.in: Bump minimum GTK to 3.3.14 + * debian/patches/01_keep-nautilus-3.2.patch: + - Dropped, Ubuntu 12.04 is using Nautilus 3.3/3.4 + + -- Jeremy Bicha Tue, 07 Feb 2012 15:18:19 -0500 + gnome-themes-standard (3.3.4-0ubuntu1) precise; urgency=low * New upstream release. diff -Nru gnome-themes-standard-3.3.4/debian/control gnome-themes-standard-3.3.5/debian/control --- gnome-themes-standard-3.3.4/debian/control 2012-01-17 19:43:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/debian/control 2012-02-07 20:19:04.000000000 +0000 @@ -15,7 +15,7 @@ cdbs (>= 0.4.41), intltool (>= 0.40.0), librsvg2-dev, - libgtk-3-dev (>= 3.3.7) + libgtk-3-dev (>= 3.3.14) Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-themes-standard/ubuntu Package: gnome-themes-standard diff -Nru gnome-themes-standard-3.3.4/debian/control.in gnome-themes-standard-3.3.5/debian/control.in --- gnome-themes-standard-3.3.4/debian/control.in 2012-01-17 19:43:45.000000000 +0000 +++ gnome-themes-standard-3.3.5/debian/control.in 2012-02-07 20:19:01.000000000 +0000 @@ -10,7 +10,7 @@ cdbs (>= 0.4.41), intltool (>= 0.40.0), librsvg2-dev, - libgtk-3-dev (>= 3.3.7) + libgtk-3-dev (>= 3.3.14) Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-themes-standard/ubuntu Package: gnome-themes-standard diff -Nru gnome-themes-standard-3.3.4/debian/patches/01_keep-nautilus-3.2.patch gnome-themes-standard-3.3.5/debian/patches/01_keep-nautilus-3.2.patch --- gnome-themes-standard-3.3.4/debian/patches/01_keep-nautilus-3.2.patch 2012-01-17 19:43:45.000000000 +0000 +++ gnome-themes-standard-3.3.5/debian/patches/01_keep-nautilus-3.2.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -Description: Continue to support Nautilus 3.2 -Author: Jeremy Bicha -index fb613d2..594e7a9 100644 ---- a/themes/Adwaita/gtk-3.0/gnome-applications.css -+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css -@@ -126,6 +126,7 @@ NautilusWindow .sidebar .frame { - border-radius: 0; - } - -+NautilusWindow > GtkTable > .pane-separator, - NautilusWindow > GtkGrid > .pane-separator { - border-width: 1 1 0 0; - border-style: solid; diff -Nru gnome-themes-standard-3.3.4/debian/patches/series gnome-themes-standard-3.3.5/debian/patches/series --- gnome-themes-standard-3.3.4/debian/patches/series 2012-01-17 19:43:45.000000000 +0000 +++ gnome-themes-standard-3.3.5/debian/patches/series 2012-02-07 20:19:01.000000000 +0000 @@ -1 +0,0 @@ -01_keep-nautilus-3.2.patch diff -Nru gnome-themes-standard-3.3.4/depcomp gnome-themes-standard-3.3.5/depcomp --- gnome-themes-standard-3.3.4/depcomp 2012-01-16 20:35:33.000000000 +0000 +++ gnome-themes-standard-3.3.5/depcomp 2012-02-05 02:41:28.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2009-04-28.21; # UTC +scriptversion=2011-12-04.11; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free -# Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, +# 2011 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -44,7 +44,7 @@ object Object file output by `PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. - tmpdepfile Temporary file to use when outputing dependencies. + tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . @@ -90,10 +90,18 @@ # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 - cygpath_u="sed s,\\\\\\\\,/,g" + cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what @@ -158,10 +166,12 @@ ' < "$tmpdepfile" | ## Some versions of gcc put a space before the `:'. On the theory ## that the space means something, we add a space to the output as -## well. +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -405,6 +415,52 @@ rm -f "$tmpdepfile" ;; +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test "$stat" = 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/ \1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/ / + G + p +}' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. @@ -503,7 +559,9 @@ touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" - cat < "$tmpdepfile" > "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" sed '1,2d' "$tmpdepfile" | tr ' ' ' ' | \ ## Some versions of the HPUX 10.20 sed can't process this invocation diff -Nru gnome-themes-standard-3.3.4/install-sh gnome-themes-standard-3.3.5/install-sh --- gnome-themes-standard-3.3.4/install-sh 2012-01-16 20:35:33.000000000 +0000 +++ gnome-themes-standard-3.3.5/install-sh 2012-02-05 02:41:28.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2009-04-28.21; # UTC +scriptversion=2011-01-19.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -156,6 +156,10 @@ -s) stripcmd=$stripprog;; -t) dst_arg=$2 + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac shift;; -T) no_target_directory=true;; @@ -186,6 +190,10 @@ fi shift # arg dst_arg=$arg + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac done fi @@ -200,7 +208,11 @@ fi if test -z "$dir_arg"; then - trap '(exit $?); exit' 1 2 13 15 + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. @@ -228,9 +240,9 @@ for src do - # Protect names starting with `-'. + # Protect names problematic for `test' and other utilities. case $src in - -*) src=./$src;; + -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then @@ -252,12 +264,7 @@ echo "$0: no destination specified." >&2 exit 1 fi - dst=$dst_arg - # Protect names starting with `-'. - case $dst in - -*) dst=./$dst;; - esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. @@ -385,7 +392,7 @@ case $dstdir in /*) prefix='/';; - -*) prefix='./';; + [-=\(\)!]*) prefix='./';; *) prefix='';; esac @@ -403,7 +410,7 @@ for d do - test -z "$d" && continue + test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then diff -Nru gnome-themes-standard-3.3.4/Makefile.in gnome-themes-standard-3.3.5/Makefile.in --- gnome-themes-standard-3.3.4/Makefile.in 2012-01-17 02:13:50.000000000 +0000 +++ gnome-themes-standard-3.3.5/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -68,9 +68,11 @@ distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ - { test ! -d "$(distdir)" \ - || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr "$(distdir)"; }; } + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ @@ -99,6 +101,8 @@ GZIP_ENV = --best DIST_ARCHIVES = $(distdir).tar.xz distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ @@ -269,7 +273,7 @@ all: all-recursive .SUFFIXES: -am--refresh: +am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ @@ -523,14 +527,18 @@ $(am__remove_distdir) dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) dist-xz: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir @@ -547,7 +555,7 @@ $(am__remove_distdir) dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then @@ -561,6 +569,8 @@ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ @@ -580,6 +590,7 @@ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ @@ -608,8 +619,16 @@ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: - @$(am__cd) '$(distuninstallcheck_dir)' \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ @@ -640,10 +659,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -732,8 +756,8 @@ .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ - dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ - dist-zip distcheck distclean distclean-generic \ + dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \ + dist-xz dist-zip distcheck distclean distclean-generic \ distclean-libtool distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ diff -Nru gnome-themes-standard-3.3.4/NEWS gnome-themes-standard-3.3.5/NEWS --- gnome-themes-standard-3.3.4/NEWS 2012-01-17 02:12:30.000000000 +0000 +++ gnome-themes-standard-3.3.5/NEWS 2012-02-07 00:56:45.000000000 +0000 @@ -1,3 +1,17 @@ +3.3.5 +===== + +Use GTK resource file support +Use PNG assets instead of SVG +Remove the window resize grip +Don't set child-displacement-y on buttons +Don't set WM title/button borders on frameless windows +Improve check/radio and slider assets +Adapt to GTK+ master changed for + - border/padding/margin units + - entry/combobox border allocations + - GtkImage backgrounds + 3.3.4 ===== diff -Nru gnome-themes-standard-3.3.4/po/nb.po gnome-themes-standard-3.3.5/po/nb.po --- gnome-themes-standard-3.3.4/po/nb.po 2011-03-22 00:28:28.000000000 +0000 +++ gnome-themes-standard-3.3.5/po/nb.po 2012-01-30 16:10:39.000000000 +0000 @@ -1,22 +1,21 @@ -# Norwegian bokml translation of gnome-themes-standard. +# Norwegian bokmål translation of gnome-themes-standard. # Copyright (C) 2010 gnome-themes-standard's package authors. # This file is distributed under the same license as the gnome-themes-standard package. # -# Kjartan Maraas , 2010. +# Kjartan Maraas , 2010-2012. # Torstein Adolf Winterseth , 2010. msgid "" msgstr "" "Project-Id-Version: gnome-themes-standard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-02 20:46+0100\n" -"PO-Revision-Date: 2011-03-02 20:46+0100\n" -"Last-Translator: Torstein Adolf Winterseth \n" -"Language-Team: Norwegian Bokmål \n" -"Language: \n" +"POT-Creation-Date: 2012-01-28 16:06+0100\n" +"PO-Revision-Date: 2012-01-28 16:08+0100\n" +"Last-Translator: Kjartan Maraas \n" +"Language-Team: Norwegian bokmål \n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.1\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../themes/Adwaita/backgrounds/adwaita.xml.in.in.h:1 diff -Nru gnome-themes-standard-3.3.4/src/adwaita_engine.c gnome-themes-standard-3.3.5/src/adwaita_engine.c --- gnome-themes-standard-3.3.4/src/adwaita_engine.c 2012-01-10 16:25:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/src/adwaita_engine.c 2012-02-04 05:20:46.000000000 +0000 @@ -183,38 +183,29 @@ gdk_rgba_free (border_color); } +#define NOTEBOOK_TAB_TOP_MARGIN 3.0 + static void -draw_tab_arcs (cairo_t *cr, - gdouble curve_width, - gdouble x, - gdouble y, - gdouble width, - gdouble height) +draw_tab_shape (cairo_t *cr, + gdouble curve_width, + gdouble x, + gdouble y, + gdouble width, + gdouble height) { + cairo_move_to (cr, x, height); + cairo_arc (cr, - curve_width, 6.0, + x + curve_width, y + 3.0, 2.5, G_PI, G_PI + G_PI_2); cairo_arc (cr, - width - curve_width, 6.0, + x + width - curve_width, y + 3.0, 2.5, G_PI + G_PI_2, 2 * G_PI); -} - -static void -draw_tab_shape_active (cairo_t *cr, - gdouble curve_width, - gdouble x, - gdouble y, - gdouble width, - gdouble height) -{ - cairo_move_to (cr, 0, height); - draw_tab_arcs (cr, curve_width, x, y, width, height); - - cairo_line_to (cr, width, height); + cairo_line_to (cr, x + width, height); } static void @@ -226,12 +217,12 @@ gdouble height, GtkPositionType gap_side) { - gint tab_curvature; - GdkRGBA *color, border_color, background_color; + gint tab_curvature, border_width; + GdkRGBA border_color, background_color; GtkStateFlags state; gdouble angle = 0; - cairo_pattern_t *pattern = NULL, *background_pattern = NULL; - cairo_matrix_t matrix; + cairo_pattern_t *pattern = NULL; + gboolean is_active; gtk_theming_engine_get_style (engine, "tab-curvature", &tab_curvature, @@ -240,13 +231,14 @@ gtk_theming_engine_get_background_color (engine, state, &background_color); gtk_theming_engine_get_border_color (engine, state, &border_color); gtk_theming_engine_get (engine, state, - "-adwaita-selected-tab-color", &color, "-adwaita-border-gradient", &pattern, - "background-image", &background_pattern, NULL); + is_active = (state & GTK_STATE_FLAG_ACTIVE); + border_width = 1.0; + cairo_save (cr); - cairo_set_line_width (cr, 1.0); + cairo_set_line_width (cr, border_width); if (gap_side == GTK_POS_TOP) { @@ -255,49 +247,38 @@ } if (gap_side == GTK_POS_BOTTOM) - cairo_translate (cr, - x + 0.5, - (state & GTK_STATE_FLAG_ACTIVE) ? - y + 1.0 : y); + x += border_width / 2; else if (gap_side == GTK_POS_TOP) - cairo_translate (cr, - x - 0.5, - (state & GTK_STATE_FLAG_ACTIVE) ? - y - 1.0 : y); + x -= border_width / 2; - cairo_rotate (cr, angle); - - width -= 1.0; - draw_tab_shape_active (cr, tab_curvature, 0, 0, width, height); + width -= border_width; - gdk_cairo_set_source_rgba (cr, &background_color); - cairo_fill_preserve (cr); + cairo_translate (cr, x, y); + cairo_rotate (cr, angle); - if (background_pattern != NULL) - { - cairo_matrix_init_scale (&matrix, - 1. / width, - 1. / height); - cairo_pattern_set_matrix (background_pattern, &matrix); - cairo_set_source (cr, background_pattern); + /* draw the tab shape and clip the background inside it */ + cairo_save (cr); + draw_tab_shape (cr, tab_curvature, + 0, NOTEBOOK_TAB_TOP_MARGIN + border_width + 0.5, + width, is_active ? (height + 1.0) : (height)); + cairo_clip (cr); - cairo_fill (cr); - } + GTK_THEMING_ENGINE_CLASS (adwaita_engine_parent_class)->render_background + (engine, cr, 0, NOTEBOOK_TAB_TOP_MARGIN + border_width + 0.5, + width, is_active ? (height + 1.0) : (height)); - if (state & GTK_STATE_FLAG_ACTIVE) - { - draw_tab_shape_active (cr, tab_curvature, 0, 0, width, 6.0); - gdk_cairo_set_source_rgba (cr, color); - cairo_fill (cr); - } + cairo_restore (cr); - draw_tab_shape_active (cr, tab_curvature, 0, 0, width, height); + /* now draw the border */ + draw_tab_shape (cr, tab_curvature, + 0, NOTEBOOK_TAB_TOP_MARGIN + border_width, + width, height); if (pattern && (state & GTK_STATE_FLAG_ACTIVE)) { - cairo_scale (cr, width, height - 6.0); + cairo_scale (cr, width, height - NOTEBOOK_TAB_TOP_MARGIN); cairo_set_source (cr, pattern); - cairo_scale (cr, 1.0 / width, 1.0 / (height - 6.0)); + cairo_scale (cr, 1.0 / width, 1.0 / (height - NOTEBOOK_TAB_TOP_MARGIN)); } else { @@ -306,14 +287,9 @@ cairo_stroke (cr); - gdk_rgba_free (color); - if (pattern != NULL) cairo_pattern_destroy (pattern); - if (background_pattern != NULL) - cairo_pattern_destroy (background_pattern); - cairo_restore (cr); } @@ -326,8 +302,6 @@ gdouble height, GtkPositionType gap_side) { - GtkStateFlags state; - if (gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_NOTEBOOK) && ((gap_side == GTK_POS_TOP) || (gap_side == GTK_POS_BOTTOM))) { @@ -339,46 +313,6 @@ (engine, cr, x, y, width, height, gap_side); - - state = gtk_theming_engine_get_state (engine); - - if (state & GTK_STATE_FLAG_ACTIVE) - { - GdkRGBA *fill; - - gtk_theming_engine_get (engine, state, - "-adwaita-selected-tab-color", &fill, - NULL); - - switch (gap_side) - { - case GTK_POS_BOTTOM: - cairo_rectangle (cr, - x + 1, y + 1, - width - 2, 3); - break; - case GTK_POS_TOP: - cairo_rectangle (cr, - x + 1, y + height - 4, - width - 2, 3); - break; - case GTK_POS_RIGHT: - cairo_rectangle (cr, - x + 1, y + 1, - 3, height - 2); - break; - case GTK_POS_LEFT: - cairo_rectangle (cr, - x + width - 4, y + 1, - 3, height - 2); - break; - } - - gdk_cairo_set_source_rgba (cr, fill); - cairo_fill (cr); - - gdk_rgba_free (fill); - } } static void @@ -613,77 +547,7 @@ gdouble width, gdouble height) { - if (gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_GRIP)) - { - GdkRGBA bg; - GtkJunctionSides sides; - GtkStateFlags state; - int lx, ly; - int x_down; - int y_down; - int dots; - - state = gtk_theming_engine_get_state (engine); - gtk_theming_engine_get_background_color (engine, state, &bg); - - /* The number of dots fitting into the area. Just hardcoded to 3 right now. */ - /* dots = MIN (width - 2, height - 2) / 3; */ - dots = 3; - - cairo_save (cr); - - sides = gtk_theming_engine_get_junction_sides (engine); - - switch (sides) - { - case GTK_JUNCTION_CORNER_TOPRIGHT: - x_down = 0; - y_down = 0; - cairo_translate (cr, x + width - 4*dots, y + 1); - break; - case GTK_JUNCTION_CORNER_BOTTOMRIGHT: - x_down = 0; - y_down = 1; - cairo_translate (cr, x + width - 4*dots, y + height + 1 - 4*dots); - break; - case GTK_JUNCTION_CORNER_BOTTOMLEFT: - x_down = 1; - y_down = 1; - cairo_translate (cr, x + 2, y + height + 1 - 4*dots); - break; - case GTK_JUNCTION_CORNER_TOPLEFT: - x_down = 1; - y_down = 0; - cairo_translate (cr, x + 2, y + 1); - break; - default: - /* Not implemented. */ - cairo_restore (cr); - return; - } - - for (lx = 0; lx < dots; lx++) /* horizontally */ - { - for (ly = 0; ly <= lx; ly++) /* vertically */ - { - int mx, my; - mx = x_down * dots + (1 - x_down * 2) * lx - x_down; - my = y_down * dots + (1 - y_down * 2) * ly - y_down; - - gdk_cairo_set_source_rgba (cr, &bg); - cairo_arc (cr, - mx * 4 - 1 + 1.5, - my * 4 - 1 + 1.5, - 1.5, - 0, G_PI * 2.0); - - cairo_fill (cr); - } - } - - cairo_restore (cr); - } - else if (gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_PANE_SEPARATOR)) + if (gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_PANE_SEPARATOR)) { GdkRGBA fg; GtkStateFlags state; @@ -759,11 +623,6 @@ 0, G_MAXINT, 0, 0)); gtk_theming_engine_register_property (ADWAITA_NAMESPACE, NULL, - g_param_spec_boxed ("selected-tab-color", - "Selected tab color", - "Selected tab color", - GDK_TYPE_RGBA, 0)); - gtk_theming_engine_register_property (ADWAITA_NAMESPACE, NULL, g_param_spec_boxed ("border-gradient", "Border gradient", "Border gradient", diff -Nru gnome-themes-standard-3.3.4/src/Makefile.in gnome-themes-standard-3.3.5/src/Makefile.in --- gnome-themes-standard-3.3.4/src/Makefile.in 2012-01-17 02:13:46.000000000 +0000 +++ gnome-themes-standard-3.3.5/src/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -64,6 +64,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(enginedir)" LTLIBRARIES = $(engine_LTLIBRARIES) am__DEPENDENCIES_1 = @@ -321,7 +327,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libadwaita.la: $(libadwaita_la_OBJECTS) $(libadwaita_la_DEPENDENCIES) +libadwaita.la: $(libadwaita_la_OBJECTS) $(libadwaita_la_DEPENDENCIES) $(EXTRA_libadwaita_la_DEPENDENCIES) $(libadwaita_la_LINK) -rpath $(enginedir) $(libadwaita_la_OBJECTS) $(libadwaita_la_LIBADD) $(LIBS) mostlyclean-compile: @@ -459,10 +465,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/backgrounds/Makefile.in gnome-themes-standard-3.3.5/themes/Adwaita/backgrounds/Makefile.in --- gnome-themes-standard-3.3.4/themes/Adwaita/backgrounds/Makefile.in 2012-01-17 02:13:46.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/backgrounds/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(backgrounddir)" \ "$(DESTDIR)$(metadatadir)" DATA = $(background_DATA) $(metadata_DATA) $(noinst_DATA) @@ -289,9 +295,7 @@ @$(NORMAL_UNINSTALL) @list='$(background_DATA)'; test -n "$(backgrounddir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(backgrounddir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(backgrounddir)" && rm -f $$files + dir='$(DESTDIR)$(backgrounddir)'; $(am__uninstall_files_from_dir) install-metadataDATA: $(metadata_DATA) @$(NORMAL_INSTALL) test -z "$(metadatadir)" || $(MKDIR_P) "$(DESTDIR)$(metadatadir)" @@ -309,9 +313,7 @@ @$(NORMAL_UNINSTALL) @list='$(metadata_DATA)'; test -n "$(metadatadir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(metadatadir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(metadatadir)" && rm -f $$files + dir='$(DESTDIR)$(metadatadir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -366,10 +368,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/cursors/Makefile.in gnome-themes-standard-3.3.5/themes/Adwaita/cursors/Makefile.in --- gnome-themes-standard-3.3.4/themes/Adwaita/cursors/Makefile.in 2012-01-17 02:13:46.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/cursors/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(cursordir)" DATA = $(cursor_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -278,9 +284,7 @@ @$(NORMAL_UNINSTALL) @list='$(cursor_DATA)'; test -n "$(cursordir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(cursordir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(cursordir)" && rm -f $$files + dir='$(DESTDIR)$(cursordir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -335,10 +339,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-2.0/Makefile.in gnome-themes-standard-3.3.5/themes/Adwaita/gtk-2.0/Makefile.in --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-2.0/Makefile.in 2012-01-17 02:13:46.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-2.0/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -278,9 +284,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -335,10 +339,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-alt-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-alt-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-alt.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-alt.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-backdrop-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-backdrop-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-backdrop.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-backdrop.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-dark.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,323 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive-dark.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,235 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive-unfocused.svg 2011-12-20 18:06:39.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-insensitive-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,83 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-no-hilight.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-no-hilight.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-no-hilight.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-no-hilight.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,199 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked.svg 2011-12-05 20:53:00.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-checked-unfocused.svg 2011-12-19 09:57:32.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-checked-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,83 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,63 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-checked-selected.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-checked-selected.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-checked-selected.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-checked-selected.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,63 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-checked.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-checked.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-checked.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-checked.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,63 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-mixed.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-mixed.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-mixed.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-menuitem-mixed.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-alt-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-alt-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-alt.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-alt.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-backdrop.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-backdrop.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-dark.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,283 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,238 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive-unfocused.svg 2011-12-20 18:06:39.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-insensitive-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-no-hilight.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-no-hilight.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-no-hilight.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-no-hilight.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed.svg 2011-12-05 20:53:00.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-unfocused.svg 2011-12-19 09:57:32.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-mixed-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,86 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-alt-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-alt-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-alt.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-alt.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-backdrop.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-backdrop.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-dark.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,246 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,208 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive-unfocused.svg 2011-12-20 18:06:39.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-insensitive-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,76 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-no-hilight.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-no-hilight.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-no-hilight.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-no-hilight.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,155 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked.svg 2011-12-05 20:53:00.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,161 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-unfocused.svg 2011-12-16 13:44:19.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/checkbox-unchecked-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,79 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/Makefile.am gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/Makefile.am --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/Makefile.am 2011-12-20 18:06:39.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/Makefile.am 2012-02-03 17:10:57.000000000 +0000 @@ -1,69 +1,90 @@ -assetsdir = $(datadir)/themes/Adwaita/gtk-3.0/assets -assets_DATA = \ - checkbox-checked.svg \ - checkbox-checked-dark.svg \ - checkbox-checked-insensitive.svg \ - checkbox-checked-insensitive-dark.svg \ - checkbox-checked-insensitive-unfocused.svg \ - checkbox-checked-no-hilight.svg \ - checkbox-checked-unfocused.svg \ - checkbox-unchecked.svg \ - checkbox-unchecked-dark.svg \ - checkbox-unchecked-insensitive.svg \ - checkbox-unchecked-insensitive-dark.svg \ - checkbox-unchecked-insensitive-unfocused.svg \ - checkbox-unchecked-no-hilight.svg \ - checkbox-unchecked-unfocused.svg \ - checkbox-mixed.svg \ - checkbox-mixed-dark.svg \ - checkbox-mixed-insensitive.svg \ - checkbox-mixed-insensitive-dark.svg \ - checkbox-mixed-insensitive-unfocused.svg \ - checkbox-mixed-no-hilight.svg \ - checkbox-mixed-unfocused.svg \ - checkbox-menuitem-checked.svg \ - checkbox-menuitem-checked-insensitive.svg \ - checkbox-menuitem-checked-selected.svg \ - checkbox-menuitem-mixed.svg \ - checkbox-menuitem-mixed-insensitive.svg \ - radio-selected.svg \ - radio-selected-dark.svg \ - radio-selected-insensitive.svg \ - radio-selected-insensitive-dark.svg \ - radio-selected-insensitive-unfocused.svg \ - radio-selected-no-hilight.svg \ - radio-selected-unfocused.svg \ - radio-unselected.svg \ - radio-unselected-dark.svg \ - radio-unselected-insensitive.svg \ - radio-unselected-insensitive-dark.svg \ - radio-unselected-insensitive-unfocused.svg \ - radio-unselected-no-hilight.svg \ - radio-unselected-unfocused.svg \ - radio-mixed.svg \ - radio-mixed-dark.svg \ - radio-mixed-insensitive.svg \ - radio-mixed-insensitive-dark.svg \ - radio-mixed-insensitive-unfocused.svg \ - radio-mixed-no-hilight.svg \ - radio-mixed-unfocused.svg \ - radio-menuitem-checked.svg \ - radio-menuitem-checked-insensitive.svg \ - radio-menuitem-checked-selected.svg \ - radio-menuitem-mixed.svg \ - radio-menuitem-mixed-insensitive.svg \ - scale-slider-horizontal.svg \ - scale-slider-horizontal-unfocused.svg \ - scale-slider-horizontal-dark.svg \ - scale-slider-horizontal-insensitive.svg \ - scale-slider-horizontal-insensitive-unfocused.svg \ - scale-slider-horizontal-insensitive-dark.svg \ - scale-slider-vertical.svg \ - scale-slider-vertical-unfocused.svg \ - scale-slider-vertical-dark.svg \ - scale-slider-vertical-insensitive.svg \ - scale-slider-vertical-insensitive-unfocused.svg \ - scale-slider-vertical-insensitive-dark.svg \ +EXTRA_DIST = \ + checkbox-checked.png \ + checkbox-checked-alt.png \ + checkbox-checked-insensitive.png \ + checkbox-checked-backdrop.png \ + checkbox-checked-backdrop-insensitive.png \ + checkbox-unchecked.png \ + checkbox-unchecked-alt.png \ + checkbox-unchecked-insensitive.png \ + checkbox-unchecked-backdrop.png \ + checkbox-unchecked-backdrop-insensitive.png \ + checkbox-mixed.png \ + checkbox-mixed-alt.png \ + checkbox-mixed-insensitive.png \ + checkbox-mixed-backdrop.png \ + checkbox-mixed-backdrop-insensitive.png \ + radio-checked.png \ + radio-checked-alt.png \ + radio-checked-insensitive.png \ + radio-checked-backdrop.png \ + radio-checked-backdrop-insensitive.png \ + radio-unchecked.png \ + radio-unchecked-alt.png \ + radio-unchecked-insensitive.png \ + radio-unchecked-backdrop.png \ + radio-unchecked-backdrop-insensitive.png \ + radio-mixed.png \ + radio-mixed-alt.png \ + radio-mixed-insensitive.png \ + radio-mixed-backdrop.png \ + radio-mixed-backdrop-insensitive.png \ + checkbox-checked-dark.png \ + checkbox-checked-alt-dark.png \ + checkbox-checked-insensitive-dark.png \ + checkbox-checked-backdrop-dark.png \ + checkbox-checked-backdrop-insensitive-dark.png \ + checkbox-unchecked-dark.png \ + checkbox-unchecked-alt-dark.png \ + checkbox-unchecked-insensitive-dark.png \ + checkbox-unchecked-backdrop-dark.png \ + checkbox-unchecked-backdrop-insensitive-dark.png \ + checkbox-mixed-dark.png \ + checkbox-mixed-alt-dark.png \ + checkbox-mixed-insensitive-dark.png \ + checkbox-mixed-backdrop-dark.png \ + checkbox-mixed-backdrop-insensitive-dark.png \ + radio-checked-dark.png \ + radio-checked-alt-dark.png \ + radio-checked-insensitive-dark.png \ + radio-checked-backdrop-dark.png \ + radio-checked-backdrop-insensitive-dark.png \ + radio-unchecked-dark.png \ + radio-unchecked-alt-dark.png \ + radio-unchecked-insensitive-dark.png \ + radio-unchecked-backdrop-dark.png \ + radio-unchecked-backdrop-insensitive-dark.png \ + radio-mixed-dark.png \ + radio-mixed-alt-dark.png \ + radio-mixed-insensitive-dark.png \ + radio-mixed-backdrop-dark.png \ + radio-mixed-backdrop-insensitive-dark.png \ + menuitem-checkbox-checked.png \ + menuitem-checkbox-checked-insensitive.png \ + menuitem-checkbox-checked-selected.png \ + menuitem-checkbox-mixed.png \ + menuitem-checkbox-mixed-insensitive.png \ + menuitem-checkbox-mixed-selected.png \ + menuitem-radio-checked.png \ + menuitem-radio-checked-insensitive.png \ + menuitem-radio-checked-selected.png \ + resize-grip.svg \ + scale-slider-horz.png \ + scale-slider-horz-insensitive.png \ + scale-slider-horz-backdrop.png \ + scale-slider-horz-backdrop-insensitive.png \ + scale-slider-vert.png \ + scale-slider-vert-insensitive.png \ + scale-slider-vert-backdrop.png \ + scale-slider-vert-backdrop-insensitive.png \ + scale-slider-horz-dark.png \ + scale-slider-horz-insensitive-dark.png \ + scale-slider-horz-backdrop-dark.png \ + scale-slider-horz-backdrop-insensitive-dark.png \ + scale-slider-vert-dark.png \ + scale-slider-vert-insensitive-dark.png \ + scale-slider-vert-backdrop-dark.png \ + scale-slider-vert-backdrop-insensitive-dark.png \ scale-slider-marks-above-horizontal.svg \ scale-slider-marks-above-horizontal-unfocused.svg \ scale-slider-marks-above-horizontal-dark.svg \ @@ -94,5 +115,3 @@ sidebar-radio-selected.svg \ sidebar-radio-selected-dark.svg \ sidebar-radio-selected-prelight.svg - -EXTRA_DIST = $(assets_DATA) diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/Makefile.in gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/Makefile.in --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -14,7 +14,6 @@ # PARTICULAR PURPOSE. @SET_MAKE@ - VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ @@ -45,29 +44,6 @@ CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__installdirs = "$(DESTDIR)$(assetsdir)" -DATA = $(assets_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ @@ -219,72 +195,93 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -assetsdir = $(datadir)/themes/Adwaita/gtk-3.0/assets -assets_DATA = \ - checkbox-checked.svg \ - checkbox-checked-dark.svg \ - checkbox-checked-insensitive.svg \ - checkbox-checked-insensitive-dark.svg \ - checkbox-checked-insensitive-unfocused.svg \ - checkbox-checked-no-hilight.svg \ - checkbox-checked-unfocused.svg \ - checkbox-unchecked.svg \ - checkbox-unchecked-dark.svg \ - checkbox-unchecked-insensitive.svg \ - checkbox-unchecked-insensitive-dark.svg \ - checkbox-unchecked-insensitive-unfocused.svg \ - checkbox-unchecked-no-hilight.svg \ - checkbox-unchecked-unfocused.svg \ - checkbox-mixed.svg \ - checkbox-mixed-dark.svg \ - checkbox-mixed-insensitive.svg \ - checkbox-mixed-insensitive-dark.svg \ - checkbox-mixed-insensitive-unfocused.svg \ - checkbox-mixed-no-hilight.svg \ - checkbox-mixed-unfocused.svg \ - checkbox-menuitem-checked.svg \ - checkbox-menuitem-checked-insensitive.svg \ - checkbox-menuitem-checked-selected.svg \ - checkbox-menuitem-mixed.svg \ - checkbox-menuitem-mixed-insensitive.svg \ - radio-selected.svg \ - radio-selected-dark.svg \ - radio-selected-insensitive.svg \ - radio-selected-insensitive-dark.svg \ - radio-selected-insensitive-unfocused.svg \ - radio-selected-no-hilight.svg \ - radio-selected-unfocused.svg \ - radio-unselected.svg \ - radio-unselected-dark.svg \ - radio-unselected-insensitive.svg \ - radio-unselected-insensitive-dark.svg \ - radio-unselected-insensitive-unfocused.svg \ - radio-unselected-no-hilight.svg \ - radio-unselected-unfocused.svg \ - radio-mixed.svg \ - radio-mixed-dark.svg \ - radio-mixed-insensitive.svg \ - radio-mixed-insensitive-dark.svg \ - radio-mixed-insensitive-unfocused.svg \ - radio-mixed-no-hilight.svg \ - radio-mixed-unfocused.svg \ - radio-menuitem-checked.svg \ - radio-menuitem-checked-insensitive.svg \ - radio-menuitem-checked-selected.svg \ - radio-menuitem-mixed.svg \ - radio-menuitem-mixed-insensitive.svg \ - scale-slider-horizontal.svg \ - scale-slider-horizontal-unfocused.svg \ - scale-slider-horizontal-dark.svg \ - scale-slider-horizontal-insensitive.svg \ - scale-slider-horizontal-insensitive-unfocused.svg \ - scale-slider-horizontal-insensitive-dark.svg \ - scale-slider-vertical.svg \ - scale-slider-vertical-unfocused.svg \ - scale-slider-vertical-dark.svg \ - scale-slider-vertical-insensitive.svg \ - scale-slider-vertical-insensitive-unfocused.svg \ - scale-slider-vertical-insensitive-dark.svg \ +EXTRA_DIST = \ + checkbox-checked.png \ + checkbox-checked-alt.png \ + checkbox-checked-insensitive.png \ + checkbox-checked-backdrop.png \ + checkbox-checked-backdrop-insensitive.png \ + checkbox-unchecked.png \ + checkbox-unchecked-alt.png \ + checkbox-unchecked-insensitive.png \ + checkbox-unchecked-backdrop.png \ + checkbox-unchecked-backdrop-insensitive.png \ + checkbox-mixed.png \ + checkbox-mixed-alt.png \ + checkbox-mixed-insensitive.png \ + checkbox-mixed-backdrop.png \ + checkbox-mixed-backdrop-insensitive.png \ + radio-checked.png \ + radio-checked-alt.png \ + radio-checked-insensitive.png \ + radio-checked-backdrop.png \ + radio-checked-backdrop-insensitive.png \ + radio-unchecked.png \ + radio-unchecked-alt.png \ + radio-unchecked-insensitive.png \ + radio-unchecked-backdrop.png \ + radio-unchecked-backdrop-insensitive.png \ + radio-mixed.png \ + radio-mixed-alt.png \ + radio-mixed-insensitive.png \ + radio-mixed-backdrop.png \ + radio-mixed-backdrop-insensitive.png \ + checkbox-checked-dark.png \ + checkbox-checked-alt-dark.png \ + checkbox-checked-insensitive-dark.png \ + checkbox-checked-backdrop-dark.png \ + checkbox-checked-backdrop-insensitive-dark.png \ + checkbox-unchecked-dark.png \ + checkbox-unchecked-alt-dark.png \ + checkbox-unchecked-insensitive-dark.png \ + checkbox-unchecked-backdrop-dark.png \ + checkbox-unchecked-backdrop-insensitive-dark.png \ + checkbox-mixed-dark.png \ + checkbox-mixed-alt-dark.png \ + checkbox-mixed-insensitive-dark.png \ + checkbox-mixed-backdrop-dark.png \ + checkbox-mixed-backdrop-insensitive-dark.png \ + radio-checked-dark.png \ + radio-checked-alt-dark.png \ + radio-checked-insensitive-dark.png \ + radio-checked-backdrop-dark.png \ + radio-checked-backdrop-insensitive-dark.png \ + radio-unchecked-dark.png \ + radio-unchecked-alt-dark.png \ + radio-unchecked-insensitive-dark.png \ + radio-unchecked-backdrop-dark.png \ + radio-unchecked-backdrop-insensitive-dark.png \ + radio-mixed-dark.png \ + radio-mixed-alt-dark.png \ + radio-mixed-insensitive-dark.png \ + radio-mixed-backdrop-dark.png \ + radio-mixed-backdrop-insensitive-dark.png \ + menuitem-checkbox-checked.png \ + menuitem-checkbox-checked-insensitive.png \ + menuitem-checkbox-checked-selected.png \ + menuitem-checkbox-mixed.png \ + menuitem-checkbox-mixed-insensitive.png \ + menuitem-checkbox-mixed-selected.png \ + menuitem-radio-checked.png \ + menuitem-radio-checked-insensitive.png \ + menuitem-radio-checked-selected.png \ + resize-grip.svg \ + scale-slider-horz.png \ + scale-slider-horz-insensitive.png \ + scale-slider-horz-backdrop.png \ + scale-slider-horz-backdrop-insensitive.png \ + scale-slider-vert.png \ + scale-slider-vert-insensitive.png \ + scale-slider-vert-backdrop.png \ + scale-slider-vert-backdrop-insensitive.png \ + scale-slider-horz-dark.png \ + scale-slider-horz-insensitive-dark.png \ + scale-slider-horz-backdrop-dark.png \ + scale-slider-horz-backdrop-insensitive-dark.png \ + scale-slider-vert-dark.png \ + scale-slider-vert-insensitive-dark.png \ + scale-slider-vert-backdrop-dark.png \ + scale-slider-vert-backdrop-insensitive-dark.png \ scale-slider-marks-above-horizontal.svg \ scale-slider-marks-above-horizontal-unfocused.svg \ scale-slider-marks-above-horizontal-dark.svg \ @@ -316,7 +313,6 @@ sidebar-radio-selected-dark.svg \ sidebar-radio-selected-prelight.svg -EXTRA_DIST = $(assets_DATA) all: all-am .SUFFIXES: @@ -356,26 +352,6 @@ clean-libtool: -rm -rf .libs _libs -install-assetsDATA: $(assets_DATA) - @$(NORMAL_INSTALL) - test -z "$(assetsdir)" || $(MKDIR_P) "$(DESTDIR)$(assetsdir)" - @list='$(assets_DATA)'; test -n "$(assetsdir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(assetsdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(assetsdir)" || exit $$?; \ - done - -uninstall-assetsDATA: - @$(NORMAL_UNINSTALL) - @list='$(assets_DATA)'; test -n "$(assetsdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(assetsdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(assetsdir)" && rm -f $$files tags: TAGS TAGS: @@ -415,11 +391,8 @@ done check-am: all-am check: check-am -all-am: Makefile $(DATA) +all-am: Makefile installdirs: - for dir in "$(DESTDIR)$(assetsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done install: install-am install-exec: install-exec-am install-data: install-data-am @@ -430,10 +403,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -465,7 +443,7 @@ info-am: -install-data-am: install-assetsDATA +install-data-am: install-dvi: install-dvi-am @@ -509,21 +487,20 @@ ps-am: -uninstall-am: uninstall-assetsDATA +uninstall-am: .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ - install-assetsDATA install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-assetsDATA + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/menuitem-checkbox-checked.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/menuitem-checkbox-checked.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/menuitem-checkbox-checked-selected.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/menuitem-checkbox-checked-selected.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/menuitem-checkbox-mixed.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/menuitem-checkbox-mixed.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/menuitem-checkbox-mixed-selected.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/menuitem-checkbox-mixed-selected.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/menuitem-radio-checked-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/menuitem-radio-checked-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/menuitem-radio-checked.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/menuitem-radio-checked.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/menuitem-radio-checked-selected.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/menuitem-radio-checked-selected.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-checked-alt-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-checked-alt-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-checked-alt.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-checked-alt.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-checked-backdrop-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-checked-backdrop-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-checked-backdrop-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-checked-backdrop-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-checked-backdrop.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-checked-backdrop.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-checked-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-checked-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-checked-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-checked-insensitive-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-checked-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-checked-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-checked.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-checked.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,67 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-menuitem-checked-selected.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-menuitem-checked-selected.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-menuitem-checked-selected.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-menuitem-checked-selected.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,67 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-menuitem-checked.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-menuitem-checked.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-menuitem-checked.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-menuitem-checked.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,67 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-menuitem-mixed-insensitive.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-menuitem-mixed-insensitive.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-menuitem-mixed-insensitive.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-menuitem-mixed-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-menuitem-mixed.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-menuitem-mixed.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-menuitem-mixed.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-menuitem-mixed.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-alt-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-alt-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-alt.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-backdrop-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-backdrop-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-backdrop.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-backdrop.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,562 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive-dark.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,242 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive-unfocused.svg 2011-12-20 18:06:39.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-insensitive-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-no-hilight.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-no-hilight.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-no-hilight.svg 2011-12-16 13:44:19.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-no-hilight.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,202 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-mixed-unfocused.svg 2011-12-19 09:57:32.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-mixed-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,536 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected-insensitive-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected-insensitive-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected-insensitive-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected-insensitive-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,243 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected-insensitive.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected-insensitive.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected-insensitive.svg 2011-12-20 18:06:39.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,121 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected-insensitive-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected-insensitive-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected-insensitive-unfocused.svg 2011-12-20 18:06:39.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected-insensitive-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected-no-hilight.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected-no-hilight.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected-no-hilight.svg 2011-12-16 13:44:19.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected-no-hilight.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,272 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected.svg 2011-12-05 20:53:00.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,279 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-selected-unfocused.svg 2011-12-19 09:57:32.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-selected-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,197 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unchecked-alt-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unchecked-alt-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unchecked-alt.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unchecked-alt.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unchecked-backdrop-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unchecked-backdrop-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unchecked-backdrop.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unchecked-backdrop.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unchecked-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unchecked-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unchecked-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unchecked-insensitive-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unchecked-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unchecked-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unchecked.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unchecked.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,506 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected-insensitive-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected-insensitive-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected-insensitive-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected-insensitive-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,233 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected-insensitive.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected-insensitive.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected-insensitive.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected-insensitive-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected-insensitive-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected-insensitive-unfocused.svg 2011-12-20 18:06:39.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected-insensitive-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,106 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected-no-hilight.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected-no-hilight.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected-no-hilight.svg 2011-12-16 13:44:19.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected-no-hilight.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,154 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected.svg 2011-12-05 20:53:00.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,161 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/radio-unselected-unfocused.svg 2011-12-16 13:44:19.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/radio-unselected-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/resize-grip.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/resize-grip.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/resize-grip.svg 1970-01-01 00:00:00.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/resize-grip.svg 2012-01-26 15:56:45.000000000 +0000 @@ -0,0 +1,117 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-insensitive-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-insensitive-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-insensitive-dark.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-insensitive-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-insensitive-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-insensitive-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-insensitive-unfocused.svg 2011-12-16 13:44:19.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-insensitive-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,174 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-unfocused.svg 2011-12-16 13:44:19.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horizontal-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,174 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-backdrop-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-backdrop-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-backdrop-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-backdrop-insensitive-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-backdrop-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-backdrop-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-backdrop.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-backdrop.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-insensitive-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horz-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-horz.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-horz.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-backdrop-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-backdrop-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-backdrop-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-backdrop-insensitive-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-backdrop-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-backdrop-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-backdrop.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-backdrop.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-dark.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-dark.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-insensitive-dark.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-insensitive-dark.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-insensitive-dark.svg 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-insensitive-dark.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,158 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-insensitive.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-insensitive.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-insensitive.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-insensitive-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-insensitive-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-insensitive-unfocused.svg 2011-12-16 13:44:19.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-insensitive-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical.svg 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-unfocused.svg gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-unfocused.svg --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-unfocused.svg 2011-12-16 13:44:19.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vertical-unfocused.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-insensitive-dark.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-insensitive-dark.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-insensitive.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vert-insensitive.png differ Binary files /tmp/QtlWoPOu9H/gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/assets/scale-slider-vert.png and /tmp/CSibYCR6BZ/gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/assets/scale-slider-vert.png differ diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/borders/Makefile.am gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/borders/Makefile.am --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/borders/Makefile.am 2011-12-19 11:06:51.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/borders/Makefile.am 2012-02-03 17:03:10.000000000 +0000 @@ -1,5 +1,4 @@ -bordersdir = $(datadir)/themes/Adwaita/gtk-3.0/borders -borders_DATA = \ +EXTRA_DIST = \ button-border-focused.svg \ button-border-focused-dark.svg \ button-border.svg \ @@ -20,5 +19,3 @@ primary-toolbar-generic-border-dark.svg \ primary-toolbar-generic-border-unfocused.svg \ primary-toolbar-generic-border-unfocused-dark.svg - -EXTRA_DIST = $(borders_DATA) diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/borders/Makefile.in gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/borders/Makefile.in --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/borders/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/borders/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -14,7 +14,6 @@ # PARTICULAR PURPOSE. @SET_MAKE@ - VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ @@ -45,29 +44,6 @@ CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__installdirs = "$(DESTDIR)$(bordersdir)" -DATA = $(borders_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ @@ -219,8 +195,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -bordersdir = $(datadir)/themes/Adwaita/gtk-3.0/borders -borders_DATA = \ +EXTRA_DIST = \ button-border-focused.svg \ button-border-focused-dark.svg \ button-border.svg \ @@ -242,7 +217,6 @@ primary-toolbar-generic-border-unfocused.svg \ primary-toolbar-generic-border-unfocused-dark.svg -EXTRA_DIST = $(borders_DATA) all: all-am .SUFFIXES: @@ -282,26 +256,6 @@ clean-libtool: -rm -rf .libs _libs -install-bordersDATA: $(borders_DATA) - @$(NORMAL_INSTALL) - test -z "$(bordersdir)" || $(MKDIR_P) "$(DESTDIR)$(bordersdir)" - @list='$(borders_DATA)'; test -n "$(bordersdir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bordersdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(bordersdir)" || exit $$?; \ - done - -uninstall-bordersDATA: - @$(NORMAL_UNINSTALL) - @list='$(borders_DATA)'; test -n "$(bordersdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(bordersdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(bordersdir)" && rm -f $$files tags: TAGS TAGS: @@ -341,11 +295,8 @@ done check-am: all-am check: check-am -all-am: Makefile $(DATA) +all-am: Makefile installdirs: - for dir in "$(DESTDIR)$(bordersdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done install: install-am install-exec: install-exec-am install-data: install-data-am @@ -356,10 +307,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -391,7 +347,7 @@ info-am: -install-data-am: install-bordersDATA +install-data-am: install-dvi: install-dvi-am @@ -435,21 +391,20 @@ ps-am: -uninstall-am: uninstall-bordersDATA +uninstall-am: .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ - install-bordersDATA install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-bordersDATA + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gnome-applications.css gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gnome-applications.css --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gnome-applications.css 2012-01-17 00:23:11.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gnome-applications.css 2012-02-03 20:33:15.000000000 +0000 @@ -39,9 +39,15 @@ -TerminalScreen-background-darkness: 0.95; } +TerminalWindow GtkNotebook.notebook { + border-bottom-width: 0; + border-right-width: 0; + border-left-width: 0; +} + /* nautilus */ .nautilus-canvas-item { - border-radius: 5; + border-radius: 5px; } .nautilus-desktop.nautilus-canvas-item { @@ -92,8 +98,8 @@ }*/ NautilusLocationEntry.entry { - padding-left: 4; - padding-right: 4; + padding-left: 4px; + padding-right: 4px; } @@ -102,28 +108,16 @@ border-image: none; border-color: darker(@nautilus_cluebar_color); border-style: solid; - border-width: 1; - padding-left: 4; - padding-right: 4; + border-width: 1px; + padding-left: 4px; + padding-right: 4px; -GtkEntry-inner-border: 3; } -/*NautilusSearchBar .entry.image { - color: @nautilus_cluebar_color; -}*/ - - -/*NautilusPlacesSidebar .cell:selected { FUNGE, ci vuole una border image qui - border-radius: 0 100 100 0; - box-shadow: 0 1 inset alpha(black, 0.2), 0 -1 inset alpha(white, 0.5); -}*/ - -/*#nautilus-search-button *:active, -#nautilus-search-button *:active:prelight { - color: darker (@nautilus_cluebar_color); -}*/ - +#nautilus-search-button *:active { + text-shadow: @button_active_text_shadow 0 1; +} /* FIXME - will be `.floating-bar` in gtk-widgets.css for the next release*/ NautilusFloatingBar { @@ -131,7 +125,7 @@ border-color: darker(@info_bg_color); border-radius: 0; - border-width: 1; + border-width: 1px; border-style: solid; } @@ -152,21 +146,21 @@ } NautilusWindow .sidebar .frame { - border-width: 1 0 0 0; + border-width: 1px 0 0 0; border-style: solid; border-color: @borders; border-radius: 0; } NautilusWindow > GtkGrid > .pane-separator { - border-width: 1 1 0 0; + border-width: 1px 1px 0 0; border-style: solid; border-color: @borders; } NautilusWindow > GtkGrid > .pane-separator, NautilusWindow > GtkGrid > .pane-separator:hover { - border-width: 1 1 0 0; + border-width: 1px 1px 0 0; border-style: solid; border-color: @borders; background-color: @sidebar_bg; @@ -175,18 +169,24 @@ NautilusWindow > GtkGrid > .pane-separator:backdrop, NautilusWindow > GtkGrid > .pane-separator:hover:backdrop { - border-width: 1 1 0 0; + border-width: 1px 1px 0 0; border-style: solid; border-color: @unfocused_borders; background-color: @sidebar_bg_unfocused; color: shade (@theme_bg_color, 0.9); } +NautilusNotebook.notebook { + border-right-width: 0; + border-left-width: 0; + border-bottom-width: 0; +} + /* gedit */ GeditWindow .pane-separator, GeditWindow .pane-separator:hover { - border-width: 0 1 1 1; + border-width: 0 1px 1px 1px; border-style: solid; border-color: @borders; background-color: shade(@theme_bg_color, 0.95); @@ -204,26 +204,19 @@ GeditWindow .sidebar { background-color: @theme_base_color; - border-width: 0 0 1 0; + border-width: 0 0 1px 0; border-style: solid; border-color: @borders; } GeditPanel .notebook { - padding: 2; - border-width: 1 0; + padding: 2px; + border-width: 1px 0; } GeditWindow .notebook { - border-width: 1 0 1 0; -} - -GeditStatusbar { - padding: 1 0 0 0; - border-width: 1 0 0 0; - border-style: solid; - border-color: @borders; + border-width: 1px 0; } /* gnome-documents */ @@ -233,9 +226,9 @@ } .documents-dropdown .frame { - border-width: 0 1 1 1; + border-width: 0 1px 1px 1px; border-style: solid; - border-radius: 0 0 5 5; + border-radius: 0 0 5px 5px; } .documents-dropdown .radio, @@ -267,11 +260,11 @@ .documents-load-more.button { border-image-width: 0 2 2 2; - border-width: 0 1 1 1; + border-width: 0 1px 1px 1px; } .documents-scrolledwin.frame { - border-width: 1 0; + border-width: 1px 0; border-radius: 0; } @@ -284,7 +277,7 @@ from(@documents_selection_toolbar_a), to(@documents_selection_toolbar_b)); color: @theme_base_color; - border-width: 1 0 0 0; + border-width: 1px 0 0 0; border-color: @documents_selection_toolbar_border; border-style: solid; } @@ -302,7 +295,7 @@ border-color: @documents_selection_toolbar_border; border-image: none; border-style: solid; - border-width: 1; + border-width: 1px; color: @theme_base_color; @@ -326,7 +319,7 @@ border-color: @documents_selection_toolbar_border; border-image: none; border-style: solid; - border-width: 1; + border-width: 1px; } .documents-selection-mode.toolbar .button *:hover { @@ -335,14 +328,14 @@ .documents-icon-bg { background-color: @documents_emblem_bg; - border-radius: 4; + border-radius: 4px; color: @theme_base_color; } .documents-collection-icon { background-color: @documents_collection_bg; - border-radius: 8; + border-radius: 8px; } .documents-osd { @@ -351,9 +344,9 @@ } .documents-osd .toolbar { - padding: 16; + padding: 16px; border-style: none; - border-radius: 5; + border-radius: 5px; border-width: 0; background-image: -gtk-gradient(linear, left top, left bottom, @@ -366,13 +359,13 @@ } .documents-osd .toolbar .button { - padding: 4; + padding: 4px; background-image: -gtk-gradient(linear, left top, left bottom, from(alpha(@documents_osd_button_a, 0.16)), color-stop(0.68, alpha(@documents_osd_button_b, 0.05)), to(alpha(@documents_osd_button_a, 0.12))); - border-width: 1 0; + border-width: 1px 0; border-style: solid; border-image: none; border-color: alpha(@documents_osd_button_a, 0.50); @@ -392,20 +385,20 @@ } .documents-osd .toolbar .button:nth-child(first) { - border-radius: 4 0 0 4; - border-left-width: 1; + border-radius: 4px 0 0 4px; + border-left-width: 1px; box-shadow: -1 0 inset @documents_osd_button_inset; } .documents-osd .toolbar .button:nth-child(last) { box-shadow: none; - border-radius: 0 4 4 0; - border-right-width: 1; + border-radius: 0 4px 4px 0; + border-right-width: 1px; } .documents-osd .toolbar .button:only-child { - border-width: 1; - border-radius: 4; + border-width: 1px; + border-radius: 4px; border-style: solid; } @@ -441,11 +434,11 @@ background-color: @documents_emblem_bg; color: @theme_base_color; - border-radius: 4; + border-radius: 4px; border-width: 0; - margin: 2; - padding: 4; + margin: 2px; + padding: 4px; } .documents-entry-tag:hover { @@ -482,11 +475,17 @@ EphyToolbar .entry:focus, EphyToolbar .entry:backdrop { border-image-width: 3 0 4 3; - border-width: 1 0 2 1; + border-width: 1px 0 2px 1px; border-bottom-right-radius: 0; border-top-right-radius: 0; - padding-left: 4; - padding-right: 4; + padding-left: 4px; + padding-right: 4px; +} + +EphyToolbar .entry:focus { + box-shadow: 1 2 inset alpha(@theme_selected_bg_color, 0.1), + 1 1 inset alpha(@theme_selected_bg_color, 0.1), + 0 -1 inset alpha(@theme_selected_bg_color, 0.2); } EphyToolbar .location-entry .button { @@ -496,11 +495,11 @@ EphyToolbar .location-entry .button:last-child { border-image: url("borders/generic-border.svg") 3 3 4 3 / 3 3 4 0 stretch; - border-width: 1 1 2 0; + border-width: 1px 1px 2px 0; border-bottom-left-radius: 0; border-top-left-radius: 0; - padding-left: 4; - padding-right: 2; + padding-left: 4px; + padding-right: 2px; } EphyToolbar .location-entry .button, @@ -511,7 +510,9 @@ left top, left bottom, from(@entry_background_a), to(@entry_background_b)); - box-shadow: 0 1 inset @entry_inset, 0 2 inset alpha(@entry_inset, 0.4), 1 0 inset @inset_dark_color; + box-shadow: 1 0 inset @inset_dark_color, + 0 1 inset @entry_inset, + 0 2 inset alpha(@entry_inset, 0.4); } EphyToolbar .location-entry .button:active, @@ -520,12 +521,15 @@ left top, left bottom, from(shade(@entry_background_a, 0.9)), to(@entry_background_b)); - box-shadow: 0 1 inset @entry_inset, 0 2 inset alpha(@entry_inset, 0.4), 1 0 inset @inset_dark_color; + box-shadow: 1 0 inset @inset_dark_color, + 0 1 inset @entry_inset, + 0 2 inset alpha(@entry_inset, 0.4); } EphyToolbar .location-entry .button:hover, EphyToolbar .location-entry .button:focus, -EphyToolbar .location-entry .button:active { +EphyToolbar .location-entry .button:active, +EphyToolbar .location-entry .button *:active { color: @theme_text_color; } @@ -535,17 +539,17 @@ background-color: @theme_unfocused_base_color; box-shadow: none; border-image: url("borders/generic-border-unfocused.svg") 3 3 4 3 / 3 3 4 0 stretch; - border-radius: 3; - border-width: 1 1 2 0; + border-radius: 3px; + border-width: 1px 1px 2px 0; } EphyNotebook.notebook { - border-width: 1 0 1 0; + border-width: 1px 0 1px 0; } EphyToolbar.toolbar .button { - padding-left: 4; - padding-right: 4; + padding-left: 4px; + padding-right: 4px; } #ephy-page-menu-button.active-menu { @@ -554,6 +558,119 @@ border-image: none; border-color: @menu_bg_color; - border-radius: 4 4 0 0; + border-radius: 4px 4px 0 0; +} + +/* Gnome Contacts */ + +/* Line at top in contacts pane, similar to .documents-scrolledwin.frame */ +.contacts-content.frame { + border-width: 1px 0 0 0; + border-radius: 0; +} + +/* Background color in contacts pane, similar to .documents-main-view.view */ +.contacts-main-view.view { + background-color: #f1f2f1; +} + +.contacts-suggestion { + background-color: #434343; + color: #ffffff; + border-radius: 4px; } +/* Border on the right in the left menu toolbar */ +.contacts-left-toolbar.toolbar.menubar { + border-width: 0 1px 0 0; + border-style: solid; + border-color: @borders; +} + +/* Sidebar with line at top and the left */ +ContactsWindow .sidebar.frame { + border-width: 1px 1px 0 0; + border-style: solid; + border-color: @borders; + border-image: none; + border-radius: 0; + padding: 0; +} + +.contacts-avatar-frame.frame { + border-width: 1px 1px 0 1px; + border-style: solid; + border-color: @borders; + border-image: none; + border-radius: 0; + padding: 0; +} + +/* Primary toolbar with no line at top to avoid conflicts with frame border */ +ContactsWindow .primary-toolbar.toolbar { + border-width: 0 0 1px 0; +} + +ContactsWindow .sidebar, +ContactsWindow .sidebar.view { + background-color: #ebebeb; +} + +.contacts-button:active { + border-color: #000000; + border-image: none; +} + +.contacts-entry { + box-shadow: none; + border-image: none; + border-width: 1px; + border-radius: 4px; + border-style: solid; + border-color: #bbbeb7; + background-image: none; + background-color: #ffffff; +} + +.contacts-entry:selected, +.contacts-entry:selected:focus { + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; +} + +.contacts-entry.contacts-postal-entry { + border-radius: 0 0 0 0; + border-width: 1px 1px 0 1px; +} + +.contacts-entry.contacts-postal-entry:nth-child(first) { + border-radius: 4px 4px 0 0; +} + +.contacts-entry.contacts-postal-entry:nth-child(last) { + border-radius: 0 0 4px 4px; + border-width: 1px; +} + +.contacts-combo .button { + border-image: none; + border-width: 1px; + border-style: solid; + border-color: #bbbeb7; + background-image: none; + background-color: #ffffff; +} + +.contacts-notification { + border-style: solid; + border-color: #949486; + border-width: 0 1px 1px 1px; + border-radius: 0 0 5px 5px; + padding: 8px; + background-color: #d8d8d8; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (rgba (0, 0, 0, 0.15)), + color-stop (0.15, rgba (0, 0, 0, 0.04)), + to (rgba (0, 0, 0, 0.0))); +} diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk.css gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk.css --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk.css 2012-01-12 20:40:24.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk.css 2012-02-05 02:34:30.000000000 +0000 @@ -1,214 +1 @@ -/* Default color scheme */ -@define-color base_color #ffffff; -@define-color bg_color #ededed; -@define-color tooltip_bg_color #212526; -@define-color selected_bg_color #4a90d9; -@define-color text_color #2e3436; -@define-color fg_color #2e3436; -@define-color tooltip_fg_color #ffffff; -@define-color selected_fg_color #ffffff; -/*@define-color unfocused_bg_color #f8f8f8;*/ -@define-color unfocused_bg_color @bg_color; - -/* Colormap actually used by the theme, to be overridden in other css files */ -@define-color theme_base_color @base_color; -@define-color theme_text_color @text_color; -@define-color theme_bg_color @bg_color; -@define-color theme_fg_color @fg_color; -@define-color theme_tooltip_bg_color @tooltip_bg_color; -@define-color theme_tooltip_fg_color @tooltip_fg_color; -@define-color theme_selected_bg_color @selected_bg_color; -@define-color theme_selected_fg_color @selected_fg_color; - -@define-color placeholder_text_color shade(@text_color, 3.5); - -@define-color theme_unfocused_base_color shade(@insensitive_bg_color, 1.015); /* I don't want the same color, hope not to hurt usability to much here */ -@define-color theme_unfocused_text_color mix(@theme_unfocused_fg_color, @theme_text_color, 0.5); /* Need something darker here to have stuff nicelly readable*/ -@define-color theme_unfocused_fg_color #a7aba7; -@define-color theme_unfocused_bg_color @theme_bg_color; /* FIXME */ -@define-color theme_unfocused_selected_bg_color darker(@theme_selected_bg_color); -@define-color theme_unfocused_selected_fg_color @theme_unfocused_base_color; /* FIXME */ -@define-color unfocused_button_background @theme_unfocused_bg_color; -@define-color unfocused_borders @borders; -@define-color unfocused_insensitive_borders mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5); -@define-color unfocused_insensitive_fg_color mix(@theme_unfocused_bg_color, @theme_unfocused_fg_color, 0.5); -@define-color unfocused_insensitive_bg_color mix(@theme_unfocused_bg_color, @theme_unfocused_base_color, 0.5); -@define-color unfocused_dark_bg mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5); - -@define-color menu_bg_color shade (@theme_bg_color, 1.1); -@define-color menu_fg_color @theme_fg_color; - -@define-color menu_controls_color shade (@theme_fg_color, 0.9); - -@define-color menu_combobox_border #3277bf; -@define-color menu_separator mix (@menu_fg_color, @menu_bg_color, 0.9); - -@define-color link_color #4a90d9; -@define-color frame_color #8a9580; -@define-color inactive_frame_color #c7ccc1; -@define-color warning_color #f57900; -@define-color error_color #cc0000; -@define-color success_color #4e9a06; - -@define-color info_fg_color rgb (181, 171, 156); -@define-color info_bg_color rgb (252, 252, 189); -@define-color warning_fg_color rgb (173, 120, 41); -@define-color warning_bg_color rgb (250, 173, 61); -@define-color question_fg_color rgb (97, 122, 214); -@define-color question_bg_color rgb (138, 173, 212); -@define-color error_fg_color rgb (166, 38, 38); -@define-color error_bg_color rgb (237, 54, 54); - -@define-color keyboard_focus_border_a #a2c9f1; -@define-color keyboard_focus_border_b #6794cf; - -/* @define-color sidebar_bg_color shade (@theme_bg_color, 1.02); */ -@define-color sidebar_bg shade (@theme_bg_color, 1.025); -@define-color sidebar_bg_unfocused mix(@sidebar_bg, @theme_unfocused_base_color, 0.5); - -@define-color os_chrome_bg_color black; -@define-color os_chrome_fg_color #ccc; -@define-color os_chrome_selected_bg_color #333; -@define-color os_chrome_selected_fg_color white; - -@define-color chrome_bg_color #1e1a17; -@define-color chrome_fg_color #fff; - -@define-color focused_entry_border #579eea; -@define-color focused_entry_inset alpha (#d7e4f1, 0.50); - -@define-color button_gradient_color_a shade(@theme_bg_color, 1.05); -@define-color button_gradient_color_b @theme_bg_color; -@define-color button_gradient_color_c shade(@theme_bg_color, 0.92); -@define-color borders #a7aba7; - -@define-color button_active_gradient_color_a #a2a9a2; -@define-color button_active_gradient_color_b shade (@button_active_gradient_color_a, 0.83); -@define-color button_active_text darker(@theme_selected_bg_color); -@define-color button_active_text_shadow alpha(white, 0.3); -@define-color button_text_shadow alpha(white, 0.4); -@define-color primary_toolbar_button_text_shadow alpha(black, 0.1); - -@define-color button_hover_gradient_color_a @theme_base_color; -@define-color button_hover_gradient_color_b shade (@button_gradient_color_a, 0.94); - -@define-color button_raised_gradient_color_a @button_gradient_color_a; -@define-color button_raised_gradient_color_b @button_gradient_color_b; -@define-color button_raised_linked_shadow alpha(@theme_base_color, 0.70); - -@define-color button_raised_active_gradient_color_a @button_active_gradient_color_a; -@define-color button_raised_active_gradient_color_b alpha(@button_active_gradient_color_b, 0.13); - -@define-color insensitive_bg_color #f4f4f2; -@define-color insensitive_fg_color #a7aba7; -@define-color insensitive_borders shade (@internal_element_color, 1.37); - -@define-color trough_bg_color_a #bcbcb7; -@define-color trough_bg_color_b #e0e0dd; - -@define-color scrollbar_trough shade(@theme_bg_color, 0.9); -@define-color scrollbar_trough_insensitive shade(@theme_bg_color, 0.9); -@define-color scrollbar_trough_unfocused shade(@theme_unfocused_bg_color, 0.9); -@define-color scrollbar_slider mix(@scrollbar_trough, @theme_fg_color, 0.35); -@define-color scrollbar_slider_prelight mix(@scrollbar_trough, @theme_fg_color, 0.5); -@define-color scrollbar_slider_active @theme_selected_bg_color; -@define-color scrollbar_slider_insensitive alpha(black, 0); /* FIXME should be transparent */ -@define-color scrollbar_slider_unfocused @theme_unfocused_bg_color; - -@define-color switch_slider_color #eeeeec; -@define-color switch_slider_active_border #2a79cb; -@define-color switch_slider_insensitive_bg @insensitive_bg_color; - -@define-color switch_trough_active_color @theme_base_color; -@define-color switch_trough_active_bg_a #509ae7; -@define-color switch_trough_active_bg_b #a5d0ff; - -@define-color progressbar_background_a #76b0ec; -@define-color progressbar_background_b #1f72c6; -@define-color progressbar_pattern @switch_slider_active_border; -@define-color progressbar_border @switch_slider_active_border; - -@define-color entry_text_color @theme_text_color; - -@define-color entry_background_a shade(@theme_base_color, 0.94); -@define-color entry_background_b @theme_base_color; - -@define-color entry_inset alpha(black, 0.1); - -@define-color internal_element_color #888a85; -@define-color internal_element_prelight @theme_text_color; -/*@define-color internal_element_insensitive shade (@internal_element_color, 1.7);*/ -@define-color internal_element_insensitive mix(@internal_element_color, @theme_base_color, 0.7); - -@define-color scale_fill @insensitive_borders; -@define-color scale_border_a @internal_element_color; -@define-color scale_border_b shade (@internal_element_color, 1.25); -@define-color scale_progress_fill #2c85e2; -@define-color scale_progress_border_a #1864b2; -@define-color scale_progress_border_b #3e90e5; - -@define-color highlighted_border #8a8f8a; - -@define-color notebook_active_tab_border #1372d3; -@define-color notebook_selected_tab_color #8dc0f3; - -@define-color notebook_tab_gradient_a shade(@theme_bg_color, 0.98); -@define-color notebook_tab_gradient_b shade(@theme_bg_color, 0.93); -@define-color notebook_tab_hilight shade(@theme_bg_color, 1.02); - -/*@define-color toolbar_gradient_base #aaaa9e; -@define-color toolbar_gradient_step1 #bcbcb4; -@define-color toolbar_gradient_step2 #d9d9d7; -@define-color toolbar_gradient_final #e5e5e2;*/ - -/*@define-color toolbar_gradient_base shade(@toolbar_gradient_step2, 0.9); -@define-color toolbar_gradient_step1 shade(@toolbar_gradient_step2, 0.95); -@define-color toolbar_gradient_step2 #babdb6; -@define-color toolbar_gradient_final shade(@toolbar_gradient_step2, 1.15);*/ - -@define-color toolbar_gradient_a shade(@borders, 1.15); -@define-color toolbar_gradient_b shade(@borders, 1.25); -@define-color toolbar_gradient_c shade(@borders, 1.3); - -@define-color toolbar_border_top shade(@borders, 0.9); /*shade (@theme_bg_color, 0.7);*/ -@define-color toolbar_border_bottom shade(@borders, 1.1); /*shade (@theme_bg_color, 0.7);*/ - -@define-color toolbar_button_prelight alpha(white, 0.4); - -@define-color toolbar_active_button_color #909081; - -@define-color primary_toolbar_entry_bg @theme_base_color; -@define-color primary_toolbar_entry_fg @theme_text_color; - -@define-color treeview_focus_border @switch_slider_active_border; - -@define-color expander_row_selected_color #acccee; - -@define-color inset_light_color alpha(white, 0.45); -@define-color inset_dark_color alpha(black, 0.07); - -@define-color wm_highlight #ffffff; -@define-color wm_title_highlight #ffffff; - -@define-color wm_bg_a shade (@bg_color, 1.1); -@define-color wm_bg_b @bg_color; - -@define-color wm_button_bg_a shade (@bg_color, 1.0); -@define-color wm_button_bg_b shade (@bg_color, 0.85); -@define-color wm_button_bg_c shade (@bg_color, 0.8); -@define-color wm_button_bg_d shade (@bg_color, 0.9); - -@define-color wm_button_bg_hover_a shade (@wm_button_bg_a, 1.1); -@define-color wm_button_bg_hover_b shade (@wm_button_bg_b, 1.1); -@define-color wm_button_bg_hover_c shade (@wm_button_bg_c, 1.1); -@define-color wm_button_bg_hover_d shade (@wm_button_bg_d, 1.1); - -@define-color wm_button_bg_active_a shade (@bg_color, 0.7); -@define-color wm_button_bg_active_b shade (@bg_color, 0.9); -@define-color wm_button_bg_active_c shade (@bg_color, 0.9); - -@import url("gtk-widgets-backgrounds.css"); -@import url("gtk-widgets-borders.css"); -@import url("gtk-widgets-assets.css"); -@import url("gtk-widgets.css"); -@import url("gnome-applications.css"); +@import url("resource:///org/gnome/adwaita/gtk-main.css"); diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-dark.css gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-dark.css --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-dark.css 2012-01-12 20:40:24.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-dark.css 2012-02-03 17:03:10.000000000 +0000 @@ -1,196 +1 @@ -/* dark colormap */ - -@define-color theme_base_color #333333; -@define-color theme_text_color #eeeeec; -@define-color theme_bg_color #393f3f; -@define-color theme_fg_color @theme_text_color; -@define-color theme_selected_bg_color #3465a4; -@define-color theme_selected_fg_color @theme_text_color; - -@define-color placeholder_text_color shade(@theme_text_color, 0.4); - -@define-color theme_unfocused_base_color @theme_base_color; -@define-color theme_unfocused_text_color mix(@theme_unfocused_base_color, @theme_text_color, 0.8); -@define-color theme_unfocused_fg_color mix(@theme_unfocused_bg_color, @theme_text_color, 0.3); -@define-color theme_unfocused_bg_color @theme_bg_color; -@define-color theme_unfocused_selected_bg_color shade (@theme_selected_bg_color, 0.9); /* FIXME */ -@define-color theme_unfocused_selected_fg_color @theme_selected_fg_color; /* FIXME */ -@define-color unfocused_button_background @theme_unfocused_bg_color; -@define-color unfocused_borders mix(@theme_unfocused_bg_color, @theme_text_color, 0.15); -@define-color unfocused_insensitive_borders mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5); -@define-color unfocused_insensitive_fg_color mix(@insensitive_fg_color, @insensitive_bg_color, 0.3); -@define-color unfocused_insensitive_bg_color @insensitive_bg_color; -@define-color unfocused_dark_bg mix(@theme_unfocused_bg_color, @borders, 0.5); - -@define-color menu_bg_color #555753; -@define-color menu_fg_color @theme_text_color; - -@define-color menu_controls_color #aaa8ac; - -@define-color menu_combobox_border darker (@theme_selected_bg_color); -@define-color menu_separator mix (@menu_fg_color, @menu_bg_color, 0.95); - -@define-color theme_tooltip_bg_color #000000; -@define-color theme_tooltip_fg_color #eeeeee; - -@define-color button_gradient_color_a shade (@theme_bg_color, 1.15); -@define-color button_gradient_color_b @theme_bg_color; -@define-color button_gradient_color_c shade (@theme_bg_color, 0.8); -@define-color borders #24282a; - -@define-color button_active_text @theme_selected_bg_color; -@define-color button_active_text_shadow alpha(black, 0.45); -@define-color button_text_shadow alpha(black, 0.7); -@define-color primary_toolbar_button_text_shadow alpha(black, 0.1); - -@define-color button_active_gradient_color_a shade (@button_gradient_color_b, 0.7); -@define-color button_active_gradient_color_b shade (@button_gradient_color_a, 0.7); - -@define-color button_hover_gradient_color_a shade (@button_gradient_color_a, 1.10); -@define-color button_hover_gradient_color_b shade (@button_gradient_color_b, 1.02); - -@define-color button_raised_gradient_color_a @button_gradient_color_a; -@define-color button_raised_gradient_color_b @button_gradient_color_b; -@define-color button_raised_linked_shadow alpha(#000000, 0.14); - -@define-color button_raised_active_gradient_color_a @button_raised_gradient_color_b; -@define-color button_raised_active_gradient_color_b @button_raised_gradient_color_a; - -@define-color insensitive_fg_color #535555; -@define-color insensitive_bg_color mix(@theme_bg_color, @theme_base_color, 0.6); -@define-color insensitive_borders #535555; - -@define-color inactive_frame_color shade (@theme_bg_color, 0.8); - -@define-color notebook_active_tab_border shade (@theme_selected_bg_color, 0.5); -@define-color notebook_selected_tab_color alpha (@theme_selected_bg_color, 0.75); - -@define-color notebook_tab_gradient_a shade(@theme_bg_color, 0.8); -@define-color notebook_tab_gradient_b shade(@theme_bg_color, 0.75); -@define-color notebook_tab_hilight shade(@theme_bg_color, 0.9); - -@define-color switch_slider_color shade(@theme_bg_color, 0.9); -@define-color switch_slider_active_border shade(@switch_trough_active_bg_a, 0.60); -@define-color switch_slider_insensitive_bg @theme_bg_color; - -@define-color switch_trough_active_color @theme_text_color; -@define-color switch_trough_active_bg_a shade(@theme_selected_bg_color, 0.6); -@define-color switch_trough_active_bg_b @theme_selected_bg_color; - -@define-color highlighted_border @borders; -@define-color internal_element_color #595959; -@define-color internal_element_prelight #eeeeee; -@define-color internal_element_insensitive mix(@internal_element_color, @theme_base_color, 0.65); - -@define-color progressbar_background_a shade(@theme_selected_bg_color, 1.15); -@define-color progressbar_background_b shade(@theme_selected_bg_color, 0.8); -@define-color progressbar_pattern @progressbar_background_b; -@define-color progressbar_border @switch_slider_active_border; - -@define-color entry_text_color #ffffff; -@define-color entry_background_a shade(@theme_base_color, 0.85); -@define-color entry_background_b @theme_base_color; - -@define-color entry_inset alpha(black, 0.15); - - -@define-color frame_color #707070; - -@define-color focused_entry_border @theme_selected_bg_color; -@define-color focused_entry_inset alpha (@theme_selected_bg_color, 0.50); - -@define-color toolbar_gradient_a shade(@theme_bg_color, 0.75); -@define-color toolbar_gradient_b shade(@theme_bg_color, 0.8); -@define-color toolbar_gradient_c shade(@theme_bg_color, 0.9); - -@define-color toolbar_active_button_color #222222; -@define-color toolbar_border_top shade(@borders, 0.7); -@define-color toolbar_border_bottom shade(@borders, 1.05); - -@define-color toolbar_button_prelight alpha(black, 0.3); - -@define-color primary_toolbar_entry_bg #ffffff; -@define-color primary_toolbar_entry_fg #2e3436; - -@define-color expander_row_selected_color alpha (@theme_base_color, 0.60); - -@define-color inset_light_color alpha(white, 0.05); -@define-color inset_dark_color alpha(black, 0.15); - -@define-color keyboard_focus_border_a alpha (@theme_fg_color, 0.30); -@define-color keyboard_focus_border_b alpha (@theme_fg_color, 0.10); - -@define-color sidebar_bg shade (@theme_bg_color, 1.02); - -@define-color trough_bg_color_a #30312f; -@define-color trough_bg_color_b #41433f; - -@define-color scrollbar_trough shade(@theme_bg_color, 1.2); -@define-color scrollbar_trough_insensitive shade(@theme_bg_color, 1.05); /* FIXME */ -@define-color scrollbar_trough shade(@theme_unfocused_bg_color, 1.2); -@define-color scrollbar_slider mix(@scrollbar_trough, @theme_fg_color, 0.15); -@define-color scrollbar_slider_prelight mix(@scrollbar_trough, @theme_fg_color, 0.3); -@define-color scrollbar_slider_active @theme_selected_bg_color; -@define-color scrollbar_slider_insensitive alpha(black, 0); /* FIXME should be transparent */ -@define-color scrollbar_slider_unfocused shade(@theme_unfocused_base_color, 0.8); - -@define-color treeview_focus_border shade (@theme_selected_bg_color, 1.20); - -@define-color scale_fill shade (@insensitive_borders, 0.90); -@define-color scale_border_a shade (@internal_element_color, 0.90); -@define-color scale_border_b shade (@internal_element_color, 0.65); - -/* FIXME: needs dark colors from here */ -@define-color link_color #4a90d9; -@define-color warning_color #f57900; -@define-color error_color #cc0000; -@define-color success_color #4e9a06; - -@define-color info_fg_color rgb (181, 171, 156); -@define-color info_bg_color rgb (252, 252, 189); -@define-color warning_fg_color rgb (173, 120, 41); -@define-color warning_bg_color rgb (250, 173, 61); -@define-color question_fg_color rgb (97, 122, 214); -@define-color question_bg_color rgb (138, 173, 212); -@define-color error_fg_color rgb (166, 38, 38); -@define-color error_bg_color rgb (237, 54, 54); - -@define-color os_chrome_bg_color black; -@define-color os_chrome_fg_color #ccc; -@define-color os_chrome_selected_bg_color #333; -@define-color os_chrome_selected_fg_color white; - -@define-color chrome_bg_color #1e1a17; -@define-color chrome_fg_color #fff; - -@define-color scale_progress_fill #2c85e2; -@define-color scale_progress_border #1864b2; -@define-color scale_progress_border_b #3e90e5; - -@define-color wm_highlight shade (@theme_bg_color, 1.4); -@define-color wm_title_highlight #111111; - -@define-color wm_bg_a shade (@theme_bg_color, 1.3); -@define-color wm_bg_b @theme_bg_color; - -@define-color wm_button_bg_a shade (@theme_bg_color, 1.0); -@define-color wm_button_bg_b shade (@theme_bg_color, 0.85); -@define-color wm_button_bg_c shade (@theme_bg_color, 0.8); -@define-color wm_button_bg_d shade (@theme_bg_color, 0.9); - -@define-color wm_button_bg_hover_a shade (@wm_button_bg_a, 1.2); -@define-color wm_button_bg_hover_b shade (@wm_button_bg_b, 1.2); -@define-color wm_button_bg_hover_c shade (@wm_button_bg_c, 1.2); -@define-color wm_button_bg_hover_d shade (@wm_button_bg_d, 1.2); - -@define-color wm_button_bg_active_a shade (@theme_bg_color, 0.5); -@define-color wm_button_bg_active_b shade (@theme_bg_color, 0.7); -@define-color wm_button_bg_active_c shade (@theme_bg_color, 0.7); - -@import url("gtk-widgets-backgrounds.css"); -@import url("gtk-widgets-borders-dark.css"); -@import url("gtk-widgets-assets-dark.css"); -@import url("gtk-widgets.css"); -/* @import url("gtk-scrollbar-experiments.css"); */ -@import url("gtk-widgets-dark-overrides.css"); -@import url("gnome-applications.css"); +@import url("resource:///org/gnome/adwaita/gtk-main-dark.css"); diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk.gresource.xml gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk.gresource.xml --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk.gresource.xml 1970-01-01 00:00:00.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk.gresource.xml 2012-02-03 17:19:39.000000000 +0000 @@ -0,0 +1,151 @@ + + + + assets/checkbox-checked-alt-dark.png + assets/checkbox-checked-alt.png + assets/checkbox-checked-backdrop-dark.png + assets/checkbox-checked-backdrop-insensitive-dark.png + assets/checkbox-checked-backdrop-insensitive.png + assets/checkbox-checked-backdrop.png + assets/checkbox-checked-dark.png + assets/checkbox-checked-insensitive-dark.png + assets/checkbox-checked-insensitive.png + assets/checkbox-checked.png + assets/checkbox-mixed-alt-dark.png + assets/checkbox-mixed-alt.png + assets/checkbox-mixed-backdrop-dark.png + assets/checkbox-mixed-backdrop-insensitive-dark.png + assets/checkbox-mixed-backdrop-insensitive.png + assets/checkbox-mixed-backdrop.png + assets/checkbox-mixed-dark.png + assets/checkbox-mixed-insensitive-dark.png + assets/checkbox-mixed-insensitive.png + assets/checkbox-mixed.png + assets/checkbox-unchecked-alt-dark.png + assets/checkbox-unchecked-alt.png + assets/checkbox-unchecked-backdrop-dark.png + assets/checkbox-unchecked-backdrop-insensitive-dark.png + assets/checkbox-unchecked-backdrop-insensitive.png + assets/checkbox-unchecked-backdrop.png + assets/checkbox-unchecked-dark.png + assets/checkbox-unchecked-insensitive-dark.png + assets/checkbox-unchecked-insensitive.png + assets/checkbox-unchecked.png + assets/menuitem-checkbox-checked-insensitive.png + assets/menuitem-checkbox-checked.png + assets/menuitem-checkbox-checked-selected.png + assets/menuitem-checkbox-mixed-insensitive.png + assets/menuitem-checkbox-mixed.png + assets/menuitem-checkbox-mixed-selected.png + assets/menuitem-radio-checked-insensitive.png + assets/menuitem-radio-checked.png + assets/menuitem-radio-checked-selected.png + assets/radio-checked-alt-dark.png + assets/radio-checked-alt.png + assets/radio-checked-backdrop-dark.png + assets/radio-checked-backdrop-insensitive-dark.png + assets/radio-checked-backdrop-insensitive.png + assets/radio-checked-backdrop.png + assets/radio-checked-dark.png + assets/radio-checked-insensitive-dark.png + assets/radio-checked-insensitive.png + assets/radio-checked.png + assets/radio-mixed-alt-dark.png + assets/radio-mixed-alt.png + assets/radio-mixed-backdrop-dark.png + assets/radio-mixed-backdrop-insensitive-dark.png + assets/radio-mixed-backdrop-insensitive.png + assets/radio-mixed-backdrop.png + assets/radio-mixed-dark.png + assets/radio-mixed-insensitive-dark.png + assets/radio-mixed-insensitive.png + assets/radio-mixed.png + assets/radio-unchecked-alt-dark.png + assets/radio-unchecked-alt.png + assets/radio-unchecked-backdrop-dark.png + assets/radio-unchecked-backdrop-insensitive-dark.png + assets/radio-unchecked-backdrop-insensitive.png + assets/radio-unchecked-backdrop.png + assets/radio-unchecked-dark.png + assets/radio-unchecked-insensitive-dark.png + assets/radio-unchecked-insensitive.png + assets/radio-unchecked.png + assets/resize-grip.svg + assets/scale-slider-horz.png + assets/scale-slider-horz-dark.png + assets/scale-slider-horz-insensitive.png + assets/scale-slider-horz-insensitive-dark.png + assets/scale-slider-horz-backdrop.png + assets/scale-slider-horz-backdrop-dark.png + assets/scale-slider-horz-backdrop-insensitive.png + assets/scale-slider-horz-backdrop-insensitive-dark.png + assets/scale-slider-marks-above-horizontal-dark.svg + assets/scale-slider-marks-above-horizontal-insensitive-dark.svg + assets/scale-slider-marks-above-horizontal-insensitive.svg + assets/scale-slider-marks-above-horizontal-insensitive-unfocused.svg + assets/scale-slider-marks-above-horizontal.svg + assets/scale-slider-marks-above-horizontal-unfocused.svg + assets/scale-slider-marks-above-vertical-dark.svg + assets/scale-slider-marks-above-vertical-insensitive-dark.svg + assets/scale-slider-marks-above-vertical-insensitive.svg + assets/scale-slider-marks-above-vertical-insensitive-unfocused.svg + assets/scale-slider-marks-above-vertical.svg + assets/scale-slider-marks-above-vertical-unfocused.svg + assets/scale-slider-marks-below-horizontal-dark.svg + assets/scale-slider-marks-below-horizontal-insensitive-dark.svg + assets/scale-slider-marks-below-horizontal-insensitive.svg + assets/scale-slider-marks-below-horizontal-insensitive-unfocused.svg + assets/scale-slider-marks-below-horizontal.svg + assets/scale-slider-marks-below-horizontal-unfocused.svg + assets/scale-slider-marks-below-vertical-dark.svg + assets/scale-slider-marks-below-vertical-insensitive-dark.svg + assets/scale-slider-marks-below-vertical-insensitive.svg + assets/scale-slider-marks-below-vertical-insensitive-unfocused.svg + assets/scale-slider-marks-below-vertical.svg + assets/scale-slider-marks-below-vertical-unfocused.svg + assets/scale-slider-vert.png + assets/scale-slider-vert-dark.png + assets/scale-slider-vert-insensitive.png + assets/scale-slider-vert-insensitive-dark.png + assets/scale-slider-vert-backdrop.png + assets/scale-slider-vert-backdrop-dark.png + assets/scale-slider-vert-backdrop-insensitive.png + assets/scale-slider-vert-backdrop-insensitive-dark.png + assets/sidebar-radio-checked-dark.svg + assets/sidebar-radio-checked.svg + assets/sidebar-radio-prelight.svg + assets/sidebar-radio-selected-dark.svg + assets/sidebar-radio-selected-prelight.svg + assets/sidebar-radio-selected.svg + borders/button-border-dark.svg + borders/button-border-focused-dark.svg + borders/button-border-focused.svg + borders/button-border.svg + borders/generic-border-dark.svg + borders/generic-border-focused-dark.svg + borders/generic-border-focused.svg + borders/generic-border.svg + borders/generic-border-unfocused-dark.svg + borders/generic-border-unfocused.svg + borders/primary-toolbar-button-border-dark.svg + borders/primary-toolbar-button-border-focused-dark.svg + borders/primary-toolbar-button-border-focused.svg + borders/primary-toolbar-button-border.svg + borders/primary-toolbar-generic-border-dark.svg + borders/primary-toolbar-generic-border-focused-dark.svg + borders/primary-toolbar-generic-border-focused.svg + borders/primary-toolbar-generic-border.svg + borders/primary-toolbar-generic-border-unfocused-dark.svg + borders/primary-toolbar-generic-border-unfocused.svg + gnome-applications.css + gtk-widgets.css + gtk-widgets-backgrounds.css + gtk-widgets-borders.css + gtk-widgets-borders-dark.css + gtk-widgets-dark-overrides.css + gtk-widgets-assets.css + gtk-widgets-assets-dark.css + gtk-main.css + gtk-main-dark.css + + diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-main.css gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-main.css --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-main.css 2012-02-03 17:03:10.000000000 +0000 @@ -0,0 +1,218 @@ +/* Default color scheme */ +@define-color base_color #ffffff; +@define-color bg_color #ededed; +@define-color tooltip_bg_color #212526; +@define-color selected_bg_color #4a90d9; +@define-color text_color #2e3436; +@define-color fg_color #2e3436; +@define-color tooltip_fg_color #ffffff; +@define-color selected_fg_color #ffffff; +/*@define-color unfocused_bg_color #f8f8f8;*/ +@define-color unfocused_bg_color @bg_color; + +/* Colormap actually used by the theme, to be overridden in other css files */ +@define-color theme_base_color @base_color; +@define-color theme_text_color @text_color; +@define-color theme_bg_color @bg_color; +@define-color theme_fg_color @fg_color; +@define-color theme_tooltip_bg_color @tooltip_bg_color; +@define-color theme_tooltip_fg_color @tooltip_fg_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; + +@define-color placeholder_text_color shade(@text_color, 3.5); + +@define-color theme_unfocused_base_color shade(@insensitive_bg_color, 1.015); /* I don't want the same color, hope not to hurt usability to much here */ +@define-color theme_unfocused_text_color mix(@theme_unfocused_fg_color, @theme_text_color, 0.5); /* Need something darker here to have stuff nicelly readable*/ +@define-color theme_unfocused_fg_color #a7aba7; +@define-color theme_unfocused_bg_color @theme_bg_color; +@define-color theme_unfocused_selected_bg_color shade(@theme_unfocused_bg_color, 0.9); +@define-color theme_unfocused_selected_fg_color @theme_fg_color; +@define-color unfocused_button_background @theme_unfocused_bg_color; +@define-color unfocused_borders @borders; +@define-color unfocused_insensitive_borders mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5); +@define-color unfocused_insensitive_fg_color mix(@theme_unfocused_bg_color, @theme_unfocused_fg_color, 0.5); +@define-color unfocused_insensitive_bg_color mix(@theme_unfocused_bg_color, @theme_unfocused_base_color, 0.5); +@define-color unfocused_dark_bg mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5); + +@define-color menu_bg_color shade (@theme_bg_color, 1.1); +@define-color menu_fg_color @theme_fg_color; + +@define-color menu_controls_color shade (@theme_fg_color, 0.9); + +@define-color menu_combobox_border #3277bf; +@define-color menu_separator mix (@menu_fg_color, @menu_bg_color, 0.9); + +@define-color link_color #4a90d9; +@define-color frame_color #8a9580; +@define-color inactive_frame_color #c7ccc1; +@define-color warning_color #f57900; +@define-color error_color #cc0000; +@define-color success_color #4e9a06; + +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (166, 38, 38); +@define-color error_bg_color rgb (237, 54, 54); + +@define-color keyboard_focus_border_a #a2c9f1; +@define-color keyboard_focus_border_b #6794cf; + +/* @define-color sidebar_bg_color shade (@theme_bg_color, 1.02); */ +@define-color sidebar_bg shade (@theme_bg_color, 1.025); +@define-color sidebar_bg_unfocused mix(@sidebar_bg, @theme_unfocused_base_color, 0.5); + +@define-color os_chrome_bg_color black; +@define-color os_chrome_fg_color #ccc; +@define-color os_chrome_selected_bg_color #333; +@define-color os_chrome_selected_fg_color white; + +@define-color chrome_bg_color #1e1a17; +@define-color chrome_fg_color #fff; + +@define-color focused_entry_border #579eea; +@define-color focused_entry_inset alpha (#d7e4f1, 0.50); + +@define-color button_gradient_color_a shade(@theme_bg_color, 1.05); +@define-color button_gradient_color_b @theme_bg_color; +@define-color button_gradient_color_c shade(@theme_bg_color, 0.92); +@define-color borders #a7aba7; + +@define-color button_active_gradient_color_a #a2a9a2; +@define-color button_active_gradient_color_b shade (@button_active_gradient_color_a, 0.83); +@define-color button_active_text @theme_base_color; +@define-color button_active_text_shadow alpha(black, 0.4); +@define-color button_text_shadow alpha(white, 0.4); +@define-color primary_toolbar_button_text_shadow alpha(black, 0.1); + +@define-color button_hover_gradient_color_a @theme_base_color; +@define-color button_hover_gradient_color_b shade (@button_gradient_color_a, 0.94); + +@define-color unfocused_button_hover_background @unfocused_theme_base_color; + +@define-color button_raised_gradient_color_a @button_gradient_color_a; +@define-color button_raised_gradient_color_b @button_gradient_color_b; +@define-color button_raised_linked_shadow alpha(@theme_base_color, 0.70); + +@define-color button_raised_active_gradient_color_a @button_active_gradient_color_a; +@define-color button_raised_active_gradient_color_b alpha(@button_active_gradient_color_b, 0.13); + +@define-color insensitive_bg_color #f4f4f2; +@define-color insensitive_fg_color #a7aba7; +@define-color insensitive_borders shade (@internal_element_color, 1.37); + +@define-color trough_bg_color_a #bcbcb7; +@define-color trough_bg_color_b #e0e0dd; + +@define-color scrollbar_trough shade(@theme_bg_color, 0.9); +@define-color scrollbar_trough_insensitive shade(@theme_bg_color, 0.9); +@define-color scrollbar_trough_unfocused shade(@theme_unfocused_bg_color, 0.9); +@define-color scrollbar_slider mix(@scrollbar_trough, @theme_fg_color, 0.35); +@define-color scrollbar_slider_prelight mix(@scrollbar_trough, @theme_fg_color, 0.5); +@define-color scrollbar_slider_active @theme_selected_bg_color; +@define-color scrollbar_slider_insensitive alpha(black, 0); /* FIXME should be transparent */ +@define-color scrollbar_slider_unfocused @theme_unfocused_bg_color; + +@define-color switch_slider_color #eeeeec; +@define-color switch_slider_active_border #2a79cb; +@define-color switch_slider_insensitive_bg @insensitive_bg_color; + +@define-color switch_trough_active_color @theme_base_color; +@define-color switch_trough_active_bg_a #509ae7; +@define-color switch_trough_active_bg_b #a5d0ff; + +@define-color progressbar_background_a #76b0ec; +@define-color progressbar_background_b #1f72c6; +@define-color progressbar_pattern @switch_slider_active_border; +@define-color progressbar_border @switch_slider_active_border; +@define-color progressbar_unfocused_background @theme_base_color; +@define-color progressbar_unfocused_border @unfocused_borders; + +@define-color entry_text_color @theme_text_color; + +@define-color entry_background_a shade(@theme_base_color, 0.94); +@define-color entry_background_b @theme_base_color; + +@define-color entry_inset alpha(black, 0.1); + +@define-color internal_element_color #888a85; +@define-color internal_element_prelight @theme_text_color; +/*@define-color internal_element_insensitive shade (@internal_element_color, 1.7);*/ +@define-color internal_element_insensitive mix(@internal_element_color, @theme_base_color, 0.7); + +@define-color scale_fill @insensitive_borders; +@define-color scale_border_a @internal_element_color; +@define-color scale_border_b shade (@internal_element_color, 1.25); +@define-color scale_progress_fill #2c85e2; +@define-color scale_progress_border_a #1864b2; +@define-color scale_progress_border_b #3e90e5; + +@define-color highlighted_border #8a8f8a; + +@define-color notebook_active_tab_border #1372d3; +@define-color notebook_selected_tab_color #8dc0f3; + +@define-color notebook_tab_gradient_a shade(@theme_bg_color, 0.98); +@define-color notebook_tab_gradient_b shade(@theme_bg_color, 0.93); +@define-color notebook_tab_hilight shade(@theme_bg_color, 1.02); + +/*@define-color toolbar_gradient_base #aaaa9e; +@define-color toolbar_gradient_step1 #bcbcb4; +@define-color toolbar_gradient_step2 #d9d9d7; +@define-color toolbar_gradient_final #e5e5e2;*/ + +/*@define-color toolbar_gradient_base shade(@toolbar_gradient_step2, 0.9); +@define-color toolbar_gradient_step1 shade(@toolbar_gradient_step2, 0.95); +@define-color toolbar_gradient_step2 #babdb6; +@define-color toolbar_gradient_final shade(@toolbar_gradient_step2, 1.15);*/ + +@define-color toolbar_gradient_a shade(@borders, 1.15); +@define-color toolbar_gradient_b shade(@borders, 1.25); +@define-color toolbar_gradient_c shade(@borders, 1.3); + +@define-color toolbar_border_top shade(@borders, 0.9); +@define-color toolbar_border_bottom shade(@borders, 1.1); + +@define-color toolbar_button_prelight alpha(white, 0.4); + +@define-color toolbar_active_button_color #909081; + +@define-color primary_toolbar_entry_bg @theme_base_color; +@define-color primary_toolbar_entry_fg @theme_text_color; + +@define-color treeview_focus_border @switch_slider_active_border; + +@define-color expander_row_selected_color #acccee; + +@define-color inset_light_color alpha(white, 0.45); +@define-color inset_dark_color alpha(black, 0.07); + +@define-color wm_highlight #ffffff; +@define-color wm_title_highlight #ffffff; + +@define-color wm_bg_a shade (@bg_color, 1.1); +@define-color wm_bg_b @bg_color; + +@define-color wm_button_bg_a shade (@bg_color, 1.0); +@define-color wm_button_bg_b shade (@bg_color, 0.85); +@define-color wm_button_bg_c shade (@bg_color, 0.8); +@define-color wm_button_bg_d shade (@bg_color, 0.9); + +@define-color wm_button_bg_hover_a shade (@wm_button_bg_a, 1.1); +@define-color wm_button_bg_hover_b shade (@wm_button_bg_b, 1.1); +@define-color wm_button_bg_hover_c shade (@wm_button_bg_c, 1.1); +@define-color wm_button_bg_hover_d shade (@wm_button_bg_d, 1.1); + +@define-color wm_button_bg_active_a shade (@bg_color, 0.7); +@define-color wm_button_bg_active_b shade (@bg_color, 0.9); +@define-color wm_button_bg_active_c shade (@bg_color, 0.9); + +@import url("gtk-widgets-backgrounds.css"); +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets.css"); +@import url("gnome-applications.css"); diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-main-dark.css gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-main-dark.css --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-main-dark.css 1970-01-01 00:00:00.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-main-dark.css 2012-02-03 17:03:10.000000000 +0000 @@ -0,0 +1,198 @@ +/* dark colormap */ + +@define-color theme_base_color #333333; +@define-color theme_text_color #eeeeec; +@define-color theme_bg_color #393f3f; +@define-color theme_fg_color @theme_text_color; +@define-color theme_selected_bg_color #3465a4; +@define-color theme_selected_fg_color @theme_text_color; + +@define-color placeholder_text_color shade(@theme_text_color, 0.4); + +@define-color theme_unfocused_base_color @theme_base_color; +@define-color theme_unfocused_text_color mix(@theme_unfocused_base_color, @theme_text_color, 0.8); +@define-color theme_unfocused_fg_color mix(@theme_unfocused_bg_color, @theme_text_color, 0.3); +@define-color theme_unfocused_bg_color @theme_bg_color; +@define-color theme_unfocused_selected_bg_color @unfocused_borders; +@define-color theme_unfocused_selected_fg_color @theme_selected_fg_color; +@define-color unfocused_button_background @theme_unfocused_bg_color; +@define-color unfocused_borders mix(@theme_unfocused_bg_color, @theme_text_color, 0.15); +@define-color unfocused_insensitive_borders mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5); +@define-color unfocused_insensitive_fg_color mix(@insensitive_fg_color, @insensitive_bg_color, 0.3); +@define-color unfocused_insensitive_bg_color @insensitive_bg_color; +@define-color unfocused_dark_bg mix(@theme_unfocused_bg_color, @borders, 0.5); + +@define-color menu_bg_color #555753; +@define-color menu_fg_color @theme_text_color; + +@define-color menu_controls_color #aaa8ac; + +@define-color menu_combobox_border darker (@theme_selected_bg_color); +@define-color menu_separator mix (@menu_fg_color, @menu_bg_color, 0.95); + +@define-color theme_tooltip_bg_color #000000; +@define-color theme_tooltip_fg_color #eeeeee; + +@define-color button_gradient_color_a shade (@theme_bg_color, 1.15); +@define-color button_gradient_color_b @theme_bg_color; +@define-color button_gradient_color_c shade (@theme_bg_color, 0.8); +@define-color borders #24282a; + +@define-color button_active_text @theme_selected_bg_color; +@define-color button_active_text_shadow alpha(black, 0.6); +@define-color button_text_shadow alpha(black, 0.7); +@define-color primary_toolbar_button_text_shadow alpha(black, 0.1); + +@define-color button_active_gradient_color_a shade (@button_gradient_color_b, 0.7); +@define-color button_active_gradient_color_b shade (@button_gradient_color_a, 0.7); + +@define-color button_hover_gradient_color_a shade (@button_gradient_color_a, 1.10); +@define-color button_hover_gradient_color_b shade (@button_gradient_color_b, 1.02); + +@define-color button_raised_gradient_color_a @button_gradient_color_a; +@define-color button_raised_gradient_color_b @button_gradient_color_b; +@define-color button_raised_linked_shadow alpha(#000000, 0.14); + +@define-color button_raised_active_gradient_color_a @button_raised_gradient_color_b; +@define-color button_raised_active_gradient_color_b @button_raised_gradient_color_a; + +@define-color insensitive_fg_color #535555; +@define-color insensitive_bg_color mix(@theme_bg_color, @theme_base_color, 0.6); +@define-color insensitive_borders #535555; + +@define-color inactive_frame_color shade (@theme_bg_color, 0.8); + +@define-color notebook_active_tab_border shade (@theme_selected_bg_color, 0.5); +@define-color notebook_selected_tab_color alpha (@theme_selected_bg_color, 0.75); + +@define-color notebook_tab_gradient_a shade(@theme_bg_color, 0.8); +@define-color notebook_tab_gradient_b shade(@theme_bg_color, 0.75); +@define-color notebook_tab_hilight shade(@theme_bg_color, 0.9); + +@define-color switch_slider_color shade(@theme_bg_color, 0.9); +@define-color switch_slider_active_border shade(@switch_trough_active_bg_a, 0.60); +@define-color switch_slider_insensitive_bg @theme_bg_color; + +@define-color switch_trough_active_color @theme_text_color; +@define-color switch_trough_active_bg_a shade(@theme_selected_bg_color, 0.6); +@define-color switch_trough_active_bg_b @theme_selected_bg_color; + +@define-color highlighted_border @borders; +@define-color internal_element_color #595959; +@define-color internal_element_prelight #eeeeee; +@define-color internal_element_insensitive mix(@internal_element_color, @theme_base_color, 0.65); + +@define-color progressbar_background_a shade(@theme_selected_bg_color, 1.15); +@define-color progressbar_background_b shade(@theme_selected_bg_color, 0.8); +@define-color progressbar_pattern @progressbar_background_b; +@define-color progressbar_border @switch_slider_active_border; +@define-color progressbar_unfocused_background @unfocused_borders; +@define-color progressbar_unfocused_border @theme_unfocused_fg_color; + +@define-color entry_text_color #ffffff; +@define-color entry_background_a shade(@theme_base_color, 0.85); +@define-color entry_background_b @theme_base_color; + +@define-color entry_inset alpha(black, 0.15); + + +@define-color frame_color #707070; + +@define-color focused_entry_border @theme_selected_bg_color; +@define-color focused_entry_inset alpha (@theme_selected_bg_color, 0.50); + +@define-color toolbar_gradient_a shade(@theme_bg_color, 0.75); +@define-color toolbar_gradient_b shade(@theme_bg_color, 0.8); +@define-color toolbar_gradient_c shade(@theme_bg_color, 0.9); + +@define-color toolbar_active_button_color #222222; +@define-color toolbar_border_top shade(@borders, 0.7); +@define-color toolbar_border_bottom shade(@borders, 1.05); + +@define-color toolbar_button_prelight alpha(black, 0.3); + +@define-color primary_toolbar_entry_bg #ffffff; +@define-color primary_toolbar_entry_fg #2e3436; + +@define-color expander_row_selected_color alpha (@theme_base_color, 0.60); + +@define-color inset_light_color alpha(white, 0.05); +@define-color inset_dark_color alpha(black, 0.25); + +@define-color keyboard_focus_border_a alpha (@theme_fg_color, 0.30); +@define-color keyboard_focus_border_b alpha (@theme_fg_color, 0.10); + +@define-color sidebar_bg shade (@theme_bg_color, 1.02); + +@define-color trough_bg_color_a #30312f; +@define-color trough_bg_color_b #41433f; + +@define-color scrollbar_trough shade(@theme_bg_color, 1.2); +@define-color scrollbar_trough_insensitive shade(@theme_bg_color, 1.05); /* FIXME */ +@define-color scrollbar_trough shade(@theme_unfocused_bg_color, 1.2); +@define-color scrollbar_slider mix(@scrollbar_trough, @theme_fg_color, 0.15); +@define-color scrollbar_slider_prelight mix(@scrollbar_trough, @theme_fg_color, 0.3); +@define-color scrollbar_slider_active @theme_selected_bg_color; +@define-color scrollbar_slider_insensitive alpha(black, 0); /* FIXME should be transparent */ +@define-color scrollbar_slider_unfocused shade(@theme_unfocused_base_color, 0.8); + +@define-color treeview_focus_border shade (@theme_selected_bg_color, 1.20); + +@define-color scale_fill shade (@insensitive_borders, 0.90); +@define-color scale_border_a shade (@internal_element_color, 0.90); +@define-color scale_border_b shade (@internal_element_color, 0.65); + +/* FIXME: needs dark colors from here */ +@define-color link_color #4a90d9; +@define-color warning_color #f57900; +@define-color error_color #cc0000; +@define-color success_color #4e9a06; + +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (166, 38, 38); +@define-color error_bg_color rgb (237, 54, 54); + +@define-color os_chrome_bg_color black; +@define-color os_chrome_fg_color #ccc; +@define-color os_chrome_selected_bg_color #333; +@define-color os_chrome_selected_fg_color white; + +@define-color chrome_bg_color #1e1a17; +@define-color chrome_fg_color #fff; + +@define-color scale_progress_fill #2c85e2; +@define-color scale_progress_border #1864b2; +@define-color scale_progress_border_b #3e90e5; + +@define-color wm_highlight shade (@theme_bg_color, 1.4); +@define-color wm_title_highlight #111111; + +@define-color wm_bg_a shade (@theme_bg_color, 1.3); +@define-color wm_bg_b @theme_bg_color; + +@define-color wm_button_bg_a shade (@theme_bg_color, 1.0); +@define-color wm_button_bg_b shade (@theme_bg_color, 0.85); +@define-color wm_button_bg_c shade (@theme_bg_color, 0.8); +@define-color wm_button_bg_d shade (@theme_bg_color, 0.9); + +@define-color wm_button_bg_hover_a shade (@wm_button_bg_a, 1.2); +@define-color wm_button_bg_hover_b shade (@wm_button_bg_b, 1.2); +@define-color wm_button_bg_hover_c shade (@wm_button_bg_c, 1.2); +@define-color wm_button_bg_hover_d shade (@wm_button_bg_d, 1.2); + +@define-color wm_button_bg_active_a shade (@theme_bg_color, 0.5); +@define-color wm_button_bg_active_b shade (@theme_bg_color, 0.7); +@define-color wm_button_bg_active_c shade (@theme_bg_color, 0.7); + +@import url("gtk-widgets-backgrounds.css"); +@import url("gtk-widgets-borders-dark.css"); +@import url("gtk-widgets-assets-dark.css"); +@import url("gtk-widgets.css"); +/* @import url("gtk-scrollbar-experiments.css"); */ +@import url("gtk-widgets-dark-overrides.css"); +@import url("gnome-applications.css"); diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-widgets-assets.css gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-widgets-assets.css --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-widgets-assets.css 2012-01-10 16:25:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-widgets-assets.css 2012-02-03 20:53:25.000000000 +0000 @@ -1,162 +1,171 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + background-image: url("assets/resize-grip.svg"); +} + /************************* * Check and Radio items * *************************/ /* draw regular check and radio items using our SVG assets */ .check { - background-image: url("assets/checkbox-unchecked.svg"); + background-image: url("assets/checkbox-unchecked.png"); } .check row:selected, .check row:selected:focus { - background-image: url("assets/checkbox-unchecked-no-hilight.svg"); + background-image: url("assets/checkbox-unchecked-alt.png"); } .check:insensitive, .check row:selected:insensitive, .check row:selected:focus:insensitive { - background-image: url("assets/checkbox-unchecked-insensitive.svg"); + background-image: url("assets/checkbox-unchecked-insensitive.png"); } .check:backdrop, .check row:selected:backdrop { - background-image: url("assets/checkbox-unchecked-unfocused.svg"); + background-image: url("assets/checkbox-unchecked-backdrop.png"); } .check:insensitive:backdrop, .check row:selected:insensitive:backdrop { - background-image: url("assets/checkbox-unchecked-insensitive-unfocused.svg"); + background-image: url("assets/checkbox-unchecked-backdrop-insensitive.png"); } .check:active { - background-image: url("assets/checkbox-checked.svg"); + background-image: url("assets/checkbox-checked.png"); } .check row:selected:active, .check row:selected:focus:active { - background-image: url("assets/checkbox-checked-no-hilight.svg"); + background-image: url("assets/checkbox-checked-alt.png"); } .check:active:backdrop, .check row:selected:active:backdrop { - background-image: url("assets/checkbox-checked-unfocused.svg"); + background-image: url("assets/checkbox-checked-backdrop.png"); } .check:active:insensitive, .check row:selected:active:insensitive, .check row:selected:focus:active:insensitive { - background-image: url("assets/checkbox-checked-insensitive.svg"); + background-image: url("assets/checkbox-checked-insensitive.png"); } .check:active:insensitive:backdrop, .check row:selected:active:insensitive:backdrop { - background-image: url("assets/checkbox-checked-insensitive-unfocused.svg"); + background-image: url("assets/checkbox-checked-backdrop-insensitive.png"); } .check:inconsistent { - background-image: url("assets/checkbox-mixed.svg"); + background-image: url("assets/checkbox-mixed.png"); } .check row:selected:inconsistent, .check row:selected:focus:inconsistent { - background-image: url("assets/checkbox-mixed-no-hilight.svg"); + background-image: url("assets/checkbox-mixed-alt.png"); } .check:inconsistent:backdrop, .check row:selected:inconsistent:backdrop { - background-image: url("assets/checkbox-mixed-unfocused.svg"); + background-image: url("assets/checkbox-mixed-backdrop.png"); } .check:inconsistent:insensitive, .check row:selected:inconsistent:insensitive, .check row:selected:focus:inconsistent:insensitive { - background-image: url("assets/checkbox-mixed-insensitive.svg"); + background-image: url("assets/checkbox-mixed-insensitive.png"); } .check:inconsistent:insensitive:backdrop, .check row:selected:inconsistent:insensitive:backdrop { - background-image: url("assets/checkbox-mixed-insensitive-unfocused.svg"); + background-image: url("assets/checkbox-mixed-backdrop-insensitive.png"); } .radio { - background-image: url("assets/radio-unselected.svg"); + background-image: url("assets/radio-unchecked.png"); } .radio row:selected, .radio row:selected:focus { - background-image: url("assets/radio-unselected-no-hilight.svg"); + background-image: url("assets/radio-unchecked-alt.png"); } .radio:backdrop, .radio row:selected:backdrop { - background-image: url("assets/radio-unselected-unfocused.svg"); + background-image: url("assets/radio-unchecked-backdrop.png"); } .radio:insensitive, .radio row:selected:insensitive, .radio row:selected:focus:insensitive { - background-image: url("assets/radio-unselected-insensitive.svg"); + background-image: url("assets/radio-unchecked-insensitive.png"); } .radio:insensitive:backdrop, .radio row:selected:insensitive:backdrop { - background-image: url("assets/radio-unselected-insensitive-unfocused.svg"); + background-image: url("assets/radio-unchecked-backdrop-insensitive.png"); } .radio:active { - background-image: url("assets/radio-selected.svg"); + background-image: url("assets/radio-checked.png"); } .radio row:selected:active, .radio row:selected:focus:active { - background-image: url("assets/radio-selected-no-hilight.svg"); + background-image: url("assets/radio-checked-alt.png"); } .radio:active:backdrop, .radio row:selected:active:backdrop { - background-image: url("assets/radio-selected-unfocused.svg"); + background-image: url("assets/radio-checked-backdrop.png"); } .radio:active:insensitive, .radio row:selected:active:insensitive, .radio row:selected:focus:active:insensitive { - background-image: url("assets/radio-selected-insensitive.svg"); + background-image: url("assets/radio-checked-insensitive.png"); } .radio:active:insensitive:backdrop, .radio row:selected:active:insensitive:backdrop { - background-image: url("assets/radio-selected-insensitive-unfocused.svg"); + background-image: url("assets/radio-checked-backdrop-insensitive.png"); } .radio:inconsistent { - background-image: url("assets/radio-mixed.svg"); + background-image: url("assets/radio-mixed.png"); } .radio row:selected:inconsistent, .radio row:selected:focus:inconsistent { - background-image: url("assets/radio-mixed-no-hilight.svg"); + background-image: url("assets/radio-mixed-alt.png"); } .radio:inconsistent:backdrop, .radio row:selected:inconsistent:backdrop { - background-image: url("assets/radio-mixed-unfocused.svg"); + background-image: url("assets/radio-mixed-backdrop.png"); } .radio:inconsistent:insensitive, .radio row:selected:inconsistent:insensitive, .radio row:selected:focus:inconsistent:insensitive { - background-image: url("assets/radio-mixed-insensitive.svg"); + background-image: url("assets/radio-mixed-insensitive.png"); } .radio:inconsistent:insensitive:backdrop, .radio row:selected:inconsistent:insensitive:backdrop { - background-image: url("assets/radio-mixed-insensitive-unfocused.svg"); + background-image: url("assets/radio-mixed-backdrop-insensitive.png"); } .sidebar .radio:active, @@ -184,39 +193,39 @@ *********************/ GtkScale.slider, GtkScale.slider.horizontal { - background-image: url("assets/scale-slider-horizontal.svg"); + background-image: url("assets/scale-slider-horz.png"); } GtkScale.slider:backdrop, GtkScale.slider.horizontal:backdrop { - background-image: url("assets/scale-slider-horizontal-unfocused.svg"); + background-image: url("assets/scale-slider-horz-backdrop.png"); } GtkScale.slider:insensitive, GtkScale.slider.horizontal:insensitive { - background-image: url("assets/scale-slider-horizontal-insensitive.svg"); + background-image: url("assets/scale-slider-horz-insensitive.png"); } GtkScale.slider:insensitive:backdrop, GtkScale.slider.horizontal:insensitive:backdrop { - background-image: url("assets/scale-slider-horizontal-insensitive-unfocused.svg"); + background-image: url("assets/scale-slider-horz-backdrop-insensitive.png"); } GtkScale.slider.vertical { - background-image: url("assets/scale-slider-vertical.svg"); + background-image: url("assets/scale-slider-vert.png"); } GtkScale.slider.vertical:backdrop { - background-image: url("assets/scale-slider-vertical-unfocused.svg"); + background-image: url("assets/scale-slider-vert-backdrop.png"); } GtkScale.slider.vertical:insensitive { - background-image: url("assets/scale-slider-vertical-insensitive.svg"); + background-image: url("assets/scale-slider-vert-insensitive.png"); } GtkScale.slider.vertical:insensitive:backdrop { - background-image: url("assets/scale-slider-vertical-insensitive-unfocused.svg"); + background-image: url("assets/scale-slider-vert-backdrop-insensitive.png"); } GtkScale.scale-has-marks-above.slider.horizontal { diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css 2011-12-01 02:28:10.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css 2012-02-03 17:10:57.000000000 +0000 @@ -3,79 +3,161 @@ *************************/ /* draw regular check and radio items using our SVG assets */ -.check, +.check { + background-image: url("assets/checkbox-unchecked-dark.png"); +} + .check row:selected, -.check row:selected:focused { - background-image: url("assets/checkbox-unchecked-dark.svg"); +.check row:selected:focus { + background-image: url("assets/checkbox-unchecked-alt-dark.png"); } .check:insensitive, .check row:selected:insensitive, -.check row:selected:focused:insensitive { - background-image: url("assets/checkbox-unchecked-insensitive-dark.svg"); +.check row:selected:focus:insensitive { + background-image: url("assets/checkbox-unchecked-insensitive-dark.png"); +} + +.check:backdrop, +.check row:selected:backdrop { + background-image: url("assets/checkbox-unchecked-backdrop-dark.png"); +} + +.check:insensitive:backdrop, +.check row:selected:insensitive:backdrop { + background-image: url("assets/checkbox-unchecked-backdrop-insensitive-dark.png"); +} + + +.check:active { + background-image: url("assets/checkbox-checked-dark.png"); } -.check:active, .check row:selected:active, -.check row:selected:focused:active { - background-image: url("assets/checkbox-checked-dark.svg"); +.check row:selected:focus:active { + background-image: url("assets/checkbox-checked-alt-dark.png"); +} + +.check:active:backdrop, +.check row:selected:active:backdrop { + background-image: url("assets/checkbox-checked-backdrop-dark.png"); } .check:active:insensitive, .check row:selected:active:insensitive, -.check row:selected:focused:active:insensitive -{ - background-image: url("assets/checkbox-checked-insensitive-dark.svg"); +.check row:selected:focus:active:insensitive { + background-image: url("assets/checkbox-checked-insensitive-dark.png"); +} + +.check:active:insensitive:backdrop, +.check row:selected:active:insensitive:backdrop { + background-image: url("assets/checkbox-checked-backdrop-insensitive-dark.png"); +} + + +.check:inconsistent { + background-image: url("assets/checkbox-mixed-dark.png"); } -.check:inconsistent, .check row:selected:inconsistent, -.check row:selected:focused:inconsistent { - background-image: url("assets/checkbox-mixed-dark.svg"); +.check row:selected:focus:inconsistent { + background-image: url("assets/checkbox-mixed-alt-dark.png"); +} + +.check:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + background-image: url("assets/checkbox-mixed-backdrop-dark.png"); } .check:inconsistent:insensitive, .check row:selected:inconsistent:insensitive, -.check row:selected:focused:inconsistent:insensitive { - background-image: url("assets/checkbox-mixed-insensitive-dark.svg"); +.check row:selected:focus:inconsistent:insensitive { + background-image: url("assets/checkbox-mixed-insensitive-dark.png"); +} + +.check:inconsistent:insensitive:backdrop, +.check row:selected:inconsistent:insensitive:backdrop { + background-image: url("assets/checkbox-mixed-backdrop-insensitive-dark.png"); +} + +.radio { + background-image: url("assets/radio-unchecked-dark.png"); } -.radio, .radio row:selected, -.radio row:selected:focused { - background-image: url("assets/radio-unselected-dark.svg"); +.radio row:selected:focus { + background-image: url("assets/radio-unchecked-alt-dark.png"); +} + +.radio:backdrop, +.radio row:selected:backdrop { + background-image: url("assets/radio-unchecked-backdrop-dark.png"); } .radio:insensitive, .radio row:selected:insensitive, -.radio row:selected:focused:insensitive { - background-image: url("assets/radio-unselected-insensitive-dark.svg"); +.radio row:selected:focus:insensitive { + background-image: url("assets/radio-unchecked-insensitive-dark.png"); +} + +.radio:insensitive:backdrop, +.radio row:selected:insensitive:backdrop { + background-image: url("assets/radio-unchecked-backdrop-insensitive-dark.png"); +} + + +.radio:active { + background-image: url("assets/radio-checked-dark.png"); } -.radio:active, .radio row:selected:active, -.radio row:selected:focused:active { - background-image: url("assets/radio-selected-dark.svg"); +.radio row:selected:focus:active { + background-image: url("assets/radio-checked-alt-dark.png"); } +.radio:active:backdrop, +.radio row:selected:active:backdrop { + background-image: url("assets/radio-checked-backdrop-dark.png"); +} + + .radio:active:insensitive, .radio row:selected:active:insensitive, -.radio row:selected:focused:active:insensitive { - background-image: url("assets/radio-selected-insensitive-dark.svg"); +.radio row:selected:focus:active:insensitive { + background-image: url("assets/radio-checked-insensitive-dark.png"); +} + +.radio:active:insensitive:backdrop, +.radio row:selected:active:insensitive:backdrop { + background-image: url("assets/radio-checked-backdrop-insensitive-dark.png"); +} + + +.radio:inconsistent { + background-image: url("assets/radio-mixed-dark.png"); } -.radio:inconsistent, .radio row:selected:inconsistent, -.radio row:selected:focused:inconsistent { - background-image: url("assets/radio-mixed-dark.svg"); +.radio row:selected:focus:inconsistent { + background-image: url("assets/radio-mixed-alt-dark.png"); } +.radio:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + background-image: url("assets/radio-mixed-backdrop-dark.png"); +} + + .radio:inconsistent:insensitive, .radio row:selected:inconsistent:insensitive, -.radio row:selected:focused:inconsistent:insensitive { - background-image: url("assets/radio-mixed-insensitive-dark.svg"); +.radio row:selected:focus:inconsistent:insensitive { + background-image: url("assets/radio-mixed-insensitive-dark.png"); } +.radio:inconsistent:insensitive:backdrop, +.radio row:selected:inconsistent:insensitive:backdrop { + background-image: url("assets/radio-mixed-backdrop-insensitive-dark.png"); +} .sidebar .radio:active, .sidebar .radio:active:focused, .sidebar .radio:active:prelight { @@ -98,20 +180,39 @@ GtkScale.slider, GtkScale.slider.horizontal { - background-image: url("assets/scale-slider-horizontal-dark.svg"); + background-image: url("assets/scale-slider-horz-dark.png"); +} + +GtkScale.slider:backdrop, +GtkScale.slider.horizontal:backdrop { + background-image: url("assets/scale-slider-horz-backdrop-dark.png"); } GtkScale.slider:insensitive, GtkScale.slider.horizontal:insensitive { - background-image: url("assets/scale-slider-horizontal-insensitive-dark.svg"); + background-image: url("assets/scale-slider-horz-insensitive-dark.png"); +} + +GtkScale.slider:insensitive:backdrop, +GtkScale.slider.horizontal:insensitive:backdrop { + background-image: url("assets/scale-slider-horz-backdrop-insensitive-dark.png"); } + GtkScale.slider.vertical { - background-image: url("assets/scale-slider-vertical-dark.svg"); + background-image: url("assets/scale-slider-vert-dark.png"); +} + +GtkScale.slider.vertical:backdrop { + background-image: url("assets/scale-slider-vert-backdrop-dark.png"); } GtkScale.slider.vertical:insensitive { - background-image: url("assets/scale-slider-vertical-insensitive-dark.svg"); + background-image: url("assets/scale-slider-vert-insensitive-dark.png"); +} + +GtkScale.slider.vertical:insensitive:backdrop { + background-image: url("assets/scale-slider-vert-backdrop-insensitive-dark.png"); } GtkScale.scale-has-marks-above.slider.horizontal { diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css 2012-01-13 17:19:43.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css 2012-02-07 00:47:37.000000000 +0000 @@ -11,8 +11,8 @@ .trough row, GtkSwitch.trough { border-image: url("borders/generic-border.svg") 3 3 4 3 / 3 3 4 3 stretch; - border-radius: 3; - border-width: 1 1 2 1; + border-radius: 3px; + border-width: 1px 1px 2px 1px; } /* focused element borders */ @@ -22,23 +22,23 @@ .button.default:active, GtkSwitch.trough:active { border-image: url("borders/generic-border-focused.svg") 3 3 4 3 / 3 3 4 3 stretch; - border-radius: 3; - border-width: 1 1 2 1; + border-radius: 3px; + border-width: 1px 1px 2px 1px; } /* generic button borders */ .button { border-image: url("borders/button-border.svg") 3 3 4 3 / 3 3 4 3 stretch; - border-radius: 3; - border-width: 1 1 2 1; + border-radius: 3px; + border-width: 1px 1px 2px 1px; } /* focused button borders */ .button:focus, .button.default { border-image: url("borders/button-border-focused.svg") 3 3 4 3 / 3 3 4 3 stretch; - border-radius: 3; - border-width: 1 1 2 1; + border-radius: 3px; + border-width: 1px 1px 2px 1px; } /* primary toolbar - generic element borders */ @@ -59,8 +59,8 @@ .primary-toolbar GtkComboBox .button:active, .primary-toolbar GtkComboBox .button:insensitive { border-image: url("borders/primary-toolbar-generic-border.svg") 4 / 4 stretch; - border-radius: 3; - border-width: 2; + border-radius: 3px; + border-width: 2px; border-style: solid; border-color: transparent; } @@ -77,8 +77,8 @@ .inline-toolbar.toolbar .button.default:active, .primary-toolbar GtkComboBox .button:active:focus { border-image: url("borders/primary-toolbar-generic-border-focused.svg") 4 / 4 stretch; - border-radius: 3; - border-width: 2; + border-radius: 3px; + border-width: 2px; border-style: solid; border-color: transparent; } @@ -89,8 +89,8 @@ .inline-toolbar.toolbar .button, .primary-toolbar GtkComboBox .button { border-image: url("borders/primary-toolbar-button-border.svg") 4 / 4 stretch; - border-radius: 3; - border-width: 2; + border-radius: 3px; + border-width: 2px; border-style: solid; border-color: transparent; } @@ -104,8 +104,8 @@ .inline-toolbar.toolbar .button.default, .primary-toolbar GtkComboBox .button:focus { border-image: url("borders/primary-toolbar-button-border-focused.svg") 4 / 4 stretch; - border-radius: 3; - border-width: 2; + border-radius: 3px; + border-width: 2px; border-style: solid; border-color: transparent; } @@ -125,7 +125,7 @@ left top, left bottom, from (@borders), to (@theme_base_color)) 0 1 0 0; - border-width: 0 1 0 0; + border-width: 0 1px 0 0; border-radius: 0; } @@ -135,7 +135,7 @@ left top, left bottom, from (@unfocused_borders), to (@theme_unfocused_base_color)) 0 1 0 0; - border-width: 0 1 0 0; + border-width: 0 1px 0 0; border-radius: 0; } @@ -164,8 +164,8 @@ GtkSwitch.trough:backdrop, .trough:backdrop { border-image: url("borders/generic-border-unfocused.svg") 3 3 4 3 / 3 3 4 3 stretch; - border-radius: 3; - border-width: 1 1 2 1; + border-radius: 3px; + border-width: 1px 1px 2px 1px; } /* unfocused window: primary toolbar generic element borders */ @@ -173,10 +173,11 @@ .primary-toolbar .button.raised:backdrop, .primary-toolbar .raised .button:backdrop, .primary-toolbar .entry:backdrop, +.primary-toolbar GtkSwitch.trough:backdrop, .inline-toolbar.toolbar .button:backdrop { border-image: url("borders/primary-toolbar-generic-border-unfocused.svg") 4 / 4 stretch; - border-radius: 3; - border-width: 2; + border-radius: 3px; + border-width: 2px; border-style: solid; border-color: transparent; diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css 2012-01-13 17:19:43.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css 2012-02-07 00:47:38.000000000 +0000 @@ -11,8 +11,8 @@ .trough row, GtkSwitch.trough { border-image: url("borders/generic-border-dark.svg") 3 3 4 3 / 3 3 4 3 stretch; - border-radius: 3; - border-width: 1 1 2 1; + border-radius: 3px; + border-width: 1px 1px 2px 1px; } /* focused element borders */ @@ -22,23 +22,23 @@ .button.default:active, GtkSwitch.trough:active { border-image: url("borders/generic-border-focused-dark.svg") 3 3 4 3 / 3 3 4 3 stretch; - border-radius: 3; - border-width: 1 1 2 1; + border-radius: 3px; + border-width: 1px 1px 2px 1px; } /* generic button borders */ .button { border-image: url("borders/button-border-dark.svg") 3 3 4 3 / 3 3 4 3 stretch; - border-radius: 3; - border-width: 1 1 2 1; + border-radius: 3px; + border-width: 1px 1px 2px 1px; } /* focused button borders */ .button:focus, .button.default { border-image: url("borders/button-border-focused-dark.svg") 3 3 4 3 / 3 3 4 3 stretch; - border-radius: 3; - border-width: 1 1 2 1; + border-radius: 3px; + border-width: 1px 1px 2px 1px; } /* primary toolbar - generic element borders */ @@ -59,8 +59,8 @@ .primary-toolbar GtkComboBox .button:active, .primary-toolbar GtkComboBox .button:insensitive { border-image: url("borders/primary-toolbar-generic-border-dark.svg") 4 / 4 stretch; - border-radius: 3; - border-width: 2; + border-radius: 3px; + border-width: 2px; border-style: solid; border-color: transparent; } @@ -77,8 +77,8 @@ .inline-toolbar.toolbar .button.default:active, .primary-toolbar GtkComboBox .button:active:focus { border-image: url("borders/primary-toolbar-generic-border-focused-dark.svg") 4 / 4 stretch; - border-radius: 3; - border-width: 2; + border-radius: 3px; + border-width: 2px; border-style: solid; border-color: transparent; } @@ -89,8 +89,8 @@ .inline-toolbar.toolbar .button, .primary-toolbar GtkComboBox .button { border-image: url("borders/primary-toolbar-button-border-dark.svg") 4 / 4 stretch; - border-radius: 3; - border-width: 2; + border-radius: 3px; + border-width: 2px; border-style: solid; border-color: transparent; } @@ -104,8 +104,8 @@ .inline-toolbar.toolbar .button.default, .primary-toolbar GtkComboBox .button:focus { border-image: url("borders/primary-toolbar-button-border-focused-dark.svg") 4 / 4 stretch; - border-radius: 3; - border-width: 2; + border-radius: 3px; + border-width: 2px; border-style: solid; border-color: transparent; } @@ -125,7 +125,7 @@ left top, left bottom, from (@borders), to (@theme_base_color)) 0 1 0 0; - border-width: 0 1 0 0; + border-width: 0 1px 0 0; border-radius: 0; } @@ -135,7 +135,7 @@ left top, left bottom, from (@unfocused_borders), to (@theme_unfocused_base_color)) 0 1 0 0; - border-width: 0 1 0 0; + border-width: 0 1px 0 0; border-radius: 0; } @@ -164,8 +164,8 @@ GtkSwitch.trough:backdrop, .trough:backdrop { border-image: url("borders/generic-border-unfocused-dark.svg") 3 3 4 3 / 3 3 4 3 stretch; - border-radius: 3; - border-width: 1 1 2 1; + border-radius: 3px; + border-width: 1px 1px 2px 1px; } /* unfocused window: primary toolbar generic element borders */ @@ -175,8 +175,8 @@ .primary-toolbar .entry:backdrop, .inline-toolbar.toolbar .button:backdrop { border-image: url("borders/primary-toolbar-generic-border-unfocused-dark.svg") 4 / 4 stretch; - border-radius: 3; - border-width: 2; + border-radius: 3px; + border-width: 2px; border-style: solid; border-color: transparent; } diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-widgets.css gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-widgets.css --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-widgets.css 2012-01-17 00:32:43.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-widgets.css 2012-02-07 00:47:23.000000000 +0000 @@ -1,6 +1,6 @@ * { engine: adwaita; - padding: 1; + padding: 0; background-clip: padding-box; @@ -40,6 +40,8 @@ -adwaita-focus-border-color: alpha(@theme_text_color, 0.3); -adwaita-focus-border-radius: 2; -adwaita-focus-border-dashes: 1; + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; } /*************** @@ -98,14 +100,13 @@ color: @unfocused_insensitive_fg_color; } - /************ * Tooltips * ************/ .tooltip { - padding: 4; + padding: 4px; border-style: none; - border-radius: 5; + border-radius: 5px; background-color: alpha(@theme_tooltip_bg_color, 0.90); color: @theme_tooltip_fg_color; @@ -120,28 +121,24 @@ /***************** * Miscellaneous * *****************/ -.grip { - background-color: shade (@inactive_frame_color, 0.93); -} - .view.rubberband, .rubberband { background-color: alpha (@theme_selected_bg_color, 0.35); border-color: @theme_selected_bg_color; border-style: solid; - border-width: 1; - border-radius: 2; + border-width: 1px; + border-radius: 2px; } GtkStatusbar { - padding: 5; + padding: 5px; color: @theme_fg_color; -GtkStatusbar-shadow-type: none; } .dnd { - border-width: 1; + border-width: 1px; border-style: solid; border-color: @theme_selected_bg_color; border-radius: 0; @@ -188,19 +185,17 @@ background-color: @theme_unfocused_base_color; } +GtkImage, +GtkImage:insensitive { + background-color: transparent; +} + /**************** * Text Entries * ****************/ .entry { border-style: solid; - - /* we use inner-border instead of padding because padding - * also applies to the progressbar. - */ - padding: 0; - - -GtkEntry-inner-border: 5; - -GtkEntry-progress-border: 0; + padding: 4px; /* border-image defined in the -assets variants */ @@ -208,7 +203,9 @@ } .entry:focus { - box-shadow: 1 1 inset alpha(@theme_selected_bg_color, 0.2), -1 -1 inset alpha(@theme_selected_bg_color, 0.2); + box-shadow: 1 2 inset alpha(@theme_selected_bg_color, 0.1), + 1 1 inset alpha(@theme_selected_bg_color, 0.1), + -1 -1 inset alpha(@theme_selected_bg_color, 0.2); } .entry.progressbar { @@ -250,7 +247,7 @@ .spinbutton .button, .spinbutton .button:focus { color: @internal_element_color; - padding: 2 6; + padding: 2px 6px; border-width: 0; border-radius: 0; border-style: none; @@ -284,12 +281,12 @@ } .spinbutton .button:first-child { - border-radius: 2 0 0 2; + border-radius: 2px 0 0 2px; box-shadow: none; } .spinbutton .button:last-child { - border-radius: 0 2 2 0; + border-radius: 0 2px 2px 0; } /* Add back the glowy effect from the entry covered by the pushed button background*/ @@ -325,8 +322,8 @@ color-stop (0.75, @progressbar_background_b), to (shade(@progressbar_background_a, 0.85))); - border-radius: 3; - border-width: 1; + border-radius: 3px; + border-width: 1px; border-style: solid; border-color: @progressbar_border; box-shadow: 1 1 alpha(white, 0.2) inset, -1 -1 alpha(white, 0.1) inset; @@ -362,8 +359,8 @@ .progressbar.vertical row:selected:backdrop { -adwaita-progressbar-pattern: none; background-image: none; - background-color: @theme_unfocused_selected_bg_color; - border-color: @theme_unfocused_selected_bg_color; + background-color: @progressbar_unfocused_background; + border-color: @progressbar_unfocused_border; box-shadow: none; -adwaita-progressbar-pattern: none; } @@ -371,7 +368,7 @@ /* through component */ GtkProgressBar, .trough row { - padding: 0 0 1 0; + padding: 0 0 1px 0; -GtkProgressBar-xspacing: 20; -GtkProgressBar-yspacing: 20; } @@ -419,7 +416,7 @@ GtkScale.trough.highlight, GtkScale.trough.vertical, GtkScale.trough:backdrop { - border-width: 1; + border-width: 1px; border-image: none; border-style: solid; } @@ -483,7 +480,7 @@ * Frames * **********/ .frame { - padding: 2; + padding: 2px; border-width: 0; background-color: @theme_base_color; } @@ -492,8 +489,8 @@ GtkScrolledWindow.frame { border-style: solid; border-color: @borders; - border-width: 1; - border-radius: 2; + border-width: 1px; + border-radius: 2px; padding: 0; } @@ -507,12 +504,10 @@ .button, .button.menuitem.menubar, GtkComboBox.combobox-entry .button { - padding: 1 4 0 4; + padding: 1px 4px; } .button { - -GtkButton-child-displacement-x: 0; - -GtkButton-child-displacement-y: 1; -GtkButton-image-spacing: 4; -GtkButton-interior-focus: true; -GtkButton-default-border: 0; @@ -530,6 +525,7 @@ .primary-toolbar .button, .primary-toolbar .button:insensitive, .primary-toolbar .button:backdrop, +.primary-toolbar .button:hover:backdrop, .primary-toolbar .button:insensitive:backdrop { background-image: none; background-color: transparent; @@ -543,14 +539,16 @@ * we set in gtk-widget-borders.css to zero. */ border-style: solid; - border-width: 2; + border-width: 2px; border-color: transparent; text-shadow: @primary_toolbar_button_text_shadow 0 1; } +.primary-toolbar .button *:active, +.inline-toolbar .button *:active, .button *:active { - color: @button_active_text; /* Not sure about this one */ + color: @button_active_text; text-shadow: @button_active_text_shadow 0 1; } @@ -700,6 +698,7 @@ } /* Middle button */ +.linked .entry, .linked .button, .linked .button:active, .linked .button:active:hover, @@ -713,6 +712,7 @@ } /* Leftmost button */ +.linked .entry:first-child, .linked .button:first-child, .linked .button:active:first-child, .linked .button:active:hover:first-child, @@ -726,6 +726,7 @@ } /* Rightmost button */ +.linked .entry:last-child, .linked .button:last-child, .linked .button:active:last-child, .linked .button:active:hover:last-child, @@ -739,16 +740,17 @@ } /* Linked single button */ +.linked .entry:only-child, .linked .button:only-child, .linked .button:active:only-child, .linked .button:active:hover:only-child, .linked .button:focus:only-child, .linked .button:focus:active:only-child, .linked .button:insensitive:only-child { - border-right-width: 1; - border-left-width: 1; + border-right-width: 1px; + border-left-width: 1px; border-image-width: 3 3 4 3; - border-radius: 3; + border-radius: 3px; } /* Linked buttons on primary toolbars */ @@ -809,7 +811,7 @@ .inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, .inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, .inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop { - border-left-width: 2; + border-left-width: 2px; border-right-width: 0; border-image-width: 4 0 4 4; border-bottom-right-radius: 0; @@ -842,7 +844,7 @@ .inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, .inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop { border-left-width: 0; - border-right-width: 2; + border-right-width: 2px; border-image-width: 4 4 4 0; border-bottom-left-radius: 0; border-top-left-radius: 0; @@ -861,16 +863,18 @@ .inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, .inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, .inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop { - border-right-width: 2; - border-left-width: 2; + border-right-width: 2px; + border-left-width: 2px; border-image-width: 4; - border-radius: 3; + border-radius: 3px; } GtkLinkButton * { text-shadow: none; } +.button .separator { color: shade(@internal_element_color, 1.3); } + /***************** * Notebooks and * * tabs * @@ -880,7 +884,7 @@ border-color: @borders; border-style: solid; - border-width: 1; + border-width: 1px; background-color: @theme_base_color; @@ -901,24 +905,16 @@ } .notebook tab { - padding: 3; - background-image: -gtk-gradient (linear, - left top, left bottom, - from (@notebook_tab_hilight), - color-stop (0.15, @notebook_tab_hilight), - color-stop (0.15, @notebook_tab_gradient_a), - to (@notebook_tab_gradient_b)); + padding: 3px; + border-style: solid; + /* we draw our own custom border here for now */ + border-width: 0; - -adwaita-focus-border-radius: 2; -} + background-image: linear-gradient(to bottom, + @notebook_tab_hilight 1px, + @notebook_tab_gradient_a 2px, + @notebook_tab_gradient_b); -/* workaround */ -.notebook tab.bottom { - padding: 3; - background-image: -gtk-gradient (linear, - left bottom, left top, - from (@notebook_tab_gradient_a), - to (@notebook_tab_gradient_b)); -adwaita-focus-border-radius: 2; } @@ -934,11 +930,11 @@ from (@notebook_active_tab_border), to (@borders)); - -adwaita-selected-tab-color: @notebook_selected_tab_color; - background-image: -gtk-gradient (linear, - left top, left bottom, - from (@button_gradient_color_a), - to (@theme_base_color)); + background-image: linear-gradient(to bottom, + @notebook_selected_tab_color, + @notebook_selected_tab_color 2px, + @button_gradient_color_a 3px, + @theme_base_color); } .notebook tab:active:backdrop { @@ -963,26 +959,26 @@ } .notebook tab.top { - padding: 4 2 0; + padding: 4px 2px 0; } .notebook tab.top:active { - padding: 7 2 0; + padding: 7px 2px 0; } .notebook tab.bottom { - padding: 0 2 4; + padding: 0 2px 4px; } .notebook tab.bottom:active { - padding: 0 2 7; + padding: 0 2px 7px; } .notebook tab.left, .notebook tab.right { background-image: none; background-color: @theme_bg_color; - padding: 3; + padding: 3px; } .notebook tab.left:active, @@ -992,32 +988,64 @@ -adwaita-selected-tab-color: alpha(@theme_base_color, 0.0); } -.notebook tab.left { - border-radius: 3 0 0 3; +.notebook tab.left, +.notebook tab.right { + border-width: 1px; } .notebook tab.left:active { - padding: 3 3 3 5; - border-width: 1; -} - -.notebook tab.right { - border-radius: 0 3 3 0; + padding: 3px 3px 3px 5px; + border-radius: 3px 0 0 3px; } .notebook tab.right:active { - padding: 3 5 3 3; + padding: 3px 5px 3px 3px; + border-radius: 0 3px 3px 0; } .notebook tab .button, -.notebook tab .button:hover, -.notebook tab .button:hover:active { - padding: 1; - - border-style: none; +.notebook tab .button:active, +.notebook tab .button:hover { border-image: none; - background-color: transparent; + border-style: none; background-image: none; + background-color: transparent; +} + +.notebook tab .button GtkImage { + border-radius: 3px; + color: mix(@theme_fg_color, @theme_base_color, 0.7); /* FIXME*/ + border-style: solid; + border-color: transparent; + border-width: 1px; + padding: 0; + icon-shadow: 0 1 alpha(white, 0.5); /* FIXME*/ +} + +.notebook tab .button GtkImage:hover { + color: @theme_fg_color; /* FIXME*/ + border-color: alpha(black, 0.1); /* FIXME*/ +} + +.notebook tab .button GtkImage:active, +.notebook tab .button GtkImage:active:hover { + background-color: alpha(black, 0.08); /* FIXME*/ + box-shadow: 0 1 inset alpha(black, 0.05); /* FIXME*/ + color: @theme_base_color; /* FIXME*/ + icon-shadow: 0 1 alpha(black, 0.25); /* FIXME*/ + border-color: alpha(black, 0.27) + alpha(black, 0.13) + alpha(black, 0.13) + alpha(black, 0.13); /* FIXME*/ +} + +.notebook tab .button GtkImage:backdrop { + color: mix(@theme_unfocused_fg_color, @theme_unfocused_base_color, 0.7); /* FIXME*/ + icon-shadow: none; +} + +.notebook tab .button GtkImage:backdrop:hover { + color: @theme_unfocused_fg_color; } /************** @@ -1025,8 +1053,6 @@ **************/ GtkComboBox { padding: 0; - padding-right: 6; - -GtkWidget-focus-padding: 0; -GtkComboBox-arrow-scaling: 0.5; -GtkComboBox-shadow-type: none; @@ -1042,12 +1068,9 @@ color: @unfocused_insensitive_fg_color; } -GtkComboBox.combobox-entry { - padding-right: 0; /* does it work for rtl? */ -} - GtkComboBox *:insensitive { text-shadow: none; + color: @insensitive_fg_color; } GtkComboBox .separator { @@ -1057,51 +1080,75 @@ -GtkWidget-vertical-separator: 0; } -GtkComboBox.combobox-entry .button:first-child { - padding-right: 5; -} - -GtkComboBox.combobox-entry .button:last-child { - padding-left: 5; -} - - GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child { border-image-width: 3 0 4 3; - border-radius: 3 0 0 3; + border-radius: 3px 0 0 3px; border-right-width: 0; } GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child { border-image-width: 3 3 4 0; - border-radius: 0 3 3 0; + border-radius: 0 3px 3px 0; border-left-width: 0; } .primary-toolbar GtkComboBox.combobox-entry .entry:first-child, .primary-toolbar GtkComboBox.combobox-entry .button:first-child { border-image-width: 4 0 4 4; - border-radius: 3 0 0 3; + border-radius: 3px 0 0 3px; border-right-width: 0; } .primary-toolbar GtkComboBox.combobox-entry .entry:last-child, .primary-toolbar GtkComboBox.combobox-entry .button:last-child { border-image-width: 4 4 4 0; - border-radius: 0 3 3 0; + border-radius: 0 3px 3px 0; border-left-width: 0; } +GtkComboBox.combobox-entry .entry:focus:first-child { + box-shadow: 1 2 inset alpha(@theme_selected_bg_color, 0.1), + 1 1 inset alpha(@theme_selected_bg_color, 0.1), + 0 -1 inset alpha(@theme_selected_bg_color, 0.2); +} + +GtkComboBox.combobox-entry .entry:focus:last-child { + box-shadow: -1 2 inset alpha(@theme_selected_bg_color, 0.1), + -1 1 inset alpha(@theme_selected_bg_color, 0.1), + 0 -1 inset alpha(@theme_selected_bg_color, 0.2); +} + +GtkComboBox.combobox-entry .button:last-child, +GtkComboBox.combobox-entry .button:hover:last-child, GtkComboBox.combobox-entry .button:active:last-child, GtkComboBox.combobox-entry .button:hover:active:last-child { - box-shadow: 1 0 inset @inset_dark_color, 0 1 inset @entry_inset, 0 2 inset alpha(@entry_inset, 0.4);; + box-shadow: 1 0 inset @inset_dark_color, + 0 1 inset @entry_inset, + 0 2 inset alpha(@entry_inset, 0.4); } +GtkComboBox.combobox-entry .button:first-child, +GtkComboBox.combobox-entry .button:hover:first-child, GtkComboBox.combobox-entry .button:active:first-child, GtkComboBox.combobox-entry .button:hover:active:first-child { - box-shadow: -1 0 inset @inset_dark_color, 0 1 inset @entry_inset, 0 2 inset alpha(@entry_inset, 0.4);; + box-shadow: -1 0 inset @inset_dark_color, + 0 1 inset @entry_inset, + 0 2 inset alpha(@entry_inset, 0.4); +} + +GtkComboBox.combobox-entry .button:insensitive:first-child { + box-shadow: -1 0 inset @inset_dark_color; +} + +GtkComboBox.combobox-entry .button:insensitive:last-child { + box-shadow: 1 0 inset @inset_dark_color; +} + +GtkComboBox.combobox-entry .button:backdrop:first-child, +GtkComboBox.combobox-entry .button:backdrop:last-child { + box-shadow: none; } GtkComboBox.combobox-entry .button *:active, @@ -1110,8 +1157,6 @@ } GtkComboBox .button { - padding-right: 0; - padding-bottom: 1; color: @internal_element_color; } @@ -1226,7 +1271,7 @@ border-style: solid; border-image: none; border-color: transparent; - border-width: 3; + border-width: 3px; } .scrollbar.trough:backdrop { @@ -1249,11 +1294,11 @@ .scrollbar.slider { background-image: none; background-color: @scrollbar_slider; - border-radius: 20; + border-radius: 20px; border-style: solid; border-image: none; border-color: transparent; - border-width: 3; + border-width: 3px; } .scrollbar.slider:hover { @@ -1263,7 +1308,7 @@ border-style: solid; border-image: none; border-color: transparent; - border-width: 3; + border-width: 3px; } .scrollbar.slider:prelight:active { @@ -1272,7 +1317,7 @@ border-style: solid; border-image: none; border-color: transparent; - border-width: 3; + border-width: 3px; } .scrollbar.slider:insensitive { @@ -1280,7 +1325,7 @@ border-style: solid; border-image: none; border-color: transparent; - border-width: 3; + border-width: 3px; } .scrollbar.slider:backdrop { @@ -1288,7 +1333,7 @@ border-style: solid; border-image: none; border-color: transparent; - border-width: 3; + border-width: 3px; } /********* @@ -1300,10 +1345,10 @@ } GtkTreeMenu .menuitem { - padding: 2; + padding: 2px; border-style: solid; - border-width: 1 0; + border-width: 1px 0; border-color: @menu_combobox_border; } @@ -1347,7 +1392,7 @@ /* this controls the general appearance of the menubar */ .menubar { border-style: none; - padding: 4; + padding: 4px; -GtkWidget-window-dragging: true; -GtkMenuBar-internal-padding: 0; @@ -1355,7 +1400,7 @@ .menubar .menuitem { border-style: none; - padding: 3 5; + padding: 3px 5px; } /* remove the image from the prelight areas */ @@ -1363,7 +1408,7 @@ background-image: none; background-color: @menu_bg_color; - border-radius: 4 4 0 0; + border-radius: 4px 4px 0 0; } .menubar .menuitem *:hover { @@ -1372,7 +1417,7 @@ .menu .menuitem { -GtkMenuItem-arrow-scaling: 0.4; - padding: 4; + padding: 4px; } .menu .menuitem:hover { @@ -1431,44 +1476,44 @@ } .menuitem.check:active { - background-image: url("assets/checkbox-menuitem-checked.svg"); + background-image: url("assets/menuitem-checkbox-checked.png"); } .menuitem.check:active:hover { - background-image: url("assets/checkbox-menuitem-checked-selected.svg"); + background-image: url("assets/menuitem-checkbox-checked-selected.png"); } .menuitem.check:active:insensitive { - background-image: url("assets/checkbox-menuitem-checked-insensitive.svg"); + background-image: url("assets/menuitem-checkbox-checked-insensitive.png"); } -.menuitem.check:inconsistent { - background-image: url("assets/checkbox-menuitem-mixed.svg"); +.menuitem.check:inconsistent, +.menuitem.radio:inconsistent { + background-image: url("assets/menuitem-checkbox-mixed.png"); } -.menuitem.check:inconsistent:insensitive { - background-image: url("assets/checkbox-menuitem-mixed-insensitive.svg"); +.menuitem.check:inconsistent:insensitive, +.menuitem.radio:inconsistent:insensitive { + background-image: url("assets/menuitem-checkbox-mixed-insensitive.png"); +} + +.menuitem.check:inconsistent:hover, +.menuitem.radio:inconsistent:hover { + background-image: url("assets/menuitem-checkbox-mixed-selected.png"); } .menuitem.radio:active { - background-image: url("assets/radio-menuitem-checked.svg"); + background-image: url("assets/menuitem-radio-checked.png"); } .menuitem.radio:active:hover { - background-image: url("assets/radio-menuitem-checked-selected.svg"); + background-image: url("assets/menuitem-radio-checked-selected.png"); } .menuitem.radio:active:insensitive { - background-image: url("assets/radio-menuitem-checked-insensitive.svg"); + background-image: url("assets/menuitem-radio-checked-insensitive.png"); } -.menuitem.radio:inconsistent { - background-image: url("assets/radio-menuitem-mixed.svg"); -} - -.menuitem.radio:inconsistent:insensitive { - background-image: url("assets/radio-menuitem-mixed-insensitive.svg"); -} /*************** * Menu Button * @@ -1479,9 +1524,9 @@ background-image: none; background-color: @menu_bg_color; - border-radius: 5 5 0 0; + border-radius: 5px 5px 0 0; border-image: none; - border-width: 1 1 0 1; + border-width: 1px 1px 0 1px; border-color: shade(@borders, 1.30); border-style: solid; } @@ -1512,12 +1557,12 @@ .toolbar { border-style: none; border-color: darker (@theme_bg_color); -/* border-width: 1 0 1 0; */ - padding: 4; +/* border-width: 1 0 1px 0; */ + padding: 4px; } .toolbar .button { - padding: 1; + padding: 1px; } .toolbar:insensitive { @@ -1528,13 +1573,15 @@ * Menubar Toolbars * ********************/ .toolbar.menubar { - background-image: -gtk-gradient (linear, + /*background-image: -gtk-gradient (linear, left top, left bottom, from(@theme_bg_color), - to(shade(@theme_bg_color, 0.96))); + to(shade(@theme_bg_color, 0.96)));*/ border-style: none; -GtkToolbar-button-relief: normal; + padding-left: 6px; + padding-right: 6px; } /******************** @@ -1546,7 +1593,7 @@ */ .primary-toolbar .toolbar, .primary-toolbar.toolbar { - border-width: 1 0 1 0; + border-width: 1px 0 1px 0; border-radius: 0; border-style: solid; border-top-color: @toolbar_border_top; @@ -1555,6 +1602,7 @@ -GtkWidget-window-dragging: true; -GtkToolbar-button-relief: normal; box-shadow: 0 3 inset alpha(black, 0.02), 0 2 inset alpha(black, 0.02), 0 1 inset alpha(black, 0.02); + text-shadow: @primary_toolbar_button_text_shadow 0 1; } .primary-toolbar .toolbar:insensitive, @@ -1563,12 +1611,14 @@ background-color: shade (@theme_bg_color, 0.97); border-color: shade (@theme_bg_color, 0.91); + text-shadow: none; } .primary-toolbar .toolbar:backdrop, .primary-toolbar.toolbar:backdrop { border-color: @unfocused_borders; box-shadow: none; + text-shadow: none; } /* progressbars on primary toolbar entries are special */ @@ -1579,8 +1629,8 @@ from (@trough_bg_color_a), to (@trough_bg_color_b)); - border-width: 1; - border-radius: 2; + border-width: 1px; + border-radius: 2px; border-style: solid; border-color: shade(@internal_element_color, 1.10); border-image: none; @@ -1595,18 +1645,18 @@ *******************/ .inline-toolbar.toolbar { - border-width: 1; + border-width: 1px; border-radius: 0; border-style: solid; -GtkToolbar-button-relief: normal; - padding: 4; + padding: 4px; } .inline-toolbar.toolbar:last-child { - border-width: 0 1 1 1; - border-radius: 0 0 3 3; + border-width: 0 1px 1px 1px; + border-radius: 0 0 3px 3px; } /*********** @@ -1625,9 +1675,9 @@ .sidebar .scrollbar.trough, .sidebar .scrollbar.trough:backdrop { box-shadow: none; - border-radius: 100; + border-radius: 100px; border-style: solid; - border-width: 2; + border-width: 2px; border-color: transparent; } @@ -1668,10 +1718,10 @@ } GtkAssistant .sidebar { - padding: 12; + padding: 12px; - border-width: 1; - border-radius: 2; + border-width: 1px; + border-radius: 2px; border-style: solid; border-color: @inactive_frame_color; @@ -1714,15 +1764,15 @@ } GtkSwitch.slider { - border-width: 1; - border-radius: 2; + border-width: 1px; + border-radius: 2px; border-style: solid; border-color: mix (@borders, @theme_text_color, 0.4); /*box-shadow: 0 -1 inset alpha(@theme_base_color, 0.50);*/ box-shadow: 0 -1 inset alpha(white, 0.9), 0 1 inset @theme_base_color, 0 2 inset alpha(@borders, 0.15); - padding: 2 2 3 2; + padding: 2px 2px 3px 2px; background-image: -gtk-gradient (linear, left top, left bottom, @@ -1732,6 +1782,10 @@ color: shade (@switch_slider_color, 0.95); } +.primary-toolbar GtkSwitch.slider { + padding: 3px; +} + GtkSwitch.slider:insensitive { background-image: none; @@ -1762,7 +1816,7 @@ GtkViewport, GtkIconView { - border-radius: 3; + border-radius: 3px; padding: 0; background-color: @theme_base_color; } @@ -1775,7 +1829,7 @@ GtkIconView.view.cell:selected, GtkIconView.view.cell:selected:focus { background-color: @theme_selected_bg_color; - border-radius: 4; + border-radius: 4px; /* FIXME: this probably needs to be better; * see https://bugzilla.gnome.org/show_bug.cgi?id=644157 @@ -1821,7 +1875,7 @@ } /*column-header { - padding: 0 4; + padding: 0 4px; }*/ column-header.button, @@ -1842,7 +1896,7 @@ column-header .button:focus:hover { background-color: @theme_base_color; background-image: none; - padding: 0 4; + padding: 0 4px; text-shadow: none; icon-shadow: none; font-weight: bold; /* Not sure about this one */ @@ -1902,7 +1956,7 @@ .cell { color: @theme_text_color; - padding: 2; + padding: 2px; border-width: 0; } @@ -1912,8 +1966,8 @@ .expander { border-style: solid; - border-width: 1; - border-radius: 2; + border-width: 1px; + border-radius: 2px; border-color: shade (@internal_element_color, 1.40); color: @internal_element_color; @@ -1922,7 +1976,7 @@ .expander:active { border-style: solid; - border-width: 1; + border-width: 1px; color: @internal_element_color; border-color: shade (@internal_element_color, 1.40); @@ -1932,7 +1986,7 @@ .expander:hover { border-style: solid; - border-width: 1; + border-width: 1px; color: @internal_element_color; border-color: shade (@internal_element_color, 1.40); @@ -1943,7 +1997,7 @@ .expander row:selected, .expander row:selected:focus { border-style: solid; - border-width: 1; + border-width: 1px; border-color: @expander_row_selected_color; color: @expander_row_selected_color; @@ -1952,14 +2006,14 @@ /* Calendars */ GtkCalendar { - padding: 2; + padding: 2px; } GtkCalendar.view { - border-radius: 3; + border-radius: 3px; border-style: solid; - border-width: 1; - padding: 2; + border-width: 1px; + padding: 2px; } GtkCalendar.header { @@ -2029,7 +2083,7 @@ border-color: shade(@borders, 0.9); border-style: solid; - border-width: 1; + border-width: 1px; } GtkInfoBar .entry:backdrop, @@ -2056,7 +2110,7 @@ border-color: @unfocused_borders; border-style: solid; - border-width: 1; + border-width: 1px; } GtkInfoBar, @@ -2085,7 +2139,7 @@ .error:last-child { /* only apply a border on the last infobar if * there's more than one packed in */ - border-bottom-width: 1; + border-bottom-width: 1px; border-style: solid; } @@ -2163,7 +2217,7 @@ PanelApplet .button, PanelApplet .button:hover { - padding: 4; + padding: 4px; border-image: none; border-width: 0; diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css 2012-01-17 02:04:42.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css 2012-02-07 00:47:29.000000000 +0000 @@ -3,8 +3,8 @@ background-color: alpha(@theme_base_color, 0.0); border-style: solid; - border-radius: 10; - border-width: 3; + border-radius: 10px; + border-width: 3px; border-color: #d3d7cf; /* FIXME: this probably needs to be better; @@ -22,7 +22,7 @@ .button *:active, GtkComboBox *:active { - text-shadow: @button_active_text_shadow 0 -1; + text-shadow: @button_active_text_shadow 0 1; color: @theme_selected_bg_color; /* Not sure about this one */ } @@ -105,9 +105,23 @@ .entry:focus { box-shadow: 2 2 inset alpha(lighter(@theme_selected_bg_color), 0.2), - -2 -2 inset alpha(lighter(@theme_selected_bg_color), 0.2), - 1 1 inset alpha(lighter(@theme_selected_bg_color), 0.7), - -1 -1 inset alpha(lighter(@theme_selected_bg_color), 0.7); + -2 -2 inset alpha(lighter(@theme_selected_bg_color), 0.2), + 1 1 inset alpha(lighter(@theme_selected_bg_color), 0.7), + -1 -1 inset alpha(lighter(@theme_selected_bg_color), 0.7); +} + +GtkComboBox.combobox-entry .entry:focus:first-child { + box-shadow: 2 2 inset alpha(lighter(@theme_selected_bg_color), 0.2), + -1 -2 inset alpha(lighter(@theme_selected_bg_color), 0.2), + 1 1 inset alpha(lighter(@theme_selected_bg_color), 0.7), + 0 -1 inset alpha(lighter(@theme_selected_bg_color), 0.7); +} + +GtkComboBox.combobox-entry .entry:focus:last-child { + box-shadow: 1 2 inset alpha(lighter(@theme_selected_bg_color), 0.2), + -2 -2 inset alpha(lighter(@theme_selected_bg_color), 0.2), + 0 1 inset alpha(lighter(@theme_selected_bg_color), 0.7), + -1 -1 inset alpha(lighter(@theme_selected_bg_color), 0.7); } .spinbutton .button:active, diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/Makefile.am gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/Makefile.am --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/Makefile.am 2011-12-21 17:37:50.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/Makefile.am 2012-02-07 00:56:44.000000000 +0000 @@ -2,9 +2,21 @@ themedir = $(datadir)/themes/Adwaita/gtk-3.0 theme_DATA = \ - gnome-applications.css \ + gtk.gresource \ gtk.css \ gtk-dark.css \ + settings.ini + +gtk.gresource: gtk.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies $(srcdir)/gtk.gresource.xml) + $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) $< + +EXTRA_DIST = \ + gnome-applications.css \ + gtk.gresource.xml \ + gtk.css \ + gtk-dark.css \ + gtk-main.css \ + gtk-main-dark.css \ gtk-widgets.css \ gtk-widgets-backgrounds.css \ gtk-widgets-borders.css \ @@ -14,6 +26,7 @@ gtk-widgets-assets-dark.css \ settings.ini -EXTRA_DIST = $(theme_DATA) +CLEANFILES = \ + gtk.gresource -include $(top_srcdir)/git.mk diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/Makefile.in gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/Makefile.in --- gnome-themes-standard-3.3.4/themes/Adwaita/gtk-3.0/Makefile.in 2012-01-17 02:13:46.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/gtk-3.0/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -73,6 +73,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ @@ -262,9 +268,18 @@ SUBDIRS = assets borders themedir = $(datadir)/themes/Adwaita/gtk-3.0 theme_DATA = \ - gnome-applications.css \ + gtk.gresource \ gtk.css \ gtk-dark.css \ + settings.ini + +EXTRA_DIST = \ + gnome-applications.css \ + gtk.gresource.xml \ + gtk.css \ + gtk-dark.css \ + gtk-main.css \ + gtk-main-dark.css \ gtk-widgets.css \ gtk-widgets-backgrounds.css \ gtk-widgets-borders.css \ @@ -274,7 +289,9 @@ gtk-widgets-assets-dark.css \ settings.ini -EXTRA_DIST = $(theme_DATA) +CLEANFILES = \ + gtk.gresource + all: all-recursive .SUFFIXES: @@ -331,9 +348,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -546,13 +561,19 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -645,6 +666,9 @@ tags tags-recursive uninstall uninstall-am uninstall-themeDATA +gtk.gresource: gtk.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies $(srcdir)/gtk.gresource.xml) + $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) $< + -include $(top_srcdir)/git.mk # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/index.theme gnome-themes-standard-3.3.5/themes/Adwaita/index.theme --- gnome-themes-standard-3.3.4/themes/Adwaita/index.theme 2011-11-17 14:52:09.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/index.theme 2012-02-05 02:41:41.000000000 +0000 @@ -20,6 +20,7 @@ Name[et]=Adwaita Name[eu]=Adwaita Name[fa]=آدوایتا +Name[fi]=Adwaita Name[fr]=Adwaita Name[fy]=Adwaita Name[gl]=Adwaita @@ -48,6 +49,7 @@ Name[sr@latin]=Advajta Name[sv]=Adwaita Name[ta]=அத்வைதா +Name[te]=అద్వైత Name[th]=อัทไวตะ Name[tr]=Sadece bir tane Name[ug]=Adwaita @@ -78,6 +80,7 @@ Comment[et]=Ainult üks ongi Comment[eu]=Bat bakarrik dago Comment[fa]=فقط یکی وجود دارد +Comment[fi]=On vain yksi Comment[fr]=Il n'y en a qu'un seul Comment[fy]=Der is inkeld ien Comment[gl]=Só existe un @@ -106,6 +109,7 @@ Comment[sr@latin]=Postoji samo jedna Comment[sv]=Det finns bara en Comment[ta]=ஒன்றே ஒன்றூ உள்ளது +Comment[te]=అక్కడ ఒకటే ఉన్నది Comment[th]=หนึ่งเดียวเท่านั้น Comment[tr]=Sadece bir tane var Comment[ug]=پەقەت بىرىلا بار diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/Makefile.in gnome-themes-standard-3.3.5/themes/Adwaita/Makefile.in --- gnome-themes-standard-3.3.4/themes/Adwaita/Makefile.in 2012-01-17 02:13:46.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -73,6 +73,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ @@ -322,9 +328,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -537,10 +541,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/metacity-1/Makefile.in gnome-themes-standard-3.3.5/themes/Adwaita/metacity-1/Makefile.in --- gnome-themes-standard-3.3.4/themes/Adwaita/metacity-1/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/metacity-1/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -278,9 +284,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -335,10 +339,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/Adwaita/metacity-1/metacity-theme-3.xml gnome-themes-standard-3.3.5/themes/Adwaita/metacity-1/metacity-theme-3.xml --- gnome-themes-standard-3.3.4/themes/Adwaita/metacity-1/metacity-theme-3.xml 2011-12-08 15:38:36.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Adwaita/metacity-1/metacity-theme-3.xml 2012-01-26 15:56:45.000000000 +0000 @@ -32,7 +32,7 @@ - + @@ -96,6 +96,8 @@ + + diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/gtk-2.0/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/gtk-2.0/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/gtk-2.0/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/gtk-2.0/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -278,9 +284,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -335,10 +339,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/gtk-3.0/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/gtk-3.0/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/gtk-3.0/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/gtk-3.0/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -280,9 +286,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -337,10 +341,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/48x48/animations/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/48x48/animations/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/48x48/animations/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/48x48/animations/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -289,9 +295,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -346,10 +350,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/48x48/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/48x48/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/48x48/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/48x48/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -485,10 +485,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/48x48/stock/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/48x48/stock/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/48x48/stock/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/48x48/stock/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -304,9 +310,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -361,10 +365,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -73,6 +73,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ @@ -319,9 +325,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -534,10 +538,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/actions/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/actions/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/actions/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/actions/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,6 +67,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -334,9 +340,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -391,10 +395,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/actions-extra/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/actions-extra/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/actions-extra/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/actions-extra/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -286,9 +292,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -343,10 +347,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/apps/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/apps/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/apps/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/apps/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,6 +67,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -301,9 +307,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -358,10 +362,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/apps-extra/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/apps-extra/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/apps-extra/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/apps-extra/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -302,9 +308,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -359,10 +363,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/categories/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/categories/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/categories/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/categories/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,6 +67,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -299,9 +305,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -356,10 +360,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/categories-extra/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/categories-extra/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/categories-extra/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/categories-extra/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -283,9 +289,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -340,10 +344,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/devices/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/devices/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/devices/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/devices/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,6 +67,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -297,9 +303,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -354,10 +358,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/devices-extra/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/devices-extra/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/devices-extra/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/devices-extra/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -285,9 +291,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -342,10 +346,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/emblems/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/emblems/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/emblems/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/emblems/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,6 +67,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -293,9 +299,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -350,10 +354,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/emblems-extra/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/emblems-extra/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/emblems-extra/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/emblems-extra/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -283,9 +289,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -340,10 +344,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/emotes/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/emotes/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/emotes/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/emotes/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,6 +67,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -303,9 +309,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -360,10 +364,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/emotes-extra/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/emotes-extra/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/emotes-extra/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/emotes-extra/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -283,9 +289,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -340,10 +344,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -504,10 +504,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/mimetypes/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/mimetypes/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/mimetypes/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/mimetypes/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,6 +67,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -292,9 +298,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -349,10 +353,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/mimetypes-extra/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/mimetypes-extra/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/mimetypes-extra/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/mimetypes-extra/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -283,9 +289,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -340,10 +344,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/places/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/places/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/places/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/places/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -293,9 +299,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -350,10 +354,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/places-extra/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/places-extra/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/places-extra/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/places-extra/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -288,9 +294,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -345,10 +349,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/status/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/status/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/status/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/status/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,6 +67,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -325,9 +331,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -382,10 +386,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/status-extra/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/status-extra/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/icons/scalable/status-extra/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/icons/scalable/status-extra/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -288,9 +294,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -345,10 +349,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrast/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrast/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrast/Makefile.in 2012-01-17 02:13:47.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrast/Makefile.in 2012-02-07 00:56:49.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -73,6 +73,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ @@ -322,9 +328,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -537,10 +541,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrastInverse/gtk-2.0/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrastInverse/gtk-2.0/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrastInverse/gtk-2.0/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrastInverse/gtk-2.0/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -278,9 +284,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -335,10 +339,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrastInverse/gtk-3.0/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrastInverse/gtk-3.0/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrastInverse/gtk-3.0/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrastInverse/gtk-3.0/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -280,9 +286,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -337,10 +341,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrastInverse/icons/48x48/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrastInverse/icons/48x48/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrastInverse/icons/48x48/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrastInverse/icons/48x48/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -485,10 +485,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrastInverse/icons/48x48/stock/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrastInverse/icons/48x48/stock/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrastInverse/icons/48x48/stock/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrastInverse/icons/48x48/stock/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -382,9 +388,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -439,10 +443,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrastInverse/icons/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrastInverse/icons/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrastInverse/icons/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrastInverse/icons/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -73,6 +73,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ @@ -319,9 +325,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -534,10 +538,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/HighContrastInverse/Makefile.in gnome-themes-standard-3.3.5/themes/HighContrastInverse/Makefile.in --- gnome-themes-standard-3.3.4/themes/HighContrastInverse/Makefile.in 2012-01-17 02:13:48.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/HighContrastInverse/Makefile.in 2012-02-07 00:56:50.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -73,6 +73,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ @@ -322,9 +328,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -537,10 +541,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/LowContrast/gtk-2.0/Makefile.in gnome-themes-standard-3.3.5/themes/LowContrast/gtk-2.0/Makefile.in --- gnome-themes-standard-3.3.4/themes/LowContrast/gtk-2.0/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/LowContrast/gtk-2.0/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -278,9 +284,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -335,10 +339,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/LowContrast/gtk-3.0/Makefile.in gnome-themes-standard-3.3.5/themes/LowContrast/gtk-3.0/Makefile.in --- gnome-themes-standard-3.3.4/themes/LowContrast/gtk-3.0/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/LowContrast/gtk-3.0/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -280,9 +286,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -337,10 +341,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/LowContrast/icons/48x48/actions/Makefile.in gnome-themes-standard-3.3.5/themes/LowContrast/icons/48x48/actions/Makefile.in --- gnome-themes-standard-3.3.4/themes/LowContrast/icons/48x48/actions/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/LowContrast/icons/48x48/actions/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -288,9 +294,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -345,10 +349,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/LowContrast/icons/48x48/apps/Makefile.in gnome-themes-standard-3.3.5/themes/LowContrast/icons/48x48/apps/Makefile.in --- gnome-themes-standard-3.3.4/themes/LowContrast/icons/48x48/apps/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/LowContrast/icons/48x48/apps/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -298,9 +304,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -355,10 +359,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/LowContrast/icons/48x48/categories/Makefile.in gnome-themes-standard-3.3.5/themes/LowContrast/icons/48x48/categories/Makefile.in --- gnome-themes-standard-3.3.4/themes/LowContrast/icons/48x48/categories/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/LowContrast/icons/48x48/categories/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -288,9 +294,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -345,10 +349,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/LowContrast/icons/48x48/devices/Makefile.in gnome-themes-standard-3.3.5/themes/LowContrast/icons/48x48/devices/Makefile.in --- gnome-themes-standard-3.3.4/themes/LowContrast/icons/48x48/devices/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/LowContrast/icons/48x48/devices/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -290,9 +296,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -347,10 +351,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/LowContrast/icons/48x48/Makefile.in gnome-themes-standard-3.3.5/themes/LowContrast/icons/48x48/Makefile.in --- gnome-themes-standard-3.3.4/themes/LowContrast/icons/48x48/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/LowContrast/icons/48x48/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -485,10 +485,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/LowContrast/icons/48x48/stock/Makefile.in gnome-themes-standard-3.3.5/themes/LowContrast/icons/48x48/stock/Makefile.in --- gnome-themes-standard-3.3.4/themes/LowContrast/icons/48x48/stock/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/LowContrast/icons/48x48/stock/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,6 +66,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -378,9 +384,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icondir)" && rm -f $$files + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -435,10 +439,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/LowContrast/icons/Makefile.in gnome-themes-standard-3.3.5/themes/LowContrast/icons/Makefile.in --- gnome-themes-standard-3.3.4/themes/LowContrast/icons/Makefile.in 2012-01-17 02:13:50.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/LowContrast/icons/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -73,6 +73,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ @@ -319,9 +325,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -534,10 +538,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/LowContrast/Makefile.in gnome-themes-standard-3.3.5/themes/LowContrast/Makefile.in --- gnome-themes-standard-3.3.4/themes/LowContrast/Makefile.in 2012-01-17 02:13:49.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/LowContrast/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -73,6 +73,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" DATA = $(theme_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ @@ -322,9 +328,7 @@ @$(NORMAL_UNINSTALL) @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(themedir)" && rm -f $$files + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -537,10 +541,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru gnome-themes-standard-3.3.4/themes/Makefile.in gnome-themes-standard-3.3.5/themes/Makefile.in --- gnome-themes-standard-3.3.4/themes/Makefile.in 2012-01-17 02:13:50.000000000 +0000 +++ gnome-themes-standard-3.3.5/themes/Makefile.in 2012-02-07 00:56:51.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -484,10 +484,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: