Hello community, here is the log from the commit of package marco for openSUSE:Factory checked in at 2016-05-23 16:40:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/marco (Old) and /work/SRC/openSUSE:Factory/.marco.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "marco" Changes: -------- --- /work/SRC/openSUSE:Factory/marco/marco.changes 2016-04-30 23:31:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.marco.new/marco.changes 2016-05-23 16:40:25.000000000 +0200 @@ -1,0 +2,8 @@ +Sun May 22 15:13:43 UTC 2016 - [email protected] + +- Update to version 1.14.2: + * GTK+3: Fix a typo with deprecated GtkMisc. + * GTK+3 fixedtip: Add style class tooltip. + * Update translations. + +------------------------------------------------------------------- Old: ---- marco-1.14.1.tar.xz New: ---- marco-1.14.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ marco.spec ++++++ --- /var/tmp/diff_new_pack.PH7VRr/_old 2016-05-23 16:40:26.000000000 +0200 +++ /var/tmp/diff_new_pack.PH7VRr/_new 2016-05-23 16:40:26.000000000 +0200 @@ -20,7 +20,7 @@ %define sover 0 %define _version 1.14 Name: marco -Version: 1.14.1 +Version: 1.14.2 Release: 0 Summary: MATE window manager License: GPL-2.0+ ++++++ marco-1.14.1.tar.xz -> marco-1.14.2.tar.xz ++++++ ++++ 2497 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/ChangeLog new/marco-1.14.2/ChangeLog --- old/marco-1.14.1/ChangeLog 2016-04-20 14:14:47.000000000 +0200 +++ new/marco-1.14.2/ChangeLog 2016-05-21 13:07:19.000000000 +0200 @@ -1,3 +1,38 @@ +commit 7fcd664df18541ff0f57ba4383304e01536dcab8 +Author: raveit65 <[email protected]> +Date: Sat May 21 12:48:53 2016 +0200 + + sync with transiflex + + po/cs.po | 7 ++++--- + po/el.po | 16 ++++++++-------- + po/es.po | 11 ++++++----- + po/hu.po | 7 ++++--- + po/la.po | 25 +++++++++++++------------ + po/nb.po | 4 ++-- + po/pt_BR.po | 11 ++++++----- + po/sv.po | 18 +++++++++--------- + po/uz.po | 18 +++++++++--------- + 9 files changed, 61 insertions(+), 56 deletions(-) + +commit 829591e31abd4500aef72b1c49037d61a854c391 +Author: raveit65 <[email protected]> +Date: Tue May 17 01:14:57 2016 +0200 + + fix a typo with deprecated GtkMisc + + src/ui/theme-viewer.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 4ab26c4748b13590c350bc7b3cb4cfc83cb15225 +Author: raveit65 <[email protected]> +Date: Tue May 3 22:17:47 2016 +0200 + + GTK+3 fixedtip: add style class tooltip + + src/ui/fixedtip.c | 1 + + 1 file changed, 1 insertion(+) + commit f1a2bc89a89f60827beba19969a02d858f85f56a Author: monsta <[email protected]> Date: Wed Apr 20 15:13:24 2016 +0300 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/INSTALL new/marco-1.14.2/INSTALL --- old/marco-1.14.1/INSTALL 2016-04-20 14:14:27.000000000 +0200 +++ new/marco-1.14.2/INSTALL 2016-05-21 13:06:32.000000000 +0200 @@ -12,8 +12,8 @@ Basic Installation ================== - Briefly, the shell command `./configure && make && make install' -should configure, build, and install this package. The following + Briefly, the shell commands `./configure; make; make install' should +configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/NEWS new/marco-1.14.2/NEWS --- old/marco-1.14.1/NEWS 2016-04-20 14:11:19.000000000 +0200 +++ new/marco-1.14.2/NEWS 2016-05-21 13:04:49.000000000 +0200 @@ -1,3 +1,8 @@ +1.14.2 + * Translations update + * GTK+3: fix a typo with deprecated GtkMisc + * GTK+3 fixedtip: add style class tooltip + 1.14.1 * Fix crash on showing alt-tab thumbnails with compositor on * Translations update diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/compile new/marco-1.14.2/compile --- old/marco-1.14.1/compile 2016-04-20 14:14:27.000000000 +0200 +++ new/marco-1.14.2/compile 1970-01-01 01:00:00.000000000 +0100 @@ -1,347 +0,0 @@ -#! /bin/sh -# Wrapper for compilers which do not understand '-c -o'. - -scriptversion=2012-10-14.11; # UTC - -# Copyright (C) 1999-2013 Free Software Foundation, Inc. -# Written by Tom Tromey <[email protected]>. -# -# 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 -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - -# This file is maintained in Automake, please report -# bugs to <[email protected]> or send patches to -# <[email protected]>. - -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 Windows 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_dashL linkdir -# Make cl look for libraries in LINKDIR -func_cl_dashL () -{ - func_file_conv "$1" - if test -z "$lib_path"; then - lib_path=$file - else - lib_path="$lib_path;$file" - fi - linker_opts="$linker_opts -LIBPATH:$file" -} - -# func_cl_dashl library -# Do a library search-path lookup for cl -func_cl_dashl () -{ - lib=$1 - 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 - lib=$dir/$lib.dll.lib - break - fi - if test -f "$dir/$lib.lib"; then - found=yes - lib=$dir/$lib.lib - break - fi - if test -f "$dir/lib$lib.a"; then - found=yes - lib=$dir/lib$lib.a - break - fi - done - IFS=$save_IFS - - if test "$found" != yes; then - lib=$lib.lib - fi -} - -# 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) - eat=1 - func_file_conv "$2" mingw - set x "$@" -I"$file" - shift - ;; - -I*) - func_file_conv "${1#-I}" mingw - set x "$@" -I"$file" - shift - ;; - -l) - eat=1 - func_cl_dashl "$2" - set x "$@" "$lib" - shift - ;; - -l*) - func_cl_dashl "${1#-l}" - set x "$@" "$lib" - shift - ;; - -L) - eat=1 - func_cl_dashL "$2" - ;; - -L*) - func_cl_dashL "${1#-L}" - ;; - -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 - exit 1; - ;; - -h | --h*) - cat <<\EOF -Usage: compile [--help] [--version] PROGRAM [ARGS] - -Wrapper for compilers which do not understand '-c -o'. -Remove '-o dest.o' from ARGS, run PROGRAM with the remaining -arguments, and rename the output as expected. - -If you are trying to build a whole package this is not the -right script to run: please start by reading the file 'INSTALL'. - -Report bugs to <[email protected]>. -EOF - exit $? - ;; - -v | --v*) - echo "compile $scriptversion" - exit $? - ;; - cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) - func_cl_wrapper "$@" # Doesn't return... - ;; -esac - -ofile= -cfile= - -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'. - # So we strip '-o arg' only if arg is an object. - eat=1 - case $2 in - *.o | *.obj) - ofile=$2 - ;; - *) - set x "$@" -o "$2" - shift - ;; - esac - ;; - *.c) - cfile=$1 - set x "$@" "$1" - shift - ;; - *) - set x "$@" "$1" - shift - ;; - esac - fi - shift -done - -if test -z "$ofile" || test -z "$cfile"; then - # If no '-o' option was seen then we might have been invoked from a - # pattern rule where we don't need one. That is ok -- this is a - # normal compilation that the losing compiler can handle. If no - # '.c' file was seen then we are probably linking. That is also - # ok. - exec "$@" -fi - -# Name of file we expect compiler to create. -cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` - -# Create the lock directory. -# Note: use '[/\\:.-]' here to ensure that we don't use the same name -# that we are using for the .o file. Also, base the name on the expected -# object file name, since that is what matters with a parallel build. -lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d -while true; do - if mkdir "$lockdir" >/dev/null 2>&1; then - break - fi - sleep 1 -done -# FIXME: race condition here if user kills between mkdir and trap. -trap "rmdir '$lockdir'; exit 1" 1 2 15 - -# Run the compile. -"$@" -ret=$? - -if test -f "$cofile"; then - test "$cofile" = "$ofile" || mv "$cofile" "$ofile" -elif test -f "${cofile}bj"; then - test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" -fi - -rmdir "$lockdir" -exit $ret - -# Local Variables: -# mode: shell-script -# sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" -# time-stamp-end: "; # UTC" -# End: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/configure.ac new/marco-1.14.2/configure.ac --- old/marco-1.14.1/configure.ac 2016-04-20 14:10:42.000000000 +0200 +++ new/marco-1.14.2/configure.ac 2016-05-21 13:03:19.000000000 +0200 @@ -2,7 +2,7 @@ m4_define([marco_major_version], [1]) m4_define([marco_minor_version], [14]) -m4_define([marco_micro_version], [1]) +m4_define([marco_micro_version], [2]) m4_define([marco_version], [marco_major_version.marco_minor_version.marco_micro_version]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/m4/libtool.m4 new/marco-1.14.2/m4/libtool.m4 --- old/marco-1.14.1/m4/libtool.m4 2016-04-20 14:14:23.000000000 +0200 +++ new/marco-1.14.2/m4/libtool.m4 2016-05-21 13:06:23.000000000 +0200 @@ -1312,7 +1312,7 @@ rm -rf conftest* ;; -x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext @@ -1324,19 +1324,9 @@ LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) - case `/usr/bin/file conftest.o` in - *x86-64*) - LD="${LD-ld} -m elf32_x86_64" - ;; - *) - LD="${LD-ld} -m elf_i386" - ;; - esac - ;; - powerpc64le-*) - LD="${LD-ld} -m elf32lppclinux" + LD="${LD-ld} -m elf_i386" ;; - powerpc64-*) + ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -1355,10 +1345,7 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - powerpcle-*) - LD="${LD-ld} -m elf64lppc" - ;; - powerpc-*) + ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) @@ -1701,8 +1688,7 @@ ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` - if test -n "$lt_cv_sys_max_cmd_len" && \ - test undefined != "$lt_cv_sys_max_cmd_len"; then + if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else @@ -2526,6 +2512,17 @@ esac ;; +gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no @@ -2642,7 +2639,7 @@ ;; # This must be glibc/ELF. -linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) +linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no @@ -2672,10 +2669,14 @@ # before this can be enabled. hardcode_into_libs=yes + # Add ABI-specific directories to the system library path. + sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -2687,18 +2688,6 @@ dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' - ;; - netbsd*) version_type=sunos need_lib_prefix=no @@ -3258,6 +3247,10 @@ fi ;; +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + haiku*) lt_cv_deplibs_check_method=pass_all ;; @@ -3296,11 +3289,11 @@ ;; # This must be glibc/ELF. -linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) +linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; -netbsd* | netbsdelf*-gnu) +netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else @@ -4048,7 +4041,7 @@ ;; esac ;; - linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler @@ -4112,7 +4105,7 @@ ;; esac ;; - netbsd* | netbsdelf*-gnu) + netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise @@ -4347,7 +4340,7 @@ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; - linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) @@ -4589,9 +4582,6 @@ ;; esac ;; - linux* | k*bsd*-gnu | gnu*) - _LT_TAGVAR(link_all_deplibs, $1)=no - ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; @@ -4654,9 +4644,6 @@ openbsd*) with_gnu_ld=no ;; - linux* | k*bsd*-gnu | gnu*) - _LT_TAGVAR(link_all_deplibs, $1)=no - ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes @@ -4878,7 +4865,7 @@ fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -5055,7 +5042,6 @@ if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi - _LT_TAGVAR(link_all_deplibs, $1)=no else # not using gcc if test "$host_cpu" = ia64; then @@ -5360,7 +5346,7 @@ _LT_TAGVAR(link_all_deplibs, $1)=yes ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -6240,6 +6226,9 @@ _LT_TAGVAR(ld_shlibs, $1)=yes ;; + gnu*) + ;; + haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes @@ -6401,7 +6390,7 @@ _LT_TAGVAR(inherit_rpath, $1)=yes ;; - linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/missing new/marco-1.14.2/missing --- old/marco-1.14.1/missing 2016-04-20 14:14:27.000000000 +0200 +++ new/marco-1.14.2/missing 2016-05-21 13:06:32.000000000 +0200 @@ -1,7 +1,7 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2013-10-28.13; # UTC +scriptversion=2012-06-26.16; # UTC # Copyright (C) 1996-2013 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <[email protected]>, 1996. @@ -160,7 +160,7 @@ ;; autom4te*) echo "You might have modified some maintainer files that require" - echo "the 'autom4te' program to be rebuilt." + echo "the 'automa4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/po/cs.po new/marco-1.14.2/po/cs.po --- old/marco-1.14.1/po/cs.po 2016-04-20 14:04:02.000000000 +0200 +++ new/marco-1.14.2/po/cs.po 2016-05-21 12:45:38.000000000 +0200 @@ -16,6 +16,7 @@ # Michal <[email protected]>, 2014 # Miloslav Trmač <[email protected]>, 2002-2005 # Petr Kovar <[email protected]>, 2008,2010 +# Petr Šimáček <[email protected]>, 2016 # Petr Tomeš <[email protected]>, 2006 # Stanislav Kučera <[email protected]>, 2015 msgid "" @@ -23,8 +24,8 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-03-09 17:44+0300\n" -"PO-Revision-Date: 2016-04-20 11:53+0000\n" -"Last-Translator: monsta <[email protected]>\n" +"PO-Revision-Date: 2016-05-04 08:46+0000\n" +"Last-Translator: Petr Šimáček <[email protected]>\n" "Language-Team: Czech (http://www.transifex.com/mate/MATE/language/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -665,7 +666,7 @@ #: ../src/org.mate.marco.gschema.xml.h:41 msgid "Fast Alt-Tab with compositing manager (disable thumbnails)" -msgstr "" +msgstr "Rychle Alt-Tab s kompozitním manažerem (zakázat náhledy)" #: ../src/org.mate.marco.gschema.xml.h:42 msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/po/el.po new/marco-1.14.2/po/el.po --- old/marco-1.14.1/po/el.po 2016-04-20 14:04:02.000000000 +0200 +++ new/marco-1.14.2/po/el.po 2016-05-21 12:45:48.000000000 +0200 @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Efstathios Iosifidis <[email protected]>, 2014 +# Efstathios Iosifidis <[email protected]>, 2014,2016 # Νίκος Κοντ. <[email protected]>, 2016 # Nisok Kosin <[email protected]>, 2012 # Petros Freris (Πέτρος Φρέρης) <[email protected]>, 2013 @@ -12,8 +12,8 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-03-09 17:44+0300\n" -"PO-Revision-Date: 2016-04-20 11:53+0000\n" -"Last-Translator: monsta <[email protected]>\n" +"PO-Revision-Date: 2016-04-30 13:23+0000\n" +"Last-Translator: Efstathios Iosifidis <[email protected]>\n" "Language-Team: Greek (http://www.transifex.com/mate/MATE/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -741,15 +741,15 @@ #: ../src/org.mate.marco.gschema.xml.h:55 msgid "Name of workspace" -msgstr "" +msgstr "Όνομα χώρου εργασίας" #: ../src/org.mate.marco.gschema.xml.h:56 msgid "The name of a workspace." -msgstr "" +msgstr "Το όνομα του χώρου εργασίας." #: ../src/org.mate.marco.gschema.xml.h:57 msgid "Run a defined command" -msgstr "" +msgstr "Εκτέλεση μιας ορισμένης εντολής" #: ../src/org.mate.marco.gschema.xml.h:58 msgid "" @@ -826,7 +826,7 @@ #: ../src/org.mate.marco.gschema.xml.h:100 msgid "The screenshot command" -msgstr "" +msgstr "Η εντολή λήψης στιγμιότυπου οθόνης" #: ../src/org.mate.marco.gschema.xml.h:101 msgid "" @@ -836,7 +836,7 @@ #: ../src/org.mate.marco.gschema.xml.h:102 msgid "The window screenshot command" -msgstr "" +msgstr "Η εντολή λήψης στιγμιότυπου παραθύρου" #: ../src/org.mate.marco.gschema.xml.h:103 msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/po/es.po new/marco-1.14.2/po/es.po --- old/marco-1.14.1/po/es.po 2016-04-20 14:04:02.000000000 +0200 +++ new/marco-1.14.2/po/es.po 2016-05-21 12:45:53.000000000 +0200 @@ -3,8 +3,8 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Adolfo Jayme Barrientos, 2015 -# Adolfo Jayme Barrientos, 2014 +# Fitoschido, 2015 +# Fitoschido, 2014 # Andres Sanchez <[email protected]>, 2016 # Arcenio Cid <[email protected]>, 2015 # Benjamin Perez Carrillo <[email protected]>, 2015 @@ -13,6 +13,7 @@ # Emiliano Fascetti, 2014-2015 # Juan Sánchez <[email protected]>, 2015 # Lluís Tusquellas <[email protected]>, 2013 +# luismiguex <[email protected]>, 2016 # Lluís Tusquellas <[email protected]>, 2012 # MagicFab <[email protected]>, 2016 # Miguel de Dios Matias <[email protected]>, 2015 @@ -21,8 +22,8 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-03-09 17:44+0300\n" -"PO-Revision-Date: 2016-04-20 11:53+0000\n" -"Last-Translator: MagicFab <[email protected]>\n" +"PO-Revision-Date: 2016-04-28 00:59+0000\n" +"Last-Translator: luismiguex <[email protected]>\n" "Language-Team: Spanish (http://www.transifex.com/mate/MATE/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -746,7 +747,7 @@ "space; \"pointer\" means that new windows are placed according to the mouse " "pointer position; \"manual\" means that the user must manually place the new" " window with the mouse or keyboard." -msgstr "" +msgstr "El modo de posicionamiento de ventana indica como las nuevas ventanas son posicionadas. \"Automático\" significa que el sistema escoge la ubicación automáticamente basado en el espacio disponible en el escritorio, o por una simple cascada si no hay espacio; \"cursor\" significa que las nuevas ventanas son colocadas de acuerdo a la posición del cursor del ratón; \"manual\" significa que el usuario manualmente debe colocar la nueva ventana con el ratón o el teclado." #: ../src/org.mate.marco.gschema.xml.h:55 msgid "Name of workspace" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/po/hu.po new/marco-1.14.2/po/hu.po --- old/marco-1.14.1/po/hu.po 2016-04-20 14:04:02.000000000 +0200 +++ new/marco-1.14.2/po/hu.po 2016-05-21 12:46:00.000000000 +0200 @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Falu, 2016 # Falu.Me, 2015 # Falu, 2015 # kami911 <[email protected]>, 2015 @@ -13,8 +14,8 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-03-09 17:44+0300\n" -"PO-Revision-Date: 2016-04-20 11:53+0000\n" -"Last-Translator: monsta <[email protected]>\n" +"PO-Revision-Date: 2016-05-11 17:26+0000\n" +"Last-Translator: Falu\n" "Language-Team: Hungarian (http://www.transifex.com/mate/MATE/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -655,7 +656,7 @@ #: ../src/org.mate.marco.gschema.xml.h:41 msgid "Fast Alt-Tab with compositing manager (disable thumbnails)" -msgstr "" +msgstr "Gyors Alt-Tab kompozitálás kezelővel (bélyegképek letiltása)" #: ../src/org.mate.marco.gschema.xml.h:42 msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/po/la.po new/marco-1.14.2/po/la.po --- old/marco-1.14.1/po/la.po 2016-04-20 14:04:02.000000000 +0200 +++ new/marco-1.14.2/po/la.po 2016-05-21 12:45:39.000000000 +0200 @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Alexander Tessner <[email protected]>, 2016 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-03-09 17:44+0300\n" -"PO-Revision-Date: 2016-04-20 11:52+0000\n" -"Last-Translator: monsta <[email protected]>\n" +"PO-Revision-Date: 2016-05-01 04:18+0000\n" +"Last-Translator: Alexander Tessner <[email protected]>\n" "Language-Team: Latin (http://www.transifex.com/mate/MATE/language/la/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +20,7 @@ #: ../src/50-marco-desktop-key.xml.in.h:1 msgid "Desktop" -msgstr "Mensa" +msgstr "Tabula" #: ../src/50-marco-desktop-key.xml.in.h:2 #: ../src/org.mate.marco.gschema.xml.h:94 @@ -48,7 +49,7 @@ #: ../src/50-marco-global-key.xml.in.h:1 ../src/50-marco-window-key.xml.in.h:1 msgid "Window Management" -msgstr "Regimine Fenestrarum" +msgstr "Administratio Fenestrarum" #: ../src/50-marco-global-key.xml.in.h:2 #: ../src/org.mate.marco.gschema.xml.h:80 @@ -1031,12 +1032,12 @@ #: ../src/core/prefs.c:1986 #, c-format msgid "Workspace %d" -msgstr "area labori %d" +msgstr "Spatium labori %d" #: ../src/core/screen.c:358 #, c-format msgid "Screen %d on display '%s' is invalid\n" -msgstr "album %d in apparatu visifico %s mendosus est\n" +msgstr "Quadrum %d in apparatu visifico %s mendosus est\n" #: ../src/core/screen.c:374 #, c-format @@ -1135,19 +1136,19 @@ #: ../src/core/util.c:236 msgid "Window manager: " -msgstr "regimen fenestrarum: " +msgstr "Curator fenestrarum: " #: ../src/core/util.c:388 msgid "Bug in window manager: " -msgstr "mendum in regimine fenestrae: " +msgstr "Mendum in administratione fenestrarum: " #: ../src/core/util.c:421 msgid "Window manager warning: " -msgstr "monitus regiminis fenestrae: " +msgstr "Administrationis fenestrarum monitus:" #: ../src/core/util.c:449 msgid "Window manager error: " -msgstr "error regiminis fenestrae: " +msgstr "Administrationis fenestrarum error:" #. Translators: This is the title used on dialog boxes #: ../src/core/util.c:569 ../src/marco.desktop.in.h:1 @@ -1687,7 +1688,7 @@ #: ../src/ui/theme.c:5658 ../src/ui/theme.c:5665 #, c-format msgid "No <%s> set for theme \"%s\"" -msgstr "<%s> non est in thema \"%s\"" +msgstr "Nullum <%s> statutum in themate \"%s\"" #: ../src/ui/theme.c:5673 #, c-format @@ -1711,7 +1712,7 @@ #: ../src/ui/theme-parser.c:226 #, c-format msgid "No \"%s\" attribute on element <%s>" -msgstr "Adiunctum \"%s\" non est in elementis <%s>" +msgstr "Nulla \"%s\" qualitas in elemento <%s>" #: ../src/ui/theme-parser.c:255 ../src/ui/theme-parser.c:273 #, c-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/po/nb.po new/marco-1.14.2/po/nb.po --- old/marco-1.14.1/po/nb.po 2016-04-20 14:04:02.000000000 +0200 +++ new/marco-1.14.2/po/nb.po 2016-05-21 12:45:55.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-03-09 17:44+0300\n" -"PO-Revision-Date: 2016-04-20 11:53+0000\n" +"PO-Revision-Date: 2016-05-01 01:35+0000\n" "Last-Translator: Allan Nordhøy <[email protected]>\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/mate/MATE/language/nb/)\n" "MIME-Version: 1.0\n" @@ -659,7 +659,7 @@ "If set to true, no window thumbnails will be displayed in the alt-tab popup " "window when the compositing manager is enabled. Application icons will be " "displayed instead." -msgstr "Hvis angitt som sann, vil ingen vindusminiatyrbilder bli bist i et Alt+Tab oppsprettsvindu når komposisjonsbehandleren er påskrudd. Programminiatyrbilder vil bli vist i steden for." +msgstr "Hvis angitt som sann, vil ingen vindusminiatyrbilder bli vist i et Alt+Tab-oppsprettsvindu når komposisjonsbehandleren er påskrudd. Programminiatyrbilder vil bli vist i steden for." #: ../src/org.mate.marco.gschema.xml.h:43 msgid "If true, trade off usability for less resource usage" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/po/pt_BR.po new/marco-1.14.2/po/pt_BR.po --- old/marco-1.14.1/po/pt_BR.po 2016-04-20 14:04:02.000000000 +0200 +++ new/marco-1.14.2/po/pt_BR.po 2016-05-21 12:45:42.000000000 +0200 @@ -6,6 +6,7 @@ # Alberto Federman Neto <[email protected]>, 2013 # Fabrizzio Alphonsus Soares <[email protected]>, 2012 # Gilberto Coutinho <[email protected]>, 2015 +# Lucas Friederich <[email protected]>, 2016 # Marcelo Ghelman <[email protected]>, 2014 # Matheus Macabu <[email protected]>, 2016 # Victor Gonçalves <[email protected]>, 2015 @@ -14,8 +15,8 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-03-09 17:44+0300\n" -"PO-Revision-Date: 2016-04-20 11:53+0000\n" -"Last-Translator: Matheus Macabu <[email protected]>\n" +"PO-Revision-Date: 2016-04-22 20:54+0000\n" +"Last-Translator: Lucas Friederich <[email protected]>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/mate/MATE/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -54,7 +55,7 @@ #: ../src/50-marco-global-key.xml.in.h:1 ../src/50-marco-window-key.xml.in.h:1 msgid "Window Management" -msgstr "Gerenciador de janelas" +msgstr "Gerenciamento de janelas" #: ../src/50-marco-global-key.xml.in.h:2 #: ../src/org.mate.marco.gschema.xml.h:80 @@ -1348,12 +1349,12 @@ #. Translators: Translate this string the same way as you do in libwnck! #: ../src/ui/menu.c:89 msgid "Move to Workspace _Left" -msgstr "Mover para o espaço de trabalho á _esquerda" +msgstr "Mover para o espaço de trabalho á _Esquerda" #. Translators: Translate this string the same way as you do in libwnck! #: ../src/ui/menu.c:91 msgid "Move to Workspace R_ight" -msgstr "Mover para o espaço de trabalho à d_ireita" +msgstr "Mover para o espaço de trabalho à D_ireita" #. Translators: Translate this string the same way as you do in libwnck! #: ../src/ui/menu.c:93 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/po/sv.po new/marco-1.14.2/po/sv.po --- old/marco-1.14.1/po/sv.po 2016-04-20 14:04:02.000000000 +0200 +++ new/marco-1.14.2/po/sv.po 2016-05-21 12:46:02.000000000 +0200 @@ -5,15 +5,15 @@ # Translators: # Henrik Mattsson-Mårn <[email protected]>, 2016 # Jonas Aaslund <[email protected]>, 2016 -# Kristoffer Grundström <[email protected]>, 2015 +# Kristoffer Grundström <[email protected]>, 2015-2016 # Patrik Nilsson <[email protected]>, 2014 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-03-09 17:44+0300\n" -"PO-Revision-Date: 2016-04-20 11:53+0000\n" -"Last-Translator: monsta <[email protected]>\n" +"PO-Revision-Date: 2016-05-20 00:58+0000\n" +"Last-Translator: Kristoffer Grundström <[email protected]>\n" "Language-Team: Swedish (http://www.transifex.com/mate/MATE/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -571,7 +571,7 @@ #: ../src/org.mate.marco.gschema.xml.h:27 msgid "Window title font" -msgstr "" +msgstr "Typsnitt för fönstertiteln" #: ../src/org.mate.marco.gschema.xml.h:28 msgid "" @@ -583,7 +583,7 @@ #: ../src/org.mate.marco.gschema.xml.h:29 msgid "Number of workspaces" -msgstr "" +msgstr "Antalet arbetsytor" #: ../src/org.mate.marco.gschema.xml.h:30 msgid "" @@ -2055,7 +2055,7 @@ #: ../src/ui/theme-viewer.c:105 msgid "_Windows" -msgstr "" +msgstr "_Fönster" #: ../src/ui/theme-viewer.c:106 msgid "_Dialog" @@ -2067,11 +2067,11 @@ #: ../src/ui/theme-viewer.c:108 msgid "_Utility" -msgstr "" +msgstr "_Hjälpprogram" #: ../src/ui/theme-viewer.c:109 msgid "_Splashscreen" -msgstr "" +msgstr "_Välkomstskärm" #: ../src/ui/theme-viewer.c:110 msgid "_Top dock" @@ -2095,7 +2095,7 @@ #: ../src/ui/theme-viewer.c:115 msgid "Des_ktop" -msgstr "" +msgstr "Skr_ivbord" #: ../src/ui/theme-viewer.c:121 msgid "Open another one of these windows" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/po/uz.po new/marco-1.14.2/po/uz.po --- old/marco-1.14.1/po/uz.po 2016-04-20 14:04:02.000000000 +0200 +++ new/marco-1.14.2/po/uz.po 2016-05-21 12:45:46.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-03-09 17:44+0300\n" -"PO-Revision-Date: 2016-04-20 11:52+0000\n" +"PO-Revision-Date: 2016-05-08 13:45+0000\n" "Last-Translator: muzaffar habibullayev <[email protected]>\n" "Language-Team: Uzbek (http://www.transifex.com/mate/MATE/language/uz/)\n" "MIME-Version: 1.0\n" @@ -169,7 +169,7 @@ #: ../src/50-marco-global-key.xml.in.h:25 #: ../src/org.mate.marco.gschema.xml.h:76 msgid "Switch to previously selected workspace" -msgstr "" +msgstr "Avvalgi tanlangan ish maydoniga o'tish" #: ../src/50-marco-window-key.xml.in.h:2 #: ../src/org.mate.marco.gschema.xml.h:104 @@ -244,12 +244,12 @@ #: ../src/50-marco-window-key.xml.in.h:16 #: ../src/org.mate.marco.gschema.xml.h:135 msgid "Maximize window vertically" -msgstr "" +msgstr "Oynani vertikal yoyish" #: ../src/50-marco-window-key.xml.in.h:17 #: ../src/org.mate.marco.gschema.xml.h:136 msgid "Maximize window horizontally" -msgstr "" +msgstr "Oynani gorizontal yoyish" #: ../src/50-marco-window-key.xml.in.h:18 #: ../src/org.mate.marco.gschema.xml.h:137 @@ -369,22 +369,22 @@ #: ../src/50-marco-window-key.xml.in.h:41 #: ../src/org.mate.marco.gschema.xml.h:128 msgid "Move window one workspace to the left" -msgstr "" +msgstr "Oynani bir ish maydoni chapga ko'chirish" #: ../src/50-marco-window-key.xml.in.h:42 #: ../src/org.mate.marco.gschema.xml.h:129 msgid "Move window one workspace to the right" -msgstr "" +msgstr "Oynani bir ish maydoni o'ngga ko'chirish" #: ../src/50-marco-window-key.xml.in.h:43 #: ../src/org.mate.marco.gschema.xml.h:130 msgid "Move window one workspace up" -msgstr "" +msgstr "Oynani bir ish maydoni yuqoriga ko'chirish" #: ../src/50-marco-window-key.xml.in.h:44 #: ../src/org.mate.marco.gschema.xml.h:131 msgid "Move window one workspace down" -msgstr "" +msgstr "Oynani bir ish maydoni pastga ko'chirish" #: ../src/org.mate.marco.gschema.xml.h:1 msgid "Modifier to use for modified window click actions" @@ -643,7 +643,7 @@ #: ../src/org.mate.marco.gschema.xml.h:39 msgid "Compositing Manager" -msgstr "" +msgstr "Kompozit Boshqaruvchisi" #: ../src/org.mate.marco.gschema.xml.h:40 msgid "Determines whether Marco is a compositing manager." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/src/ui/fixedtip.c new/marco-1.14.2/src/ui/fixedtip.c --- old/marco-1.14.1/src/ui/fixedtip.c 2016-02-24 12:09:48.000000000 +0100 +++ new/marco-1.14.2/src/ui/fixedtip.c 2016-05-03 22:16:17.000000000 +0200 @@ -51,6 +51,7 @@ return FALSE; context = gtk_widget_get_style_context (widget); + gtk_style_context_add_class (context, "tooltip"); width = gtk_widget_get_allocated_width (widget); height = gtk_widget_get_allocated_height (widget); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/marco-1.14.1/src/ui/theme-viewer.c new/marco-1.14.2/src/ui/theme-viewer.c --- old/marco-1.14.1/src/ui/theme-viewer.c 2016-02-24 12:09:48.000000000 +0100 +++ new/marco-1.14.2/src/ui/theme-viewer.c 2016-05-17 01:06:10.000000000 +0200 @@ -351,8 +351,8 @@ char *str = g_strdup_printf (_("Fake menu item %d\n"), i + 1); mi = gtk_label_new (str); #if GTK_CHECK_VERSION (3, 0, 0) - gtk_widget_set_halign (image, GTK_ALIGN_START); - gtk_widget_set_valign (image, GTK_ALIGN_CENTER); + gtk_widget_set_halign (mi, GTK_ALIGN_START); + gtk_widget_set_valign (mi, GTK_ALIGN_CENTER); #else gtk_misc_set_alignment (GTK_MISC (mi), 0.0, 0.5); #endif
