Hello community,
here is the log from the commit of package gnome-themes-standard for
openSUSE:Factory checked in at 2015-05-18 22:05:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
and /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-themes-standard"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes
2015-03-30 19:17:16.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
2015-05-18 22:05:31.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 13 09:51:24 UTC 2015 - [email protected]
+
+- Update to version 3.16.2:
+ + Updated translations.
+
+-------------------------------------------------------------------
Old:
----
gnome-themes-standard-3.16.0.tar.xz
New:
----
gnome-themes-standard-3.16.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-themes-standard.spec ++++++
--- /var/tmp/diff_new_pack.A9VSuW/_old 2015-05-18 22:05:32.000000000 +0200
+++ /var/tmp/diff_new_pack.A9VSuW/_new 2015-05-18 22:05:32.000000000 +0200
@@ -17,7 +17,7 @@
Name: gnome-themes-standard
-Version: 3.16.0
+Version: 3.16.2
Release: 0
Summary: Standard GNOME Themes
License: LGPL-2.1+
++++++ gnome-themes-standard-3.16.0.tar.xz ->
gnome-themes-standard-3.16.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-themes-standard-3.16.0/ChangeLog
new/gnome-themes-standard-3.16.2/ChangeLog
--- old/gnome-themes-standard-3.16.0/ChangeLog 2015-03-24 02:09:53.000000000
+0100
+++ new/gnome-themes-standard-3.16.2/ChangeLog 2015-05-13 05:20:21.000000000
+0200
@@ -1,5 +1,35 @@
# Generated by Makefile. Do not edit.
+commit b3e563186add819e43cadccef900c0caf557df77
+Author: Matthias Clasen <[email protected]>
+Date: Tue May 12 23:11:38 2015 -0400
+
+ 3.16.2
+
+ NEWS | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit c6af12a5c4eb12c771c6759ff7f7b23a7cb62b7e
+Author: Cédric Valmary <[email protected]>
+Date: Tue Apr 28 13:34:32 2015 +0000
+
+ Added Occitan translation
+
+ po/LINGUAS | 1 +
+ po/oc.po | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 55 insertions(+)
+
+commit 80c088a9c2358cfca24e3f9332ebbe79fa97d643
+Author: Sveinn í Felli <[email protected]>
+Date: Tue Apr 21 14:20:47 2015 +0000
+
+ Added Icelandic translation
+
+ po/LINGUAS | 1 +
+ po/is.po | 36 ++++++++++++++++++++++++++++++++++++
+ 2 files changed, 37 insertions(+)
+
commit 5cd42f1cecf75f6608639664977600866ebdaa4c
Author: Matthias Clasen <[email protected]>
Date: Mon Mar 23 21:03:01 2015 -0400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-themes-standard-3.16.0/NEWS
new/gnome-themes-standard-3.16.2/NEWS
--- old/gnome-themes-standard-3.16.0/NEWS 2015-03-24 02:02:30.000000000
+0100
+++ new/gnome-themes-standard-3.16.2/NEWS 2015-05-13 05:11:26.000000000
+0200
@@ -1,3 +1,7 @@
+3.16.2
+======
+ - translation updates
+
3.16.0
======
- update README
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-themes-standard-3.16.0/aclocal.m4
new/gnome-themes-standard-3.16.2/aclocal.m4
--- old/gnome-themes-standard-3.16.0/aclocal.m4 2015-03-24 02:03:31.000000000
+0100
+++ new/gnome-themes-standard-3.16.2/aclocal.m4 2015-05-13 05:15:21.000000000
+0200
@@ -20,218 +20,6 @@
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'.])])
-# Configure paths for GLIB
-# Owen Taylor 1997-2001
-
-dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND
[, MODULES]]]])
-dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject,
-dnl gthread, or gio is specified in MODULES, pass to pkg-config
-dnl
-AC_DEFUN([AM_PATH_GLIB_2_0],
-[dnl
-dnl Get the cflags and libraries from pkg-config
-dnl
-AC_ARG_ENABLE(glibtest, [ --disable-glibtest do not try to compile and
run a test GLIB program],
- , enable_glibtest=yes)
-
- pkg_config_args=glib-2.0
- for module in . $4
- do
- case "$module" in
- gmodule)
- pkg_config_args="$pkg_config_args gmodule-2.0"
- ;;
- gmodule-no-export)
- pkg_config_args="$pkg_config_args gmodule-no-export-2.0"
- ;;
- gobject)
- pkg_config_args="$pkg_config_args gobject-2.0"
- ;;
- gthread)
- pkg_config_args="$pkg_config_args gthread-2.0"
- ;;
- gio*)
- pkg_config_args="$pkg_config_args $module-2.0"
- ;;
- esac
- done
-
- PKG_PROG_PKG_CONFIG([0.16])
-
- no_glib=""
-
- if test "x$PKG_CONFIG" = x ; then
- no_glib=yes
- PKG_CONFIG=no
- fi
-
- min_glib_version=ifelse([$1], ,2.0.0,$1)
- AC_MSG_CHECKING(for GLIB - version >= $min_glib_version)
-
- if test x$PKG_CONFIG != xno ; then
- ## don't try to run the test against uninstalled libtool libs
- if $PKG_CONFIG --uninstalled $pkg_config_args; then
- echo "Will use uninstalled version of GLib found in PKG_CONFIG_PATH"
- enable_glibtest=no
- fi
-
- if $PKG_CONFIG --atleast-version $min_glib_version $pkg_config_args; then
- :
- else
- no_glib=yes
- fi
- fi
-
- if test x"$no_glib" = x ; then
- GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
- GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0`
- GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
- GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources
gio-2.0`
-
- GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args`
- GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args`
- glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \
- sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
- glib_config_minor_version=`$PKG_CONFIG --modversion glib-2.0 | \
- sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
- glib_config_micro_version=`$PKG_CONFIG --modversion glib-2.0 | \
- sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
- if test "x$enable_glibtest" = "xyes" ; then
- ac_save_CFLAGS="$CFLAGS"
- ac_save_LIBS="$LIBS"
- CFLAGS="$CFLAGS $GLIB_CFLAGS"
- LIBS="$GLIB_LIBS $LIBS"
-dnl
-dnl Now check if the installed GLIB is sufficiently new. (Also sanity
-dnl checks the results of pkg-config to some extent)
-dnl
- rm -f conf.glibtest
- AC_TRY_RUN([
-#include <glib.h>
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
- unsigned int major, minor, micro;
-
- fclose (fopen ("conf.glibtest", "w"));
-
- if (sscanf("$min_glib_version", "%u.%u.%u", &major, &minor, µ) != 3) {
- printf("%s, bad version string\n", "$min_glib_version");
- exit(1);
- }
-
- if ((glib_major_version != $glib_config_major_version) ||
- (glib_minor_version != $glib_config_minor_version) ||
- (glib_micro_version != $glib_config_micro_version))
- {
- printf("\n*** 'pkg-config --modversion glib-2.0' returned %d.%d.%d, but
GLIB (%d.%d.%d)\n",
- $glib_config_major_version, $glib_config_minor_version,
$glib_config_micro_version,
- glib_major_version, glib_minor_version, glib_micro_version);
- printf ("*** was found! If pkg-config was correct, then it is best\n");
- printf ("*** to remove the old version of GLib. You may also be able to
fix the error\n");
- printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by
editing\n");
- printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that
is\n");
- printf("*** required on your system.\n");
- printf("*** If pkg-config was wrong, set the environment variable
PKG_CONFIG_PATH\n");
- printf("*** to point to the correct configuration files\n");
- }
- else if ((glib_major_version != GLIB_MAJOR_VERSION) ||
- (glib_minor_version != GLIB_MINOR_VERSION) ||
- (glib_micro_version != GLIB_MICRO_VERSION))
- {
- printf("*** GLIB header files (version %d.%d.%d) do not match\n",
- GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION);
- printf("*** library (version %d.%d.%d)\n",
- glib_major_version, glib_minor_version, glib_micro_version);
- }
- else
- {
- if ((glib_major_version > major) ||
- ((glib_major_version == major) && (glib_minor_version > minor)) ||
- ((glib_major_version == major) && (glib_minor_version == minor) &&
(glib_micro_version >= micro)))
- {
- return 0;
- }
- else
- {
- printf("\n*** An old version of GLIB (%u.%u.%u) was found.\n",
- glib_major_version, glib_minor_version, glib_micro_version);
- printf("*** You need a version of GLIB newer than %u.%u.%u. The latest
version of\n",
- major, minor, micro);
- printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
- printf("***\n");
- printf("*** If you have already installed a sufficiently new version,
this error\n");
- printf("*** probably means that the wrong copy of the pkg-config shell
script is\n");
- printf("*** being found. The easiest way to fix this is to remove the
old version\n");
- printf("*** of GLIB, but you can also set the PKG_CONFIG environment
to point to the\n");
- printf("*** correct copy of pkg-config. (In this case, you will have
to\n");
- printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit
/etc/ld.so.conf\n");
- printf("*** so that the correct libraries are found at run-time))\n");
- }
- }
- return 1;
-}
-],, no_glib=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
- CFLAGS="$ac_save_CFLAGS"
- LIBS="$ac_save_LIBS"
- fi
- fi
- if test "x$no_glib" = x ; then
- AC_MSG_RESULT(yes (version
$glib_config_major_version.$glib_config_minor_version.$glib_config_micro_version))
- ifelse([$2], , :, [$2])
- else
- AC_MSG_RESULT(no)
- if test "$PKG_CONFIG" = "no" ; then
- echo "*** A new enough version of pkg-config was not found."
- echo "*** See http://www.freedesktop.org/software/pkgconfig/"
- else
- if test -f conf.glibtest ; then
- :
- else
- echo "*** Could not run GLIB test program, checking why..."
- ac_save_CFLAGS="$CFLAGS"
- ac_save_LIBS="$LIBS"
- CFLAGS="$CFLAGS $GLIB_CFLAGS"
- LIBS="$LIBS $GLIB_LIBS"
- AC_TRY_LINK([
-#include <glib.h>
-#include <stdio.h>
-], [ return ((glib_major_version) || (glib_minor_version) ||
(glib_micro_version)); ],
- [ echo "*** The test program compiled, but did not run. This usually
means"
- echo "*** that the run-time linker is not finding GLIB or finding
the wrong"
- echo "*** version of GLIB. If it is not finding GLIB, you'll need to
set your"
- echo "*** LD_LIBRARY_PATH environment variable, or edit
/etc/ld.so.conf to point"
- echo "*** to the installed location Also, make sure you have run
ldconfig if that"
- echo "*** is required on your system"
- echo "***"
- echo "*** If you have an old version installed, it is best to remove
it, although"
- echo "*** you may also be able to get things to work by modifying
LD_LIBRARY_PATH" ],
- [ echo "*** The test program failed to compile or link. See the file
config.log for the"
- echo "*** exact error that occured. This usually means GLIB is
incorrectly installed."])
- CFLAGS="$ac_save_CFLAGS"
- LIBS="$ac_save_LIBS"
- fi
- fi
- GLIB_CFLAGS=""
- GLIB_LIBS=""
- GLIB_GENMARSHAL=""
- GOBJECT_QUERY=""
- GLIB_MKENUMS=""
- GLIB_COMPILE_RESOURCES=""
- ifelse([$3], , :, [$3])
- fi
- AC_SUBST(GLIB_CFLAGS)
- AC_SUBST(GLIB_LIBS)
- AC_SUBST(GLIB_GENMARSHAL)
- AC_SUBST(GOBJECT_QUERY)
- AC_SUBST(GLIB_MKENUMS)
- AC_SUBST(GLIB_COMPILE_RESOURCES)
- rm -f conf.glibtest
-])
-
# nls.m4 serial 5 (gettext-0.18)
dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
dnl Inc.
@@ -480,6 +268,218 @@
AS_VAR_IF([$1], [""], [$5], [$4])dnl
])# PKG_CHECK_VAR
+# Configure paths for GLIB
+# Owen Taylor 1997-2001
+
+dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND
[, MODULES]]]])
+dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject,
+dnl gthread, or gio is specified in MODULES, pass to pkg-config
+dnl
+AC_DEFUN([AM_PATH_GLIB_2_0],
+[dnl
+dnl Get the cflags and libraries from pkg-config
+dnl
+AC_ARG_ENABLE(glibtest, [ --disable-glibtest do not try to compile and
run a test GLIB program],
+ , enable_glibtest=yes)
+
+ pkg_config_args=glib-2.0
+ for module in . $4
+ do
+ case "$module" in
+ gmodule)
+ pkg_config_args="$pkg_config_args gmodule-2.0"
+ ;;
+ gmodule-no-export)
+ pkg_config_args="$pkg_config_args gmodule-no-export-2.0"
+ ;;
+ gobject)
+ pkg_config_args="$pkg_config_args gobject-2.0"
+ ;;
+ gthread)
+ pkg_config_args="$pkg_config_args gthread-2.0"
+ ;;
+ gio*)
+ pkg_config_args="$pkg_config_args $module-2.0"
+ ;;
+ esac
+ done
+
+ PKG_PROG_PKG_CONFIG([0.16])
+
+ no_glib=""
+
+ if test "x$PKG_CONFIG" = x ; then
+ no_glib=yes
+ PKG_CONFIG=no
+ fi
+
+ min_glib_version=ifelse([$1], ,2.0.0,$1)
+ AC_MSG_CHECKING(for GLIB - version >= $min_glib_version)
+
+ if test x$PKG_CONFIG != xno ; then
+ ## don't try to run the test against uninstalled libtool libs
+ if $PKG_CONFIG --uninstalled $pkg_config_args; then
+ echo "Will use uninstalled version of GLib found in PKG_CONFIG_PATH"
+ enable_glibtest=no
+ fi
+
+ if $PKG_CONFIG --atleast-version $min_glib_version $pkg_config_args; then
+ :
+ else
+ no_glib=yes
+ fi
+ fi
+
+ if test x"$no_glib" = x ; then
+ GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
+ GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0`
+ GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
+ GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources
gio-2.0`
+
+ GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args`
+ GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args`
+ glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \
+ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
+ glib_config_minor_version=`$PKG_CONFIG --modversion glib-2.0 | \
+ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
+ glib_config_micro_version=`$PKG_CONFIG --modversion glib-2.0 | \
+ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
+ if test "x$enable_glibtest" = "xyes" ; then
+ ac_save_CFLAGS="$CFLAGS"
+ ac_save_LIBS="$LIBS"
+ CFLAGS="$CFLAGS $GLIB_CFLAGS"
+ LIBS="$GLIB_LIBS $LIBS"
+dnl
+dnl Now check if the installed GLIB is sufficiently new. (Also sanity
+dnl checks the results of pkg-config to some extent)
+dnl
+ rm -f conf.glibtest
+ AC_TRY_RUN([
+#include <glib.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+int
+main ()
+{
+ unsigned int major, minor, micro;
+
+ fclose (fopen ("conf.glibtest", "w"));
+
+ if (sscanf("$min_glib_version", "%u.%u.%u", &major, &minor, µ) != 3) {
+ printf("%s, bad version string\n", "$min_glib_version");
+ exit(1);
+ }
+
+ if ((glib_major_version != $glib_config_major_version) ||
+ (glib_minor_version != $glib_config_minor_version) ||
+ (glib_micro_version != $glib_config_micro_version))
+ {
+ printf("\n*** 'pkg-config --modversion glib-2.0' returned %d.%d.%d, but
GLIB (%d.%d.%d)\n",
+ $glib_config_major_version, $glib_config_minor_version,
$glib_config_micro_version,
+ glib_major_version, glib_minor_version, glib_micro_version);
+ printf ("*** was found! If pkg-config was correct, then it is best\n");
+ printf ("*** to remove the old version of GLib. You may also be able to
fix the error\n");
+ printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by
editing\n");
+ printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that
is\n");
+ printf("*** required on your system.\n");
+ printf("*** If pkg-config was wrong, set the environment variable
PKG_CONFIG_PATH\n");
+ printf("*** to point to the correct configuration files\n");
+ }
+ else if ((glib_major_version != GLIB_MAJOR_VERSION) ||
+ (glib_minor_version != GLIB_MINOR_VERSION) ||
+ (glib_micro_version != GLIB_MICRO_VERSION))
+ {
+ printf("*** GLIB header files (version %d.%d.%d) do not match\n",
+ GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION);
+ printf("*** library (version %d.%d.%d)\n",
+ glib_major_version, glib_minor_version, glib_micro_version);
+ }
+ else
+ {
+ if ((glib_major_version > major) ||
+ ((glib_major_version == major) && (glib_minor_version > minor)) ||
+ ((glib_major_version == major) && (glib_minor_version == minor) &&
(glib_micro_version >= micro)))
+ {
+ return 0;
+ }
+ else
+ {
+ printf("\n*** An old version of GLIB (%u.%u.%u) was found.\n",
+ glib_major_version, glib_minor_version, glib_micro_version);
+ printf("*** You need a version of GLIB newer than %u.%u.%u. The latest
version of\n",
+ major, minor, micro);
+ printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
+ printf("***\n");
+ printf("*** If you have already installed a sufficiently new version,
this error\n");
+ printf("*** probably means that the wrong copy of the pkg-config shell
script is\n");
+ printf("*** being found. The easiest way to fix this is to remove the
old version\n");
+ printf("*** of GLIB, but you can also set the PKG_CONFIG environment
to point to the\n");
+ printf("*** correct copy of pkg-config. (In this case, you will have
to\n");
+ printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit
/etc/ld.so.conf\n");
+ printf("*** so that the correct libraries are found at run-time))\n");
+ }
+ }
+ return 1;
+}
+],, no_glib=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
+ CFLAGS="$ac_save_CFLAGS"
+ LIBS="$ac_save_LIBS"
+ fi
+ fi
+ if test "x$no_glib" = x ; then
+ AC_MSG_RESULT(yes (version
$glib_config_major_version.$glib_config_minor_version.$glib_config_micro_version))
+ ifelse([$2], , :, [$2])
+ else
+ AC_MSG_RESULT(no)
+ if test "$PKG_CONFIG" = "no" ; then
+ echo "*** A new enough version of pkg-config was not found."
+ echo "*** See http://www.freedesktop.org/software/pkgconfig/"
+ else
+ if test -f conf.glibtest ; then
+ :
+ else
+ echo "*** Could not run GLIB test program, checking why..."
+ ac_save_CFLAGS="$CFLAGS"
+ ac_save_LIBS="$LIBS"
+ CFLAGS="$CFLAGS $GLIB_CFLAGS"
+ LIBS="$LIBS $GLIB_LIBS"
+ AC_TRY_LINK([
+#include <glib.h>
+#include <stdio.h>
+], [ return ((glib_major_version) || (glib_minor_version) ||
(glib_micro_version)); ],
+ [ echo "*** The test program compiled, but did not run. This usually
means"
+ echo "*** that the run-time linker is not finding GLIB or finding
the wrong"
+ echo "*** version of GLIB. If it is not finding GLIB, you'll need to
set your"
+ echo "*** LD_LIBRARY_PATH environment variable, or edit
/etc/ld.so.conf to point"
+ echo "*** to the installed location Also, make sure you have run
ldconfig if that"
+ echo "*** is required on your system"
+ echo "***"
+ echo "*** If you have an old version installed, it is best to remove
it, although"
+ echo "*** you may also be able to get things to work by modifying
LD_LIBRARY_PATH" ],
+ [ echo "*** The test program failed to compile or link. See the file
config.log for the"
+ echo "*** exact error that occured. This usually means GLIB is
incorrectly installed."])
+ CFLAGS="$ac_save_CFLAGS"
+ LIBS="$ac_save_LIBS"
+ fi
+ fi
+ GLIB_CFLAGS=""
+ GLIB_LIBS=""
+ GLIB_GENMARSHAL=""
+ GOBJECT_QUERY=""
+ GLIB_MKENUMS=""
+ GLIB_COMPILE_RESOURCES=""
+ ifelse([$3], , :, [$3])
+ fi
+ AC_SUBST(GLIB_CFLAGS)
+ AC_SUBST(GLIB_LIBS)
+ AC_SUBST(GLIB_GENMARSHAL)
+ AC_SUBST(GOBJECT_QUERY)
+ AC_SUBST(GLIB_MKENUMS)
+ AC_SUBST(GLIB_COMPILE_RESOURCES)
+ rm -f conf.glibtest
+])
+
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-themes-standard-3.16.0/configure
new/gnome-themes-standard-3.16.2/configure
--- old/gnome-themes-standard-3.16.0/configure 2015-03-24 02:03:32.000000000
+0100
+++ new/gnome-themes-standard-3.16.2/configure 2015-05-13 05:15:21.000000000
+0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-themes-standard 3.16.0.
+# Generated by GNU Autoconf 2.69 for gnome-themes-standard 3.16.2.
#
# Report bugs to
<http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard>.
#
@@ -591,8 +591,8 @@
# Identity of this package.
PACKAGE_NAME='gnome-themes-standard'
PACKAGE_TARNAME='gnome-themes-standard'
-PACKAGE_VERSION='3.16.0'
-PACKAGE_STRING='gnome-themes-standard 3.16.0'
+PACKAGE_VERSION='3.16.2'
+PACKAGE_STRING='gnome-themes-standard 3.16.2'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard'
PACKAGE_URL=''
@@ -1383,7 +1383,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.16.0 to adapt to many kinds of
systems.
+\`configure' configures gnome-themes-standard 3.16.2 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1454,7 +1454,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gnome-themes-standard
3.16.0:";;
+ short | recursive ) echo "Configuration of gnome-themes-standard
3.16.2:";;
esac
cat <<\_ACEOF
@@ -1580,7 +1580,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gnome-themes-standard configure 3.16.0
+gnome-themes-standard configure 3.16.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1858,7 +1858,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.16.0, which was
+It was created by gnome-themes-standard $as_me 3.16.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2724,7 +2724,7 @@
# Define the identity of the package.
PACKAGE='gnome-themes-standard'
- VERSION='3.16.0'
+ VERSION='3.16.2'
cat >>confdefs.h <<_ACEOF
@@ -13983,7 +13983,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.16.0, which was
+This file was extended by gnome-themes-standard $as_me 3.16.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14040,7 +14040,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.16.0
+gnome-themes-standard config.status 3.16.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-themes-standard-3.16.0/configure.ac
new/gnome-themes-standard-3.16.2/configure.ac
--- old/gnome-themes-standard-3.16.0/configure.ac 2015-03-24
02:02:55.000000000 +0100
+++ new/gnome-themes-standard-3.16.2/configure.ac 2015-05-13
05:11:33.000000000 +0200
@@ -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.16.0],
+AC_INIT([gnome-themes-standard], [3.16.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
AC_CONFIG_MACRO_DIR([m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-themes-standard-3.16.0/po/LINGUAS
new/gnome-themes-standard-3.16.2/po/LINGUAS
--- old/gnome-themes-standard-3.16.0/po/LINGUAS 2015-03-14 19:35:07.000000000
+0100
+++ new/gnome-themes-standard-3.16.2/po/LINGUAS 2015-05-13 05:10:50.000000000
+0200
@@ -30,6 +30,7 @@
hi
hu
id
+is
it
ja
kk
@@ -42,6 +43,7 @@
mr
nb
nl
+oc
or
pa
pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-themes-standard-3.16.0/po/is.po
new/gnome-themes-standard-3.16.2/po/is.po
--- old/gnome-themes-standard-3.16.0/po/is.po 1970-01-01 01:00:00.000000000
+0100
+++ new/gnome-themes-standard-3.16.2/po/is.po 2015-05-13 05:10:50.000000000
+0200
@@ -0,0 +1,36 @@
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Sveinn í Felli <[email protected]>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"themes-standard&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2015-03-25 09:11+0000\n"
+"PO-Revision-Date: 2015-04-21 14:19+0000\n"
+"Last-Translator: Sveinn í Felli <[email protected]>\n"
+"Language-Team: Icelandic <[email protected]>\n"
+"Language: is\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: ../themes/Adwaita/index.theme.in.h:1
+msgid "Adwaita"
+msgstr "Adwaita"
+
+#: ../themes/Adwaita/index.theme.in.h:2
+msgid "There is only one"
+msgstr "Það er aðeins eitt"
+
+#: ../themes/HighContrast/index.theme.in.h:1
+msgid "High Contrast"
+msgstr "Mikil birtuskil"
+
+#: ../themes/HighContrast/index.theme.in.h:2
+msgid "High contrast theme"
+msgstr "Þema með mikil birtuskil"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-themes-standard-3.16.0/po/oc.po
new/gnome-themes-standard-3.16.2/po/oc.po
--- old/gnome-themes-standard-3.16.0/po/oc.po 1970-01-01 01:00:00.000000000
+0100
+++ new/gnome-themes-standard-3.16.2/po/oc.po 2015-05-13 05:10:50.000000000
+0200
@@ -0,0 +1,54 @@
+# Occitan translation for gnome-themes-standard.
+# Copyright (C) 2010-2011 Listed translators
+# This file is distributed under the same license as the gnome-themes-standard
package.
+# Cédric Valmary (totenoc.org) <[email protected]>, 2010
+# None <None>, 2013.
+# Cédric Valmary (Tot en òc) <[email protected]>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-themes-standard master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"themes-standard&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2013-10-02 15:16+0000\n"
+"PO-Revision-Date: 2015-04-27 18:20+0200\n"
+"Last-Translator: Cédric Valmary (Tot en òc) <[email protected]>\n"
+"Language-Team: Tot en òc (totenoc.org)\n"
+"Language: oc\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Virtaal 0.7.1\n"
+"X-Project-Style: gnome\n"
+
+#: ../themes/Adwaita/backgrounds/adwaita.xml.in.in.h:1
+msgid "Default Background"
+msgstr "Fons d'ecran per defaut"
+
+#: ../themes/Adwaita/index.theme.in.h:1
+msgid "Adwaita"
+msgstr "Adwaita"
+
+#: ../themes/Adwaita/index.theme.in.h:2
+msgid "There is only one"
+msgstr "N'i a pas qu'un sol"
+
+#: ../themes/HighContrast/index.theme.in.h:1
+msgid "High Contrast"
+msgstr "Contraste elevat"
+
+#: ../themes/HighContrast/index.theme.in.h:2
+msgid "High contrast theme"
+msgstr "Tèma amb contraste fòrt"
+
+#~ msgid "High Contrast Inverse"
+#~ msgstr "Contraste elevat inversat"
+
+#~ msgid "High contrast inverse theme"
+#~ msgstr "Tèma amb contraste inversat fòrt"
+
+#~ msgid "Low Contrast"
+#~ msgstr "Constraste feble"
+
+#~ msgid "Low contrast theme"
+#~ msgstr "Tèma amb constraste feble"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-themes-standard-3.16.0/themes/Adwaita/index.theme
new/gnome-themes-standard-3.16.2/themes/Adwaita/index.theme
--- old/gnome-themes-standard-3.16.0/themes/Adwaita/index.theme 2015-03-24
02:05:40.000000000 +0100
+++ new/gnome-themes-standard-3.16.2/themes/Adwaita/index.theme 2015-05-13
05:15:29.000000000 +0200
@@ -31,6 +31,7 @@
Name[hi]=अद्वैत
Name[hu]=Adwaita
Name[id]=Adwaita
+Name[is]=Adwaita
Name[it]=Adwaita
Name[ja]=アドワイチャ
Name[kk]=Адвайта
@@ -43,6 +44,7 @@
Name[mr]=Adwaita
Name[nb]=Adwaita
Name[nl]=Adwaita
+Name[oc]=Adwaita
Name[or]=Adwaita
Name[pa]=ਅਡਵੇਟਾ
Name[pl]=Adwaita
@@ -101,6 +103,7 @@
Comment[hi]=केवल एक है
Comment[hu]=Csak egy van
Comment[id]=Hanya ada satu
+Comment[is]=Það er aðeins eitt
Comment[it]=Il solo e l'unico
Comment[ja]=唯一無二
Comment[kk]=Бірегей
@@ -113,6 +116,7 @@
Comment[mr]=फक्त एकाच आहे
Comment[nb]=Det finnes bare én
Comment[nl]=Er is er maar één
+Comment[oc]=N'i a pas qu'un sol
Comment[or]=ସେଠାରେ କେବଳ ଗୋଟିଏ ଅଛି
Comment[pa]=ਸਿਰਫ਼ ਇੱਕ ਹੀ ਹੈ
Comment[pl]=Może być tylko jeden
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-themes-standard-3.16.0/themes/HighContrast/icons/Makefile
new/gnome-themes-standard-3.16.2/themes/HighContrast/icons/Makefile
--- old/gnome-themes-standard-3.16.0/themes/HighContrast/icons/Makefile
2015-03-24 02:03:35.000000000 +0100
+++ new/gnome-themes-standard-3.16.2/themes/HighContrast/icons/Makefile
2015-05-13 05:15:24.000000000 +0200
@@ -168,7 +168,7 @@
CPP = gcc -E
CPPFLAGS =
CYGPATH_W = echo
-DEFS = -DPACKAGE_NAME=\"gnome-themes-standard\"
-DPACKAGE_TARNAME=\"gnome-themes-standard\" -DPACKAGE_VERSION=\"3.16.0\"
-DPACKAGE_STRING=\"gnome-themes-standard\ 3.16.0\"
-DPACKAGE_BUGREPORT=\"http://bugzilla.gnome.org/enter_bug.cgi\?product=gnome-themes-standard\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"gnome-themes-standard\" -DVERSION=\"3.16.0\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
+DEFS = -DPACKAGE_NAME=\"gnome-themes-standard\"
-DPACKAGE_TARNAME=\"gnome-themes-standard\" -DPACKAGE_VERSION=\"3.16.2\"
-DPACKAGE_STRING=\"gnome-themes-standard\ 3.16.2\"
-DPACKAGE_BUGREPORT=\"http://bugzilla.gnome.org/enter_bug.cgi\?product=gnome-themes-standard\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"gnome-themes-standard\" -DVERSION=\"3.16.2\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
DEPDIR = .deps
DLLTOOL = dlltool
DSYMUTIL =
@@ -180,24 +180,24 @@
EXEEXT =
FGREP = /usr/bin/grep -F
GETTEXT_PACKAGE = gnome-themes-standard
-GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
+GLIB_CFLAGS = -I/home/mclasen/gnome/include/glib-2.0
-I/home/mclasen/gnome/lib/glib-2.0/include
GLIB_COMPILE_RESOURCES = glib-compile-resources
GLIB_GENMARSHAL = glib-genmarshal
-GLIB_LIBS = -lglib-2.0
+GLIB_LIBS = -L/home/mclasen/gnome/lib -lglib-2.0
GLIB_MKENUMS = glib-mkenums
GMSGFMT = /usr/bin/msgfmt
GOBJECT_QUERY = gobject-query
GREP = /usr/bin/grep
-GTK2_ENGINE_CFLAGS = -pthread -I/usr/include/gtk-2.0
-I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/harfbuzz -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2
-I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-GTK2_ENGINE_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0
-lpangoft2-1.0 -lfontconfig -lfreetype -lgdk-x11-2.0 -lpangocairo-1.0
-lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0
+GTK2_ENGINE_CFLAGS = -pthread -I/home/mclasen/gnome/include/gtk-2.0
-I/home/mclasen/gnome/lib/gtk-2.0/include -I/home/mclasen/gnome/include/atk-1.0
-I/home/mclasen/gnome/include/gtk-2.0 -I/home/mclasen/gnome/lib/gtk-2.0/include
-I/home/mclasen/gnome/include/pango-1.0 -I/home/mclasen/gnome/include/harfbuzz
-I/home/mclasen/gnome/include/pango-1.0 -I/home/mclasen/gnome/include/cairo
-I/home/mclasen/gnome/include/gdk-pixbuf-2.0
-I/home/mclasen/gnome/include/glib-2.0
-I/home/mclasen/gnome/lib/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2
-I/usr/include/libdrm -I/usr/include/libpng16
+GTK2_ENGINE_LIBS = -L/home/mclasen/gnome/lib -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfontconfig -lfreetype -lgdk-x11-2.0
-lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0
GTK2_VERSION = 2.10.0
-GTK3_ENGINE_CFLAGS = -pthread -I/usr/include/gtk-3.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libdrm
-I/usr/include/libpng16
-GTK3_ENGINE_LIBS = -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0
-lcairo-gobject -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0
-lglib-2.0 -lcairo
+GTK3_ENGINE_CFLAGS = -pthread -I/home/mclasen/gnome/include/gtk-3.0
-I/home/mclasen/gnome/include/at-spi2-atk/2.0
-I/home/mclasen/gnome/include/at-spi-2.0 -I/home/mclasen/gnome/include/gtk-3.0
-I/home/mclasen/gnome/include/gio-unix-2.0/ -I/home/mclasen/gnome/include/cairo
-I/home/mclasen/gnome/include/pango-1.0 -I/home/mclasen/gnome/include/harfbuzz
-I/home/mclasen/gnome/include/pango-1.0 -I/home/mclasen/gnome/include/atk-1.0
-I/home/mclasen/gnome/include/cairo -I/home/mclasen/gnome/include/librsvg-2.0
-I/home/mclasen/gnome/include/gdk-pixbuf-2.0
-I/home/mclasen/gnome/include/cairo -I/home/mclasen/gnome/include/glib-2.0
-I/home/mclasen/gnome/lib/glib-2.0/include -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/libpng16 -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2
-I/usr/include/libdrm -I/usr/include/libpng16
+GTK3_ENGINE_LIBS = -L/home/mclasen/gnome/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0
-lpango-1.0 -latk-1.0 -lcairo-gobject -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0
-lgobject-2.0 -lglib-2.0 -lcairo
GTK3_VERSION = 3.0.0
-GTK_UPDATE_ICON_CACHE = /usr/bin/gtk-update-icon-cache
-HIGHCONTRAST_CFLAGS = -pthread -I/usr/include/gtk-3.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2
-I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include
-HIGHCONTRAST_LIBS = -lgio-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0
-lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0
-INSTALL = /usr/bin/install -c
+GTK_UPDATE_ICON_CACHE = /home/mclasen/gnome/bin/gtk-update-icon-cache
+HIGHCONTRAST_CFLAGS = -pthread -I/home/mclasen/gnome/include/gtk-3.0
-I/home/mclasen/gnome/include/gio-unix-2.0/ -I/home/mclasen/gnome/include/cairo
-I/home/mclasen/gnome/include/pango-1.0 -I/home/mclasen/gnome/include/harfbuzz
-I/home/mclasen/gnome/include/pango-1.0
-I/home/mclasen/gnome/include/gdk-pixbuf-2.0
-I/home/mclasen/gnome/include/cairo -I/home/mclasen/gnome/include/glib-2.0
-I/home/mclasen/gnome/lib/glib-2.0/include -I/usr/include/libpng16
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
+HIGHCONTRAST_LIBS = -L/home/mclasen/gnome/lib -lgio-2.0 -lgdk-3
-lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo
-lgobject-2.0 -lglib-2.0
+INSTALL = /home/mclasen/.local/bin/install-check
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
@@ -211,7 +211,7 @@
INTLTOOL__v_MERGE_ = $(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))
INTLTOOL__v_MERGE_0 = @echo " ITMRG " $@;
LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS =
+LDFLAGS = -L/home/mclasen/gnome/lib
LIBOBJS =
LIBS =
LIBTOOL = $(SHELL) $(top_builddir)/libtool
@@ -232,21 +232,21 @@
PACKAGE = gnome-themes-standard
PACKAGE_BUGREPORT =
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard
PACKAGE_NAME = gnome-themes-standard
-PACKAGE_STRING = gnome-themes-standard 3.16.0
+PACKAGE_STRING = gnome-themes-standard 3.16.2
PACKAGE_TARNAME = gnome-themes-standard
PACKAGE_URL =
-PACKAGE_VERSION = 3.16.0
+PACKAGE_VERSION = 3.16.2
PATH_SEPARATOR = :
PKG_CONFIG = /usr/bin/pkg-config
PKG_CONFIG_LIBDIR =
-PKG_CONFIG_PATH =
+PKG_CONFIG_PATH =
/home/mclasen/gnome/lib/pkgconfig:/home/mclasen/gnome/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig
RANLIB = ranlib
SED = /usr/bin/sed
SET_MAKE =
SHELL = /bin/sh
STRIP = strip
USE_NLS = yes
-VERSION = 3.16.0
+VERSION = 3.16.2
XGETTEXT = /usr/bin/xgettext
abs_builddir =
/home/mclasen/Sources/gnome-themes-standard/themes/HighContrast/icons
abs_srcdir =
/home/mclasen/Sources/gnome-themes-standard/themes/HighContrast/icons
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-themes-standard-3.16.0/themes/HighContrast/index.theme
new/gnome-themes-standard-3.16.2/themes/HighContrast/index.theme
--- old/gnome-themes-standard-3.16.0/themes/HighContrast/index.theme
2015-03-24 02:05:41.000000000 +0100
+++ new/gnome-themes-standard-3.16.2/themes/HighContrast/index.theme
2015-05-13 05:15:29.000000000 +0200
@@ -32,6 +32,7 @@
Name[hi]=अधिक विरोध
Name[hu]=Nagy kontraszt
Name[id]=Kontras Tinggi
+Name[is]=Mikil birtuskil
Name[it]=Contrasto elevato
Name[ja]=ハイコントラスト
Name[kk]=Жоғары контраст
@@ -44,6 +45,7 @@
Name[mr]=जास्त काँट्रास्ट
Name[nb]=Høy kontrast
Name[nl]=Hoog contrast
+Name[oc]=Contraste elevat
Name[or]=ଅଧିକ ସ୍ପଷ୍ଟତା
Name[pa]=ਵੱਧ ਕਨਟਰਾਸਟ
Name[pl]=Wysoki kontrast
@@ -102,6 +104,7 @@
Comment[hi]=उच्च विरोधी प्रसंग
Comment[hu]=Nagy kontrasztú téma
Comment[id]=Tema dengan kontras tinggi
+Comment[is]=Þema með mikil birtuskil
Comment[it]=Tema a contrasto elevato
Comment[ja]=ハイコントラストのテーマ
Comment[kk]=Жоғары контрастты тема
@@ -114,6 +117,7 @@
Comment[mr]=जास्त काँट्रास्ट सुत्रयोजना
Comment[nb]=Tema med høy kontrast
Comment[nl]=Thema met hoog contrast
+Comment[oc]=Tèma amb contraste fòrt
Comment[or]=ଅଧିକ ସ୍ପଷ୍ଟତା ପ୍ରସଙ୍ଗ
Comment[pa]=ਵੱਧ ਕਨਟਰਾਸਟ ਥੀਮ
Comment[pl]=Motyw o wysokim kontraście