diff -Nru gnome-screenshot-3.22.0/aclocal.m4 gnome-screenshot-3.25.0/aclocal.m4 --- gnome-screenshot-3.22.0/aclocal.m4 2016-09-20 05:32:01.000000000 +0000 +++ gnome-screenshot-3.25.0/aclocal.m4 1970-01-01 00:00:00.000000000 +0000 @@ -1,1156 +0,0 @@ -# generated automatically by aclocal 1.15 -*- Autoconf -*- - -# Copyright (C) 1996-2014 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) -m4_ifndef([AC_AUTOCONF_VERSION], - [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, -[m4_warning([this file was generated for autoconf 2.69. -You have another version of autoconf. It may work, but is not guaranteed to. -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-2014 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. - -# AM_AUTOMAKE_VERSION(VERSION) -# ---------------------------- -# Automake X.Y traces this macro to ensure aclocal.m4 has been -# generated from the m4 files accompanying Automake X.Y. -# (This private macro should not be called outside this file.) -AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.15' -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.15], [], - [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl -]) - -# _AM_AUTOCONF_VERSION(VERSION) -# ----------------------------- -# aclocal traces this macro to find the Autoconf version. -# This is a private macro too. Using m4_define simplifies -# the logic in aclocal, which can simply ignore this definition. -m4_define([_AM_AUTOCONF_VERSION], []) - -# AM_SET_CURRENT_AUTOMAKE_VERSION -# ------------------------------- -# 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.15])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-2014 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. - -# 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/../..'. -# -# Of course, Automake must honor this variable whenever it calls a -# tool from the auxiliary directory. The problem is that $srcdir (and -# therefore $ac_aux_dir as well) can be either absolute or relative, -# depending on how configure is run. This is pretty annoying, since -# it makes $ac_aux_dir quite unusable in subdirectories: in the top -# source directory, any form will work fine, but in subdirectories a -# relative path needs to be adjusted first. -# -# $ac_aux_dir/missing -# fails when called from a subdirectory if $ac_aux_dir is relative -# $top_srcdir/$ac_aux_dir/missing -# fails if $ac_aux_dir is absolute, -# fails when called from a subdirectory in a VPATH build with -# a relative $ac_aux_dir -# -# The reason of the latter failure is that $top_srcdir and $ac_aux_dir -# are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is '.', but things will broke when you -# start a VPATH build or use an absolute $srcdir. -# -# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, -# iff we strip the leading $srcdir from $ac_aux_dir. That would be: -# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` -# and then we would define $MISSING as -# MISSING="\${SHELL} $am_aux_dir/missing" -# This will work as long as MISSING is not called from configure, because -# unfortunately $(top_srcdir) has no meaning in configure. -# However there are other variables, like CC, which are often used in -# configure, and could therefore not use this "fixed" $ac_aux_dir. -# -# Another solution, used here, is to always expand $ac_aux_dir to an -# absolute PATH. The drawback is that using absolute paths prevent a -# configured tree to be moved without reconfiguration. - -AC_DEFUN([AM_AUX_DIR_EXPAND], -[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl -# Expand $ac_aux_dir to an absolute path. -am_aux_dir=`cd "$ac_aux_dir" && pwd` -]) - -# AM_CONDITIONAL -*- Autoconf -*- - -# Copyright (C) 1997-2014 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. - -# AM_CONDITIONAL(NAME, SHELL-CONDITION) -# ------------------------------------- -# Define a conditional. -AC_DEFUN([AM_CONDITIONAL], -[AC_PREREQ([2.52])dnl - m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -AC_SUBST([$1_TRUE])dnl -AC_SUBST([$1_FALSE])dnl -_AM_SUBST_NOTMAKE([$1_TRUE])dnl -_AM_SUBST_NOTMAKE([$1_FALSE])dnl -m4_define([_AM_COND_VALUE_$1], [$2])dnl -if $2; then - $1_TRUE= - $1_FALSE='#' -else - $1_TRUE='#' - $1_FALSE= -fi -AC_CONFIG_COMMANDS_PRE( -[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then - AC_MSG_ERROR([[conditional "$1" was never defined. -Usually this means the macro was only invoked conditionally.]]) -fi])]) - -# Copyright (C) 1999-2014 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. - - -# 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, -# will think it sees a *use*, and therefore will trigger all it's -# C support machinery. Also note that it means that autoscan, seeing -# CC etc. in the Makefile, will ask for an AC_PROG_CC use... - - -# _AM_DEPENDENCIES(NAME) -# ---------------------- -# See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". -# We try a few techniques and use that to set a single cache variable. -# -# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was -# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular -# dependency, and given that the user is not expected to run this macro, -# just rely on AC_PROG_CC. -AC_DEFUN([_AM_DEPENDENCIES], -[AC_REQUIRE([AM_SET_DEPDIR])dnl -AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl -AC_REQUIRE([AM_MAKE_INCLUDE])dnl -AC_REQUIRE([AM_DEP_TRACK])dnl - -m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], - [$1], [CXX], [depcc="$CXX" am_compiler_list=], - [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], - [$1], [UPC], [depcc="$UPC" am_compiler_list=], - [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) - -AC_CACHE_CHECK([dependency style of $depcc], - [am_cv_$1_dependencies_compiler_type], -[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # 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. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_$1_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` - fi - am__universal=false - m4_case([$1], [CC], - [case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac], - [CXX], - [case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac]) - - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with - # Solaris 10 /bin/sh. - echo '/* dummy */' > sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - # We check with '-c' and '-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle '-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs. - am__obj=sub/conftest.${OBJEXT-o} - am__minus_obj="-o $am__obj" - case $depmode in - gcc) - # This depmode causes a compiler race in universal mode. - test "$am__universal" = false || continue - ;; - nosideeffect) - # After this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested. - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - 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. - am__obj=conftest.${OBJEXT-o} - am__minus_obj= - ;; - none) break ;; - esac - if depmode=$depmode \ - source=sub/conftest.c object=$am__obj \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep $am__obj sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_$1_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_$1_dependencies_compiler_type=none -fi -]) -AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) -AM_CONDITIONAL([am__fastdep$1], [ - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) -]) - - -# AM_SET_DEPDIR -# ------------- -# Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES. -AC_DEFUN([AM_SET_DEPDIR], -[AC_REQUIRE([AM_SET_LEADING_DOT])dnl -AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl -]) - - -# AM_DEP_TRACK -# ------------ -AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE([dependency-tracking], [dnl -AS_HELP_STRING( - [--enable-dependency-tracking], - [do not reject slow dependency extractors]) -AS_HELP_STRING( - [--disable-dependency-tracking], - [speeds up one-time build])]) -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 -*- - -# Copyright (C) 1999-2014 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. - - -# _AM_OUTPUT_DEPENDENCY_COMMANDS -# ------------------------------ -AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -[{ - # Older Autoconf quotes --file arguments for eval, but not when files - # are listed without --file. Let's play safe and only enable the eval - # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac - shift - for mf - do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done - done -} -])# _AM_OUTPUT_DEPENDENCY_COMMANDS - - -# AM_OUTPUT_DEPENDENCY_COMMANDS -# ----------------------------- -# This macro should only be invoked once -- use via AC_REQUIRE. -# -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each '.P' file that we will -# need in order to bootstrap the dependency handling code. -AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], -[AC_CONFIG_COMMANDS([depfiles], - [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) - -# Do all the work for Automake. -*- Autoconf -*- - -# Copyright (C) 1996-2014 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. - -# This macro actually does too much. Some checks are only needed if -# your package does certain things. But this isn't really a big deal. - -dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. -m4_define([AC_PROG_CC], -m4_defn([AC_PROG_CC]) -[_AM_PROG_CC_C_O -]) - -# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) -# AM_INIT_AUTOMAKE([OPTIONS]) -# ----------------------------------------------- -# The call with PACKAGE and VERSION arguments is the old style -# call (pre autoconf-2.50), which is being phased out. PACKAGE -# and VERSION should now be passed to AC_INIT and removed from -# the call to AM_INIT_AUTOMAKE. -# We support both call styles for the transition. After -# the next Automake release, Autoconf can make the AC_INIT -# arguments mandatory, and then we can depend on a new Autoconf -# release and drop the old call support. -AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.65])dnl -dnl Autoconf wants to disallow AM_ names. We explicitly allow -dnl the ones we care about. -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl -AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl -AC_REQUIRE([AC_PROG_INSTALL])dnl -if test "`cd $srcdir && pwd`" != "`pwd`"; then - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output - # is not polluted with repeated "-I." - AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl - # test to see if srcdir already configured - if test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) - fi -fi - -# test whether we have cygpath -if test -z "$CYGPATH_W"; then - if (cygpath --version) >/dev/null 2>/dev/null; then - CYGPATH_W='cygpath -w' - else - CYGPATH_W=echo - fi -fi -AC_SUBST([CYGPATH_W]) - -# Define the identity of the package. -dnl Distinguish between old-style and new-style calls. -m4_ifval([$2], -[AC_DIAGNOSE([obsolete], - [$0: two- and three-arguments forms are deprecated.]) -m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl - AC_SUBST([PACKAGE], [$1])dnl - AC_SUBST([VERSION], [$2])], -[_AM_SET_OPTIONS([$1])dnl -dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -m4_if( - m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), - [ok:ok],, - [m4_fatal([AC_INIT should be called with package and version arguments])])dnl - AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl - AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl - -_AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) - AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl - -# Some tools Automake needs. -AC_REQUIRE([AM_SANITY_CHECK])dnl -AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) -AM_MISSING_PROG([AUTOCONF], [autoconf]) -AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) -AM_MISSING_PROG([AUTOHEADER], [autoheader]) -AM_MISSING_PROG([MAKEINFO], [makeinfo]) -AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl -AC_REQUIRE([AC_PROG_MKDIR_P])dnl -# For better backward compatibility. To be removed once Automake 1.9.x -# dies out for good. For more background, see: -# -# -AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target (and possibly the TAP driver). The -# system "awk" is bad on some platforms. -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([AC_PROG_MAKE_SET])dnl -AC_REQUIRE([AM_SET_LEADING_DOT])dnl -_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], - [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], - [_AM_PROG_TAR([v7])])]) -_AM_IF_OPTION([no-dependencies],, -[AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES([CC])], - [m4_define([AC_PROG_CC], - m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl -AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES([CXX])], - [m4_define([AC_PROG_CXX], - m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl -AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES([OBJC])], - [m4_define([AC_PROG_OBJC], - m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl -AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], - [_AM_DEPENDENCIES([OBJCXX])], - [m4_define([AC_PROG_OBJCXX], - m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl -]) -AC_REQUIRE([AM_SILENT_RULES])dnl -dnl The testsuite driver may need to know about EXEEXT, so add the -dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This -dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. -AC_CONFIG_COMMANDS_PRE(dnl -[m4_provide_if([_AM_COMPILER_EXEEXT], - [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl - -# POSIX will say in a future version that running "rm -f" with no argument -# is OK; and we want to be able to make that assumption in our Makefile -# recipes. So use an aggressive probe to check that the usage we want is -# actually supported "in the wild" to an acceptable degree. -# See automake bug#10828. -# To make any issue more visible, cause the running configure to be aborted -# by default if the 'rm' program in use doesn't match our expectations; the -# user can still override this though. -if rm -f && rm -fr && rm -rf; then : OK; else - cat >&2 <<'END' -Oops! - -Your 'rm' program seems unable to run without file operands specified -on the command line, even when the '-f' option is present. This is contrary -to the behaviour of most rm programs out there, and not conforming with -the upcoming POSIX standard: - -Please tell bug-automake@gnu.org about your system, including the value -of your $PATH and any error possibly output before this message. This -can help us improve future automake versions. - -END - if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then - echo 'Configuration will proceed anyway, since you have set the' >&2 - echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 - echo >&2 - else - cat >&2 <<'END' -Aborting the configuration process, to ensure you take notice of the issue. - -You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . - -If you want to complete the configuration process using your problematic -'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM -to "yes", and re-run configure. - -END - AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) - fi -fi -dnl The trailing newline in this macro's definition is deliberate, for -dnl backward compatibility and to allow trailing 'dnl'-style comments -dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. -]) - -dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not -dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further -dnl mangled by Autoconf and run in a shell conditional statement. -m4_define([_AC_COMPILER_EXEEXT], -m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - -# When config.status generates a header, we must update the stamp-h file. -# This file resides in the same directory as the config header -# that is generated. The stamp files are numbered to have different names. - -# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the -# loop where config.status creates the headers, so we can generate -# our stamp files there. -AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], -[# Compute $1's index in $config_headers. -_am_arg=$1 -_am_stamp_count=1 -for _am_header in $config_headers :; do - case $_am_header in - $_am_arg | $_am_arg:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac -done -echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) - -# Copyright (C) 2001-2014 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. - -# AM_PROG_INSTALL_SH -# ------------------ -# Define $install_sh. -AC_DEFUN([AM_PROG_INSTALL_SH], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; - *) - install_sh="\${SHELL} $am_aux_dir/install-sh" - esac -fi -AC_SUBST([install_sh])]) - -# Copyright (C) 2003-2014 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. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - -# Check to see how 'make' treats includes. -*- Autoconf -*- - -# Copyright (C) 2001-2014 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. - -# AM_MAKE_INCLUDE() -# ----------------- -# Check to see how make treats includes. -AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo this is the am__doit target -.PHONY: am__doit -END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) -am__include="#" -am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) - -# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- - -# Copyright (C) 1997-2014 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. - -# AM_MISSING_PROG(NAME, PROGRAM) -# ------------------------------ -AC_DEFUN([AM_MISSING_PROG], -[AC_REQUIRE([AM_MISSING_HAS_RUN]) -$1=${$1-"${am_missing_run}$2"} -AC_SUBST($1)]) - -# AM_MISSING_HAS_RUN -# ------------------ -# Define MISSING if not defined so far and test if it is modern enough. -# If it is, set am_missing_run to use it, otherwise, to nothing. -AC_DEFUN([AM_MISSING_HAS_RUN], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([missing])dnl -if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac -fi -# Use eval to expand $SHELL -if eval "$MISSING --is-lightweight"; then - am_missing_run="$MISSING " -else - am_missing_run= - AC_MSG_WARN(['missing' script is too old or missing]) -fi -]) - -# Helper functions for option handling. -*- Autoconf -*- - -# Copyright (C) 2001-2014 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. - -# _AM_MANGLE_OPTION(NAME) -# ----------------------- -AC_DEFUN([_AM_MANGLE_OPTION], -[[_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)])]) - -# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) -# ------------------------------------------- -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -AC_DEFUN([_AM_IF_OPTION], -[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) - -# Copyright (C) 1999-2014 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. - -# _AM_PROG_CC_C_O -# --------------- -# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC -# to automatically call this. -AC_DEFUN([_AM_PROG_CC_C_O], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([compile])dnl -AC_LANG_PUSH([C])dnl -AC_CACHE_CHECK( - [whether $CC understands -c and -o together], - [am_cv_prog_cc_c_o], - [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) - # Make sure it works both with $CC and with simple cc. - # Following AC_PROG_CC_C_O, we do the test twice because some - # compilers refuse to overwrite an existing .o file with -o, - # though they will create one. - am_cv_prog_cc_c_o=yes - for am_i in 1 2; do - if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ - && test -f conftest2.$ac_objext; then - : OK - else - am_cv_prog_cc_c_o=no - break - fi - done - rm -f core conftest* - unset am_i]) -if test "$am_cv_prog_cc_c_o" != yes; then - # Losing compiler, so override with the script. - # FIXME: It is wrong to rewrite CC. - # But if we don't then we get into trouble of one sort or another. - # A longer-term fix would be to have automake use am__CC in this case, - # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" - CC="$am_aux_dir/compile $CC" -fi -AC_LANG_POP([C])]) - -# For backward compatibility. -AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) - -# Copyright (C) 2001-2014 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. - -# AM_RUN_LOG(COMMAND) -# ------------------- -# Run COMMAND, save the exit status in ac_status, and log it. -# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) -AC_DEFUN([AM_RUN_LOG], -[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD - ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD - (exit $ac_status); }]) - -# Check to make sure that the build environment is sane. -*- Autoconf -*- - -# Copyright (C) 1996-2014 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. - -# AM_SANITY_CHECK -# --------------- -AC_DEFUN([AM_SANITY_CHECK], -[AC_MSG_CHECKING([whether build environment is sane]) -# Reject unsafe characters in $srcdir or the absolute working directory -# name. Accept space and tab only in the latter. -am_lf=' -' -case `pwd` in - *[[\\\"\#\$\&\'\`$am_lf]]*) - AC_MSG_ERROR([unsafe absolute working directory name]);; -esac -case $srcdir in - *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) - AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; -esac - -# Do 'set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - am_has_slept=no - for am_try in 1 2; do - echo "timestamp, slept: $am_has_slept" > conftest.file - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken - alias in your environment]) - fi - if test "$[2]" = conftest.file || test $am_try -eq 2; then - break - fi - # Just in case. - sleep 1 - am_has_slept=yes - done - test "$[2]" = conftest.file - ) -then - # Ok. - : -else - AC_MSG_ERROR([newly created file is older than distributed files! -Check your system clock]) -fi -AC_MSG_RESULT([yes]) -# If we didn't sleep, we still need to ensure time stamps of config.status and -# generated files are strictly newer. -am_sleep_pid= -if grep 'slept: no' conftest.file >/dev/null 2>&1; then - ( sleep 1 ) & - am_sleep_pid=$! -fi -AC_CONFIG_COMMANDS_PRE( - [AC_MSG_CHECKING([that generated files are newer than configure]) - if test -n "$am_sleep_pid"; then - # Hide warnings about reused PIDs. - wait $am_sleep_pid 2>/dev/null - fi - AC_MSG_RESULT([done])]) -rm -f conftest.file -]) - -# Copyright (C) 2009-2014 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. - -# AM_SILENT_RULES([DEFAULT]) -# -------------------------- -# Enable less verbose build rules; with the default set to DEFAULT -# ("yes" being less verbose, "no" or empty being verbose). -AC_DEFUN([AM_SILENT_RULES], -[AC_ARG_ENABLE([silent-rules], [dnl -AS_HELP_STRING( - [--enable-silent-rules], - [less verbose build output (undo: "make V=1")]) -AS_HELP_STRING( - [--disable-silent-rules], - [verbose build output (undo: "make V=0")])dnl -]) -case $enable_silent_rules in @%:@ ((( - yes) AM_DEFAULT_VERBOSITY=0;; - no) AM_DEFAULT_VERBOSITY=1;; - *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; -esac -dnl -dnl A few 'make' implementations (e.g., NonStop OS and NextStep) -dnl do not support nested variable expansions. -dnl See automake bug#9928 and bug#10237. -am_make=${MAKE-make} -AC_CACHE_CHECK([whether $am_make supports nested variables], - [am_cv_make_support_nested_variables], - [if AS_ECHO([['TRUE=$(BAR$(V)) -BAR0=false -BAR1=true -V=1 -am__doit: - @$(TRUE) -.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then - am_cv_make_support_nested_variables=yes -else - am_cv_make_support_nested_variables=no -fi]) -if test $am_cv_make_support_nested_variables = yes; then - dnl Using '$V' instead of '$(V)' breaks IRIX make. - AM_V='$(V)' - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' -else - AM_V=$AM_DEFAULT_VERBOSITY - AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY -fi -AC_SUBST([AM_V])dnl -AM_SUBST_NOTMAKE([AM_V])dnl -AC_SUBST([AM_DEFAULT_V])dnl -AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl -AC_SUBST([AM_DEFAULT_VERBOSITY])dnl -AM_BACKSLASH='\' -AC_SUBST([AM_BACKSLASH])dnl -_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl -]) - -# Copyright (C) 2001-2014 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. - -# AM_PROG_INSTALL_STRIP -# --------------------- -# One issue with vendor 'install' (even GNU) is that you can't -# specify the program used to strip binaries. This is especially -# annoying in cross-compiling environments, where the build's strip -# is unlikely to handle the host's binaries. -# Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in "make install-strip", and initialize -# STRIPPROG with the value of the STRIP variable (set by the user). -AC_DEFUN([AM_PROG_INSTALL_STRIP], -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using 'strip' when the user -# run "make install-strip". However 'strip' might not be the right -# tool to use in cross-compilation environments, therefore Automake -# will honor the 'STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. -if test "$cross_compiling" != no; then - AC_CHECK_TOOL([STRIP], [strip], :) -fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" -AC_SUBST([INSTALL_STRIP_PROGRAM])]) - -# Copyright (C) 2006-2014 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. - -# _AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- -# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. -# This macro is traced by Automake. -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-2014 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. - -# _AM_PROG_TAR(FORMAT) -# -------------------- -# Check how to create a tarball in format FORMAT. -# FORMAT should be one of 'v7', 'ustar', or 'pax'. -# -# Substitute a variable $(am__tar) that is a command -# writing to stdout a FORMAT-tarball containing the directory -# $tardir. -# tardir=directory && $(am__tar) > result.tar -# -# Substitute a variable $(am__untar) that extract such -# a tarball read from stdin. -# $(am__untar) < result.tar -# -AC_DEFUN([_AM_PROG_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}']) - -# We'll loop over all known methods to create a tar archive until one works. -_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' - -m4_if([$1], [v7], - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - - [m4_case([$1], - [ustar], - [# The POSIX 1988 'ustar' format is defined with fixed-size fields. - # There is notably a 21 bits limit for the UID and the GID. In fact, - # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 - # and bug#13588). - am_max_uid=2097151 # 2^21 - 1 - am_max_gid=$am_max_uid - # The $UID and $GID variables are not portable, so we need to resort - # to the POSIX-mandated id(1) utility. Errors in the 'id' calls - # below are definitely unexpected, so allow the users to see them - # (that is, avoid stderr redirection). - am_uid=`id -u || echo unknown` - am_gid=`id -g || echo unknown` - AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) - if test $am_uid -le $am_max_uid; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - _am_tools=none - fi - AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) - if test $am_gid -le $am_max_gid; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - _am_tools=none - fi], - - [pax], - [], - - [m4_fatal([Unknown tar format])]) - - AC_MSG_CHECKING([how to create a $1 tar archive]) - - # Go ahead even if we have the value already cached. We do so because we - # need to set the values for the 'am__tar' and 'am__untar' variables. - _am_tools=${am_cv_prog_tar_$1-$_am_tools} - - for _am_tool in $_am_tools; do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break - - # tar/untar a dummy directory, and stop if the command works. - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) - rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi - done - rm -rf conftest.dir - - AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) - AC_MSG_RESULT([$am_cv_prog_tar_$1])]) - -AC_SUBST([am__tar]) -AC_SUBST([am__untar]) -]) # _AM_PROG_TAR - -m4_include([m4/gsettings.m4]) -m4_include([m4/intltool.m4]) -m4_include([m4/nls.m4]) -m4_include([m4/pkg.m4]) diff -Nru gnome-screenshot-3.22.0/build-aux/postinstall.py gnome-screenshot-3.25.0/build-aux/postinstall.py --- gnome-screenshot-3.22.0/build-aux/postinstall.py 1970-01-01 00:00:00.000000000 +0000 +++ gnome-screenshot-3.25.0/build-aux/postinstall.py 2017-05-29 12:53:36.000000000 +0000 @@ -0,0 +1,27 @@ +#!/usr/bin/env python3 + +import os +import subprocess + +prefix = os.environ.get('MESON_INSTALL_PREFIX', '/usr/local') +datadir = os.path.join(prefix, 'share') + +# Packaging tools define DESTDIR and this isn't needed for them +if 'DESTDIR' not in os.environ: + print('Updating icon cache...') + icon_cache_dir = os.path.join(datadir, 'icons', 'hicolor') + if not os.path.exists(icon_cache_dir): + os.makedirs(icon_cache_dir) + subprocess.call(['gtk-update-icon-cache', '-qtf', icon_cache_dir]) + + print('Updating desktop database...') + desktop_database_dir = os.path.join(datadir, 'applications') + if not os.path.exists(desktop_database_dir): + os.makedirs(desktop_database_dir) + subprocess.call(['update-desktop-database', '-q', desktop_database_dir]) + + print('Compiling GSettings schemas...') + schemas_dir = os.path.join(datadir, 'glib-2.0', 'schemas') + if not os.path.exists(schemas_dir): + os.makedirs(schemas_dir) + subprocess.call(['glib-compile-schemas', schemas_dir]) diff -Nru gnome-screenshot-3.22.0/compile gnome-screenshot-3.25.0/compile --- gnome-screenshot-3.22.0/compile 2016-09-20 05:29:35.000000000 +0000 +++ gnome-screenshot-3.25.0/compile 1970-01-01 00:00:00.000000000 +0000 @@ -1,347 +0,0 @@ -#! /bin/sh -# Wrapper for compilers which do not understand '-c -o'. - -scriptversion=2012-10-14.11; # UTC - -# Copyright (C) 1999-2014 Free Software Foundation, Inc. -# Written by Tom Tromey . -# -# 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 . - -# 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 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 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 . -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 -Nru gnome-screenshot-3.22.0/config.h.in gnome-screenshot-3.25.0/config.h.in --- gnome-screenshot-3.22.0/config.h.in 2016-09-20 05:32:03.000000000 +0000 +++ gnome-screenshot-3.25.0/config.h.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,61 +0,0 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ - -/* The name of the gettext domain */ -#undef GETTEXT_PACKAGE - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_X11_EXTENSIONS_SHAPE_H - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION diff -Nru gnome-screenshot-3.22.0/configure gnome-screenshot-3.25.0/configure --- gnome-screenshot-3.22.0/configure 2016-09-20 05:32:02.000000000 +0000 +++ gnome-screenshot-3.25.0/configure 1970-01-01 00:00:00.000000000 +0000 @@ -1,6687 +0,0 @@ -#! /bin/sh -# Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gnome-screenshot 3.22.0. -# -# -# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. -# -# -# This configure script is free software; the Free Software Foundation -# gives unlimited permission to copy, distribute and modify it. -## -------------------- ## -## M4sh Initialization. ## -## -------------------- ## - -# Be more Bourne compatible -DUALCASE=1; export DUALCASE # for MKS sh -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -else - case `(set -o) 2>/dev/null` in #( - *posix*) : - set -o posix ;; #( - *) : - ;; -esac -fi - - -as_nl=' -' -export as_nl -# Printing a long string crashes Solaris 7 /usr/bin/printf. -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -# Prefer a ksh shell builtin over an external printf program on Solaris, -# but without wasting forks for bash or zsh. -if test -z "$BASH_VERSION$ZSH_VERSION" \ - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='print -r --' - as_echo_n='print -rn --' -elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' -else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in #( - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' -fi - -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } -fi - - -# IFS -# We need space, tab and new line, in precisely that order. Quoting is -# there to prevent editors from complaining about space-tab. -# (If _AS_PATH_WALK were called with IFS unset, it would disable word -# splitting by setting IFS to empty value.) -IFS=" "" $as_nl" - -# Find who we are. Look in the path if we contain no directory separator. -as_myself= -case $0 in #(( - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break - done -IFS=$as_save_IFS - - ;; -esac -# We did not find ourselves, most probably we were run as `sh COMMAND' -# in which case we are not to be found in the path. -if test "x$as_myself" = x; then - as_myself=$0 -fi -if test ! -f "$as_myself"; then - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - exit 1 -fi - -# Unset variables that we do not need and which cause bugs (e.g. in -# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" -# suppresses any "Segmentation fault" message there. '((' could -# trigger a bug in pdksh 5.2.14. -for as_var in BASH_ENV ENV MAIL MAILPATH -do eval test x\${$as_var+set} = xset \ - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : -done -PS1='$ ' -PS2='> ' -PS4='+ ' - -# NLS nuisances. -LC_ALL=C -export LC_ALL -LANGUAGE=C -export LANGUAGE - -# CDPATH. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - -# Use a proper internal environment variable to ensure we don't fall - # into an infinite loop, continuously re-executing ourselves. - if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then - _as_can_reexec=no; export _as_can_reexec; - # We cannot yet assume a decent shell, so we have to provide a -# neutralization value for shells without unset; and this also -# works around shells that cannot unset nonexistent variables. -# Preserve -v and -x to the replacement shell. -BASH_ENV=/dev/null -ENV=/dev/null -(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV -case $- in # (((( - *v*x* | *x*v* ) as_opts=-vx ;; - *v* ) as_opts=-v ;; - *x* ) as_opts=-x ;; - * ) as_opts= ;; -esac -exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} -# Admittedly, this is quite paranoid, since all the known shells bail -# out after a failed `exec'. -$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 -as_fn_exit 255 - fi - # We don't want this to propagate to other subprocesses. - { _as_can_reexec=; unset _as_can_reexec;} -if test "x$CONFIG_SHELL" = x; then - as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which - # is contrary to our usage. Disable this feature. - alias -g '\${1+\"\$@\"}'='\"\$@\"' - setopt NO_GLOB_SUBST -else - case \`(set -o) 2>/dev/null\` in #( - *posix*) : - set -o posix ;; #( - *) : - ;; -esac -fi -" - as_required="as_fn_return () { (exit \$1); } -as_fn_success () { as_fn_return 0; } -as_fn_failure () { as_fn_return 1; } -as_fn_ret_success () { return 0; } -as_fn_ret_failure () { return 1; } - -exitcode=0 -as_fn_success || { exitcode=1; echo as_fn_success failed.; } -as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } -as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } -as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } -if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : - -else - exitcode=1; echo positional parameters were not saved. -fi -test x\$exitcode = x0 || exit 1 -test -x / || exit 1" - as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO - as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO - eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && - test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 -test \$(( 1 + 1 )) = 2 || exit 1" - if (eval "$as_required") 2>/dev/null; then : - as_have_required=yes -else - as_have_required=no -fi - if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : - -else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -as_found=false -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - as_found=: - case $as_dir in #( - /*) - for as_base in sh bash ksh sh5; do - # Try only shells that exist, to save several forks. - as_shell=$as_dir/$as_base - if { test -f "$as_shell" || test -f "$as_shell.exe"; } && - { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : - CONFIG_SHELL=$as_shell as_have_required=yes - if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : - break 2 -fi -fi - done;; - esac - as_found=false -done -$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && - { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : - CONFIG_SHELL=$SHELL as_have_required=yes -fi; } -IFS=$as_save_IFS - - - if test "x$CONFIG_SHELL" != x; then : - export CONFIG_SHELL - # We cannot yet assume a decent shell, so we have to provide a -# neutralization value for shells without unset; and this also -# works around shells that cannot unset nonexistent variables. -# Preserve -v and -x to the replacement shell. -BASH_ENV=/dev/null -ENV=/dev/null -(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV -case $- in # (((( - *v*x* | *x*v* ) as_opts=-vx ;; - *v* ) as_opts=-v ;; - *x* ) as_opts=-x ;; - * ) as_opts= ;; -esac -exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} -# Admittedly, this is quite paranoid, since all the known shells bail -# out after a failed `exec'. -$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 -exit 255 -fi - - if test x$as_have_required = xno; then : - $as_echo "$0: This script requires a shell more modern than all" - $as_echo "$0: the shells that I found on your system." - if test x${ZSH_VERSION+set} = xset ; then - $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" - $as_echo "$0: be upgraded to zsh 4.3.4 or later." - else - $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, -$0: including any error possibly output before this -$0: message. Then install a modern shell, or manually run -$0: the script under such a shell if you do have one." - fi - exit 1 -fi -fi -fi -SHELL=${CONFIG_SHELL-/bin/sh} -export SHELL -# Unset more variables known to interfere with behavior of common tools. -CLICOLOR_FORCE= GREP_OPTIONS= -unset CLICOLOR_FORCE GREP_OPTIONS - -## --------------------- ## -## M4sh Shell Functions. ## -## --------------------- ## -# as_fn_unset VAR -# --------------- -# Portably unset VAR. -as_fn_unset () -{ - { eval $1=; unset $1;} -} -as_unset=as_fn_unset - -# as_fn_set_status STATUS -# ----------------------- -# Set $? to STATUS, without forking. -as_fn_set_status () -{ - return $1 -} # as_fn_set_status - -# as_fn_exit STATUS -# ----------------- -# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. -as_fn_exit () -{ - set +e - as_fn_set_status $1 - exit $1 -} # as_fn_exit - -# as_fn_mkdir_p -# ------------- -# Create "$as_dir" as a directory, including parents if necessary. -as_fn_mkdir_p () -{ - - case $as_dir in #( - -*) as_dir=./$as_dir;; - esac - test -d "$as_dir" || eval $as_mkdir_p || { - as_dirs= - while :; do - case $as_dir in #( - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( - *) as_qdir=$as_dir;; - esac - as_dirs="'$as_qdir' $as_dirs" - as_dir=`$as_dirname -- "$as_dir" || -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - test -d "$as_dir" && break - done - test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" - - -} # as_fn_mkdir_p - -# as_fn_executable_p FILE -# ----------------------- -# Test if FILE is an executable regular file. -as_fn_executable_p () -{ - test -f "$1" && test -x "$1" -} # as_fn_executable_p -# as_fn_append VAR VALUE -# ---------------------- -# Append the text in VALUE to the end of the definition contained in VAR. Take -# advantage of any shell optimizations that allow amortized linear growth over -# repeated appends, instead of the typical quadratic growth present in naive -# implementations. -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : - eval 'as_fn_append () - { - eval $1+=\$2 - }' -else - as_fn_append () - { - eval $1=\$$1\$2 - } -fi # as_fn_append - -# as_fn_arith ARG... -# ------------------ -# Perform arithmetic evaluation on the ARGs, and store the result in the -# global $as_val. Take advantage of shells that can avoid forks. The arguments -# must be portable across $(()) and expr. -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : - eval 'as_fn_arith () - { - as_val=$(( $* )) - }' -else - as_fn_arith () - { - as_val=`expr "$@" || test $? -eq 1` - } -fi # as_fn_arith - - -# as_fn_error STATUS ERROR [LINENO LOG_FD] -# ---------------------------------------- -# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are -# provided, also output the error to LOG_FD, referencing LINENO. Then exit the -# script with STATUS, using 1 if that was 0. -as_fn_error () -{ - as_status=$1; test $as_status -eq 0 && as_status=1 - if test "$4"; then - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 - fi - $as_echo "$as_me: error: $2" >&2 - as_fn_exit $as_status -} # as_fn_error - -if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -else - as_expr=false -fi - -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then - as_basename=basename -else - as_basename=false -fi - -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then - as_dirname=dirname -else - as_dirname=false -fi - -as_me=`$as_basename -- "$0" || -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q - } - /^X\/\(\/\/\)$/{ - s//\1/ - q - } - /^X\/\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - - - as_lineno_1=$LINENO as_lineno_1a=$LINENO - as_lineno_2=$LINENO as_lineno_2a=$LINENO - eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && - test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { - # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) - sed -n ' - p - /[$]LINENO/= - ' <$as_myself | - sed ' - s/[$]LINENO.*/&-/ - t lineno - b - :lineno - N - :loop - s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ - t loop - s/-\n.*// - ' >$as_me.lineno && - chmod +x "$as_me.lineno" || - { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } - - # If we had to re-execute with $CONFIG_SHELL, we're ensured to have - # already done that, so ensure we don't try to do so again and fall - # in an infinite loop. This has already happened in practice. - _as_can_reexec=no; export _as_can_reexec - # Don't try to exec as it changes $[0], causing all sort of problems - # (the dirname of $[0] is not the place where we might find the - # original and so on. Autoconf is especially sensitive to this). - . "./$as_me.lineno" - # Exit status is that of the last command. - exit -} - -ECHO_C= ECHO_N= ECHO_T= -case `echo -n x` in #((((( --n*) - case `echo 'xy\c'` in - *c*) ECHO_T=' ';; # ECHO_T is single tab character. - xy) ECHO_C='\c';; - *) echo `echo ksh88 bug on AIX 6.1` > /dev/null - ECHO_T=' ';; - esac;; -*) - ECHO_N='-n';; -esac - -rm -f conf$$ conf$$.exe conf$$.file -if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file -else - rm -f conf$$.dir - mkdir conf$$.dir 2>/dev/null -fi -if (echo >conf$$.file) 2>/dev/null; then - if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -pR'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -pR' - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else - as_ln_s='cp -pR' - fi -else - as_ln_s='cp -pR' -fi -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file -rmdir conf$$.dir 2>/dev/null - -if mkdir -p . 2>/dev/null; then - as_mkdir_p='mkdir -p "$as_dir"' -else - test -d ./-p && rmdir ./-p - as_mkdir_p=false -fi - -as_test_x='test -x' -as_executable_p=as_fn_executable_p - -# Sed expression to map a string onto a valid CPP name. -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" - -# Sed expression to map a string onto a valid variable name. -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - -test -n "$DJDIR" || exec 7<&0 &1 - -# Name of the host. -# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, -# so uname gets run too. -ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` - -# -# Initializations. -# -ac_default_prefix=/usr/local -ac_clean_files= -ac_config_libobj_dir=. -LIBOBJS= -cross_compiling=no -subdirs= -MFLAGS= -MAKEFLAGS= - -# Identity of this package. -PACKAGE_NAME='gnome-screenshot' -PACKAGE_TARNAME='gnome-screenshot' -PACKAGE_VERSION='3.22.0' -PACKAGE_STRING='gnome-screenshot 3.22.0' -PACKAGE_BUGREPORT='' -PACKAGE_URL='' - -# Factoring default headers for most tests. -ac_includes_default="\ -#include -#ifdef HAVE_SYS_TYPES_H -# include -#endif -#ifdef HAVE_SYS_STAT_H -# include -#endif -#ifdef STDC_HEADERS -# include -# include -#else -# ifdef HAVE_STDLIB_H -# include -# endif -#endif -#ifdef HAVE_STRING_H -# if !defined STDC_HEADERS && defined HAVE_MEMORY_H -# include -# endif -# include -#endif -#ifdef HAVE_STRINGS_H -# include -#endif -#ifdef HAVE_INTTYPES_H -# include -#endif -#ifdef HAVE_STDINT_H -# include -#endif -#ifdef HAVE_UNISTD_H -# include -#endif" - -ac_subst_vars='am__EXEEXT_FALSE -am__EXEEXT_TRUE -LTLIBOBJS -LIBOBJS -SCREENSHOT_LIBS -SCREENSHOT_CFLAGS -EGREP -GREP -CPP -XSHAPE_LIBS -XSHAPE_CFLAGS -GSETTINGS_RULES -GLIB_COMPILE_SCHEMAS -gsettingsschemadir -PKG_CONFIG_LIBDIR -PKG_CONFIG_PATH -PKG_CONFIG -GSETTINGS_DISABLE_SCHEMAS_COMPILE -am__fastdepCC_FALSE -am__fastdepCC_TRUE -CCDEPMODE -am__nodep -AMDEPBACKSLASH -AMDEP_FALSE -AMDEP_TRUE -am__quote -am__include -DEPDIR -OBJEXT -EXEEXT -ac_ct_CC -CPPFLAGS -LDFLAGS -CFLAGS -CC -ALL_LINGUAS -INTLTOOL_PERL -GMSGFMT -MSGFMT -MSGMERGE -XGETTEXT -INTLTOOL_POLICY_RULE -INTLTOOL_SERVICE_RULE -INTLTOOL_THEME_RULE -INTLTOOL_SCHEMAS_RULE -INTLTOOL_CAVES_RULE -INTLTOOL_XML_NOMERGE_RULE -INTLTOOL_XML_RULE -INTLTOOL_KBD_RULE -INTLTOOL_XAM_RULE -INTLTOOL_UI_RULE -INTLTOOL_SOUNDLIST_RULE -INTLTOOL_SHEET_RULE -INTLTOOL_SERVER_RULE -INTLTOOL_PONG_RULE -INTLTOOL_OAF_RULE -INTLTOOL_PROP_RULE -INTLTOOL_KEYS_RULE -INTLTOOL_DIRECTORY_RULE -INTLTOOL_DESKTOP_RULE -intltool__v_merge_options_0 -intltool__v_merge_options_ -INTLTOOL_V_MERGE_OPTIONS -INTLTOOL__v_MERGE_0 -INTLTOOL__v_MERGE_ -INTLTOOL_V_MERGE -INTLTOOL_EXTRACT -INTLTOOL_MERGE -INTLTOOL_UPDATE -USE_NLS -GETTEXT_PACKAGE -AM_BACKSLASH -AM_DEFAULT_VERBOSITY -AM_DEFAULT_V -AM_V -am__untar -am__tar -AMTAR -am__leading_dot -SET_MAKE -AWK -mkdir_p -MKDIR_P -INSTALL_STRIP_PROGRAM -STRIP -install_sh -MAKEINFO -AUTOHEADER -AUTOMAKE -AUTOCONF -ACLOCAL -VERSION -PACKAGE -CYGPATH_W -am__isrc -INSTALL_DATA -INSTALL_SCRIPT -INSTALL_PROGRAM -target_alias -host_alias -build_alias -LIBS -ECHO_T -ECHO_N -ECHO_C -DEFS -mandir -localedir -libdir -psdir -pdfdir -dvidir -htmldir -infodir -docdir -oldincludedir -includedir -localstatedir -sharedstatedir -sysconfdir -datadir -datarootdir -libexecdir -sbindir -bindir -program_transform_name -prefix -exec_prefix -PACKAGE_URL -PACKAGE_BUGREPORT -PACKAGE_STRING -PACKAGE_VERSION -PACKAGE_TARNAME -PACKAGE_NAME -PATH_SEPARATOR -SHELL' -ac_subst_files='' -ac_user_opts=' -enable_option_checking -enable_silent_rules -enable_nls -enable_dependency_tracking -enable_schemas_compile -' - ac_precious_vars='build_alias -host_alias -target_alias -CC -CFLAGS -LDFLAGS -LIBS -CPPFLAGS -PKG_CONFIG -PKG_CONFIG_PATH -PKG_CONFIG_LIBDIR -XSHAPE_CFLAGS -XSHAPE_LIBS -CPP -SCREENSHOT_CFLAGS -SCREENSHOT_LIBS' - - -# Initialize some variables set by options. -ac_init_help= -ac_init_version=false -ac_unrecognized_opts= -ac_unrecognized_sep= -# The variables have the same names as the options, with -# dashes changed to underlines. -cache_file=/dev/null -exec_prefix=NONE -no_create= -no_recursion= -prefix=NONE -program_prefix=NONE -program_suffix=NONE -program_transform_name=s,x,x, -silent= -site= -srcdir= -verbose= -x_includes=NONE -x_libraries=NONE - -# Installation directory options. -# These are left unexpanded so users can "make install exec_prefix=/foo" -# and all the variables that are supposed to be based on exec_prefix -# by default will actually change. -# Use braces instead of parens because sh, perl, etc. also accept them. -# (The list follows the same order as the GNU Coding Standards.) -bindir='${exec_prefix}/bin' -sbindir='${exec_prefix}/sbin' -libexecdir='${exec_prefix}/libexec' -datarootdir='${prefix}/share' -datadir='${datarootdir}' -sysconfdir='${prefix}/etc' -sharedstatedir='${prefix}/com' -localstatedir='${prefix}/var' -includedir='${prefix}/include' -oldincludedir='/usr/include' -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -infodir='${datarootdir}/info' -htmldir='${docdir}' -dvidir='${docdir}' -pdfdir='${docdir}' -psdir='${docdir}' -libdir='${exec_prefix}/lib' -localedir='${datarootdir}/locale' -mandir='${datarootdir}/man' - -ac_prev= -ac_dashdash= -for ac_option -do - # If the previous option needs an argument, assign it. - if test -n "$ac_prev"; then - eval $ac_prev=\$ac_option - ac_prev= - continue - fi - - case $ac_option in - *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; - *=) ac_optarg= ;; - *) ac_optarg=yes ;; - esac - - # Accept the important Cygnus configure options, so we can diagnose typos. - - case $ac_dashdash$ac_option in - --) - ac_dashdash=yes ;; - - -bindir | --bindir | --bindi | --bind | --bin | --bi) - ac_prev=bindir ;; - -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) - bindir=$ac_optarg ;; - - -build | --build | --buil | --bui | --bu) - ac_prev=build_alias ;; - -build=* | --build=* | --buil=* | --bui=* | --bu=*) - build_alias=$ac_optarg ;; - - -cache-file | --cache-file | --cache-fil | --cache-fi \ - | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) - ac_prev=cache_file ;; - -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ - | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) - cache_file=$ac_optarg ;; - - --config-cache | -C) - cache_file=config.cache ;; - - -datadir | --datadir | --datadi | --datad) - ac_prev=datadir ;; - -datadir=* | --datadir=* | --datadi=* | --datad=*) - datadir=$ac_optarg ;; - - -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ - | --dataroo | --dataro | --datar) - ac_prev=datarootdir ;; - -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ - | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) - datarootdir=$ac_optarg ;; - - -disable-* | --disable-*) - ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid feature name: $ac_useropt" - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"enable_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval enable_$ac_useropt=no ;; - - -docdir | --docdir | --docdi | --doc | --do) - ac_prev=docdir ;; - -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) - docdir=$ac_optarg ;; - - -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) - ac_prev=dvidir ;; - -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) - dvidir=$ac_optarg ;; - - -enable-* | --enable-*) - ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid feature name: $ac_useropt" - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"enable_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval enable_$ac_useropt=\$ac_optarg ;; - - -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ - | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ - | --exec | --exe | --ex) - ac_prev=exec_prefix ;; - -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ - | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ - | --exec=* | --exe=* | --ex=*) - exec_prefix=$ac_optarg ;; - - -gas | --gas | --ga | --g) - # Obsolete; use --with-gas. - with_gas=yes ;; - - -help | --help | --hel | --he | -h) - ac_init_help=long ;; - -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) - ac_init_help=recursive ;; - -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) - ac_init_help=short ;; - - -host | --host | --hos | --ho) - ac_prev=host_alias ;; - -host=* | --host=* | --hos=* | --ho=*) - host_alias=$ac_optarg ;; - - -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) - ac_prev=htmldir ;; - -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ - | --ht=*) - htmldir=$ac_optarg ;; - - -includedir | --includedir | --includedi | --included | --include \ - | --includ | --inclu | --incl | --inc) - ac_prev=includedir ;; - -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ - | --includ=* | --inclu=* | --incl=* | --inc=*) - includedir=$ac_optarg ;; - - -infodir | --infodir | --infodi | --infod | --info | --inf) - ac_prev=infodir ;; - -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) - infodir=$ac_optarg ;; - - -libdir | --libdir | --libdi | --libd) - ac_prev=libdir ;; - -libdir=* | --libdir=* | --libdi=* | --libd=*) - libdir=$ac_optarg ;; - - -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ - | --libexe | --libex | --libe) - ac_prev=libexecdir ;; - -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ - | --libexe=* | --libex=* | --libe=*) - libexecdir=$ac_optarg ;; - - -localedir | --localedir | --localedi | --localed | --locale) - ac_prev=localedir ;; - -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) - localedir=$ac_optarg ;; - - -localstatedir | --localstatedir | --localstatedi | --localstated \ - | --localstate | --localstat | --localsta | --localst | --locals) - ac_prev=localstatedir ;; - -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ - | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) - localstatedir=$ac_optarg ;; - - -mandir | --mandir | --mandi | --mand | --man | --ma | --m) - ac_prev=mandir ;; - -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) - mandir=$ac_optarg ;; - - -nfp | --nfp | --nf) - # Obsolete; use --without-fp. - with_fp=no ;; - - -no-create | --no-create | --no-creat | --no-crea | --no-cre \ - | --no-cr | --no-c | -n) - no_create=yes ;; - - -no-recursion | --no-recursion | --no-recursio | --no-recursi \ - | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) - no_recursion=yes ;; - - -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ - | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ - | --oldin | --oldi | --old | --ol | --o) - ac_prev=oldincludedir ;; - -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ - | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ - | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) - oldincludedir=$ac_optarg ;; - - -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) - ac_prev=prefix ;; - -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) - prefix=$ac_optarg ;; - - -program-prefix | --program-prefix | --program-prefi | --program-pref \ - | --program-pre | --program-pr | --program-p) - ac_prev=program_prefix ;; - -program-prefix=* | --program-prefix=* | --program-prefi=* \ - | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) - program_prefix=$ac_optarg ;; - - -program-suffix | --program-suffix | --program-suffi | --program-suff \ - | --program-suf | --program-su | --program-s) - ac_prev=program_suffix ;; - -program-suffix=* | --program-suffix=* | --program-suffi=* \ - | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) - program_suffix=$ac_optarg ;; - - -program-transform-name | --program-transform-name \ - | --program-transform-nam | --program-transform-na \ - | --program-transform-n | --program-transform- \ - | --program-transform | --program-transfor \ - | --program-transfo | --program-transf \ - | --program-trans | --program-tran \ - | --progr-tra | --program-tr | --program-t) - ac_prev=program_transform_name ;; - -program-transform-name=* | --program-transform-name=* \ - | --program-transform-nam=* | --program-transform-na=* \ - | --program-transform-n=* | --program-transform-=* \ - | --program-transform=* | --program-transfor=* \ - | --program-transfo=* | --program-transf=* \ - | --program-trans=* | --program-tran=* \ - | --progr-tra=* | --program-tr=* | --program-t=*) - program_transform_name=$ac_optarg ;; - - -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) - ac_prev=pdfdir ;; - -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) - pdfdir=$ac_optarg ;; - - -psdir | --psdir | --psdi | --psd | --ps) - ac_prev=psdir ;; - -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) - psdir=$ac_optarg ;; - - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil) - silent=yes ;; - - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) - ac_prev=sbindir ;; - -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ - | --sbi=* | --sb=*) - sbindir=$ac_optarg ;; - - -sharedstatedir | --sharedstatedir | --sharedstatedi \ - | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ - | --sharedst | --shareds | --shared | --share | --shar \ - | --sha | --sh) - ac_prev=sharedstatedir ;; - -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ - | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ - | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ - | --sha=* | --sh=*) - sharedstatedir=$ac_optarg ;; - - -site | --site | --sit) - ac_prev=site ;; - -site=* | --site=* | --sit=*) - site=$ac_optarg ;; - - -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) - ac_prev=srcdir ;; - -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) - srcdir=$ac_optarg ;; - - -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ - | --syscon | --sysco | --sysc | --sys | --sy) - ac_prev=sysconfdir ;; - -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ - | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) - sysconfdir=$ac_optarg ;; - - -target | --target | --targe | --targ | --tar | --ta | --t) - ac_prev=target_alias ;; - -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) - target_alias=$ac_optarg ;; - - -v | -verbose | --verbose | --verbos | --verbo | --verb) - verbose=yes ;; - - -version | --version | --versio | --versi | --vers | -V) - ac_init_version=: ;; - - -with-* | --with-*) - ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid package name: $ac_useropt" - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"with_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval with_$ac_useropt=\$ac_optarg ;; - - -without-* | --without-*) - ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid package name: $ac_useropt" - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"with_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval with_$ac_useropt=no ;; - - --x) - # Obsolete; use --with-x. - with_x=yes ;; - - -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ - | --x-incl | --x-inc | --x-in | --x-i) - ac_prev=x_includes ;; - -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ - | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) - x_includes=$ac_optarg ;; - - -x-libraries | --x-libraries | --x-librarie | --x-librari \ - | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) - ac_prev=x_libraries ;; - -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ - | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) - x_libraries=$ac_optarg ;; - - -*) as_fn_error $? "unrecognized option: \`$ac_option' -Try \`$0 --help' for more information" - ;; - - *=*) - ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` - # Reject names that are not valid shell variable names. - case $ac_envvar in #( - '' | [0-9]* | *[!_$as_cr_alnum]* ) - as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; - esac - eval $ac_envvar=\$ac_optarg - export $ac_envvar ;; - - *) - # FIXME: should be removed in autoconf 3.0. - $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 - expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && - $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 - : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" - ;; - - esac -done - -if test -n "$ac_prev"; then - ac_option=--`echo $ac_prev | sed 's/_/-/g'` - as_fn_error $? "missing argument to $ac_option" -fi - -if test -n "$ac_unrecognized_opts"; then - case $enable_option_checking in - no) ;; - fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; - *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; - esac -fi - -# Check all directory arguments for consistency. -for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ - datadir sysconfdir sharedstatedir localstatedir includedir \ - oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir -do - eval ac_val=\$$ac_var - # Remove trailing slashes. - case $ac_val in - */ ) - ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` - eval $ac_var=\$ac_val;; - esac - # Be sure to have absolute directory names. - case $ac_val in - [\\/$]* | ?:[\\/]* ) continue;; - NONE | '' ) case $ac_var in *prefix ) continue;; esac;; - esac - as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" -done - -# There might be people who depend on the old broken behavior: `$host' -# used to hold the argument of --host etc. -# FIXME: To remove some day. -build=$build_alias -host=$host_alias -target=$target_alias - -# FIXME: To remove some day. -if test "x$host_alias" != x; then - if test "x$build_alias" = x; then - cross_compiling=maybe - elif test "x$build_alias" != "x$host_alias"; then - cross_compiling=yes - fi -fi - -ac_tool_prefix= -test -n "$host_alias" && ac_tool_prefix=$host_alias- - -test "$silent" = yes && exec 6>/dev/null - - -ac_pwd=`pwd` && test -n "$ac_pwd" && -ac_ls_di=`ls -di .` && -ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || - as_fn_error $? "working directory cannot be determined" -test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - as_fn_error $? "pwd does not report name of working directory" - - -# Find the source files, if location was not specified. -if test -z "$srcdir"; then - ac_srcdir_defaulted=yes - # Try the directory containing this script, then the parent directory. - ac_confdir=`$as_dirname -- "$as_myself" || -$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_myself" : 'X\(//\)[^/]' \| \ - X"$as_myself" : 'X\(//\)$' \| \ - X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_myself" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - srcdir=$ac_confdir - if test ! -r "$srcdir/$ac_unique_file"; then - srcdir=.. - fi -else - ac_srcdir_defaulted=no -fi -if test ! -r "$srcdir/$ac_unique_file"; then - test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." - as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" -fi -ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" -ac_abs_confdir=`( - cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" - pwd)` -# When building in place, set srcdir=. -if test "$ac_abs_confdir" = "$ac_pwd"; then - srcdir=. -fi -# Remove unnecessary trailing slashes from srcdir. -# Double slashes in file names in object file debugging info -# mess up M-x gdb in Emacs. -case $srcdir in -*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; -esac -for ac_var in $ac_precious_vars; do - eval ac_env_${ac_var}_set=\${${ac_var}+set} - eval ac_env_${ac_var}_value=\$${ac_var} - eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} - eval ac_cv_env_${ac_var}_value=\$${ac_var} -done - -# -# Report the --help message. -# -if test "$ac_init_help" = "long"; then - # 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-screenshot 3.22.0 to adapt to many kinds of systems. - -Usage: $0 [OPTION]... [VAR=VALUE]... - -To assign environment variables (e.g., CC, CFLAGS...), specify them as -VAR=VALUE. See below for descriptions of some of the useful variables. - -Defaults for the options are specified in brackets. - -Configuration: - -h, --help display this help and exit - --help=short display options specific to this package - --help=recursive display the short help of all the included packages - -V, --version display version information and exit - -q, --quiet, --silent do not print \`checking ...' messages - --cache-file=FILE cache test results in FILE [disabled] - -C, --config-cache alias for \`--cache-file=config.cache' - -n, --no-create do not create output files - --srcdir=DIR find the sources in DIR [configure dir or \`..'] - -Installation directories: - --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] - --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [PREFIX] - -By default, \`make install' will install all the files in -\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify -an installation prefix other than \`$ac_default_prefix' using \`--prefix', -for instance \`--prefix=\$HOME'. - -For better control, use the options below. - -Fine tuning of the installation directories: - --bindir=DIR user executables [EPREFIX/bin] - --sbindir=DIR system admin executables [EPREFIX/sbin] - --libexecdir=DIR program executables [EPREFIX/libexec] - --sysconfdir=DIR read-only single-machine data [PREFIX/etc] - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] - --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --libdir=DIR object code libraries [EPREFIX/lib] - --includedir=DIR C header files [PREFIX/include] - --oldincludedir=DIR C header files for non-gcc [/usr/include] - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] - --datadir=DIR read-only architecture-independent data [DATAROOTDIR] - --infodir=DIR info documentation [DATAROOTDIR/info] - --localedir=DIR locale-dependent data [DATAROOTDIR/locale] - --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root - [DATAROOTDIR/doc/gnome-screenshot] - --htmldir=DIR html documentation [DOCDIR] - --dvidir=DIR dvi documentation [DOCDIR] - --pdfdir=DIR pdf documentation [DOCDIR] - --psdir=DIR ps documentation [DOCDIR] -_ACEOF - - cat <<\_ACEOF - -Program names: - --program-prefix=PREFIX prepend PREFIX to installed program names - --program-suffix=SUFFIX append SUFFIX to installed program names - --program-transform-name=PROGRAM run sed PROGRAM on installed program names -_ACEOF -fi - -if test -n "$ac_init_help"; then - case $ac_init_help in - short | recursive ) echo "Configuration of gnome-screenshot 3.22.0:";; - esac - cat <<\_ACEOF - -Optional Features: - --disable-option-checking ignore unrecognized --enable/--with options - --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) - --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-silent-rules less verbose build output (undo: "make V=1") - --disable-silent-rules verbose build output (undo: "make V=0") - --disable-nls do not use Native Language Support - --enable-dependency-tracking - do not reject slow dependency extractors - --disable-dependency-tracking - speeds up one-time build - --disable-schemas-compile - Disable regeneration of gschemas.compiled on install - -Some influential environment variables: - CC C compiler command - CFLAGS C compiler flags - LDFLAGS linker flags, e.g. -L if you have libraries in a - nonstandard directory - LIBS libraries to pass to the linker, e.g. -l - CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if - you have headers in a nonstandard directory - PKG_CONFIG path to pkg-config utility - PKG_CONFIG_PATH - directories to add to pkg-config's search path - PKG_CONFIG_LIBDIR - path overriding pkg-config's built-in search path - XSHAPE_CFLAGS - C compiler flags for XSHAPE, overriding pkg-config - XSHAPE_LIBS linker flags for XSHAPE, overriding pkg-config - CPP C preprocessor - SCREENSHOT_CFLAGS - C compiler flags for SCREENSHOT, overriding pkg-config - SCREENSHOT_LIBS - linker flags for SCREENSHOT, overriding pkg-config - -Use these variables to override the choices made by `configure' or to help -it to find libraries and programs with nonstandard names/locations. - -Report bugs to the package provider. -_ACEOF -ac_status=$? -fi - -if test "$ac_init_help" = "recursive"; then - # If there are subdirs, report their specific --help. - for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d "$ac_dir" || - { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || - continue - ac_builddir=. - -case "$ac_dir" in -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; -*) - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; - esac ;; -esac -ac_abs_top_builddir=$ac_pwd -ac_abs_builddir=$ac_pwd$ac_dir_suffix -# for backward compatibility: -ac_top_builddir=$ac_top_build_prefix - -case $srcdir in - .) # We are building in place. - ac_srcdir=. - ac_top_srcdir=$ac_top_builddir_sub - ac_abs_top_srcdir=$ac_pwd ;; - [\\/]* | ?:[\\/]* ) # Absolute name. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir - ac_abs_top_srcdir=$srcdir ;; - *) # Relative name. - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_build_prefix$srcdir - ac_abs_top_srcdir=$ac_pwd/$srcdir ;; -esac -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - - cd "$ac_dir" || { ac_status=$?; continue; } - # Check for guested configure. - if test -f "$ac_srcdir/configure.gnu"; then - echo && - $SHELL "$ac_srcdir/configure.gnu" --help=recursive - elif test -f "$ac_srcdir/configure"; then - echo && - $SHELL "$ac_srcdir/configure" --help=recursive - else - $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 - fi || ac_status=$? - cd "$ac_pwd" || { ac_status=$?; break; } - done -fi - -test -n "$ac_init_help" && exit $ac_status -if $ac_init_version; then - cat <<\_ACEOF -gnome-screenshot configure 3.22.0 -generated by GNU Autoconf 2.69 - -Copyright (C) 2012 Free Software Foundation, Inc. -This configure script is free software; the Free Software Foundation -gives unlimited permission to copy, distribute and modify it. -_ACEOF - exit -fi - -## ------------------------ ## -## Autoconf initialization. ## -## ------------------------ ## - -# ac_fn_c_try_compile LINENO -# -------------------------- -# Try to compile conftest.$ac_ext, and return whether this succeeded. -ac_fn_c_try_compile () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - rm -f conftest.$ac_objext - if { { ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_compile") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - grep -v '^ *+' conftest.err >conftest.er1 - cat conftest.er1 >&5 - mv -f conftest.er1 conftest.err - fi - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then : - ac_retval=0 -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=1 -fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_c_try_compile - -# ac_fn_c_try_cpp LINENO -# ---------------------- -# Try to preprocess conftest.$ac_ext, and return whether this succeeded. -ac_fn_c_try_cpp () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if { { ac_try="$ac_cpp conftest.$ac_ext" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - grep -v '^ *+' conftest.err >conftest.er1 - cat conftest.er1 >&5 - mv -f conftest.er1 conftest.err - fi - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } > conftest.i && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then : - ac_retval=0 -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=1 -fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_c_try_cpp - -# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES -# ------------------------------------------------------- -# Tests whether HEADER exists, giving a warning if it cannot be compiled using -# the include files in INCLUDES and setting the cache variable VAR -# accordingly. -ac_fn_c_check_header_mongrel () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if eval \${$3+:} false; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } -else - # Is the header compilable? -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 -$as_echo_n "checking $2 usability... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -#include <$2> -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_header_compiler=yes -else - ac_header_compiler=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 -$as_echo "$ac_header_compiler" >&6; } - -# Is the header present? -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 -$as_echo_n "checking $2 presence... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <$2> -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - ac_header_preproc=yes -else - ac_header_preproc=no -fi -rm -f conftest.err conftest.i conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 -$as_echo "$ac_header_preproc" >&6; } - -# So? What about this header? -case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( - yes:no: ) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 -$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} - ;; - no:yes:* ) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 -$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 -$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 -$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 -$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} - ;; -esac - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -else - eval "$3=\$ac_header_compiler" -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } -fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - -} # ac_fn_c_check_header_mongrel - -# ac_fn_c_try_run LINENO -# ---------------------- -# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes -# that executables *can* be run. -ac_fn_c_try_run () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if { { ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_link") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' - { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; }; then : - ac_retval=0 -else - $as_echo "$as_me: program exited with status $ac_status" >&5 - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=$ac_status -fi - rm -rf conftest.dSYM conftest_ipa8_conftest.oo - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_c_try_run - -# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES -# ------------------------------------------------------- -# Tests whether HEADER exists and can be compiled using the include files in -# INCLUDES, setting the cache variable VAR accordingly. -ac_fn_c_check_header_compile () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -#include <$2> -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - eval "$3=yes" -else - eval "$3=no" -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - -} # ac_fn_c_check_header_compile -cat >config.log <<_ACEOF -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by gnome-screenshot $as_me 3.22.0, which was -generated by GNU Autoconf 2.69. Invocation command line was - - $ $0 $@ - -_ACEOF -exec 5>>config.log -{ -cat <<_ASUNAME -## --------- ## -## Platform. ## -## --------- ## - -hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` -uname -m = `(uname -m) 2>/dev/null || echo unknown` -uname -r = `(uname -r) 2>/dev/null || echo unknown` -uname -s = `(uname -s) 2>/dev/null || echo unknown` -uname -v = `(uname -v) 2>/dev/null || echo unknown` - -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` -/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` - -/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` -/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` -/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` -/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` - -_ASUNAME - -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - $as_echo "PATH: $as_dir" - done -IFS=$as_save_IFS - -} >&5 - -cat >&5 <<_ACEOF - - -## ----------- ## -## Core tests. ## -## ----------- ## - -_ACEOF - - -# Keep a trace of the command line. -# Strip out --no-create and --no-recursion so they do not pile up. -# Strip out --silent because we don't want to record it for future runs. -# Also quote any args containing shell meta-characters. -# Make two passes to allow for proper duplicate-argument suppression. -ac_configure_args= -ac_configure_args0= -ac_configure_args1= -ac_must_keep_next=false -for ac_pass in 1 2 -do - for ac_arg - do - case $ac_arg in - -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil) - continue ;; - *\'*) - ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - case $ac_pass in - 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; - 2) - as_fn_append ac_configure_args1 " '$ac_arg'" - if test $ac_must_keep_next = true; then - ac_must_keep_next=false # Got value, back to normal. - else - case $ac_arg in - *=* | --config-cache | -C | -disable-* | --disable-* \ - | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ - | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ - | -with-* | --with-* | -without-* | --without-* | --x) - case "$ac_configure_args0 " in - "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; - esac - ;; - -* ) ac_must_keep_next=true ;; - esac - fi - as_fn_append ac_configure_args " '$ac_arg'" - ;; - esac - done -done -{ ac_configure_args0=; unset ac_configure_args0;} -{ ac_configure_args1=; unset ac_configure_args1;} - -# When interrupted or exit'd, cleanup temporary files, and complete -# config.log. We remove comments because anyway the quotes in there -# would cause problems or look ugly. -# WARNING: Use '\'' to represent an apostrophe within the trap. -# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. -trap 'exit_status=$? - # Save into config.log some information that might help in debugging. - { - echo - - $as_echo "## ---------------- ## -## Cache variables. ## -## ---------------- ##" - echo - # The following way of writing the cache mishandles newlines in values, -( - for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do - eval ac_val=\$$ac_var - case $ac_val in #( - *${as_nl}*) - case $ac_var in #( - *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; - esac - case $ac_var in #( - _ | IFS | as_nl) ;; #( - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( - *) { eval $ac_var=; unset $ac_var;} ;; - esac ;; - esac - done - (set) 2>&1 | - case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( - *${as_nl}ac_space=\ *) - sed -n \ - "s/'\''/'\''\\\\'\'''\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" - ;; #( - *) - sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; - esac | - sort -) - echo - - $as_echo "## ----------------- ## -## Output variables. ## -## ----------------- ##" - echo - for ac_var in $ac_subst_vars - do - eval ac_val=\$$ac_var - case $ac_val in - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; - esac - $as_echo "$ac_var='\''$ac_val'\''" - done | sort - echo - - if test -n "$ac_subst_files"; then - $as_echo "## ------------------- ## -## File substitutions. ## -## ------------------- ##" - echo - for ac_var in $ac_subst_files - do - eval ac_val=\$$ac_var - case $ac_val in - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; - esac - $as_echo "$ac_var='\''$ac_val'\''" - done | sort - echo - fi - - if test -s confdefs.h; then - $as_echo "## ----------- ## -## confdefs.h. ## -## ----------- ##" - echo - cat confdefs.h - echo - fi - test "$ac_signal" != 0 && - $as_echo "$as_me: caught signal $ac_signal" - $as_echo "$as_me: exit $exit_status" - } >&5 - rm -f core *.core core.conftest.* && - rm -f -r conftest* confdefs* conf$$* $ac_clean_files && - exit $exit_status -' 0 -for ac_signal in 1 2 13 15; do - trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal -done -ac_signal=0 - -# confdefs.h avoids OS command line length limits that DEFS can exceed. -rm -f -r conftest* confdefs.h - -$as_echo "/* confdefs.h */" > confdefs.h - -# Predefined preprocessor variables. - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_NAME "$PACKAGE_NAME" -_ACEOF - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_TARNAME "$PACKAGE_TARNAME" -_ACEOF - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_VERSION "$PACKAGE_VERSION" -_ACEOF - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_STRING "$PACKAGE_STRING" -_ACEOF - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" -_ACEOF - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_URL "$PACKAGE_URL" -_ACEOF - - -# Let the site file select an alternate cache file if it wants to. -# Prefer an explicitly selected file to automatically selected ones. -ac_site_file1=NONE -ac_site_file2=NONE -if test -n "$CONFIG_SITE"; then - # We do not want a PATH search for config.site. - case $CONFIG_SITE in #(( - -*) ac_site_file1=./$CONFIG_SITE;; - */*) ac_site_file1=$CONFIG_SITE;; - *) ac_site_file1=./$CONFIG_SITE;; - esac -elif test "x$prefix" != xNONE; then - ac_site_file1=$prefix/share/config.site - ac_site_file2=$prefix/etc/config.site -else - ac_site_file1=$ac_default_prefix/share/config.site - ac_site_file2=$ac_default_prefix/etc/config.site -fi -for ac_site_file in "$ac_site_file1" "$ac_site_file2" -do - test "x$ac_site_file" = xNONE && continue - if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 -$as_echo "$as_me: loading site script $ac_site_file" >&6;} - sed 's/^/| /' "$ac_site_file" >&5 - . "$ac_site_file" \ - || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "failed to load site script $ac_site_file -See \`config.log' for more details" "$LINENO" 5; } - fi -done - -if test -r "$cache_file"; then - # Some versions of bash will fail to source /dev/null (special files - # actually), so we avoid doing that. DJGPP emulates it as a regular file. - if test /dev/null != "$cache_file" && test -f "$cache_file"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 -$as_echo "$as_me: loading cache $cache_file" >&6;} - case $cache_file in - [\\/]* | ?:[\\/]* ) . "$cache_file";; - *) . "./$cache_file";; - esac - fi -else - { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 -$as_echo "$as_me: creating cache $cache_file" >&6;} - >$cache_file -fi - -# Check that the precious variables saved in the cache have kept the same -# value. -ac_cache_corrupted=false -for ac_var in $ac_precious_vars; do - eval ac_old_set=\$ac_cv_env_${ac_var}_set - eval ac_new_set=\$ac_env_${ac_var}_set - eval ac_old_val=\$ac_cv_env_${ac_var}_value - eval ac_new_val=\$ac_env_${ac_var}_value - case $ac_old_set,$ac_new_set in - set,) - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,set) - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 -$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,);; - *) - if test "x$ac_old_val" != "x$ac_new_val"; then - # differences in whitespace do not lead to failure. - ac_old_val_w=`echo x $ac_old_val` - ac_new_val_w=`echo x $ac_new_val` - if test "$ac_old_val_w" != "$ac_new_val_w"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 -$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - ac_cache_corrupted=: - else - { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 -$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} - eval $ac_var=\$ac_old_val - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 -$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 -$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} - fi;; - esac - # Pass precious variables to config.status. - if test "$ac_new_set" = set; then - case $ac_new_val in - *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; - *) ac_arg=$ac_var=$ac_new_val ;; - esac - case " $ac_configure_args " in - *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. - *) as_fn_append ac_configure_args " '$ac_arg'" ;; - esac - fi -done -if $ac_cache_corrupted; then - { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 -$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} - as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 -fi -## -------------------- ## -## Main body of script. ## -## -------------------- ## - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - - -ac_config_headers="$ac_config_headers config.h" - - - -am__api_version='1.15' - -ac_aux_dir= -for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do - if test -f "$ac_dir/install-sh"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install-sh -c" - break - elif test -f "$ac_dir/install.sh"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install.sh -c" - break - elif test -f "$ac_dir/shtool"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/shtool install -c" - break - fi -done -if test -z "$ac_aux_dir"; then - as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 -fi - -# These three variables are undocumented and unsupported, -# and are intended to be withdrawn in a future Autoconf release. -# They can cause serious problems if a builder's source tree is in a directory -# whose full name contains unusual characters. -ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. -ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. -ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. - - -# Find a good install program. We prefer a C program (faster), -# so one script is as good as another. But avoid the broken or -# incompatible versions: -# SysV /etc/install, /usr/sbin/install -# SunOS /usr/etc/install -# IRIX /sbin/install -# AIX /bin/install -# AmigaOS /C/install, which installs bootblocks on floppy discs -# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag -# AFS /usr/afsws/bin/install, which mishandles nonexistent args -# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" -# OS/2's system install, which has a completely different semantic -# ./install, which can be erroneously created by make from ./install.sh. -# Reject install programs that cannot install multiple files. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 -$as_echo_n "checking for a BSD-compatible install... " >&6; } -if test -z "$INSTALL"; then -if ${ac_cv_path_install+:} false; then : - $as_echo_n "(cached) " >&6 -else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - # Account for people who put trailing slashes in PATH elements. -case $as_dir/ in #(( - ./ | .// | /[cC]/* | \ - /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ - ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ - /usr/ucb/* ) ;; - *) - # OSF1 and SCO ODT 3.0 have their own names for install. - # Don't use installbsd from OSF since it installs stuff as root - # by default. - for ac_prog in ginstall scoinst install; do - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then - if test $ac_prog = install && - grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then - # AIX install. It has an incompatible calling convention. - : - elif test $ac_prog = install && - grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then - # program-specific install script used by HP pwplus--don't use. - : - else - rm -rf conftest.one conftest.two conftest.dir - echo one > conftest.one - echo two > conftest.two - mkdir conftest.dir - if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && - test -s conftest.one && test -s conftest.two && - test -s conftest.dir/conftest.one && - test -s conftest.dir/conftest.two - then - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" - break 3 - fi - fi - fi - done - done - ;; -esac - - done -IFS=$as_save_IFS - -rm -rf conftest.one conftest.two conftest.dir - -fi - if test "${ac_cv_path_install+set}" = set; then - INSTALL=$ac_cv_path_install - else - # As a last resort, use the slow shell script. Don't cache a - # value for INSTALL within a source directory, because that will - # break other packages using the cache if that directory is - # removed, or if the value is a relative name. - INSTALL=$ac_install_sh - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 -$as_echo "$INSTALL" >&6; } - -# Use test -z because SunOS4 sh mishandles braces in ${var-val}. -# It thinks the first close brace ends the variable substitution. -test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' - -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' - -test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 -$as_echo_n "checking whether build environment is sane... " >&6; } -# Reject unsafe characters in $srcdir or the absolute working directory -# name. Accept space and tab only in the latter. -am_lf=' -' -case `pwd` in - *[\\\"\#\$\&\'\`$am_lf]*) - as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; -esac -case $srcdir in - *[\\\"\#\$\&\'\`$am_lf\ \ ]*) - as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; -esac - -# Do 'set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - am_has_slept=no - for am_try in 1 2; do - echo "timestamp, slept: $am_has_slept" > conftest.file - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - if test "$*" != "X $srcdir/configure conftest.file" \ - && test "$*" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken - alias in your environment" "$LINENO" 5 - fi - if test "$2" = conftest.file || test $am_try -eq 2; then - break - fi - # Just in case. - sleep 1 - am_has_slept=yes - done - test "$2" = conftest.file - ) -then - # Ok. - : -else - as_fn_error $? "newly created file is older than distributed files! -Check your system clock" "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -# If we didn't sleep, we still need to ensure time stamps of config.status and -# generated files are strictly newer. -am_sleep_pid= -if grep 'slept: no' conftest.file >/dev/null 2>&1; then - ( sleep 1 ) & - am_sleep_pid=$! -fi - -rm -f conftest.file - -test "$program_prefix" != NONE && - program_transform_name="s&^&$program_prefix&;$program_transform_name" -# Use a double $ so make ignores it. -test "$program_suffix" != NONE && - program_transform_name="s&\$&$program_suffix&;$program_transform_name" -# Double any \ or $. -# By default was `s,x,x', remove it if useless. -ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' -program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` - -# Expand $ac_aux_dir to an absolute path. -am_aux_dir=`cd "$ac_aux_dir" && pwd` - -if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac -fi -# Use eval to expand $SHELL -if eval "$MISSING --is-lightweight"; then - am_missing_run="$MISSING " -else - am_missing_run= - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} -fi - -if test x"${install_sh+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; - *) - install_sh="\${SHELL} $am_aux_dir/install-sh" - esac -fi - -# Installed binaries are usually stripped using 'strip' when the user -# run "make install-strip". However 'strip' might not be the right -# tool to use in cross-compilation environments, therefore Automake -# will honor the 'STRIP' environment variable to overrule this program. -if test "$cross_compiling" != no; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. -set dummy ${ac_tool_prefix}strip; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_STRIP+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$STRIP"; then - ac_cv_prog_STRIP="$STRIP" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_STRIP="${ac_tool_prefix}strip" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -STRIP=$ac_cv_prog_STRIP -if test -n "$STRIP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 -$as_echo "$STRIP" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_STRIP"; then - ac_ct_STRIP=$STRIP - # Extract the first word of "strip", so it can be a program name with args. -set dummy strip; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_STRIP+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_STRIP"; then - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_ac_ct_STRIP="strip" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP -if test -n "$ac_ct_STRIP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 -$as_echo "$ac_ct_STRIP" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_ct_STRIP" = x; then - STRIP=":" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - STRIP=$ac_ct_STRIP - fi -else - STRIP="$ac_cv_prog_STRIP" -fi - -fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 -$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } -if test -z "$MKDIR_P"; then - if ${ac_cv_path_mkdir+:} false; then : - $as_echo_n "(cached) " >&6 -else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in mkdir gmkdir; do - for ac_exec_ext in '' $ac_executable_extensions; do - as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue - case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( - 'mkdir (GNU coreutils) '* | \ - 'mkdir (coreutils) '* | \ - 'mkdir (fileutils) '4.1*) - ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext - break 3;; - esac - done - done - done -IFS=$as_save_IFS - -fi - - test -d ./--version && rmdir ./--version - if test "${ac_cv_path_mkdir+set}" = set; then - MKDIR_P="$ac_cv_path_mkdir -p" - else - # As a last resort, use the slow shell script. Don't cache a - # value for MKDIR_P within a source directory, because that will - # break other packages using the cache if that directory is - # removed, or if the value is a relative name. - MKDIR_P="$ac_install_sh -d" - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 -$as_echo "$MKDIR_P" >&6; } - -for ac_prog in gawk mawk nawk awk -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_AWK+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$AWK"; then - ac_cv_prog_AWK="$AWK" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_AWK="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -AWK=$ac_cv_prog_AWK -if test -n "$AWK"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 -$as_echo "$AWK" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$AWK" && break -done - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } -set x ${MAKE-make} -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat >conftest.make <<\_ACEOF -SHELL = /bin/sh -all: - @echo '@@@%%%=$(MAKE)=@@@%%%' -_ACEOF -# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. -case `${MAKE-make} -f conftest.make 2>/dev/null` in - *@@@%%%=?*=@@@%%%*) - eval ac_cv_prog_make_${ac_make}_set=yes;; - *) - eval ac_cv_prog_make_${ac_make}_set=no;; -esac -rm -f conftest.make -fi -if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - SET_MAKE= -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - SET_MAKE="MAKE=${MAKE-make}" -fi - -rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null - -# Check whether --enable-silent-rules was given. -if test "${enable_silent_rules+set}" = set; then : - enableval=$enable_silent_rules; -fi - -case $enable_silent_rules in # ((( - yes) AM_DEFAULT_VERBOSITY=0;; - no) AM_DEFAULT_VERBOSITY=1;; - *) AM_DEFAULT_VERBOSITY=1;; -esac -am_make=${MAKE-make} -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 -$as_echo_n "checking whether $am_make supports nested variables... " >&6; } -if ${am_cv_make_support_nested_variables+:} false; then : - $as_echo_n "(cached) " >&6 -else - if $as_echo 'TRUE=$(BAR$(V)) -BAR0=false -BAR1=true -V=1 -am__doit: - @$(TRUE) -.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then - am_cv_make_support_nested_variables=yes -else - am_cv_make_support_nested_variables=no -fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 -$as_echo "$am_cv_make_support_nested_variables" >&6; } -if test $am_cv_make_support_nested_variables = yes; then - AM_V='$(V)' - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' -else - AM_V=$AM_DEFAULT_VERBOSITY - AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY -fi -AM_BACKSLASH='\' - -if test "`cd $srcdir && pwd`" != "`pwd`"; then - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output - # is not polluted with repeated "-I." - am__isrc=' -I$(srcdir)' - # test to see if srcdir already configured - if test -f $srcdir/config.status; then - as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 - fi -fi - -# test whether we have cygpath -if test -z "$CYGPATH_W"; then - if (cygpath --version) >/dev/null 2>/dev/null; then - CYGPATH_W='cygpath -w' - else - CYGPATH_W=echo - fi -fi - - -# Define the identity of the package. - PACKAGE='gnome-screenshot' - VERSION='3.22.0' - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE "$PACKAGE" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define VERSION "$VERSION" -_ACEOF - -# Some tools Automake needs. - -ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} - - -AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} - - -AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} - - -AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} - - -MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} - -# For better backward compatibility. To be removed once Automake 1.9.x -# dies out for good. For more background, see: -# -# -mkdir_p='$(MKDIR_P)' - -# We need awk for the "check" target (and possibly the TAP driver). The -# system "awk" is bad on some platforms. -# 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}' - - -# We'll loop over all known methods to create a tar archive until one works. -_am_tools='gnutar pax cpio none' - -am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' - - - - - - -# POSIX will say in a future version that running "rm -f" with no argument -# is OK; and we want to be able to make that assumption in our Makefile -# recipes. So use an aggressive probe to check that the usage we want is -# actually supported "in the wild" to an acceptable degree. -# See automake bug#10828. -# To make any issue more visible, cause the running configure to be aborted -# by default if the 'rm' program in use doesn't match our expectations; the -# user can still override this though. -if rm -f && rm -fr && rm -rf; then : OK; else - cat >&2 <<'END' -Oops! - -Your 'rm' program seems unable to run without file operands specified -on the command line, even when the '-f' option is present. This is contrary -to the behaviour of most rm programs out there, and not conforming with -the upcoming POSIX standard: - -Please tell bug-automake@gnu.org about your system, including the value -of your $PATH and any error possibly output before this message. This -can help us improve future automake versions. - -END - if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then - echo 'Configuration will proceed anyway, since you have set the' >&2 - echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 - echo >&2 - else - cat >&2 <<'END' -Aborting the configuration process, to ensure you take notice of the issue. - -You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . - -If you want to complete the configuration process using your problematic -'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM -to "yes", and re-run configure. - -END - as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 - fi -fi - -# Check whether --enable-silent-rules was given. -if test "${enable_silent_rules+set}" = set; then : - enableval=$enable_silent_rules; -fi - -case $enable_silent_rules in # ((( - yes) AM_DEFAULT_VERBOSITY=0;; - no) AM_DEFAULT_VERBOSITY=1;; - *) AM_DEFAULT_VERBOSITY=0;; -esac -am_make=${MAKE-make} -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 -$as_echo_n "checking whether $am_make supports nested variables... " >&6; } -if ${am_cv_make_support_nested_variables+:} false; then : - $as_echo_n "(cached) " >&6 -else - if $as_echo 'TRUE=$(BAR$(V)) -BAR0=false -BAR1=true -V=1 -am__doit: - @$(TRUE) -.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then - am_cv_make_support_nested_variables=yes -else - am_cv_make_support_nested_variables=no -fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 -$as_echo "$am_cv_make_support_nested_variables" >&6; } -if test $am_cv_make_support_nested_variables = yes; then - AM_V='$(V)' - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' -else - AM_V=$AM_DEFAULT_VERBOSITY - AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY -fi -AM_BACKSLASH='\' - - -GETTEXT_PACKAGE=gnome-screenshot - - -cat >>confdefs.h <<_ACEOF -#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" -_ACEOF - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 -$as_echo_n "checking whether NLS is requested... " >&6; } - # Check whether --enable-nls was given. -if test "${enable_nls+set}" = set; then : - enableval=$enable_nls; USE_NLS=$enableval -else - USE_NLS=yes -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 -$as_echo "$USE_NLS" >&6; } - - - - -case "$am__api_version" in - 1.01234) - as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5 - ;; - *) - ;; -esac - -INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.50.2 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` -INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` -INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` -if test -n "0.50.2"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.50.2" >&5 -$as_echo_n "checking for intltool >= 0.50.2... " >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 -$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } - test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || - as_fn_error $? "Your intltool is too old. You need intltool 0.50.2 or later." "$LINENO" 5 -fi - -# Extract the first word of "intltool-update", so it can be a program name with args. -set dummy intltool-update; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_INTLTOOL_UPDATE+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $INTLTOOL_UPDATE in - [\\/]* | ?:[\\/]*) - ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE -if test -n "$INTLTOOL_UPDATE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5 -$as_echo "$INTLTOOL_UPDATE" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -# Extract the first word of "intltool-merge", so it can be a program name with args. -set dummy intltool-merge; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_INTLTOOL_MERGE+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $INTLTOOL_MERGE in - [\\/]* | ?:[\\/]*) - ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE -if test -n "$INTLTOOL_MERGE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5 -$as_echo "$INTLTOOL_MERGE" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -# Extract the first word of "intltool-extract", so it can be a program name with args. -set dummy intltool-extract; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_INTLTOOL_EXTRACT+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $INTLTOOL_EXTRACT in - [\\/]* | ?:[\\/]*) - ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT -if test -n "$INTLTOOL_EXTRACT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5 -$as_echo "$INTLTOOL_EXTRACT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then - as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5 -fi - -if test -z "$AM_DEFAULT_VERBOSITY"; then - AM_DEFAULT_VERBOSITY=1 -fi - - -INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' -INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' -INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' - - - - -INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' -intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' -intltool__v_merge_options_0='-q' - - - - - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' -else - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir $$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@ && rmdir $$_it_tmp_dir' -fi - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# Check the gettext tools to make sure they are GNU -# Extract the first word of "xgettext", so it can be a program name with args. -set dummy xgettext; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_XGETTEXT+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $XGETTEXT in - [\\/]* | ?:[\\/]*) - ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -XGETTEXT=$ac_cv_path_XGETTEXT -if test -n "$XGETTEXT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 -$as_echo "$XGETTEXT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -# Extract the first word of "msgmerge", so it can be a program name with args. -set dummy msgmerge; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_MSGMERGE+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $MSGMERGE in - [\\/]* | ?:[\\/]*) - ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -MSGMERGE=$ac_cv_path_MSGMERGE -if test -n "$MSGMERGE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 -$as_echo "$MSGMERGE" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -# Extract the first word of "msgfmt", so it can be a program name with args. -set dummy msgfmt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_MSGFMT+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $MSGFMT in - [\\/]* | ?:[\\/]*) - ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -MSGFMT=$ac_cv_path_MSGFMT -if test -n "$MSGFMT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 -$as_echo "$MSGFMT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -# Extract the first word of "gmsgfmt", so it can be a program name with args. -set dummy gmsgfmt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_GMSGFMT+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $GMSGFMT in - [\\/]* | ?:[\\/]*) - ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" - ;; -esac -fi -GMSGFMT=$ac_cv_path_GMSGFMT -if test -n "$GMSGFMT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 -$as_echo "$GMSGFMT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then - as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5 -fi -xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" -mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" -mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" -if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then - as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5 -fi - -# Extract the first word of "perl", so it can be a program name with args. -set dummy perl; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_INTLTOOL_PERL+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $INTLTOOL_PERL in - [\\/]* | ?:[\\/]*) - ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL -if test -n "$INTLTOOL_PERL"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5 -$as_echo "$INTLTOOL_PERL" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -if test -z "$INTLTOOL_PERL"; then - as_fn_error $? "perl not found" "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5 -$as_echo_n "checking for perl >= 5.8.1... " >&6; } -$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 -if test $? -ne 0; then - as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5 -else - IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 -$as_echo "$IT_PERL_VERSION" >&6; } -fi -if test "x" != "xno-xml"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5 -$as_echo_n "checking for XML::Parser... " >&6; } - if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 -$as_echo "ok" >&6; } - else - as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5 - fi -fi - -# Substitute ALL_LINGUAS so we can use it in po/Makefile - - - - - - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. -set dummy ${ac_tool_prefix}gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. -set dummy gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_ac_ct_CC="gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_ct_CC" = x; then - CC="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - CC=$ac_ct_CC - fi -else - CC="$ac_cv_prog_CC" -fi - -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. -set dummy ${ac_tool_prefix}cc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_CC="${ac_tool_prefix}cc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - fi -fi -if test -z "$CC"; then - # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_prog_rejected=no -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then - ac_prog_rejected=yes - continue - fi - ac_cv_prog_CC="cc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -if test $ac_prog_rejected = yes; then - # We found a bogon in the path, so make sure we never use it. - set dummy $ac_cv_prog_CC - shift - if test $# != 0; then - # We chose a different compiler from the bogus one. - # However, it has the same basename, so the bogon will be chosen - # first if we set CC to just the basename; use the full file name. - shift - ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" - fi -fi -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - for ac_prog in cl.exe - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_CC="$ac_tool_prefix$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$CC" && break - done -fi -if test -z "$CC"; then - ac_ct_CC=$CC - for ac_prog in cl.exe -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_ac_ct_CC="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$ac_ct_CC" && break -done - - if test "x$ac_ct_CC" = x; then - CC="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - CC=$ac_ct_CC - fi -fi - -fi - - -test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "no acceptable C compiler found in \$PATH -See \`config.log' for more details" "$LINENO" 5; } - -# Provide some information about the compiler. -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 -set X $ac_compile -ac_compiler=$2 -for ac_option in --version -v -V -qversion; do - { { ac_try="$ac_compiler $ac_option >&5" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_compiler $ac_option >&5") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - sed '10a\ -... rest of stderr output deleted ... - 10q' conftest.err >conftest.er1 - cat conftest.er1 >&5 - fi - rm -f conftest.er1 conftest.err - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } -done - -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" -# Try to create an executable without -o first, disregard a.out. -# It will help us diagnose broken compilers, and finding out an intuition -# of exeext. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 -$as_echo_n "checking whether the C compiler works... " >&6; } -ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` - -# The possible output files: -ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" - -ac_rmfiles= -for ac_file in $ac_files -do - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; - * ) ac_rmfiles="$ac_rmfiles $ac_file";; - esac -done -rm -f $ac_rmfiles - -if { { ac_try="$ac_link_default" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_link_default") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then : - # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. -# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' -# in a Makefile. We should not override ac_cv_exeext if it was cached, -# so that the user can short-circuit this test for compilers unknown to -# Autoconf. -for ac_file in $ac_files '' -do - test -f "$ac_file" || continue - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) - ;; - [ab].out ) - # We found the default executable, but exeext='' is most - # certainly right. - break;; - *.* ) - if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; - then :; else - ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - fi - # We set ac_cv_exeext here because the later test for it is not - # safe: cross compilers may not add the suffix if given an `-o' - # argument, so we may need to know it at that point already. - # Even if this section looks crufty: it has the advantage of - # actually working. - break;; - * ) - break;; - esac -done -test "$ac_cv_exeext" = no && ac_cv_exeext= - -else - ac_file='' -fi -if test -z "$ac_file"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -$as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error 77 "C compiler cannot create executables -See \`config.log' for more details" "$LINENO" 5; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 -$as_echo_n "checking for C compiler default output file name... " >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 -$as_echo "$ac_file" >&6; } -ac_exeext=$ac_cv_exeext - -rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out -ac_clean_files=$ac_clean_files_save -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 -$as_echo_n "checking for suffix of executables... " >&6; } -if { { ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_link") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then : - # If both `conftest.exe' and `conftest' are `present' (well, observable) -# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will -# work properly (i.e., refer to `conftest.exe'), while it won't with -# `rm'. -for ac_file in conftest.exe conftest conftest.*; do - test -f "$ac_file" || continue - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; - *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - break;; - * ) break;; - esac -done -else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "cannot compute suffix of executables: cannot compile and link -See \`config.log' for more details" "$LINENO" 5; } -fi -rm -f conftest conftest$ac_cv_exeext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 -$as_echo "$ac_cv_exeext" >&6; } - -rm -f conftest.$ac_ext -EXEEXT=$ac_cv_exeext -ac_exeext=$EXEEXT -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -int -main () -{ -FILE *f = fopen ("conftest.out", "w"); - return ferror (f) || fclose (f) != 0; - - ; - return 0; -} -_ACEOF -ac_clean_files="$ac_clean_files conftest.out" -# Check that the compiler produces executables we can run. If not, either -# the compiler is broken, or we cross compile. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 -$as_echo_n "checking whether we are cross compiling... " >&6; } -if test "$cross_compiling" != yes; then - { { ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_link") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } - if { ac_try='./conftest$ac_cv_exeext' - { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; }; then - cross_compiling=no - else - if test "$cross_compiling" = maybe; then - cross_compiling=yes - else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "cannot run C compiled programs. -If you meant to cross compile, use \`--host'. -See \`config.log' for more details" "$LINENO" 5; } - fi - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 -$as_echo "$cross_compiling" >&6; } - -rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out -ac_clean_files=$ac_clean_files_save -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 -$as_echo_n "checking for suffix of object files... " >&6; } -if ${ac_cv_objext+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -rm -f conftest.o conftest.obj -if { { ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_compile") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then : - for ac_file in conftest.o conftest.obj conftest.*; do - test -f "$ac_file" || continue; - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; - *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` - break;; - esac -done -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "cannot compute suffix of object files: cannot compile -See \`config.log' for more details" "$LINENO" 5; } -fi -rm -f conftest.$ac_cv_objext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 -$as_echo "$ac_cv_objext" >&6; } -OBJEXT=$ac_cv_objext -ac_objext=$OBJEXT -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } -if ${ac_cv_c_compiler_gnu+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -#ifndef __GNUC__ - choke me -#endif - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_compiler_gnu=yes -else - ac_compiler_gnu=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -ac_cv_c_compiler_gnu=$ac_compiler_gnu - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 -$as_echo "$ac_cv_c_compiler_gnu" >&6; } -if test $ac_compiler_gnu = yes; then - GCC=yes -else - GCC= -fi -ac_test_CFLAGS=${CFLAGS+set} -ac_save_CFLAGS=$CFLAGS -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 -$as_echo_n "checking whether $CC accepts -g... " >&6; } -if ${ac_cv_prog_cc_g+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_save_c_werror_flag=$ac_c_werror_flag - ac_c_werror_flag=yes - ac_cv_prog_cc_g=no - CFLAGS="-g" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_prog_cc_g=yes -else - CFLAGS="" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - -else - ac_c_werror_flag=$ac_save_c_werror_flag - CFLAGS="-g" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_prog_cc_g=yes -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_c_werror_flag=$ac_save_c_werror_flag -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 -$as_echo "$ac_cv_prog_cc_g" >&6; } -if test "$ac_test_CFLAGS" = set; then - CFLAGS=$ac_save_CFLAGS -elif test $ac_cv_prog_cc_g = yes; then - if test "$GCC" = yes; then - CFLAGS="-g -O2" - else - CFLAGS="-g" - fi -else - if test "$GCC" = yes; then - CFLAGS="-O2" - else - CFLAGS= - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -if ${ac_cv_prog_cc_c89+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_cv_prog_cc_c89=no -ac_save_CC=$CC -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -#include -struct stat; -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ -struct buf { int x; }; -FILE * (*rcsopen) (struct buf *, struct stat *, int); -static char *e (p, i) - char **p; - int i; -{ - return p[i]; -} -static char *f (char * (*g) (char **, int), char **p, ...) -{ - char *s; - va_list v; - va_start (v,p); - s = g (p, va_arg (v,int)); - va_end (v); - return s; -} - -/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has - function prototypes and stuff, but not '\xHH' hex character constants. - These don't provoke an error unfortunately, instead are silently treated - as 'x'. The following induces an error, until -std is added to get - proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an - array size at least. It's necessary to write '\x00'==0 to get something - that's true only with -std. */ -int osf4_cc_array ['\x00' == 0 ? 1 : -1]; - -/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters - inside strings and character constants. */ -#define FOO(x) 'x' -int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; - -int test (int i, double x); -struct s1 {int (*f) (int a);}; -struct s2 {int (*f) (double a);}; -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); -int argc; -char **argv; -int -main () -{ -return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; - ; - return 0; -} -_ACEOF -for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ - -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" -do - CC="$ac_save_CC $ac_arg" - if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_prog_cc_c89=$ac_arg -fi -rm -f core conftest.err conftest.$ac_objext - test "x$ac_cv_prog_cc_c89" != "xno" && break -done -rm -f conftest.$ac_ext -CC=$ac_save_CC - -fi -# AC_CACHE_VAL -case "x$ac_cv_prog_cc_c89" in - x) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 -$as_echo "none needed" >&6; } ;; - xno) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 -$as_echo "unsupported" >&6; } ;; - *) - CC="$CC $ac_cv_prog_cc_c89" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; -esac -if test "x$ac_cv_prog_cc_c89" != xno; then : - -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 -$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } -if ${am_cv_prog_cc_c_o+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF - # Make sure it works both with $CC and with simple cc. - # Following AC_PROG_CC_C_O, we do the test twice because some - # compilers refuse to overwrite an existing .o file with -o, - # though they will create one. - am_cv_prog_cc_c_o=yes - for am_i in 1 2; do - if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 - ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } \ - && test -f conftest2.$ac_objext; then - : OK - else - am_cv_prog_cc_c_o=no - break - fi - done - rm -f core conftest* - unset am_i -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 -$as_echo "$am_cv_prog_cc_c_o" >&6; } -if test "$am_cv_prog_cc_c_o" != yes; then - # Losing compiler, so override with the script. - # FIXME: It is wrong to rewrite CC. - # But if we don't then we get into trouble of one sort or another. - # A longer-term fix would be to have automake use am__CC in this case, - # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" - CC="$am_aux_dir/compile $CC" -fi -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -DEPDIR="${am__leading_dot}deps" - -ac_config_commands="$ac_config_commands depfiles" - - -am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo this is the am__doit target -.PHONY: am__doit -END -# If we don't find an include directive, just comment out the code. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 -$as_echo_n "checking for style of include used by $am_make... " >&6; } -am__include="#" -am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 -$as_echo "$_am_result" >&6; } -rm -f confinc confmf - -# Check whether --enable-dependency-tracking was given. -if test "${enable_dependency_tracking+set}" = set; then : - enableval=$enable_dependency_tracking; -fi - -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= - AMDEP_FALSE='#' -else - AMDEP_TRUE='#' - AMDEP_FALSE= -fi - - - -depcc="$CC" am_compiler_list= - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } -if ${am_cv_CC_dependencies_compiler_type+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # 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. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_CC_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` - fi - am__universal=false - case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac - - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with - # Solaris 10 /bin/sh. - echo '/* dummy */' > sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - # We check with '-c' and '-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle '-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs. - am__obj=sub/conftest.${OBJEXT-o} - am__minus_obj="-o $am__obj" - case $depmode in - gcc) - # This depmode causes a compiler race in universal mode. - test "$am__universal" = false || continue - ;; - nosideeffect) - # After this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested. - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - 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. - am__obj=conftest.${OBJEXT-o} - am__minus_obj= - ;; - none) break ;; - esac - if depmode=$depmode \ - source=sub/conftest.c object=$am__obj \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep $am__obj sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_CC_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_CC_dependencies_compiler_type=none -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } -CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type - - if - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then - am__fastdepCC_TRUE= - am__fastdepCC_FALSE='#' -else - am__fastdepCC_TRUE='#' - am__fastdepCC_FALSE= -fi - - - - - - - # Check whether --enable-schemas-compile was given. -if test "${enable_schemas_compile+set}" = set; then : - enableval=$enable_schemas_compile; case ${enableval} in - yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;; - no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;; - *) as_fn_error $? "bad value ${enableval} for --enable-schemas-compile" "$LINENO" 5 ;; - esac -fi - - - - - - - - - -if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. -set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $PKG_CONFIG in - [\\/]* | ?:[\\/]*) - ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -PKG_CONFIG=$ac_cv_path_PKG_CONFIG -if test -n "$PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 -$as_echo "$PKG_CONFIG" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_path_PKG_CONFIG"; then - ac_pt_PKG_CONFIG=$PKG_CONFIG - # Extract the first word of "pkg-config", so it can be a program name with args. -set dummy pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $ac_pt_PKG_CONFIG in - [\\/]* | ?:[\\/]*) - ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG -if test -n "$ac_pt_PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 -$as_echo "$ac_pt_PKG_CONFIG" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_pt_PKG_CONFIG" = x; then - PKG_CONFIG="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - PKG_CONFIG=$ac_pt_PKG_CONFIG - fi -else - PKG_CONFIG="$ac_cv_path_PKG_CONFIG" -fi - -fi -if test -n "$PKG_CONFIG"; then - _pkg_min_version=0.16 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 -$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } - if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - PKG_CONFIG="" - fi -fi - gsettingsschemadir=${datadir}/glib-2.0/schemas - - if test x$cross_compiling != xyes; then - GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0` - else - # Extract the first word of "glib-compile-schemas", so it can be a program name with args. -set dummy glib-compile-schemas; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_GLIB_COMPILE_SCHEMAS+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $GLIB_COMPILE_SCHEMAS in - [\\/]* | ?:[\\/]*) - ac_cv_path_GLIB_COMPILE_SCHEMAS="$GLIB_COMPILE_SCHEMAS" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_GLIB_COMPILE_SCHEMAS="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -GLIB_COMPILE_SCHEMAS=$ac_cv_path_GLIB_COMPILE_SCHEMAS -if test -n "$GLIB_COMPILE_SCHEMAS"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLIB_COMPILE_SCHEMAS" >&5 -$as_echo "$GLIB_COMPILE_SCHEMAS" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - fi - - if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then - as_fn_error $? "glib-compile-schemas not found." "$LINENO" 5 - else - : - fi - - GSETTINGS_RULES=' -.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas - -mostlyclean-am: clean-gsettings-schemas - -gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) - -%.gschema.valid: %.gschema.xml $(gsettings__enum_file) - $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@ - -all-am: $(gsettings_SCHEMAS:.xml=.valid) -uninstall-am: uninstall-gsettings-schemas -install-data-am: install-gsettings-schemas - -.SECONDARY: $(gsettings_SCHEMAS) - -install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) - @$(NORMAL_INSTALL) - if test -n "$^"; then \ - test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ - $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ - test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ - fi - -uninstall-gsettings-schemas: - @$(NORMAL_UNINSTALL) - @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files - test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) - -clean-gsettings-schemas: - rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) - -ifdef gsettings_ENUM_NAMESPACE -$(gsettings__enum_file): $(gsettings_ENUM_FILES) - $(AM_V_GEN) glib-mkenums --comments '\'''\'' --fhead "" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " " --vtail " " --ftail "" $^ > $@.tmp && mv $@.tmp $@ -endif -' - - - - - - - -GLIB_MIN_VERSION=2.35.1 -GTK_MIN_VERSION=3.0.0 - -msg_xshape=no - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 -$as_echo_n "checking how to run the C preprocessor... " >&6; } -# On Suns, sometimes $CPP names a directory. -if test -n "$CPP" && test -d "$CPP"; then - CPP= -fi -if test -z "$CPP"; then - if ${ac_cv_prog_CPP+:} false; then : - $as_echo_n "(cached) " >&6 -else - # Double quotes because CPP needs to be expanded - for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" - do - ac_preproc_ok=false -for ac_c_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # Prefer to if __STDC__ is defined, since - # exists even on freestanding compilers. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifdef __STDC__ -# include -#else -# include -#endif - Syntax error -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - -else - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.i conftest.$ac_ext - - # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - # Broken: success on invalid input. -continue -else - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.i conftest.$ac_ext - -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.i conftest.err conftest.$ac_ext -if $ac_preproc_ok; then : - break -fi - - done - ac_cv_prog_CPP=$CPP - -fi - CPP=$ac_cv_prog_CPP -else - ac_cv_prog_CPP=$CPP -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 -$as_echo "$CPP" >&6; } -ac_preproc_ok=false -for ac_c_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # Prefer to if __STDC__ is defined, since - # exists even on freestanding compilers. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifdef __STDC__ -# include -#else -# include -#endif - Syntax error -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - -else - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.i conftest.$ac_ext - - # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - # Broken: success on invalid input. -continue -else - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.i conftest.$ac_ext - -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.i conftest.err conftest.$ac_ext -if $ac_preproc_ok; then : - -else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "C preprocessor \"$CPP\" fails sanity check -See \`config.log' for more details" "$LINENO" 5; } -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 -$as_echo_n "checking for grep that handles long lines and -e... " >&6; } -if ${ac_cv_path_GREP+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -z "$GREP"; then - ac_path_GREP_found=false - # Loop through the user's path and test for each of PROGNAME-LIST - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in grep ggrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - as_fn_executable_p "$ac_path_GREP" || continue -# Check for GNU ac_path_GREP and select it if it is found. - # Check for GNU $ac_path_GREP -case `"$ac_path_GREP" --version 2>&1` in -*GNU*) - ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; -*) - ac_count=0 - $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" - $as_echo 'GREP' >> "conftest.nl" - "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - as_fn_arith $ac_count + 1 && ac_count=$as_val - if test $ac_count -gt ${ac_path_GREP_max-0}; then - # Best one so far, save it but keep looking for a better one - ac_cv_path_GREP="$ac_path_GREP" - ac_path_GREP_max=$ac_count - fi - # 10*(2^10) chars as input seems more than enough - test $ac_count -gt 10 && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; -esac - - $ac_path_GREP_found && break 3 - done - done - done -IFS=$as_save_IFS - if test -z "$ac_cv_path_GREP"; then - as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 - fi -else - ac_cv_path_GREP=$GREP -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 -$as_echo "$ac_cv_path_GREP" >&6; } - GREP="$ac_cv_path_GREP" - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 -$as_echo_n "checking for egrep... " >&6; } -if ${ac_cv_path_EGREP+:} false; then : - $as_echo_n "(cached) " >&6 -else - if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 - then ac_cv_path_EGREP="$GREP -E" - else - if test -z "$EGREP"; then - ac_path_EGREP_found=false - # Loop through the user's path and test for each of PROGNAME-LIST - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in egrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - as_fn_executable_p "$ac_path_EGREP" || continue -# Check for GNU ac_path_EGREP and select it if it is found. - # Check for GNU $ac_path_EGREP -case `"$ac_path_EGREP" --version 2>&1` in -*GNU*) - ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; -*) - ac_count=0 - $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" - $as_echo 'EGREP' >> "conftest.nl" - "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - as_fn_arith $ac_count + 1 && ac_count=$as_val - if test $ac_count -gt ${ac_path_EGREP_max-0}; then - # Best one so far, save it but keep looking for a better one - ac_cv_path_EGREP="$ac_path_EGREP" - ac_path_EGREP_max=$ac_count - fi - # 10*(2^10) chars as input seems more than enough - test $ac_count -gt 10 && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; -esac - - $ac_path_EGREP_found && break 3 - done - done - done -IFS=$as_save_IFS - if test -z "$ac_cv_path_EGREP"; then - as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 - fi -else - ac_cv_path_EGREP=$EGREP -fi - - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 -$as_echo "$ac_cv_path_EGREP" >&6; } - EGREP="$ac_cv_path_EGREP" - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 -$as_echo_n "checking for ANSI C header files... " >&6; } -if ${ac_cv_header_stdc+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -#include -#include -#include - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_header_stdc=yes -else - ac_cv_header_stdc=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - -if test $ac_cv_header_stdc = yes; then - # SunOS 4.x string.h does not declare mem*, contrary to ANSI. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "memchr" >/dev/null 2>&1; then : - -else - ac_cv_header_stdc=no -fi -rm -f conftest* - -fi - -if test $ac_cv_header_stdc = yes; then - # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "free" >/dev/null 2>&1; then : - -else - ac_cv_header_stdc=no -fi -rm -f conftest* - -fi - -if test $ac_cv_header_stdc = yes; then - # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. - if test "$cross_compiling" = yes; then : - : -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -#include -#if ((' ' & 0x0FF) == 0x020) -# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -#else -# define ISLOWER(c) \ - (('a' <= (c) && (c) <= 'i') \ - || ('j' <= (c) && (c) <= 'r') \ - || ('s' <= (c) && (c) <= 'z')) -# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) -#endif - -#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) -int -main () -{ - int i; - for (i = 0; i < 256; i++) - if (XOR (islower (i), ISLOWER (i)) - || toupper (i) != TOUPPER (i)) - return 2; - return 0; -} -_ACEOF -if ac_fn_c_try_run "$LINENO"; then : - -else - ac_cv_header_stdc=no -fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ - conftest.$ac_objext conftest.beam conftest.$ac_ext -fi - -fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 -$as_echo "$ac_cv_header_stdc" >&6; } -if test $ac_cv_header_stdc = yes; then - -$as_echo "#define STDC_HEADERS 1" >>confdefs.h - -fi - -# On IRIX 5.3, sys/types and inttypes.h are conflicting. -for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ - inttypes.h stdint.h unistd.h -do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default -" -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 -_ACEOF - -fi - -done - - - -pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XSHAPE" >&5 -$as_echo_n "checking for XSHAPE... " >&6; } - -if test -n "$XSHAPE_CFLAGS"; then - pkg_cv_XSHAPE_CFLAGS="$XSHAPE_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xext x11\""; } >&5 - ($PKG_CONFIG --exists --print-errors "xext x11") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then - pkg_cv_XSHAPE_CFLAGS=`$PKG_CONFIG --cflags "xext x11" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes -else - pkg_failed=yes -fi - else - pkg_failed=untried -fi -if test -n "$XSHAPE_LIBS"; then - pkg_cv_XSHAPE_LIBS="$XSHAPE_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xext x11\""; } >&5 - ($PKG_CONFIG --exists --print-errors "xext x11") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then - pkg_cv_XSHAPE_LIBS=`$PKG_CONFIG --libs "xext x11" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes -else - pkg_failed=yes -fi - else - pkg_failed=untried -fi - - - -if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then - _pkg_short_errors_supported=yes -else - _pkg_short_errors_supported=no -fi - if test $_pkg_short_errors_supported = yes; then - XSHAPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xext x11" 2>&1` - else - XSHAPE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xext x11" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$XSHAPE_PKG_ERRORS" >&5 - - as_fn_error $? "Package requirements (xext x11) were not met: - -$XSHAPE_PKG_ERRORS - -Consider adjusting the PKG_CONFIG_PATH environment variable if you -installed software in a non-standard prefix. - -Alternatively, you may set the environment variables XSHAPE_CFLAGS -and XSHAPE_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details." "$LINENO" 5 -elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it -is in your PATH or set the PKG_CONFIG environment variable to the full -path to pkg-config. - -Alternatively, you may set the environment variables XSHAPE_CFLAGS -and XSHAPE_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details. - -To get pkg-config, see . -See \`config.log' for more details" "$LINENO" 5; } -else - XSHAPE_CFLAGS=$pkg_cv_XSHAPE_CFLAGS - XSHAPE_LIBS=$pkg_cv_XSHAPE_LIBS - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - - for ac_header in X11/extensions/shape.h -do : - ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/shape.h" "ac_cv_header_X11_extensions_shape_h" "$ac_includes_default" -if test "x$ac_cv_header_X11_extensions_shape_h" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_X11_EXTENSIONS_SHAPE_H 1 -_ACEOF - - XSHAPE_LIBS="-lXext -lX11" - msg_xshape=yes - -fi - -done - - -fi - - - -pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SCREENSHOT" >&5 -$as_echo_n "checking for SCREENSHOT... " >&6; } - -if test -n "$SCREENSHOT_CFLAGS"; then - pkg_cv_SCREENSHOT_CFLAGS="$SCREENSHOT_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_MIN_VERSION - gtk+-3.0 >= \$GTK_MIN_VERSION - libcanberra-gtk3\""; } >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_MIN_VERSION - gtk+-3.0 >= $GTK_MIN_VERSION - libcanberra-gtk3") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then - pkg_cv_SCREENSHOT_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_MIN_VERSION - gtk+-3.0 >= $GTK_MIN_VERSION - libcanberra-gtk3" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes -else - pkg_failed=yes -fi - else - pkg_failed=untried -fi -if test -n "$SCREENSHOT_LIBS"; then - pkg_cv_SCREENSHOT_LIBS="$SCREENSHOT_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_MIN_VERSION - gtk+-3.0 >= \$GTK_MIN_VERSION - libcanberra-gtk3\""; } >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_MIN_VERSION - gtk+-3.0 >= $GTK_MIN_VERSION - libcanberra-gtk3") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then - pkg_cv_SCREENSHOT_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_MIN_VERSION - gtk+-3.0 >= $GTK_MIN_VERSION - libcanberra-gtk3" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes -else - pkg_failed=yes -fi - else - pkg_failed=untried -fi - - - -if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then - _pkg_short_errors_supported=yes -else - _pkg_short_errors_supported=no -fi - if test $_pkg_short_errors_supported = yes; then - SCREENSHOT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= $GLIB_MIN_VERSION - gtk+-3.0 >= $GTK_MIN_VERSION - libcanberra-gtk3" 2>&1` - else - SCREENSHOT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= $GLIB_MIN_VERSION - gtk+-3.0 >= $GTK_MIN_VERSION - libcanberra-gtk3" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$SCREENSHOT_PKG_ERRORS" >&5 - - as_fn_error $? "Package requirements (glib-2.0 >= $GLIB_MIN_VERSION - gtk+-3.0 >= $GTK_MIN_VERSION - libcanberra-gtk3) were not met: - -$SCREENSHOT_PKG_ERRORS - -Consider adjusting the PKG_CONFIG_PATH environment variable if you -installed software in a non-standard prefix. - -Alternatively, you may set the environment variables SCREENSHOT_CFLAGS -and SCREENSHOT_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details." "$LINENO" 5 -elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it -is in your PATH or set the PKG_CONFIG environment variable to the full -path to pkg-config. - -Alternatively, you may set the environment variables SCREENSHOT_CFLAGS -and SCREENSHOT_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details. - -To get pkg-config, see . -See \`config.log' for more details" "$LINENO" 5; } -else - SCREENSHOT_CFLAGS=$pkg_cv_SCREENSHOT_CFLAGS - SCREENSHOT_LIBS=$pkg_cv_SCREENSHOT_LIBS - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - -fi - -ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" - - -cat >confcache <<\_ACEOF -# This file is a shell script that caches the results of configure -# tests run on this system so they can be shared between configure -# scripts and configure runs, see configure's option --config-cache. -# It is not useful on other systems. If it contains results you don't -# want to keep, you may remove or edit it. -# -# config.status only pays attention to the cache file if you give it -# the --recheck option to rerun configure. -# -# `ac_cv_env_foo' variables (set or unset) will be overridden when -# loading this file, other *unset* `ac_cv_foo' will be assigned the -# following values. - -_ACEOF - -# The following way of writing the cache mishandles newlines in values, -# but we know of no workaround that is simple, portable, and efficient. -# So, we kill variables containing newlines. -# Ultrix sh set writes to stderr and can't be redirected directly, -# and sets the high bit in the cache file unless we assign to the vars. -( - for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do - eval ac_val=\$$ac_var - case $ac_val in #( - *${as_nl}*) - case $ac_var in #( - *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; - esac - case $ac_var in #( - _ | IFS | as_nl) ;; #( - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( - *) { eval $ac_var=; unset $ac_var;} ;; - esac ;; - esac - done - - (set) 2>&1 | - case $as_nl`(ac_space=' '; set) 2>&1` in #( - *${as_nl}ac_space=\ *) - # `set' does not quote correctly, so add quotes: double-quote - # substitution turns \\\\ into \\, and sed turns \\ into \. - sed -n \ - "s/'/'\\\\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" - ;; #( - *) - # `set' quotes correctly as required by POSIX, so do not add quotes. - sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; - esac | - sort -) | - sed ' - /^ac_cv_env_/b end - t clear - :clear - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ - t end - s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ - :end' >>confcache -if diff "$cache_file" confcache >/dev/null 2>&1; then :; else - if test -w "$cache_file"; then - if test "x$cache_file" != "x/dev/null"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 -$as_echo "$as_me: updating cache $cache_file" >&6;} - if test ! -f "$cache_file" || test -h "$cache_file"; then - cat confcache >"$cache_file" - else - case $cache_file in #( - */* | ?:*) - mv -f confcache "$cache_file"$$ && - mv -f "$cache_file"$$ "$cache_file" ;; #( - *) - mv -f confcache "$cache_file" ;; - esac - fi - fi - else - { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 -$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} - fi -fi -rm -f confcache - -test "x$prefix" = xNONE && prefix=$ac_default_prefix -# Let make expand exec_prefix. -test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' - -DEFS=-DHAVE_CONFIG_H - -ac_libobjs= -ac_ltlibobjs= -U= -for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue - # 1. Remove the extension, and $U if already installed. - ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' - ac_i=`$as_echo "$ac_i" | sed "$ac_script"` - # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR - # will be set to the directory where LIBOBJS objects are built. - as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" - as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' -done -LIBOBJS=$ac_libobjs - -LTLIBOBJS=$ac_ltlibobjs - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 -$as_echo_n "checking that generated files are newer than configure... " >&6; } - if test -n "$am_sleep_pid"; then - # Hide warnings about reused PIDs. - wait $am_sleep_pid 2>/dev/null - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 -$as_echo "done" >&6; } - if test -n "$EXEEXT"; then - am__EXEEXT_TRUE= - am__EXEEXT_FALSE='#' -else - am__EXEEXT_TRUE='#' - am__EXEEXT_FALSE= -fi - - - ac_config_commands="$ac_config_commands po/stamp-it" - - -if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then - as_fn_error $? "conditional \"AMDEP\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi -if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then - as_fn_error $? "conditional \"am__fastdepCC\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi - -: "${CONFIG_STATUS=./config.status}" -ac_write_fail=0 -ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 -$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} -as_write_fail=0 -cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 -#! $SHELL -# Generated by $as_me. -# Run this file to recreate the current configuration. -# Compiler output produced by configure, useful for debugging -# configure, is in config.log if it exists. - -debug=false -ac_cs_recheck=false -ac_cs_silent=false - -SHELL=\${CONFIG_SHELL-$SHELL} -export SHELL -_ASEOF -cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 -## -------------------- ## -## M4sh Initialization. ## -## -------------------- ## - -# Be more Bourne compatible -DUALCASE=1; export DUALCASE # for MKS sh -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -else - case `(set -o) 2>/dev/null` in #( - *posix*) : - set -o posix ;; #( - *) : - ;; -esac -fi - - -as_nl=' -' -export as_nl -# Printing a long string crashes Solaris 7 /usr/bin/printf. -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -# Prefer a ksh shell builtin over an external printf program on Solaris, -# but without wasting forks for bash or zsh. -if test -z "$BASH_VERSION$ZSH_VERSION" \ - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='print -r --' - as_echo_n='print -rn --' -elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' -else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in #( - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' -fi - -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } -fi - - -# IFS -# We need space, tab and new line, in precisely that order. Quoting is -# there to prevent editors from complaining about space-tab. -# (If _AS_PATH_WALK were called with IFS unset, it would disable word -# splitting by setting IFS to empty value.) -IFS=" "" $as_nl" - -# Find who we are. Look in the path if we contain no directory separator. -as_myself= -case $0 in #(( - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break - done -IFS=$as_save_IFS - - ;; -esac -# We did not find ourselves, most probably we were run as `sh COMMAND' -# in which case we are not to be found in the path. -if test "x$as_myself" = x; then - as_myself=$0 -fi -if test ! -f "$as_myself"; then - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - exit 1 -fi - -# Unset variables that we do not need and which cause bugs (e.g. in -# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" -# suppresses any "Segmentation fault" message there. '((' could -# trigger a bug in pdksh 5.2.14. -for as_var in BASH_ENV ENV MAIL MAILPATH -do eval test x\${$as_var+set} = xset \ - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : -done -PS1='$ ' -PS2='> ' -PS4='+ ' - -# NLS nuisances. -LC_ALL=C -export LC_ALL -LANGUAGE=C -export LANGUAGE - -# CDPATH. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - - -# as_fn_error STATUS ERROR [LINENO LOG_FD] -# ---------------------------------------- -# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are -# provided, also output the error to LOG_FD, referencing LINENO. Then exit the -# script with STATUS, using 1 if that was 0. -as_fn_error () -{ - as_status=$1; test $as_status -eq 0 && as_status=1 - if test "$4"; then - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 - fi - $as_echo "$as_me: error: $2" >&2 - as_fn_exit $as_status -} # as_fn_error - - -# as_fn_set_status STATUS -# ----------------------- -# Set $? to STATUS, without forking. -as_fn_set_status () -{ - return $1 -} # as_fn_set_status - -# as_fn_exit STATUS -# ----------------- -# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. -as_fn_exit () -{ - set +e - as_fn_set_status $1 - exit $1 -} # as_fn_exit - -# as_fn_unset VAR -# --------------- -# Portably unset VAR. -as_fn_unset () -{ - { eval $1=; unset $1;} -} -as_unset=as_fn_unset -# as_fn_append VAR VALUE -# ---------------------- -# Append the text in VALUE to the end of the definition contained in VAR. Take -# advantage of any shell optimizations that allow amortized linear growth over -# repeated appends, instead of the typical quadratic growth present in naive -# implementations. -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : - eval 'as_fn_append () - { - eval $1+=\$2 - }' -else - as_fn_append () - { - eval $1=\$$1\$2 - } -fi # as_fn_append - -# as_fn_arith ARG... -# ------------------ -# Perform arithmetic evaluation on the ARGs, and store the result in the -# global $as_val. Take advantage of shells that can avoid forks. The arguments -# must be portable across $(()) and expr. -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : - eval 'as_fn_arith () - { - as_val=$(( $* )) - }' -else - as_fn_arith () - { - as_val=`expr "$@" || test $? -eq 1` - } -fi # as_fn_arith - - -if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -else - as_expr=false -fi - -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then - as_basename=basename -else - as_basename=false -fi - -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then - as_dirname=dirname -else - as_dirname=false -fi - -as_me=`$as_basename -- "$0" || -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q - } - /^X\/\(\/\/\)$/{ - s//\1/ - q - } - /^X\/\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - -ECHO_C= ECHO_N= ECHO_T= -case `echo -n x` in #((((( --n*) - case `echo 'xy\c'` in - *c*) ECHO_T=' ';; # ECHO_T is single tab character. - xy) ECHO_C='\c';; - *) echo `echo ksh88 bug on AIX 6.1` > /dev/null - ECHO_T=' ';; - esac;; -*) - ECHO_N='-n';; -esac - -rm -f conf$$ conf$$.exe conf$$.file -if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file -else - rm -f conf$$.dir - mkdir conf$$.dir 2>/dev/null -fi -if (echo >conf$$.file) 2>/dev/null; then - if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -pR'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -pR' - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else - as_ln_s='cp -pR' - fi -else - as_ln_s='cp -pR' -fi -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file -rmdir conf$$.dir 2>/dev/null - - -# as_fn_mkdir_p -# ------------- -# Create "$as_dir" as a directory, including parents if necessary. -as_fn_mkdir_p () -{ - - case $as_dir in #( - -*) as_dir=./$as_dir;; - esac - test -d "$as_dir" || eval $as_mkdir_p || { - as_dirs= - while :; do - case $as_dir in #( - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( - *) as_qdir=$as_dir;; - esac - as_dirs="'$as_qdir' $as_dirs" - as_dir=`$as_dirname -- "$as_dir" || -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - test -d "$as_dir" && break - done - test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" - - -} # as_fn_mkdir_p -if mkdir -p . 2>/dev/null; then - as_mkdir_p='mkdir -p "$as_dir"' -else - test -d ./-p && rmdir ./-p - as_mkdir_p=false -fi - - -# as_fn_executable_p FILE -# ----------------------- -# Test if FILE is an executable regular file. -as_fn_executable_p () -{ - test -f "$1" && test -x "$1" -} # as_fn_executable_p -as_test_x='test -x' -as_executable_p=as_fn_executable_p - -# Sed expression to map a string onto a valid CPP name. -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" - -# Sed expression to map a string onto a valid variable name. -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - -exec 6>&1 -## ----------------------------------- ## -## Main body of $CONFIG_STATUS script. ## -## ----------------------------------- ## -_ASEOF -test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 - -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -# Save the log message, to keep $0 and so on meaningful, and to -# report actual input values of CONFIG_FILES etc. instead of their -# values after options handling. -ac_log=" -This file was extended by gnome-screenshot $as_me 3.22.0, which was -generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = $CONFIG_FILES - CONFIG_HEADERS = $CONFIG_HEADERS - CONFIG_LINKS = $CONFIG_LINKS - CONFIG_COMMANDS = $CONFIG_COMMANDS - $ $0 $@ - -on `(hostname || uname -n) 2>/dev/null | sed 1q` -" - -_ACEOF - -case $ac_config_files in *" -"*) set x $ac_config_files; shift; ac_config_files=$*;; -esac - -case $ac_config_headers in *" -"*) set x $ac_config_headers; shift; ac_config_headers=$*;; -esac - - -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -# Files that config.status was made for. -config_files="$ac_config_files" -config_headers="$ac_config_headers" -config_commands="$ac_config_commands" - -_ACEOF - -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -ac_cs_usage="\ -\`$as_me' instantiates files and other configuration actions -from templates according to the current configuration. Unless the files -and actions are specified as TAGs, all are instantiated by default. - -Usage: $0 [OPTION]... [TAG]... - - -h, --help print this help, then exit - -V, --version print version number and configuration settings, then exit - --config print configuration, then exit - -q, --quiet, --silent - do not print progress messages - -d, --debug don't remove temporary files - --recheck update $as_me by reconfiguring in the same conditions - --file=FILE[:TEMPLATE] - instantiate the configuration file FILE - --header=FILE[:TEMPLATE] - instantiate the configuration header FILE - -Configuration files: -$config_files - -Configuration headers: -$config_headers - -Configuration commands: -$config_commands - -Report bugs to the package provider." - -_ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" -ac_cs_version="\\ -gnome-screenshot config.status 3.22.0 -configured by $0, generated by GNU Autoconf 2.69, - with options \\"\$ac_cs_config\\" - -Copyright (C) 2012 Free Software Foundation, Inc. -This config.status script is free software; the Free Software Foundation -gives unlimited permission to copy, distribute and modify it." - -ac_pwd='$ac_pwd' -srcdir='$srcdir' -INSTALL='$INSTALL' -MKDIR_P='$MKDIR_P' -AWK='$AWK' -test -n "\$AWK" || AWK=awk -_ACEOF - -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -# The default lists apply if the user does not specify any file. -ac_need_defaults=: -while test $# != 0 -do - case $1 in - --*=?*) - ac_option=`expr "X$1" : 'X\([^=]*\)='` - ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` - ac_shift=: - ;; - --*=) - ac_option=`expr "X$1" : 'X\([^=]*\)='` - ac_optarg= - ac_shift=: - ;; - *) - ac_option=$1 - ac_optarg=$2 - ac_shift=shift - ;; - esac - - case $ac_option in - # Handling of the options. - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - ac_cs_recheck=: ;; - --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - $as_echo "$ac_cs_version"; exit ;; - --config | --confi | --conf | --con | --co | --c ) - $as_echo "$ac_cs_config"; exit ;; - --debug | --debu | --deb | --de | --d | -d ) - debug=: ;; - --file | --fil | --fi | --f ) - $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - '') as_fn_error $? "missing file argument" ;; - esac - as_fn_append CONFIG_FILES " '$ac_optarg'" - ac_need_defaults=false;; - --header | --heade | --head | --hea ) - $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - as_fn_append CONFIG_HEADERS " '$ac_optarg'" - ac_need_defaults=false;; - --he | --h) - # Conflict between --help and --header - as_fn_error $? "ambiguous option: \`$1' -Try \`$0 --help' for more information.";; - --help | --hel | -h ) - $as_echo "$ac_cs_usage"; exit ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil | --si | --s) - ac_cs_silent=: ;; - - # This is an error. - -*) as_fn_error $? "unrecognized option: \`$1' -Try \`$0 --help' for more information." ;; - - *) as_fn_append ac_config_targets " $1" - ac_need_defaults=false ;; - - esac - shift -done - -ac_configure_extra_args= - -if $ac_cs_silent; then - exec 6>/dev/null - ac_configure_extra_args="$ac_configure_extra_args --silent" -fi - -_ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -if \$ac_cs_recheck; then - set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion - shift - \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 - CONFIG_SHELL='$SHELL' - export CONFIG_SHELL - exec "\$@" -fi - -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -exec 5>>config.log -{ - echo - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX -## Running $as_me. ## -_ASBOX - $as_echo "$ac_log" -} >&5 - -_ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -# -# INIT-COMMANDS -# -AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" - -_ACEOF - -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - -# Handling of arguments. -for ac_config_target in $ac_config_targets -do - case $ac_config_target in - "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; - "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; - "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; - "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; - - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; - esac -done - - -# If the user did not use the arguments to specify the items to instantiate, -# then the envvar interface is used. Set only those that are not. -# We use the long form for the default assignment because of an extremely -# bizarre bug on SunOS 4.1.3. -if $ac_need_defaults; then - test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files - test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers - test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands -fi - -# Have a temporary directory for convenience. Make it in the build tree -# simply because there is no reason against having it here, and in addition, -# creating and moving files from /tmp can sometimes cause problems. -# Hook for its removal unless debugging. -# Note that there is a small window in which the directory will not be cleaned: -# after its creation but before its name has been assigned to `$tmp'. -$debug || -{ - tmp= ac_tmp= - trap 'exit_status=$? - : "${ac_tmp:=$tmp}" - { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status -' 0 - trap 'as_fn_exit 1' 1 2 13 15 -} -# Create a (secure) tmp directory for tmp files. - -{ - tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && - test -d "$tmp" -} || -{ - tmp=./conf$$-$RANDOM - (umask 077 && mkdir "$tmp") -} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 -ac_tmp=$tmp - -# Set up the scripts for CONFIG_FILES section. -# No need to generate them if there are no CONFIG_FILES. -# This happens for instance with `./config.status config.h'. -if test -n "$CONFIG_FILES"; then - - -ac_cr=`echo X | tr X '\015'` -# On cygwin, bash can eat \r inside `` if the user requested igncr. -# But we know of no other shell where ac_cr would be empty at this -# point, so we can use a bashism as a fallback. -if test "x$ac_cr" = x; then - eval ac_cr=\$\'\\r\' -fi -ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` -if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then - ac_cs_awk_cr='\\r' -else - ac_cs_awk_cr=$ac_cr -fi - -echo 'BEGIN {' >"$ac_tmp/subs1.awk" && -_ACEOF - - -{ - echo "cat >conf$$subs.awk <<_ACEOF" && - echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && - echo "_ACEOF" -} >conf$$subs.sh || - as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` -ac_delim='%!_!# ' -for ac_last_try in false false false false false :; do - . ./conf$$subs.sh || - as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 - - ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` - if test $ac_delim_n = $ac_delim_num; then - break - elif $ac_last_try; then - as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done -rm -f conf$$subs.sh - -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && -_ACEOF -sed -n ' -h -s/^/S["/; s/!.*/"]=/ -p -g -s/^[^!]*!// -:repl -t repl -s/'"$ac_delim"'$// -t delim -:nl -h -s/\(.\{148\}\)..*/\1/ -t more1 -s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ -p -n -b repl -:more1 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/ -p -g -s/.\{148\}// -t nl -:delim -h -s/\(.\{148\}\)..*/\1/ -t more2 -s/["\\]/\\&/g; s/^/"/; s/$/"/ -p -b -:more2 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/ -p -g -s/.\{148\}// -t delim -' >$CONFIG_STATUS || ac_write_fail=1 -rm -f conf$$subs.awk -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -_ACAWK -cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && - for (key in S) S_is_set[key] = 1 - FS = "" - -} -{ - line = $ 0 - nfields = split(line, field, "@") - substed = 0 - len = length(field[1]) - for (i = 2; i < nfields; i++) { - key = field[i] - keylen = length(key) - if (S_is_set[key]) { - value = S[key] - line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) - len += length(value) + length(field[++i]) - substed = 1 - } else - len += 1 + keylen - } - - print line -} - -_ACAWK -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then - sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" -else - cat -fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ - || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 -_ACEOF - -# VPATH may cause trouble with some makes, so we remove sole $(srcdir), -# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and -# trailing colons and then remove the whole line if VPATH becomes empty -# (actually we leave an empty line to preserve line numbers). -if test "x$srcdir" = x.; then - ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ -h -s/// -s/^/:/ -s/[ ]*$/:/ -s/:\$(srcdir):/:/g -s/:\${srcdir}:/:/g -s/:@srcdir@:/:/g -s/^:*// -s/:*$// -x -s/\(=[ ]*\).*/\1/ -G -s/\n// -s/^[^=]*=[ ]*$// -}' -fi - -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -fi # test -n "$CONFIG_FILES" - -# Set up the scripts for CONFIG_HEADERS section. -# No need to generate them if there are no CONFIG_HEADERS. -# This happens for instance with `./config.status Makefile'. -if test -n "$CONFIG_HEADERS"; then -cat >"$ac_tmp/defines.awk" <<\_ACAWK || -BEGIN { -_ACEOF - -# Transform confdefs.h into an awk script `defines.awk', embedded as -# here-document in config.status, that substitutes the proper values into -# config.h.in to produce config.h. - -# Create a delimiter string that does not exist in confdefs.h, to ease -# handling of long lines. -ac_delim='%!_!# ' -for ac_last_try in false false :; do - ac_tt=`sed -n "/$ac_delim/p" confdefs.h` - if test -z "$ac_tt"; then - break - elif $ac_last_try; then - as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done - -# For the awk script, D is an array of macro values keyed by name, -# likewise P contains macro parameters if any. Preserve backslash -# newline sequences. - -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -sed -n ' -s/.\{148\}/&'"$ac_delim"'/g -t rset -:rset -s/^[ ]*#[ ]*define[ ][ ]*/ / -t def -d -:def -s/\\$// -t bsnl -s/["\\]/\\&/g -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ -D["\1"]=" \3"/p -s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p -d -:bsnl -s/["\\]/\\&/g -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ -D["\1"]=" \3\\\\\\n"\\/p -t cont -s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p -t cont -d -:cont -n -s/.\{148\}/&'"$ac_delim"'/g -t clear -:clear -s/\\$// -t bsnlc -s/["\\]/\\&/g; s/^/"/; s/$/"/p -d -:bsnlc -s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p -b cont -' >$CONFIG_STATUS || ac_write_fail=1 - -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - for (key in D) D_is_set[key] = 1 - FS = "" -} -/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { - line = \$ 0 - split(line, arg, " ") - if (arg[1] == "#") { - defundef = arg[2] - mac1 = arg[3] - } else { - defundef = substr(arg[1], 2) - mac1 = arg[2] - } - split(mac1, mac2, "(") #) - macro = mac2[1] - prefix = substr(line, 1, index(line, defundef) - 1) - if (D_is_set[macro]) { - # Preserve the white space surrounding the "#". - print prefix "define", macro P[macro] D[macro] - next - } else { - # Replace #undef with comments. This is necessary, for example, - # in the case of _POSIX_SOURCE, which is predefined and required - # on some systems where configure will not decide to define it. - if (defundef == "undef") { - print "/*", prefix defundef, macro, "*/" - next - } - } -} -{ print } -_ACAWK -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 -fi # test -n "$CONFIG_HEADERS" - - -eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" -shift -for ac_tag -do - case $ac_tag in - :[FHLC]) ac_mode=$ac_tag; continue;; - esac - case $ac_mode$ac_tag in - :[FHL]*:*);; - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; - :[FH]-) ac_tag=-:-;; - :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; - esac - ac_save_IFS=$IFS - IFS=: - set x $ac_tag - IFS=$ac_save_IFS - shift - ac_file=$1 - shift - - case $ac_mode in - :L) ac_source=$1;; - :[FH]) - ac_file_inputs= - for ac_f - do - case $ac_f in - -) ac_f="$ac_tmp/stdin";; - *) # Look for the file first in the build tree, then in the source tree - # (if the path is not absolute). The absolute path cannot be DOS-style, - # because $ac_f cannot contain `:'. - test -f "$ac_f" || - case $ac_f in - [\\/$]*) false;; - *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; - esac || - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; - esac - case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac - as_fn_append ac_file_inputs " '$ac_f'" - done - - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated by config.status. */ - configure_input='Generated from '` - $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' - `' by configure.' - if test x"$ac_file" != x-; then - configure_input="$ac_file. $configure_input" - { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 -$as_echo "$as_me: creating $ac_file" >&6;} - fi - # Neutralize special characters interpreted by sed in replacement strings. - case $configure_input in #( - *\&* | *\|* | *\\* ) - ac_sed_conf_input=`$as_echo "$configure_input" | - sed 's/[\\\\&|]/\\\\&/g'`;; #( - *) ac_sed_conf_input=$configure_input;; - esac - - case $ac_tag in - *:-:* | *:-) cat >"$ac_tmp/stdin" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; - esac - ;; - esac - - ac_dir=`$as_dirname -- "$ac_file" || -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - as_dir="$ac_dir"; as_fn_mkdir_p - ac_builddir=. - -case "$ac_dir" in -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; -*) - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; - esac ;; -esac -ac_abs_top_builddir=$ac_pwd -ac_abs_builddir=$ac_pwd$ac_dir_suffix -# for backward compatibility: -ac_top_builddir=$ac_top_build_prefix - -case $srcdir in - .) # We are building in place. - ac_srcdir=. - ac_top_srcdir=$ac_top_builddir_sub - ac_abs_top_srcdir=$ac_pwd ;; - [\\/]* | ?:[\\/]* ) # Absolute name. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir - ac_abs_top_srcdir=$srcdir ;; - *) # Relative name. - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_build_prefix$srcdir - ac_abs_top_srcdir=$ac_pwd/$srcdir ;; -esac -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - - - case $ac_mode in - :F) - # - # CONFIG_FILE - # - - case $INSTALL in - [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; - *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; - esac - ac_MKDIR_P=$MKDIR_P - case $MKDIR_P in - [\\/$]* | ?:[\\/]* ) ;; - */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; - esac -_ACEOF - -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -# If the template does not know about datarootdir, expand it. -# FIXME: This hack should be removed a few years after 2.60. -ac_datarootdir_hack=; ac_datarootdir_seen= -ac_sed_dataroot=' -/datarootdir/ { - p - q -} -/@datadir@/p -/@docdir@/p -/@infodir@/p -/@localedir@/p -/@mandir@/p' -case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in -*datarootdir*) ac_datarootdir_seen=yes;; -*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} -_ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - ac_datarootdir_hack=' - s&@datadir@&$datadir&g - s&@docdir@&$docdir&g - s&@infodir@&$infodir&g - s&@localedir@&$localedir&g - s&@mandir@&$mandir&g - s&\\\${datarootdir}&$datarootdir&g' ;; -esac -_ACEOF - -# Neutralize VPATH when `$srcdir' = `.'. -# Shell code in configure.ac might set extrasub. -# FIXME: do we really want to maintain this feature? -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -ac_sed_extra="$ac_vpsub -$extrasub -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -:t -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s|@configure_input@|$ac_sed_conf_input|;t t -s&@top_builddir@&$ac_top_builddir_sub&;t t -s&@top_build_prefix@&$ac_top_build_prefix&;t t -s&@srcdir@&$ac_srcdir&;t t -s&@abs_srcdir@&$ac_abs_srcdir&;t t -s&@top_srcdir@&$ac_top_srcdir&;t t -s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t -s&@builddir@&$ac_builddir&;t t -s&@abs_builddir@&$ac_abs_builddir&;t t -s&@abs_top_builddir@&$ac_abs_top_builddir&;t t -s&@INSTALL@&$ac_INSTALL&;t t -s&@MKDIR_P@&$ac_MKDIR_P&;t t -$ac_datarootdir_hack -" -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ - >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - -test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && - { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ - "$ac_tmp/out"`; test -z "$ac_out"; } && - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' -which seems to be undefined. Please make sure it is defined" >&5 -$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' -which seems to be undefined. Please make sure it is defined" >&2;} - - rm -f "$ac_tmp/stdin" - case $ac_file in - -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; - *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; - esac \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - ;; - :H) - # - # CONFIG_HEADER - # - if test x"$ac_file" != x-; then - { - $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" - } >"$ac_tmp/config.h" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then - { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 -$as_echo "$as_me: $ac_file is unchanged" >&6;} - else - rm -f "$ac_file" - mv "$ac_tmp/config.h" "$ac_file" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - fi - else - $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ - || as_fn_error $? "could not create -" "$LINENO" 5 - fi -# Compute "$ac_file"'s index in $config_headers. -_am_arg="$ac_file" -_am_stamp_count=1 -for _am_header in $config_headers :; do - case $_am_header in - $_am_arg | $_am_arg:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac -done -echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || -$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$_am_arg" : 'X\(//\)[^/]' \| \ - X"$_am_arg" : 'X\(//\)$' \| \ - X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$_am_arg" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'`/stamp-h$_am_stamp_count - ;; - - :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 -$as_echo "$as_me: executing $ac_file commands" >&6;} - ;; - esac - - - case $ac_file$ac_mode in - "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Older Autoconf quotes --file arguments for eval, but not when files - # are listed without --file. Let's play safe and only enable the eval - # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac - shift - for mf - do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || -$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$mf" : 'X\(//\)[^/]' \| \ - X"$mf" : 'X\(//\)$' \| \ - X"$mf" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$mf" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`$as_dirname -- "$file" || -$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$file" : 'X\(//\)[^/]' \| \ - X"$file" : 'X\(//\)$' \| \ - X"$file" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - as_dir=$dirpart/$fdir; as_fn_mkdir_p - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done - done -} - ;; - "po/stamp-it":C) - if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then - as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5 - fi - rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp" - >"po/stamp-it.tmp" - sed '/^#/d - s/^[[].*] *// - /^[ ]*$/d - '"s|^| $ac_top_srcdir/|" \ - "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES" - - sed '/^POTFILES =/,/[^\\]$/ { - /^POTFILES =/!d - r po/POTFILES - } - ' "po/Makefile.in" >"po/Makefile" - rm -f "po/Makefile.tmp" - mv "po/stamp-it.tmp" "po/stamp-it" - ;; - - esac -done # for ac_tag - - -as_fn_exit 0 -_ACEOF -ac_clean_files=$ac_clean_files_save - -test $ac_write_fail = 0 || - as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 - - -# configure is writing to config.log, and then calls config.status. -# config.status does its own redirection, appending to config.log. -# Unfortunately, on DOS this fails, as config.log is still kept open -# by configure, so config.status won't be able to write to it; its -# output is simply discarded. So we exec the FD to /dev/null, -# effectively closing config.log, so it can be properly (re)opened and -# appended to by config.status. When coming back to configure, we -# need to make the FD available again. -if test "$no_create" != yes; then - ac_cs_success=: - ac_config_status_args= - test "$silent" = yes && - ac_config_status_args="$ac_config_status_args --quiet" - exec 5>/dev/null - $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false - exec 5>>config.log - # Use ||, not &&, to avoid exiting from the if with $? = 1, which - # would make configure fail if this is the last instruction. - $ac_cs_success || as_fn_exit 1 -fi -if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 -$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} -fi - - -echo " - - GNOME Screenshot $VERSION - ========================= - - prefix: ${prefix} - compiler: ${CC} - - XShape support: ${msg_xshape} - - Now type 'make' to build $PACKAGE -" diff -Nru gnome-screenshot-3.22.0/configure.ac gnome-screenshot-3.25.0/configure.ac --- gnome-screenshot-3.22.0/configure.ac 2016-09-20 05:31:57.000000000 +0000 +++ gnome-screenshot-3.25.0/configure.ac 1970-01-01 00:00:00.000000000 +0000 @@ -1,61 +0,0 @@ -dnl -*- mode: m4 -*- -AC_PREREQ(2.63) -AC_INIT([gnome-screenshot],[3.22.0],[],[gnome-screenshot]) - -AC_CONFIG_HEADERS(config.h) -AC_CONFIG_MACRO_DIR([m4]) - -AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip foreign]) -AM_SILENT_RULES([yes]) - -GETTEXT_PACKAGE=AC_PACKAGE_NAME -AC_SUBST(GETTEXT_PACKAGE) -AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[The name of the gettext domain]) -IT_PROG_INTLTOOL(0.50.2) - -AC_PROG_CC -AM_PROG_CC_C_O - -GLIB_GSETTINGS - -GLIB_MIN_VERSION=2.35.1 -GTK_MIN_VERSION=3.0.0 - -msg_xshape=no -PKG_CHECK_MODULES([XSHAPE], - [xext x11], - [ - AC_CHECK_HEADERS([X11/extensions/shape.h], - [ - XSHAPE_LIBS="-lXext -lX11" - msg_xshape=yes - ]) - ]) -AC_SUBST(XSHAPE_LIBS) - -PKG_CHECK_MODULES(SCREENSHOT, - glib-2.0 >= $GLIB_MIN_VERSION - gtk+-3.0 >= $GTK_MIN_VERSION - libcanberra-gtk3) - -AC_CONFIG_FILES([ -Makefile -src/Makefile -po/Makefile.in -]) - -AC_OUTPUT - -dnl ========================================================================== -echo " - - GNOME Screenshot $VERSION - ========================= - - prefix: ${prefix} - compiler: ${CC} - - XShape support: ${msg_xshape} - - Now type 'make' to build $PACKAGE -" diff -Nru gnome-screenshot-3.22.0/debian/changelog gnome-screenshot-3.25.0/debian/changelog --- gnome-screenshot-3.22.0/debian/changelog 2017-04-26 21:37:37.000000000 +0000 +++ gnome-screenshot-3.25.0/debian/changelog 2017-08-24 15:29:28.000000000 +0000 @@ -1,3 +1,10 @@ +gnome-screenshot (3.25.0-0ubuntu1) artful; urgency=medium + + * New upstream release. + * Build with meson + + -- Jeremy Bicha Thu, 24 Aug 2017 11:29:28 -0400 + gnome-screenshot (3.22.0-1ubuntu2) artful; urgency=medium * Drop obsolete 01_use-ubuntu-help.patch: diff -Nru gnome-screenshot-3.22.0/debian/control gnome-screenshot-3.25.0/debian/control --- gnome-screenshot-3.22.0/debian/control 2017-04-26 21:37:37.000000000 +0000 +++ gnome-screenshot-3.25.0/debian/control 2017-08-24 15:29:28.000000000 +0000 @@ -8,14 +8,15 @@ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Andreas Henriksson , Jeremy Bicha , Michael Biebl , Sjoerd Simons -Build-Depends: debhelper (>= 10), +Build-Depends: appstream, + debhelper (>= 10.3), gnome-pkg-tools (>= 0.10), - intltool (>= 0.40.0), libglib2.0-dev (>= 2.35.1), libgtk-3-dev (>= 3.10.0), libcanberra-gtk3-dev (>= 0.26-3~), libxext-dev, - libx11-dev + libx11-dev, + meson (>= 0.40.1) Standards-Version: 3.9.8 Homepage: https://wiki.gnome.org/Apps/Attic/GnomeUtils Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-screenshot diff -Nru gnome-screenshot-3.22.0/debian/control.in gnome-screenshot-3.25.0/debian/control.in --- gnome-screenshot-3.22.0/debian/control.in 2017-04-26 21:37:37.000000000 +0000 +++ gnome-screenshot-3.25.0/debian/control.in 2017-08-24 15:29:28.000000000 +0000 @@ -4,14 +4,15 @@ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ -Build-Depends: debhelper (>= 10), +Build-Depends: appstream, + debhelper (>= 10.3), gnome-pkg-tools (>= 0.10), - intltool (>= 0.40.0), libglib2.0-dev (>= 2.35.1), libgtk-3-dev (>= 3.10.0), libcanberra-gtk3-dev (>= 0.26-3~), libxext-dev, - libx11-dev + libx11-dev, + meson (>= 0.40.1) Standards-Version: 3.9.8 Homepage: https://wiki.gnome.org/Apps/Attic/GnomeUtils Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-screenshot diff -Nru gnome-screenshot-3.22.0/debian/patches/update_unity_list.patch gnome-screenshot-3.25.0/debian/patches/update_unity_list.patch --- gnome-screenshot-3.22.0/debian/patches/update_unity_list.patch 2017-04-26 21:37:37.000000000 +0000 +++ gnome-screenshot-3.25.0/debian/patches/update_unity_list.patch 2017-08-24 15:29:28.000000000 +0000 @@ -1,9 +1,11 @@ Description: Add quicklist area-shot option -Index: gnome-screenshot-3.16.2/src/org.gnome.Screenshot.desktop.in -=================================================================== ---- gnome-screenshot-3.16.2.orig/src/org.gnome.Screenshot.desktop.in -+++ gnome-screenshot-3.16.2/src/org.gnome.Screenshot.desktop.in +--- + src/org.gnome.Screenshot.desktop.in | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + +--- a/src/org.gnome.Screenshot.desktop.in ++++ b/src/org.gnome.Screenshot.desktop.in @@ -12,7 +12,7 @@ NotShowIn=KDE; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=gnome-utils @@ -13,12 +15,11 @@ DBusActivatable=true [Desktop Action screen-shot] -@@ -22,3 +22,8 @@ Exec=gnome-screenshot +@@ -22,3 +22,7 @@ Exec=gnome-screenshot [Desktop Action window-shot] - _Name=Take a Screenshot of the Current Window + Name=Take a Screenshot of the Current Window Exec=gnome-screenshot -w + +[Desktop Action area-shot] -+_Name=Take a Screenshot of a Selected Area ++Name=Take a Screenshot of a Selected Area +Exec=gnome-screenshot -a -+OnlyShowIn=Unity; diff -Nru gnome-screenshot-3.22.0/debian/rules gnome-screenshot-3.25.0/debian/rules --- gnome-screenshot-3.22.0/debian/rules 2017-04-26 21:37:37.000000000 +0000 +++ gnome-screenshot-3.25.0/debian/rules 2017-08-24 15:29:28.000000000 +0000 @@ -5,4 +5,4 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed %: - dh $@ --with gnome + dh $@ --with gnome --buildsystem=meson diff -Nru gnome-screenshot-3.22.0/depcomp gnome-screenshot-3.25.0/depcomp --- gnome-screenshot-3.22.0/depcomp 2016-09-20 05:29:35.000000000 +0000 +++ gnome-screenshot-3.25.0/depcomp 1970-01-01 00:00:00.000000000 +0000 @@ -1,791 +0,0 @@ -#! /bin/sh -# depcomp - compile a program generating dependencies as side-effects - -scriptversion=2013-05-30.07; # UTC - -# Copyright (C) 1999-2014 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 -# 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 . - -# 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. - -# Originally written by Alexandre Oliva . - -case $1 in - '') - echo "$0: No command. Try '$0 --help' for more information." 1>&2 - exit 1; - ;; - -h | --h*) - cat <<\EOF -Usage: depcomp [--help] [--version] PROGRAM [ARGS] - -Run PROGRAMS ARGS to compile a file, generating dependencies -as side-effects. - -Environment variables: - depmode Dependency tracking mode. - source Source file read by 'PROGRAMS ARGS'. - object Object file output by 'PROGRAMS ARGS'. - DEPDIR directory where to store dependencies. - depfile Dependency file to output. - tmpdepfile Temporary file to use when outputting dependencies. - libtool Whether libtool is used (yes/no). - -Report bugs to . -EOF - exit $? - ;; - -v | --v*) - echo "depcomp $scriptversion" - exit $? - ;; -esac - -# Get the directory component of the given path, and save it in the -# global variables '$dir'. Note that this directory component will -# be either empty or ending with a '/' character. This is deliberate. -set_dir_from () -{ - case $1 in - */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; - *) dir=;; - esac -} - -# Get the suffix-stripped basename of the given path, and save it the -# global variable '$base'. -set_base_from () -{ - base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` -} - -# If no dependency file was actually created by the compiler invocation, -# we still have to create a dummy depfile, to avoid errors with the -# Makefile "include basename.Plo" scheme. -make_dummy_depfile () -{ - echo "#dummy" > "$depfile" -} - -# Factor out some common post-processing of the generated depfile. -# Requires the auxiliary global variable '$tmpdepfile' to be set. -aix_post_process_depfile () -{ - # If the compiler actually managed to produce a dependency file, - # post-process it. - if test -f "$tmpdepfile"; then - # Each line is of the form 'foo.o: dependency.h'. - # Do two passes, one to just change these to - # $object: dependency.h - # and one to simply output - # dependency.h: - # which is needed to avoid the deleted-header problem. - { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" - sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" - } > "$depfile" - rm -f "$tmpdepfile" - else - make_dummy_depfile - fi -} - -# A tabulation character. -tab=' ' -# A newline character. -nl=' -' -# Character ranges might be problematic outside the C locale. -# These definitions help. -upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ -lower=abcdefghijklmnopqrstuvwxyz -digits=0123456789 -alpha=${upper}${lower} - -if test -z "$depmode" || test -z "$source" || test -z "$object"; then - echo "depcomp: Variables source, object and depmode must be set" 1>&2 - exit 1 -fi - -# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. -depfile=${depfile-`echo "$object" | - sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} -tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} - -rm -f "$tmpdepfile" - -# Avoid interferences from the environment. -gccflag= dashmflag= - -# Some modes work just like other modes, but use different flags. We -# parameterize here, but still list the modes in the big case below, -# to make depend.m4 easier to write. Note that we *cannot* use a case -# here, because this file can only contain one case statement. -if test "$depmode" = hp; then - # HP compiler uses -M and no extra arg. - gccflag=-M - depmode=gcc -fi - -if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout -fi - -cygpath_u="cygpath -u -f -" -if test "$depmode" = msvcmsys; then - # 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' - 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 - -if test "$depmode" = xlc; then - # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. - gccflag=-qmakedep=gcc,-MF - depmode=gcc -fi - -case "$depmode" in -gcc3) -## gcc 3 implements dependency tracking that does exactly what -## we want. Yay! Note: for some reason libtool 1.4 doesn't like -## it if -MD -MP comes after the -MF stuff. Hmm. -## Unfortunately, FreeBSD c89 acceptance of flags depends upon -## the command line argument order; so add the flags where they -## appear in depend2.am. Note that the slowdown incurred here -## affects only configure: in makefiles, %FASTDEP% shortcuts this. - for arg - do - case $arg in - -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; - *) set fnord "$@" "$arg" ;; - esac - shift # fnord - shift # $arg - done - "$@" - stat=$? - if test $stat -ne 0; then - rm -f "$tmpdepfile" - exit $stat - fi - mv "$tmpdepfile" "$depfile" - ;; - -gcc) -## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. -## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. -## (see the conditional assignment to $gccflag above). -## There are various ways to get dependency output from gcc. Here's -## why we pick this rather obscure method: -## - Don't want to use -MD because we'd like the dependencies to end -## up in a subdir. Having to rename by hand is ugly. -## (We might end up doing this anyway to support other compilers.) -## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like -## -MM, not -M (despite what the docs say). Also, it might not be -## supported by the other compilers which use the 'gcc' depmode. -## - Using -M directly means running the compiler twice (even worse -## than renaming). - if test -z "$gccflag"; then - gccflag=-MD, - fi - "$@" -Wp,"$gccflag$tmpdepfile" - stat=$? - if test $stat -ne 0; then - rm -f "$tmpdepfile" - exit $stat - fi - rm -f "$depfile" - echo "$object : \\" > "$depfile" - # The second -e expression handles DOS-style file names with drive - # letters. - sed -e 's/^[^:]*: / /' \ - -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" -## This next piece of magic avoids the "deleted header file" problem. -## The problem is that when a header file which appears in a .P file -## is deleted, the dependency causes make to die (because there is -## typically no way to rebuild the header). We avoid this by adding -## dummy dependencies for each header file. Too bad gcc doesn't do -## this for us directly. -## 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. 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. - tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" - rm -f "$tmpdepfile" - ;; - -hp) - # 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 - ;; - -sgi) - if test "$libtool" = yes; then - "$@" "-Wp,-MDupdate,$tmpdepfile" - else - "$@" -MDupdate "$tmpdepfile" - fi - stat=$? - if test $stat -ne 0; then - rm -f "$tmpdepfile" - exit $stat - fi - rm -f "$depfile" - - if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files - echo "$object : \\" > "$depfile" - # Clip off the initial element (the dependent). Don't try to be - # clever and replace this with sed code, as IRIX sed won't handle - # lines with more than a fixed number of characters (4096 in - # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; - # the IRIX cc adds comments like '#:fec' to the end of the - # dependency line. - tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ - | tr "$nl" ' ' >> "$depfile" - echo >> "$depfile" - # The second pass generates a dummy entry for each header file. - tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" - else - make_dummy_depfile - fi - rm -f "$tmpdepfile" - ;; - -xlc) - # 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 - ;; - -aix) - # The C for AIX Compiler uses -M and outputs the dependencies - # in a .u file. In older versions, this file always lives in the - # current directory. Also, the AIX compiler puts '$object:' at the - # start of each line; $object doesn't have directory information. - # Version 6 uses the directory in both cases. - set_dir_from "$object" - set_base_from "$object" - if test "$libtool" = yes; then - tmpdepfile1=$dir$base.u - tmpdepfile2=$base.u - tmpdepfile3=$dir.libs/$base.u - "$@" -Wc,-M - else - tmpdepfile1=$dir$base.u - tmpdepfile2=$dir$base.u - tmpdepfile3=$dir$base.u - "$@" -M - fi - stat=$? - if test $stat -ne 0; then - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" - do - test -f "$tmpdepfile" && break - done - aix_post_process_depfile - ;; - -tcc) - # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 - # FIXME: That version still under development at the moment of writing. - # Make that this statement remains true also for stable, released - # versions. - # It will wrap lines (doesn't matter whether long or short) with a - # trailing '\', as in: - # - # foo.o : \ - # foo.c \ - # foo.h \ - # - # It will put a trailing '\' even on the last line, and will use leading - # spaces rather than leading tabs (at least since its commit 0394caf7 - # "Emit spaces for -MD"). - "$@" -MD -MF "$tmpdepfile" - stat=$? - if test $stat -ne 0; then - rm -f "$tmpdepfile" - exit $stat - fi - rm -f "$depfile" - # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. - # We have to change lines of the first kind to '$object: \'. - sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" - # And for each line of the second kind, we have to emit a 'dep.h:' - # dummy dependency, to avoid the deleted-header problem. - sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" - rm -f "$tmpdepfile" - ;; - -## The order of this option in the case statement is important, since the -## shell code in configure will try each of these formats in the order -## listed in this file. A plain '-MD' option would be understood by many -## compilers, so we must ensure this comes after the gcc and icc options. -pgcc) - # Portland's C compiler understands '-MD'. - # Will always output deps to 'file.d' where file is the root name of the - # source file under compilation, even if file resides in a subdirectory. - # The object file name does not affect the name of the '.d' file. - # pgcc 10.2 will output - # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using '\' : - # foo.o: sub/foo.c ... \ - # sub/foo.h ... \ - # ... - set_dir_from "$object" - # Use the source, not the object, to determine the base name, since - # that's sadly what pgcc will do too. - set_base_from "$source" - tmpdepfile=$base.d - - # For projects that build the same source file twice into different object - # files, the pgcc approach of using the *source* file root name can cause - # problems in parallel builds. Use a locking strategy to avoid stomping on - # the same $tmpdepfile. - lockdir=$base.d-lock - trap " - echo '$0: caught signal, cleaning up...' >&2 - rmdir '$lockdir' - exit 1 - " 1 2 13 15 - numtries=100 - i=$numtries - while test $i -gt 0; do - # mkdir is a portable test-and-set. - if mkdir "$lockdir" 2>/dev/null; then - # This process acquired the lock. - "$@" -MD - stat=$? - # Release the lock. - rmdir "$lockdir" - break - else - # If the lock is being held by a different process, wait - # until the winning process is done or we timeout. - while test -d "$lockdir" && test $i -gt 0; do - sleep 1 - i=`expr $i - 1` - done - fi - i=`expr $i - 1` - done - trap - 1 2 13 15 - if test $i -le 0; then - echo "$0: failed to acquire lock after $numtries attempts" >&2 - echo "$0: check lockdir '$lockdir'" >&2 - exit 1 - fi - - if test $stat -ne 0; then - rm -f "$tmpdepfile" - exit $stat - fi - rm -f "$depfile" - # Each line is of the form `foo.o: dependent.h', - # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. - # Do two passes, one to just change these to - # `$object: dependent.h' and one to simply `dependent.h:'. - sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" - # Some versions of the HPUX 10.20 sed can't process this invocation - # correctly. Breaking it into two sed invocations is a workaround. - sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ - | sed -e 's/$/ :/' >> "$depfile" - rm -f "$tmpdepfile" - ;; - -hp2) - # The "hp" stanza above does not work with aCC (C++) and HP's ia64 - # compilers, which have integrated preprocessors. The correct option - # to use with these is +Maked; it writes dependencies to a file named - # 'foo.d', which lands next to the object file, wherever that - # happens to be. - # Much of this is similar to the tru64 case; see comments there. - set_dir_from "$object" - set_base_from "$object" - if test "$libtool" = yes; then - tmpdepfile1=$dir$base.d - tmpdepfile2=$dir.libs/$base.d - "$@" -Wc,+Maked - else - tmpdepfile1=$dir$base.d - tmpdepfile2=$dir$base.d - "$@" +Maked - fi - stat=$? - if test $stat -ne 0; then - rm -f "$tmpdepfile1" "$tmpdepfile2" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" - # Add 'dependent.h:' lines. - sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" - else - make_dummy_depfile - fi - rm -f "$tmpdepfile" "$tmpdepfile2" - ;; - -tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in 'foo.d' instead, so we check for that too. - # Subdirectories are respected. - set_dir_from "$object" - set_base_from "$object" - - if test "$libtool" = yes; then - # Libtool generates 2 separate objects for the 2 libraries. These - # two compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir$base.o.d # libtool 1.5 - tmpdepfile2=$dir.libs/$base.o.d # Likewise. - tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - "$@" -MD - fi - - stat=$? - if test $stat -ne 0; then - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" - do - test -f "$tmpdepfile" && break - done - # Same post-processing that is required for AIX mode. - aix_post_process_depfile - ;; - -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 -ne 0; then - 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/\(.*\)/'"$tab"'\1 \\/p -s/.\(.*\) \\/\1:/ -H -$ { - s/.*/'"$tab"'/ - G - p -}' >> "$depfile" - echo >> "$depfile" # make sure the fragment doesn't end with a backslash - 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. - -dashmstdout) - # Important note: in order to support this mode, a compiler *must* - # always write the preprocessed file to stdout, regardless of -o. - "$@" || exit $? - - # Remove the call to Libtool. - if test "$libtool" = yes; then - while test "X$1" != 'X--mode=compile'; do - shift - done - shift - fi - - # Remove '-o $object'. - IFS=" " - for arg - do - case $arg in - -o) - shift - ;; - $object) - shift - ;; - *) - set fnord "$@" "$arg" - shift # fnord - shift # $arg - ;; - esac - done - - test -z "$dashmflag" && dashmflag=-M - # Require at least two characters before searching for ':' - # in the target name. This is to cope with DOS-style filenames: - # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. - "$@" $dashmflag | - sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" - rm -f "$depfile" - cat < "$tmpdepfile" > "$depfile" - # Some versions of the HPUX 10.20 sed can't process this sed invocation - # correctly. Breaking it into two sed invocations is a workaround. - tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" - rm -f "$tmpdepfile" - ;; - -dashXmstdout) - # This case only exists to satisfy depend.m4. It is never actually - # run, as this mode is specially recognized in the preamble. - exit 1 - ;; - -makedepend) - "$@" || exit $? - # Remove any Libtool call - if test "$libtool" = yes; then - while test "X$1" != 'X--mode=compile'; do - shift - done - shift - fi - # X makedepend - shift - cleared=no eat=no - for arg - do - case $cleared in - no) - set ""; shift - cleared=yes ;; - esac - if test $eat = yes; then - eat=no - continue - fi - case "$arg" in - -D*|-I*) - set fnord "$@" "$arg"; shift ;; - # Strip any option that makedepend may not understand. Remove - # the object too, otherwise makedepend will parse it as a source file. - -arch) - eat=yes ;; - -*|$object) - ;; - *) - set fnord "$@" "$arg"; shift ;; - esac - done - obj_suffix=`echo "$object" | sed 's/^.*\././'` - touch "$tmpdepfile" - ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" - rm -f "$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" - # Some versions of the HPUX 10.20 sed can't process the last invocation - # correctly. Breaking it into two sed invocations is a workaround. - sed '1,2d' "$tmpdepfile" \ - | tr ' ' "$nl" \ - | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" - rm -f "$tmpdepfile" "$tmpdepfile".bak - ;; - -cpp) - # Important note: in order to support this mode, a compiler *must* - # always write the preprocessed file to stdout. - "$@" || exit $? - - # Remove the call to Libtool. - if test "$libtool" = yes; then - while test "X$1" != 'X--mode=compile'; do - shift - done - shift - fi - - # Remove '-o $object'. - IFS=" " - for arg - do - case $arg in - -o) - shift - ;; - $object) - shift - ;; - *) - set fnord "$@" "$arg" - shift # fnord - shift # $arg - ;; - esac - done - - "$@" -E \ - | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - | sed '$ s: \\$::' > "$tmpdepfile" - rm -f "$depfile" - echo "$object : \\" > "$depfile" - cat < "$tmpdepfile" >> "$depfile" - sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" - rm -f "$tmpdepfile" - ;; - -msvisualcpp) - # Important note: in order to support this mode, a compiler *must* - # always write the preprocessed file to stdout. - "$@" || exit $? - - # Remove the call to Libtool. - if test "$libtool" = yes; then - while test "X$1" != 'X--mode=compile'; do - shift - done - shift - fi - - IFS=" " - for arg - do - case "$arg" in - -o) - shift - ;; - $object) - shift - ;; - "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; - *) - set fnord "$@" "$arg" - shift - shift - ;; - esac - done - "$@" -E 2>/dev/null | - sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" - rm -f "$depfile" - echo "$object : \\" > "$depfile" - sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" - echo "$tab" >> "$depfile" - sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" - rm -f "$tmpdepfile" - ;; - -msvcmsys) - # 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 - ;; - -none) - exec "$@" - ;; - -*) - echo "Unknown depmode $depmode" 1>&2 - exit 1 - ;; -esac - -exit 0 - -# 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 -Nru gnome-screenshot-3.22.0/install-sh gnome-screenshot-3.25.0/install-sh --- gnome-screenshot-3.22.0/install-sh 2016-09-20 05:29:35.000000000 +0000 +++ gnome-screenshot-3.25.0/install-sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,501 +0,0 @@ -#!/bin/sh -# install - install a program, script, or datafile - -scriptversion=2013-12-25.23; # UTC - -# This originates from X11R5 (mit/util/scripts/install.sh), which was -# later released in X11R6 (xc/config/util/install.sh) with the -# following copyright and license. -# -# Copyright (C) 1994 X Consortium -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to -# deal in the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- -# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# -# Except as contained in this notice, the name of the X Consortium shall not -# be used in advertising or otherwise to promote the sale, use or other deal- -# ings in this Software without prior written authorization from the X Consor- -# tium. -# -# -# FSF changes to this file are in the public domain. -# -# Calling this script install-sh is preferred over install.sh, to prevent -# 'make' implicit rules from creating a file called install from it -# when there is no Makefile. -# -# This script is compatible with the BSD install script, but was written -# from scratch. - -tab=' ' -nl=' -' -IFS=" $tab$nl" - -# Set DOITPROG to "echo" to test this script. - -doit=${DOITPROG-} -doit_exec=${doit:-exec} - -# Put in absolute file names if you don't have them in your path; -# or use environment vars. - -chgrpprog=${CHGRPPROG-chgrp} -chmodprog=${CHMODPROG-chmod} -chownprog=${CHOWNPROG-chown} -cmpprog=${CMPPROG-cmp} -cpprog=${CPPROG-cp} -mkdirprog=${MKDIRPROG-mkdir} -mvprog=${MVPROG-mv} -rmprog=${RMPROG-rm} -stripprog=${STRIPPROG-strip} - -posix_mkdir= - -# Desired mode of installed file. -mode=0755 - -chgrpcmd= -chmodcmd=$chmodprog -chowncmd= -mvcmd=$mvprog -rmcmd="$rmprog -f" -stripcmd= - -src= -dst= -dir_arg= -dst_arg= - -copy_on_change=false -is_target_a_directory=possibly - -usage="\ -Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE - or: $0 [OPTION]... SRCFILES... DIRECTORY - or: $0 [OPTION]... -t DIRECTORY SRCFILES... - or: $0 [OPTION]... -d DIRECTORIES... - -In the 1st form, copy SRCFILE to DSTFILE. -In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. -In the 4th, create DIRECTORIES. - -Options: - --help display this help and exit. - --version display version info and exit. - - -c (ignored) - -C install only if different (preserve the last data modification time) - -d create directories instead of installing files. - -g GROUP $chgrpprog installed files to GROUP. - -m MODE $chmodprog installed files to MODE. - -o USER $chownprog installed files to USER. - -s $stripprog installed files. - -t DIRECTORY install into DIRECTORY. - -T report an error if DSTFILE is a directory. - -Environment variables override the default commands: - CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG - RMPROG STRIPPROG -" - -while test $# -ne 0; do - case $1 in - -c) ;; - - -C) copy_on_change=true;; - - -d) dir_arg=true;; - - -g) chgrpcmd="$chgrpprog $2" - shift;; - - --help) echo "$usage"; exit $?;; - - -m) mode=$2 - case $mode in - *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; - - -o) chowncmd="$chownprog $2" - shift;; - - -s) stripcmd=$stripprog;; - - -t) - is_target_a_directory=always - dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; - - -T) is_target_a_directory=never;; - - --version) echo "$0 $scriptversion"; exit $?;; - - --) shift - break;; - - -*) echo "$0: invalid option: $1" >&2 - exit 1;; - - *) break;; - esac - shift -done - -# We allow the use of options -d and -T together, by making -d -# take the precedence; this is for compatibility with GNU install. - -if test -n "$dir_arg"; then - if test -n "$dst_arg"; then - echo "$0: target directory not allowed when installing a directory." >&2 - exit 1 - fi -fi - -if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then - # When -d is used, all remaining arguments are directories to create. - # When -t is used, the destination is already specified. - # Otherwise, the last argument is the destination. Remove it from $@. - for arg - do - if test -n "$dst_arg"; then - # $@ is not empty: it contains at least $arg. - set fnord "$@" "$dst_arg" - shift # fnord - 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 - -if test $# -eq 0; then - if test -z "$dir_arg"; then - echo "$0: no input file specified." >&2 - exit 1 - fi - # It's OK to call 'install-sh -d' without argument. - # This can happen when creating conditional directories. - exit 0 -fi - -if test -z "$dir_arg"; then - if test $# -gt 1 || test "$is_target_a_directory" = always; then - if test ! -d "$dst_arg"; then - echo "$0: $dst_arg: Is not a directory." >&2 - exit 1 - fi - fi -fi - -if test -z "$dir_arg"; then - 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. - case $mode in - # Optimize common cases. - *644) cp_umask=133;; - *755) cp_umask=22;; - - *[0-7]) - if test -z "$stripcmd"; then - u_plus_rw= - else - u_plus_rw='% 200' - fi - cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; - *) - if test -z "$stripcmd"; then - u_plus_rw= - else - u_plus_rw=,u+rw - fi - cp_umask=$mode$u_plus_rw;; - esac -fi - -for src -do - # Protect names problematic for 'test' and other utilities. - case $src in - -* | [=\(\)!]) src=./$src;; - esac - - if test -n "$dir_arg"; then - dst=$src - dstdir=$dst - test -d "$dstdir" - dstdir_status=$? - else - - # Waiting for this to be detected by the "$cpprog $src $dsttmp" command - # might cause directories to be created, which would be especially bad - # if $src (and thus $dsttmp) contains '*'. - if test ! -f "$src" && test ! -d "$src"; then - echo "$0: $src does not exist." >&2 - exit 1 - fi - - if test -z "$dst_arg"; then - echo "$0: no destination specified." >&2 - exit 1 - fi - dst=$dst_arg - - # If destination is a directory, append the input filename; won't work - # if double slashes aren't ignored. - if test -d "$dst"; then - if test "$is_target_a_directory" = never; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 - fi - dstdir=$dst - dst=$dstdir/`basename "$src"` - dstdir_status=0 - else - dstdir=`dirname "$dst"` - test -d "$dstdir" - dstdir_status=$? - fi - fi - - obsolete_mkdir_used=false - - if test $dstdir_status != 0; then - case $posix_mkdir in - '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; - esac - - if - $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" - ) - then : - else - - # The umask is ridiculous, or mkdir does not conform to POSIX, - # or it failed possibly due to a race condition. Create the - # directory the slow way, step by step, checking for races as we go. - - case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; - esac - - oIFS=$IFS - IFS=/ - set -f - set fnord $dstdir - shift - set +f - IFS=$oIFS - - prefixes= - - for d - do - test X"$d" = X && continue - - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ - done - - if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true - fi - fi - fi - - if test -n "$dir_arg"; then - { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && - { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && - { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || - test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 - else - - # Make a couple of temp file names in the proper directory. - dsttmp=$dstdir/_inst.$$_ - rmtmp=$dstdir/_rm.$$_ - - # Trap to clean up those temp files at exit. - trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 - - # Copy the file name to the temp name. - (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && - - # and set any options; do chmod last to preserve setuid bits. - # - # If any of these fail, we abort the whole thing. If we want to - # ignore errors from any of these, just make sure not to ignore - # errors from the above "$doit $cpprog $src $dsttmp" command. - # - { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && - { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && - { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && - { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && - - # If -C, don't bother to copy if it wouldn't change the file. - if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - set -f && - set X $old && old=:$2:$4:$5:$6 && - set X $new && new=:$2:$4:$5:$6 && - set +f && - test "$old" = "$new" && - $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 - then - rm -f "$dsttmp" - else - # Rename the file to the real destination. - $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || - - # The rename failed, perhaps because mv can't rename something else - # to itself, or perhaps because mv is so ancient that it does not - # support -f. - { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && - - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" - } - fi || exit 1 - - trap '' 0 - fi -done - -# Local variables: -# 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 -Nru gnome-screenshot-3.22.0/m4/gsettings.m4 gnome-screenshot-3.25.0/m4/gsettings.m4 --- gnome-screenshot-3.22.0/m4/gsettings.m4 2016-09-20 05:27:43.000000000 +0000 +++ gnome-screenshot-3.25.0/m4/gsettings.m4 1970-01-01 00:00:00.000000000 +0000 @@ -1,83 +0,0 @@ -dnl GLIB_GSETTINGS -dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether -dnl the schema should be compiled -dnl - -AC_DEFUN([GLIB_GSETTINGS], -[ - m4_pattern_allow([AM_V_GEN]) - AC_ARG_ENABLE(schemas-compile, - AS_HELP_STRING([--disable-schemas-compile], - [Disable regeneration of gschemas.compiled on install]), - [case ${enableval} in - yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;; - no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;; - *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-compile]) ;; - esac]) - AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE]) - PKG_PROG_PKG_CONFIG([0.16]) - AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas]) - if test x$cross_compiling != xyes; then - GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0` - else - AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas) - fi - AC_SUBST(GLIB_COMPILE_SCHEMAS) - if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then - ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2]) - else - ifelse([$1],,[:],[$1]) - fi - - GSETTINGS_RULES=' -.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas - -mostlyclean-am: clean-gsettings-schemas - -gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) - -%.gschema.valid: %.gschema.xml $(gsettings__enum_file) - $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && touch [$]@ - -all-am: $(gsettings_SCHEMAS:.xml=.valid) -uninstall-am: uninstall-gsettings-schemas -install-data-am: install-gsettings-schemas - -.SECONDARY: $(gsettings_SCHEMAS) - -install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) - @$(NORMAL_INSTALL) - if test -n "$^"; then \ - test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ - $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ - test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ - fi - -uninstall-gsettings-schemas: - @$(NORMAL_UNINSTALL) - @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files - test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) - -clean-gsettings-schemas: - rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) - -ifdef gsettings_ENUM_NAMESPACE -$(gsettings__enum_file): $(gsettings_ENUM_FILES) - $(AM_V_GEN) glib-mkenums --comments '\'''\'' --fhead "" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " " --vtail " " --ftail "" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@ -endif -' - _GSETTINGS_SUBST(GSETTINGS_RULES) -]) - -dnl _GSETTINGS_SUBST(VARIABLE) -dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST -AC_DEFUN([_GSETTINGS_SUBST], -[ -AC_SUBST([$1]) -m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) -] -) diff -Nru gnome-screenshot-3.22.0/m4/intltool.m4 gnome-screenshot-3.25.0/m4/intltool.m4 --- gnome-screenshot-3.22.0/m4/intltool.m4 2016-09-20 05:29:31.000000000 +0000 +++ gnome-screenshot-3.25.0/m4/intltool.m4 1970-01-01 00:00:00.000000000 +0000 @@ -1,212 +0,0 @@ -## intltool.m4 - Configure intltool for the target system. -*-Shell-script-*- -## Copyright (C) 2001 Eazel, Inc. -## Author: Maciej Stachowiak -## Kenneth Christiansen -## -## 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 of the License, 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, write to the Free Software -## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -## -## 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. - -dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) -# serial 42 IT_PROG_INTLTOOL -AC_DEFUN([IT_PROG_INTLTOOL], [ -AC_PREREQ([2.50])dnl -AC_REQUIRE([AM_NLS])dnl - -case "$am__api_version" in - 1.[01234]) - AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) - ;; - *) - ;; -esac - -INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` -INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` -INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` -if test -n "$1"; then - AC_MSG_CHECKING([for intltool >= $1]) - AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) - test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || - AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) -fi - -AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) -AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) -AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) -if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then - AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) -fi - -if test -z "$AM_DEFAULT_VERBOSITY"; then - AM_DEFAULT_VERBOSITY=1 -fi -AC_SUBST([AM_DEFAULT_VERBOSITY]) - -INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' -INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' -INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;' -AC_SUBST(INTLTOOL_V_MERGE) -AC_SUBST(INTLTOOL__v_MERGE_) -AC_SUBST(INTLTOOL__v_MERGE_0) - -INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' -intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' -intltool__v_merge_options_0='-q' -AC_SUBST(INTLTOOL_V_MERGE_OPTIONS) -AC_SUBST(intltool__v_merge_options_) -AC_SUBST(intltool__v_merge_options_0) - - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@' -else - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir' -fi - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - -_IT_SUBST(INTLTOOL_DESKTOP_RULE) -_IT_SUBST(INTLTOOL_DIRECTORY_RULE) -_IT_SUBST(INTLTOOL_KEYS_RULE) -_IT_SUBST(INTLTOOL_PROP_RULE) -_IT_SUBST(INTLTOOL_OAF_RULE) -_IT_SUBST(INTLTOOL_PONG_RULE) -_IT_SUBST(INTLTOOL_SERVER_RULE) -_IT_SUBST(INTLTOOL_SHEET_RULE) -_IT_SUBST(INTLTOOL_SOUNDLIST_RULE) -_IT_SUBST(INTLTOOL_UI_RULE) -_IT_SUBST(INTLTOOL_XAM_RULE) -_IT_SUBST(INTLTOOL_KBD_RULE) -_IT_SUBST(INTLTOOL_XML_RULE) -_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) -_IT_SUBST(INTLTOOL_CAVES_RULE) -_IT_SUBST(INTLTOOL_SCHEMAS_RULE) -_IT_SUBST(INTLTOOL_THEME_RULE) -_IT_SUBST(INTLTOOL_SERVICE_RULE) -_IT_SUBST(INTLTOOL_POLICY_RULE) - -# Check the gettext tools to make sure they are GNU -AC_PATH_PROG(XGETTEXT, xgettext) -AC_PATH_PROG(MSGMERGE, msgmerge) -AC_PATH_PROG(MSGFMT, msgfmt) -AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) -if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then - AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) -fi -xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" -mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" -mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" -if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then - AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) -fi - -AC_PATH_PROG(INTLTOOL_PERL, perl) -if test -z "$INTLTOOL_PERL"; then - AC_MSG_ERROR([perl not found]) -fi -AC_MSG_CHECKING([for perl >= 5.8.1]) -$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 -if test $? -ne 0; then - AC_MSG_ERROR([perl 5.8.1 is required for intltool]) -else - IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` - AC_MSG_RESULT([$IT_PERL_VERSION]) -fi -if test "x$2" != "xno-xml"; then - AC_MSG_CHECKING([for XML::Parser]) - if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then - AC_MSG_RESULT([ok]) - else - AC_MSG_ERROR([XML::Parser perl module is required for intltool]) - fi -fi - -# Substitute ALL_LINGUAS so we can use it in po/Makefile -AC_SUBST(ALL_LINGUAS) - -IT_PO_SUBDIR([po]) - -]) - - -# IT_PO_SUBDIR(DIRNAME) -# --------------------- -# All po subdirs have to be declared with this macro; the subdir "po" is -# declared by IT_PROG_INTLTOOL. -# -AC_DEFUN([IT_PO_SUBDIR], -[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. -dnl -dnl The following CONFIG_COMMANDS should be executed at the very end -dnl of config.status. -AC_CONFIG_COMMANDS_PRE([ - AC_CONFIG_COMMANDS([$1/stamp-it], [ - if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then - AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) - fi - rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" - >"$1/stamp-it.tmp" - [sed '/^#/d - s/^[[].*] *// - /^[ ]*$/d - '"s|^| $ac_top_srcdir/|" \ - "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" - ] - [sed '/^POTFILES =/,/[^\\]$/ { - /^POTFILES =/!d - r $1/POTFILES - } - ' "$1/Makefile.in" >"$1/Makefile"] - rm -f "$1/Makefile.tmp" - mv "$1/stamp-it.tmp" "$1/stamp-it" - ]) -])dnl -]) - -# _IT_SUBST(VARIABLE) -# ------------------- -# Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST -# -AC_DEFUN([_IT_SUBST], -[ -AC_SUBST([$1]) -m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) -] -) - -# deprecated macros -AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) -# A hint is needed for aclocal from Automake <= 1.9.4: -# AC_DEFUN([AC_PROG_INTLTOOL], ...) - diff -Nru gnome-screenshot-3.22.0/m4/nls.m4 gnome-screenshot-3.25.0/m4/nls.m4 --- gnome-screenshot-3.22.0/m4/nls.m4 2016-09-20 05:27:43.000000000 +0000 +++ gnome-screenshot-3.25.0/m4/nls.m4 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -# nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software -dnl Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. -dnl -dnl This file can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2003. - -AC_PREREQ([2.50]) - -AC_DEFUN([AM_NLS], -[ - AC_MSG_CHECKING([whether NLS is requested]) - dnl Default is enabled NLS - AC_ARG_ENABLE([nls], - [ --disable-nls do not use Native Language Support], - USE_NLS=$enableval, USE_NLS=yes) - AC_MSG_RESULT([$USE_NLS]) - AC_SUBST([USE_NLS]) -]) diff -Nru gnome-screenshot-3.22.0/m4/pkg.m4 gnome-screenshot-3.25.0/m4/pkg.m4 --- gnome-screenshot-3.22.0/m4/pkg.m4 2016-09-20 05:27:43.000000000 +0000 +++ gnome-screenshot-3.25.0/m4/pkg.m4 1970-01-01 00:00:00.000000000 +0000 @@ -1,275 +0,0 @@ -dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -dnl serial 11 (pkg-config-0.29) -dnl -dnl Copyright © 2004 Scott James Remnant . -dnl Copyright © 2012-2015 Dan Nicholson -dnl -dnl This program is free software; you can redistribute it and/or modify -dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version 2 of the License, or -dnl (at your option) any later version. -dnl -dnl This program is distributed in the hope that it will be useful, but -dnl WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl General Public License for more details. -dnl -dnl You should have received a copy of the GNU General Public License -dnl along with this program; if not, write to the Free Software -dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -dnl 02111-1307, USA. -dnl -dnl As a special exception to the GNU General Public License, if you -dnl distribute this file as part of a program that contains a -dnl configuration script generated by Autoconf, you may include it under -dnl the same distribution terms that you use for the rest of that -dnl program. - -dnl PKG_PREREQ(MIN-VERSION) -dnl ----------------------- -dnl Since: 0.29 -dnl -dnl Verify that the version of the pkg-config macros are at least -dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's -dnl installed version of pkg-config, this checks the developer's version -dnl of pkg.m4 when generating configure. -dnl -dnl To ensure that this macro is defined, also add: -dnl m4_ifndef([PKG_PREREQ], -dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) -dnl -dnl See the "Since" comment for each macro you use to see what version -dnl of the macros you require. -m4_defun([PKG_PREREQ], -[m4_define([PKG_MACROS_VERSION], [0.29]) -m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, - [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) -])dnl PKG_PREREQ - -dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) -dnl ---------------------------------- -dnl Since: 0.16 -dnl -dnl Search for the pkg-config tool and set the PKG_CONFIG variable to -dnl first found in the path. Checks that the version of pkg-config found -dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is -dnl used since that's the first version where most current features of -dnl pkg-config existed. -AC_DEFUN([PKG_PROG_PKG_CONFIG], -[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) -m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) -m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) -AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) -AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) -AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) - -if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then - AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) -fi -if test -n "$PKG_CONFIG"; then - _pkg_min_version=m4_default([$1], [0.9.0]) - AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) - if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - PKG_CONFIG="" - fi -fi[]dnl -])dnl PKG_PROG_PKG_CONFIG - -dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -dnl ------------------------------------------------------------------- -dnl Since: 0.18 -dnl -dnl Check to see whether a particular set of modules exists. Similar to -dnl PKG_CHECK_MODULES(), but does not set variables or print errors. -dnl -dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -dnl only at the first occurence in configure.ac, so if the first place -dnl it's called might be skipped (such as if it is within an "if", you -dnl have to call PKG_CHECK_EXISTS manually -AC_DEFUN([PKG_CHECK_EXISTS], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -if test -n "$PKG_CONFIG" && \ - AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then - m4_default([$2], [:]) -m4_ifvaln([$3], [else - $3])dnl -fi]) - -dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) -dnl --------------------------------------------- -dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting -dnl pkg_failed based on the result. -m4_define([_PKG_CONFIG], -[if test -n "$$1"; then - pkg_cv_[]$1="$$1" - elif test -n "$PKG_CONFIG"; then - PKG_CHECK_EXISTS([$3], - [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes ], - [pkg_failed=yes]) - else - pkg_failed=untried -fi[]dnl -])dnl _PKG_CONFIG - -dnl _PKG_SHORT_ERRORS_SUPPORTED -dnl --------------------------- -dnl Internal check to see if pkg-config supports short errors. -AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then - _pkg_short_errors_supported=yes -else - _pkg_short_errors_supported=no -fi[]dnl -])dnl _PKG_SHORT_ERRORS_SUPPORTED - - -dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -dnl [ACTION-IF-NOT-FOUND]) -dnl -------------------------------------------------------------- -dnl Since: 0.4.0 -dnl -dnl Note that if there is a possibility the first call to -dnl PKG_CHECK_MODULES might not happen, you should be sure to include an -dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac -AC_DEFUN([PKG_CHECK_MODULES], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl -AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl - -pkg_failed=no -AC_MSG_CHECKING([for $1]) - -_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) -_PKG_CONFIG([$1][_LIBS], [libs], [$2]) - -m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS -and $1[]_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details.]) - -if test $pkg_failed = yes; then - AC_MSG_RESULT([no]) - _PKG_SHORT_ERRORS_SUPPORTED - if test $_pkg_short_errors_supported = yes; then - $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` - else - $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD - - m4_default([$4], [AC_MSG_ERROR( -[Package requirements ($2) were not met: - -$$1_PKG_ERRORS - -Consider adjusting the PKG_CONFIG_PATH environment variable if you -installed software in a non-standard prefix. - -_PKG_TEXT])[]dnl - ]) -elif test $pkg_failed = untried; then - AC_MSG_RESULT([no]) - m4_default([$4], [AC_MSG_FAILURE( -[The pkg-config script could not be found or is too old. Make sure it -is in your PATH or set the PKG_CONFIG environment variable to the full -path to pkg-config. - -_PKG_TEXT - -To get pkg-config, see .])[]dnl - ]) -else - $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS - $1[]_LIBS=$pkg_cv_[]$1[]_LIBS - AC_MSG_RESULT([yes]) - $3 -fi[]dnl -])dnl PKG_CHECK_MODULES - - -dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -dnl [ACTION-IF-NOT-FOUND]) -dnl --------------------------------------------------------------------- -dnl Since: 0.29 -dnl -dnl Checks for existence of MODULES and gathers its build flags with -dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags -dnl and VARIABLE-PREFIX_LIBS from --libs. -dnl -dnl Note that if there is a possibility the first call to -dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to -dnl include an explicit call to PKG_PROG_PKG_CONFIG in your -dnl configure.ac. -AC_DEFUN([PKG_CHECK_MODULES_STATIC], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -_save_PKG_CONFIG=$PKG_CONFIG -PKG_CONFIG="$PKG_CONFIG --static" -PKG_CHECK_MODULES($@) -PKG_CONFIG=$_save_PKG_CONFIG[]dnl -])dnl PKG_CHECK_MODULES_STATIC - - -dnl PKG_INSTALLDIR([DIRECTORY]) -dnl ------------------------- -dnl Since: 0.27 -dnl -dnl Substitutes the variable pkgconfigdir as the location where a module -dnl should install pkg-config .pc files. By default the directory is -dnl $libdir/pkgconfig, but the default can be changed by passing -dnl DIRECTORY. The user can override through the --with-pkgconfigdir -dnl parameter. -AC_DEFUN([PKG_INSTALLDIR], -[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) -m4_pushdef([pkg_description], - [pkg-config installation directory @<:@]pkg_default[@:>@]) -AC_ARG_WITH([pkgconfigdir], - [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, - [with_pkgconfigdir=]pkg_default) -AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) -m4_popdef([pkg_default]) -m4_popdef([pkg_description]) -])dnl PKG_INSTALLDIR - - -dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) -dnl -------------------------------- -dnl Since: 0.27 -dnl -dnl Substitutes the variable noarch_pkgconfigdir as the location where a -dnl module should install arch-independent pkg-config .pc files. By -dnl default the directory is $datadir/pkgconfig, but the default can be -dnl changed by passing DIRECTORY. The user can override through the -dnl --with-noarch-pkgconfigdir parameter. -AC_DEFUN([PKG_NOARCH_INSTALLDIR], -[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) -m4_pushdef([pkg_description], - [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) -AC_ARG_WITH([noarch-pkgconfigdir], - [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, - [with_noarch_pkgconfigdir=]pkg_default) -AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) -m4_popdef([pkg_default]) -m4_popdef([pkg_description]) -])dnl PKG_NOARCH_INSTALLDIR - - -dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, -dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -dnl ------------------------------------------- -dnl Since: 0.28 -dnl -dnl Retrieves the value of the pkg-config variable for the given module. -AC_DEFUN([PKG_CHECK_VAR], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl - -_PKG_CONFIG([$1], [variable="][$3]["], [$2]) -AS_VAR_COPY([$1], [pkg_cv_][$1]) - -AS_VAR_IF([$1], [""], [$5], [$4])dnl -])dnl PKG_CHECK_VAR diff -Nru gnome-screenshot-3.22.0/Makefile.am gnome-screenshot-3.25.0/Makefile.am --- gnome-screenshot-3.22.0/Makefile.am 2014-11-22 01:32:45.000000000 +0000 +++ gnome-screenshot-3.25.0/Makefile.am 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -SUBDIRS = src po - -ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} diff -Nru gnome-screenshot-3.22.0/Makefile.in gnome-screenshot-3.25.0/Makefile.in --- gnome-screenshot-3.22.0/Makefile.in 2016-09-20 05:32:02.000000000 +0000 +++ gnome-screenshot-3.25.0/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,793 +0,0 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994-2014 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ -VPATH = @srcdir@ -am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ -} -am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes -am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = . -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/gsettings.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/nls.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ - $(am__configure_deps) $(am__DIST_COMMON) -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno config.status.lineno -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_@AM_V@) -am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ -am__v_at_1 = -SOURCES = -DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ - ctags-recursive dvi-recursive html-recursive info-recursive \ - install-data-recursive install-dvi-recursive \ - install-exec-recursive install-html-recursive \ - install-info-recursive install-pdf-recursive \ - install-ps-recursive install-recursive installcheck-recursive \ - installdirs-recursive pdf-recursive ps-recursive \ - tags-recursive uninstall-recursive -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -am__recursive_targets = \ - $(RECURSIVE_TARGETS) \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) -AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - cscope distdir dist dist-all distcheck -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ - $(LISP)config.h.in -# Read a list of newline-separated strings from the standard input, -# and print each of them once, without duplicates. Input order is -# *not* preserved. -am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ -' -# Make sure the list of sources is unique. This is necessary because, -# e.g., the same source file might be shared among _SOURCES variables -# for different programs/libraries. -am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` -ETAGS = etags -CTAGS = ctags -CSCOPE = cscope -DIST_SUBDIRS = $(SUBDIRS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ - NEWS compile depcomp install-sh missing -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -distdir = $(PACKAGE)-$(VERSION) -top_distdir = $(distdir) -am__remove_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__post_remove_distdir = $(am__remove_distdir) -am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" -GZIP_ENV = --best -DIST_ARCHIVES = $(distdir).tar.xz -DIST_TARGETS = dist-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@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MSGFMT = @MSGFMT@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -SCREENSHOT_CFLAGS = @SCREENSHOT_CFLAGS@ -SCREENSHOT_LIBS = @SCREENSHOT_LIBS@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -XSHAPE_CFLAGS = @XSHAPE_CFLAGS@ -XSHAPE_LIBS = @XSHAPE_LIBS@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -gsettingsschemadir = @gsettingsschemadir@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -SUBDIRS = src po -ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - -.SUFFIXES: -am--refresh: Makefile - @: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ - $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - echo ' $(SHELL) ./config.status'; \ - $(SHELL) ./config.status;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck - -$(top_srcdir)/configure: $(am__configure_deps) - $(am__cd) $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) -$(am__aclocal_m4_deps): - -config.h: stamp-h1 - @test -f $@ || rm -f stamp-h1 - @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 - -stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status - @rm -f stamp-h1 - cd $(top_builddir) && $(SHELL) ./config.status config.h -$(srcdir)/config.h.in: $(am__configure_deps) - ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) - rm -f stamp-h1 - touch $@ - -distclean-hdr: - -rm -f config.h stamp-h1 - -# This directory's subdirectories are mostly independent; you can cd -# into them and run 'make' without going through this Makefile. -# To change the values of 'make' variables: instead of editing Makefiles, -# (1) if the variable is set in 'config.status', edit 'config.status' -# (which will cause the Makefiles to be regenerated when you run 'make'); -# (2) otherwise, pass the desired values on the 'make' command line. -$(am__recursive_targets): - @fail=; \ - if $(am__make_keepgoing); then \ - failcom='fail=yes'; \ - else \ - failcom='exit 1'; \ - fi; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique -tags: tags-recursive -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: ctags-recursive - -CTAGS: ctags -ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" -cscope: cscope.files - test ! -s cscope.files \ - || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) -clean-cscope: - -rm -f cscope.files -cscope.files: clean-cscope cscopelist -cscopelist: cscopelist-recursive - -cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -rm -f cscope.out cscope.in.out cscope.po.out cscope.files - -distdir: $(DISTFILES) - $(am__remove_distdir) - test -d "$(distdir)" || mkdir "$(distdir)" - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - $(am__make_dryrun) \ - || test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done - -test -n "$(am__skip_mode_fix)" \ - || find "$(distdir)" -type d ! -perm -755 \ - -exec chmod u+rwx,go+rx {} \; -o \ - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r "$(distdir)" -dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__post_remove_distdir) - -dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 - $(am__post_remove_distdir) - -dist-lzip: distdir - tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz - $(am__post_remove_distdir) -dist-xz: distdir - tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz - $(am__post_remove_distdir) - -dist-tarZ: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 - @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__post_remove_distdir) - -dist-shar: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 - @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__post_remove_distdir) - -dist-zip: distdir - -rm -f $(distdir).zip - zip -rq $(distdir).zip $(distdir) - $(am__post_remove_distdir) - -dist dist-all: - $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' - $(am__post_remove_distdir) - -# This target untars the dist file and tries a VPATH configuration. Then -# it guarantees that the distribution is self-contained by making another -# tarfile. -distcheck: dist - case '$(DIST_ARCHIVES)' in \ - *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ - *.tar.bz2*) \ - bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lz*) \ - lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ - *.tar.xz*) \ - xz -dc $(distdir).tar.xz | $(am__untar) ;;\ - *.tar.Z*) \ - uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ - *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ - *.zip*) \ - unzip $(distdir).zip ;;\ - esac - chmod -R a-w $(distdir) - chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst - chmod a-w $(distdir) - test -d $(distdir)/_build || exit 0; \ - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build/sub \ - && ../../configure \ - $(AM_DISTCHECK_CONFIGURE_FLAGS) \ - $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=../.. --prefix="$$dc_install_base" \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ - distuninstallcheck \ - && chmod -R a-w "$$dc_install_base" \ - && ({ \ - (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ - } || { rm -rf "$$dc_destdir"; exit 1; }) \ - && rm -rf "$$dc_destdir" \ - && $(MAKE) $(AM_MAKEFLAGS) dist \ - && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ - && cd "$$am__cwd" \ - || exit 1 - $(am__post_remove_distdir) - @(echo "$(distdir) archives ready for distribution: "; \ - 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: - @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)"; \ - fi ; \ - $(distuninstallcheck_listfiles) ; \ - exit 1; } >&2 -distcleancheck: distclean - @if test '$(srcdir)' = . ; then \ - echo "ERROR: distcleancheck can only run from a VPATH build" ; \ - exit 1 ; \ - fi - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left in build directory after distclean:" ; \ - $(distcleancheck_listfiles) ; \ - exit 1; } >&2 -check-am: all-am -check: check-recursive -all-am: Makefile config.h -installdirs: installdirs-recursive -installdirs-am: -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - 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: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-hdr distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: - -install-dvi: install-dvi-recursive - -install-dvi-am: - -install-exec-am: - -install-html: install-html-recursive - -install-html-am: - -install-info: install-info-recursive - -install-info-am: - -install-man: - -install-pdf: install-pdf-recursive - -install-pdf-am: - -install-ps: install-ps-recursive - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf $(top_srcdir)/autom4te.cache - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: - -.MAKE: $(am__recursive_targets) all install-am install-strip - -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ - am--refresh check check-am clean clean-cscope clean-generic \ - cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ - dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ - distcheck distclean distclean-generic distclean-hdr \ - distclean-tags distcleancheck distdir distuninstallcheck dvi \ - dvi-am html html-am info info-am install install-am \ - 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 installdirs-am \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am - -.PRECIOUS: Makefile - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -Nru gnome-screenshot-3.22.0/meson.build gnome-screenshot-3.25.0/meson.build --- gnome-screenshot-3.22.0/meson.build 1970-01-01 00:00:00.000000000 +0000 +++ gnome-screenshot-3.25.0/meson.build 2017-05-29 12:53:36.000000000 +0000 @@ -0,0 +1,51 @@ +project('gnome-screenshot', 'c', + version: '3.25.0', + license: 'GPLv2+', + meson_version: '>= 0.40.1', + default_options: [ + 'buildtype=debugoptimized', + 'warning_level=1', + 'c_std=c99', + ]) + +add_project_arguments([ '-D_POSIX_C_SOURCE', '-D_DEFAULT_SOURCE' ], language: 'c') + +cc = meson.get_compiler('c') + +gnome_screenshot_prefix = get_option('prefix') +gnome_screenshot_bindir = join_paths(gnome_screenshot_prefix, get_option('bindir')) +gnome_screenshot_datadir = join_paths(gnome_screenshot_prefix, get_option('datadir')) +gnome_screenshot_libexecdir = join_paths(gnome_screenshot_prefix, get_option('libexecdir')) +gnome_screenshot_localedir = join_paths(gnome_screenshot_datadir, 'locale') +gnome_screenshot_appsdir = join_paths(gnome_screenshot_datadir, 'applications') +gnome_screenshot_appdatadir = join_paths(gnome_screenshot_datadir, 'metainfo') +gnome_screenshot_servicesdir = join_paths(gnome_screenshot_datadir, 'dbus-1', 'services') +gnome_screenshot_schemadir = join_paths(gnome_screenshot_datadir, 'glib-2.0', 'schemas') + +glib_req_version = '>= 2.35.1' +gtk_req_version = '>= 3.0.0' + +mathlib_dep = cc.find_library('m', required: false) +x11_dep = [ dependency('x11'), dependency('xext') ] +glib_dep = dependency('glib-2.0', version: glib_req_version) +gtk_dep = dependency('gtk+-3.0', version: gtk_req_version) +canberra_dep = dependency('libcanberra-gtk3') + +config_h = configuration_data() +config_h.set_quoted('VERSION', meson.project_version()) +config_h.set_quoted('GETTEXT_PACKAGE', meson.project_name()) + +if cc.has_header('X11/extensions/shape.h') + config_h.set('HAVE_X11_EXTENSIONS_SHAPE_H', 1) +endif + +configure_file(output: 'config.h', configuration: config_h) + +root_inc = include_directories('.') + +i18n = import('i18n') + +subdir('src') +subdir('po') + +meson.add_install_script('build-aux/postinstall.py') diff -Nru gnome-screenshot-3.22.0/missing gnome-screenshot-3.25.0/missing --- gnome-screenshot-3.22.0/missing 2016-09-20 05:29:35.000000000 +0000 +++ gnome-screenshot-3.25.0/missing 1970-01-01 00:00:00.000000000 +0000 @@ -1,215 +0,0 @@ -#! /bin/sh -# Common wrapper for a few potentially missing GNU programs. - -scriptversion=2013-10-28.13; # UTC - -# Copyright (C) 1996-2014 Free Software Foundation, Inc. -# Originally written by Fran,cois Pinard , 1996. - -# 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 . - -# 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. - -if test $# -eq 0; then - echo 1>&2 "Try '$0 --help' for more information" - exit 1 -fi - -case $1 in - - --is-lightweight) - # Used by our autoconf macros to check whether the available missing - # script is modern enough. - exit 0 - ;; - - --run) - # Back-compat with the calling convention used by older automake. - shift - ;; - - -h|--h|--he|--hel|--help) - echo "\ -$0 [OPTION]... PROGRAM [ARGUMENT]... - -Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due -to PROGRAM being missing or too old. - -Options: - -h, --help display this help and exit - -v, --version output version information and exit - -Supported PROGRAM values: - aclocal autoconf autoheader autom4te automake makeinfo - bison yacc flex lex help2man - -Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and -'g' are ignored when checking the name. - -Send bug reports to ." - exit $? - ;; - - -v|--v|--ve|--ver|--vers|--versi|--versio|--version) - echo "missing $scriptversion (GNU Automake)" - exit $? - ;; - - -*) - echo 1>&2 "$0: unknown '$1' option" - echo 1>&2 "Try '$0 --help' for more information" - exit 1 - ;; - -esac - -# Run the given program, remember its exit status. -"$@"; st=$? - -# If it succeeded, we are done. -test $st -eq 0 && exit 0 - -# Also exit now if we it failed (or wasn't found), and '--version' was -# passed; such an option is passed most likely to detect whether the -# program is present and works. -case $2 in --version|--help) exit $st;; esac - -# Exit code 63 means version mismatch. This often happens when the user -# tries to use an ancient version of a tool on a file that requires a -# minimum version. -if test $st -eq 63; then - msg="probably too old" -elif test $st -eq 127; then - # Program was missing. - msg="missing on your system" -else - # Program was found and executed, but failed. Give up. - exit $st -fi - -perl_URL=http://www.perl.org/ -flex_URL=http://flex.sourceforge.net/ -gnu_software_URL=http://www.gnu.org/software - -program_details () -{ - case $1 in - aclocal|automake) - echo "The '$1' program is part of the GNU Automake package:" - echo "<$gnu_software_URL/automake>" - echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" - echo "<$gnu_software_URL/autoconf>" - echo "<$gnu_software_URL/m4/>" - echo "<$perl_URL>" - ;; - autoconf|autom4te|autoheader) - echo "The '$1' program is part of the GNU Autoconf package:" - echo "<$gnu_software_URL/autoconf/>" - echo "It also requires GNU m4 and Perl in order to run:" - echo "<$gnu_software_URL/m4/>" - echo "<$perl_URL>" - ;; - esac -} - -give_advice () -{ - # Normalize program name to check for. - normalized_program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - - printf '%s\n' "'$1' is $msg." - - configure_deps="'configure.ac' or m4 files included by 'configure.ac'" - case $normalized_program in - autoconf*) - echo "You should only need it if you modified 'configure.ac'," - echo "or m4 files included by it." - program_details 'autoconf' - ;; - autoheader*) - echo "You should only need it if you modified 'acconfig.h' or" - echo "$configure_deps." - program_details 'autoheader' - ;; - automake*) - echo "You should only need it if you modified 'Makefile.am' or" - echo "$configure_deps." - program_details 'automake' - ;; - aclocal*) - echo "You should only need it if you modified 'acinclude.m4' or" - echo "$configure_deps." - program_details 'aclocal' - ;; - autom4te*) - echo "You might have modified some maintainer files that require" - echo "the 'autom4te' program to be rebuilt." - program_details 'autom4te' - ;; - bison*|yacc*) - echo "You should only need it if you modified a '.y' file." - echo "You may want to install the GNU Bison package:" - echo "<$gnu_software_URL/bison/>" - ;; - lex*|flex*) - echo "You should only need it if you modified a '.l' file." - echo "You may want to install the Fast Lexical Analyzer package:" - echo "<$flex_URL>" - ;; - help2man*) - echo "You should only need it if you modified a dependency" \ - "of a man page." - echo "You may want to install the GNU Help2man package:" - echo "<$gnu_software_URL/help2man/>" - ;; - makeinfo*) - echo "You should only need it if you modified a '.texi' file, or" - echo "any other file indirectly affecting the aspect of the manual." - echo "You might want to install the Texinfo package:" - echo "<$gnu_software_URL/texinfo/>" - echo "The spurious makeinfo call might also be the consequence of" - echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" - echo "want to install GNU make:" - echo "<$gnu_software_URL/make/>" - ;; - *) - echo "You might have modified some files without having the proper" - echo "tools for further handling them. Check the 'README' file, it" - echo "often tells you about the needed prerequisites for installing" - echo "this package. You may also peek at any GNU archive site, in" - echo "case some other package contains this missing '$1' program." - ;; - esac -} - -give_advice "$1" | sed -e '1s/^/WARNING: /' \ - -e '2,$s/^/ /' >&2 - -# Propagate the correct exit status (expected to be 127 for a program -# not found, 63 for a program that failed due to version mismatch). -exit $st - -# Local variables: -# 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 -Nru gnome-screenshot-3.22.0/NEWS gnome-screenshot-3.25.0/NEWS --- gnome-screenshot-3.22.0/NEWS 2016-09-20 05:31:50.000000000 +0000 +++ gnome-screenshot-3.25.0/NEWS 2017-05-29 12:53:36.000000000 +0000 @@ -1,3 +1,13 @@ +GNOME Screenshot 3.25.0 - 29th May 2017 +======================================= + +- Port to the Meson build system +- Drop intltool +- Translation updates +- Use Unicode in translatable strings (#774204) +- Show the correct application name (#772006) +- Improve translator comments (#782818) + GNOME Screenshot 3.22.0 - 19th September 2016 ============================================= diff -Nru gnome-screenshot-3.22.0/po/be.po gnome-screenshot-3.25.0/po/be.po --- gnome-screenshot-3.22.0/po/be.po 2014-11-22 01:32:45.000000000 +0000 +++ gnome-screenshot-3.25.0/po/be.po 2017-05-29 12:53:36.000000000 +0000 @@ -1,15 +1,16 @@ # Vital Khilko , 2003. # Ales Nyakhaychyk , 2003, 2004. # Ihar Hrachyshka , 2011, 2013, 2014. +# Yuras Shumovich , 2017. # msgid "" msgstr "" "Project-Id-Version: gnome-utils.master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-05-04 07:19+0000\n" -"PO-Revision-Date: 2012-09-07 18:07+0300\n" -"Last-Translator: Ihar Hrachyshka \n" +"POT-Creation-Date: 2017-03-07 09:21+0000\n" +"PO-Revision-Date: 2017-04-21 22:55+0300\n" +"Last-Translator: Yuras Shumovich \n" "Language-Team: Belarusian \n" "Language: be\n" "MIME-Version: 1.0\n" @@ -17,27 +18,60 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Poedit 1.8.11\n" -#: ../src/gnome-screenshot.desktop.in.h:1 ../src/screenshot-application.c:790 +#: ../src/org.gnome.Screenshot.desktop.in.h:1 +#: ../src/screenshot-application.c:767 msgid "Screenshot" msgstr "Экранны здымак" -#: ../src/gnome-screenshot.desktop.in.h:2 ../src/screenshot-application.c:791 +#: ../src/org.gnome.Screenshot.desktop.in.h:2 +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:2 +#: ../src/screenshot-application.c:768 msgid "Save images of your screen or individual windows" msgstr "Захаванне здымкаў экрана ці асобных вокнаў" -#: ../src/gnome-screenshot.desktop.in.h:3 +#: ../src/org.gnome.Screenshot.desktop.in.h:3 msgid "snapshot;capture;print;screenshot;" msgstr "здымак экрана;запіс;друк;экран;" -#: ../src/gnome-screenshot.desktop.in.h:4 +#: ../src/org.gnome.Screenshot.desktop.in.h:4 msgid "Take a Screenshot of the Whole Screen" msgstr "Здымак усяго экрана" -#: ../src/gnome-screenshot.desktop.in.h:5 +#: ../src/org.gnome.Screenshot.desktop.in.h:5 msgid "Take a Screenshot of the Current Window" msgstr "Здымак актыўнага акна" +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:1 +msgid "GNOME Screenshot" +msgstr "Экранны здымак GNOME" + +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:3 +msgid "" +"GNOME Screenshot is a simple utility that lets you take pictures of your " +"computer screen. Screenshots can be of your whole screen, any specific " +"application, or a selected rectangular area. You can also copy the captured " +"screenshot directly into the GNOME clipboard and paste it into other " +"applications." +msgstr "" +"Экранны здымак GNOME - гэта простая прыстасаванне, я дапамогай якога можна " +"рабіць здымкі экрана камп'ютара. Гэта можа быць здымак экрана цалкам, нейкай " +"праграмы або вылучанай прамакутнай прасторы. Таксама можна капіраваць " +"зроблены здымак у буфер абмену GNOME, каб выкарыстаць яго ў іншых праграмах." + +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 +msgid "" +"GNOME Screenshot allows you to take screenshots even when it's not open: " +"just press the PrtSc button on your keyboard, and a snapshot of your whole " +"screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " +"and you will get a screenshot of only the currently selected window." +msgstr "" +"Экранны здымак GNOME можа рабіць здымкі нават калі не адкрыты: націсніце " +"кнопку PrtSc на клавіятуры, і здымак усяго экрана будзе захаваны ў папцы " +"Малюнкі. Калі пры гэтым трымаць кнопку Alt, то будзе зроблены здымак толькі " +"вылучанага акна." + #: ../src/screenshot-app-menu.ui.h:1 msgid "Help" msgstr "Дапамога" @@ -70,11 +104,11 @@ msgid "Save in _folder:" msgstr "_Захаваць у папцы:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Экранны здымак акна (састарэлы ключ)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -82,59 +116,59 @@ "Здымаць актыўнае акно, а не ўвесь экран. Гэты ключ састарэў і ўжо насамрэч " "не выкарыстоўваецца." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Затрымка здымкі" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Затрымка ў секундах да ўтварэння экраннага здымка." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Каталог для экранных здымкаў" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Прадвызначаны каталог для захавання экранных здымкаў." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Апошні каталог для захавання" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "Апошні каталог, у якім быў захаваны здымак у інтэрактыўным рэжыме." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Улучыць аблямоўку" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Улучыць у здымак аблямоўку акна" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Улучыць паказальнік мышы" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Улучыць у здымак паказальнік мышы" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Улучыць профіль ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Улучыць профіль ICC мэтавага прыстасавання ў файл здымка" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Эфект для аблямоўкі" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" "Effect to add to the outside of a border. Possible values are \"shadow\", " "\"none\", and \"border\"." @@ -142,11 +176,11 @@ "Эфект для аблямоўкі. Магчымыя значэнні: \"shadow\" (цень), \"none\" (нічога) " "і \"border\" (асадка)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Прадвызначанае пашырэнне файлаў" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Прадвызначанае пашырэнне файлаў з экраннымі здымкамі." @@ -182,95 +216,93 @@ msgid "All possible methods failed" msgstr "Няўдача для ўсіх магчымых спосабаў" -#: ../src/screenshot-application.c:645 +#: ../src/screenshot-application.c:631 msgid "Send the grab directly to the clipboard" msgstr "Скапіраваць здымак у буфер абмену" -#: ../src/screenshot-application.c:646 +#: ../src/screenshot-application.c:632 msgid "Grab a window instead of the entire screen" msgstr "Зняць акно замест усяго экрана" -#: ../src/screenshot-application.c:647 +#: ../src/screenshot-application.c:633 msgid "Grab an area of the screen instead of the entire screen" msgstr "Зняць пэўны абшар замест усяго экрана" -#: ../src/screenshot-application.c:648 +#: ../src/screenshot-application.c:634 msgid "Include the window border with the screenshot" msgstr "Улучыць у здымак аблямоўку акна" -#: ../src/screenshot-application.c:649 +#: ../src/screenshot-application.c:635 msgid "Remove the window border from the screenshot" msgstr "Выдаліць са здымка аблямоўку акна" -#: ../src/screenshot-application.c:650 +#: ../src/screenshot-application.c:636 msgid "Include the pointer with the screenshot" msgstr "Улучыць у здымак паказальнік мышы" -#: ../src/screenshot-application.c:651 +#: ../src/screenshot-application.c:637 msgid "Take screenshot after specified delay [in seconds]" msgstr "Зрабіць экранны здымак пасля затрымкі [у секундах]" #. translators: this is the last part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-application.c:651 -#: ../src/screenshot-interactive-dialog.c:421 +#: ../src/screenshot-application.c:637 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "секунд" -#: ../src/screenshot-application.c:652 +#: ../src/screenshot-application.c:638 msgid "Effect to add to the border (shadow, border, vintage or none)" msgstr "Спецыяльны эфект для аблямоўкі (shadow, border, vintage або none)" -#: ../src/screenshot-application.c:652 +#: ../src/screenshot-application.c:638 msgid "effect" msgstr "спецэфект" -#: ../src/screenshot-application.c:653 +#: ../src/screenshot-application.c:639 msgid "Interactively set options" msgstr "Інтэрактыўная настройка опцый" -#: ../src/screenshot-application.c:654 +#: ../src/screenshot-application.c:640 msgid "Save screenshot directly to this file" msgstr "Захаваць здымак у гэтым каталогу" -#: ../src/screenshot-application.c:654 +#: ../src/screenshot-application.c:640 msgid "filename" msgstr "назва_файла" -#: ../src/screenshot-application.c:655 +#: ../src/screenshot-application.c:641 msgid "Print version information and exit" msgstr "Вывесці інфармацыю аб версіі і выйсці" -#: ../src/screenshot-application.c:669 -msgid "Take a picture of the screen" -msgstr "Экранныя здымкі" - -#: ../src/screenshot-application.c:793 +#: ../src/screenshot-application.c:770 msgid "translator-credits" -msgstr "Ігар Грачышка " +msgstr "" +"Ігар Грачышка \n" +"Юрась Шумовіч " -#: ../src/screenshot-config.c:59 +#: ../src/screenshot-config.c:116 #, c-format msgid "" "Conflicting options: --window and --area should not be used at the same " "time.\n" msgstr "Канфліктныя опцыі: нельга адначасова ўжыць --window і --area.\n" -#: ../src/screenshot-config.c:66 +#: ../src/screenshot-config.c:123 #, c-format msgid "" "Conflicting options: --area and --delay should not be used at the same " "time.\n" msgstr "Канфліктныя опцыі: нельга адначасова ўжыць --area і --delay.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Экранны_здымак.png" #. translators: this is the name of the file that gets made up #. * with the screenshot if the entire screen is taken -#: ../src/screenshot-filename-builder.c:145 +#: ../src/screenshot-filename-builder.c:143 #, c-format msgid "Screenshot from %s.%s" msgstr "Экранны здымак з %s.%s" @@ -278,7 +310,7 @@ #. translators: this is the name of the file that gets #. * made up with the screenshot if the entire screen is #. * taken -#: ../src/screenshot-filename-builder.c:152 +#: ../src/screenshot-filename-builder.c:150 #, c-format msgid "Screenshot from %s - %d.%s" msgstr "Экранны здымак з %s - %d.%s" @@ -300,51 +332,55 @@ msgstr "Вінтаж" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:266 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "_Улучыць паказальнік мышы" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:276 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Улучыць _аблямоўку акна" -#: ../src/screenshot-interactive-dialog.c:293 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Ужыць спецыяльны _эфект:" -#: ../src/screenshot-interactive-dialog.c:355 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Зняць увесь _экран" -#: ../src/screenshot-interactive-dialog.c:369 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Зняць актыўнае _акно" -#: ../src/screenshot-interactive-dialog.c:381 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Вылучыць _абшар для здымка" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:401 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "_Зняць з затрымкай у" -#: ../src/screenshot-interactive-dialog.c:470 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Экранны здымак" -#: ../src/screenshot-interactive-dialog.c:471 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Спецыяльныя эфекты" -#: ../src/screenshot-interactive-dialog.c:493 +#: ../src/screenshot-interactive-dialog.c:478 +msgid "_Help" +msgstr "_Дапамога" + +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Зрабіць _экранны здымак" -#: ../src/screenshot-interactive-dialog.c:510 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Скасаваць" @@ -352,3 +388,5 @@ msgid "Error loading the help page" msgstr "Памылка адкрыцця даведніка" +#~ msgid "Take a picture of the screen" +#~ msgstr "Экранныя здымкі" diff -Nru gnome-screenshot-3.22.0/po/ca.po gnome-screenshot-3.25.0/po/ca.po --- gnome-screenshot-3.22.0/po/ca.po 2014-11-22 01:32:45.000000000 +0000 +++ gnome-screenshot-3.25.0/po/ca.po 2017-05-29 12:53:36.000000000 +0000 @@ -11,11 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: gnome-utils\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" -"screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-08-16 19:25+0000\n" -"PO-Revision-Date: 2014-08-17 01:23+0200\n" -"Last-Translator: Gil Forcada \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 21:55+0100\n" +"PO-Revision-Date: 2017-01-07 01:23+0200\n" +"Last-Translator: Jordi Mas \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -24,12 +23,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 -#: ../src/screenshot-application.c:757 +#: ../src/screenshot-application.c:767 msgid "Screenshot" msgstr "Captura" #: ../src/org.gnome.Screenshot.desktop.in.h:2 -#: ../src/screenshot-application.c:758 +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:2 +#: ../src/screenshot-application.c:768 msgid "Save images of your screen or individual windows" msgstr "Desa imatges de la pantalla o de finestres individuals" @@ -45,6 +45,37 @@ msgid "Take a Screenshot of the Current Window" msgstr "Fes una captura de la finestra actual" +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:1 +msgid "GNOME Screenshot" +msgstr "Captura de pantalla del GNOME" + +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:3 +msgid "" +"GNOME Screenshot is a simple utility that lets you take pictures of your " +"computer screen. Screenshots can be of your whole screen, any specific " +"application, or a selected rectangular area. You can also copy the captured " +"screenshot directly into the GNOME clipboard and paste it into other " +"applications." +msgstr "" +"El Captura de pantalla del GNOME és una senzilla utilitat que permet fer " +"captures de la pantalla del seu ordinador. Les captures poden ser de tota la " +"pantalla, d'una aplicació en concret o d'una àrea rectangular seleccionada. " +"També podeu copiar la captura directament al porta-retalls del GNOME i " +"enganxar-la en altres aplicacions." + +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 +msgid "" +"GNOME Screenshot allows you to take screenshots even when it’s not open: " +"just press the PrtSc button on your keyboard, and a snapshot of your whole " +"screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " +"and you will get a screenshot of only the currently selected window." +msgstr "" +"El Captura de pantalla del GNOME li ajuda a realitzar captures de pantalla " +"fins i tot quan no està obert: simplement premeu el botó Impr Pant del " +"teclat i es desarà una captura de la pantalla completa a la seva carpeta " +"Imatges. Premeu Alt+Impr Pant i obtindreu una captura només de la finestra " +"seleccionada." + #: ../src/screenshot-app-menu.ui.h:1 msgid "Help" msgstr "Ajuda" @@ -75,13 +106,13 @@ #: ../src/screenshot-dialog.ui.h:5 msgid "Save in _folder:" -msgstr "Desa en una _carpeta:" +msgstr "Desa en la _carpeta:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Captura de pantalla específica de finestres (desconsellat)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -89,80 +120,80 @@ "Captura només la finestra actual, en lloc de tot l'escriptori. Aquesta clau " "està desconsellada i no s'utilitza." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Retard de la captura de pantalla" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "El número de segons a esperar abans de fer la captura de pantalla." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Directori on desar les captures de pantalla" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "El directori on es desaran les captures de pantalla per defecte." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Darrer directori de desament" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "El darrer directori on es va desar la darrera captura de pantalla en mode " "interactiu." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Inclou la vora" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Inclou la vora del gestor de finestres en la captura" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Inclou el punter" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Inclou el punter a la captura de pantalla" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Inclou el perfil ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Inclou el perfil ICC de l'objectiu al fitxer de la captura de pantalla" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Efecte de la vora" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Efecte que s'afegirà a fora de la vora. Els valors possibles són " "«shadow» (ombra), «none» (cap), i «border» (vora)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Extensió, per defecte, del tipus de fitxer" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "" "L'extensió de tipus de fitxer per defecte per a les captures de pantalla." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Ja existeix un fitxer anomenat «%s» a «%s»" #: ../src/screenshot-application.c:152 @@ -225,7 +256,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:420 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "segons" @@ -253,11 +284,11 @@ msgid "Print version information and exit" msgstr "Mostra la informació de la versió i surt" -#: ../src/screenshot-application.c:760 +#: ../src/screenshot-application.c:770 msgid "translator-credits" msgstr "Joan Duran " -#: ../src/screenshot-config.c:59 +#: ../src/screenshot-config.c:116 #, c-format msgid "" "Conflicting options: --window and --area should not be used at the same " @@ -266,7 +297,7 @@ "Conflicte d'opcions: no es poden utilitzar al mateix temps «--window» i «--" "area».\n" -#: ../src/screenshot-config.c:66 +#: ../src/screenshot-config.c:123 #, c-format msgid "" "Conflicting options: --area and --delay should not be used at the same " @@ -275,14 +306,14 @@ "Conflicte d'opcions: no es poden utilitzar al mateix temps «--delay» i «--" "area».\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Captura.png" # Captura en lloc d'instantània per evitar problemes amb caràcters no ascii #. translators: this is the name of the file that gets made up #. * with the screenshot if the entire screen is taken -#: ../src/screenshot-filename-builder.c:145 +#: ../src/screenshot-filename-builder.c:143 #, c-format msgid "Screenshot from %s.%s" msgstr "Captura de %s.%s" @@ -290,7 +321,7 @@ #. translators: this is the name of the file that gets #. * made up with the screenshot if the entire screen is #. * taken -#: ../src/screenshot-filename-builder.c:152 +#: ../src/screenshot-filename-builder.c:150 #, c-format msgid "Screenshot from %s - %d.%s" msgstr "Captura de %s - %d.%s" @@ -312,55 +343,55 @@ msgstr "Vintage" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:266 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Inclou el _punter" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:276 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Inclou la _vora de la finestra" -#: ../src/screenshot-interactive-dialog.c:293 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Aplica l'_efecte:" -#: ../src/screenshot-interactive-dialog.c:354 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Captura tota la _pantalla" -#: ../src/screenshot-interactive-dialog.c:368 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Captura la _finestra actual" -#: ../src/screenshot-interactive-dialog.c:380 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "_Seleccioneu una àrea a capturar" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:400 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Captura després d'un _retard de" -#: ../src/screenshot-interactive-dialog.c:469 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Feu una captura de pantalla" -#: ../src/screenshot-interactive-dialog.c:470 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Efectes" -#: ../src/screenshot-interactive-dialog.c:483 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Ajuda" -#: ../src/screenshot-interactive-dialog.c:492 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Fes una _captura de pantalla" -#: ../src/screenshot-interactive-dialog.c:509 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Cancel·la" diff -Nru gnome-screenshot-3.22.0/po/cs.po gnome-screenshot-3.25.0/po/cs.po --- gnome-screenshot-3.22.0/po/cs.po 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/po/cs.po 2017-05-29 12:53:36.000000000 +0000 @@ -16,15 +16,15 @@ # Lucas Lommer , 2009 (just a small fix). # Adrian Guniš , 2008, 2009, 2010. # Jan Turoň , 2011. -# Marek Černocký , 2010 (just a small fixes), 2011, 2012, 2013, 2014, 2015. +# Marek Černocký , 2010 (just a small fixes), 2011, 2012, 2013, 2014, 2015, 2016. # msgid "" msgstr "" "Project-Id-Version: gnome-utils\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-02-03 08:31+0000\n" -"PO-Revision-Date: 2015-02-03 19:38+0100\n" +"POT-Creation-Date: 2016-11-10 18:39+0000\n" +"PO-Revision-Date: 2016-11-12 11:17+0100\n" "Last-Translator: Marek Černocký \n" "Language-Team: čeština \n" "Language: cs\n" @@ -76,7 +76,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -118,11 +118,11 @@ msgid "Save in _folder:" msgstr "Uložit do _složky:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Snímek obrazovky podle specifického nastavení okna (zastaralé)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -130,78 +130,78 @@ "Zachytit pouze aktuální okno, nikoliv celou pracovní plochu. Tento klíč je " "zastaralý a už se nepoužívá." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Zpoždění snímku obrazovky" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Doba čekání v sekundách před zachycením snímku obrazovky." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Složka se snímky obrazovky" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Složka, do které jsou snímky obrazovky ukládány jako výchozí." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Poslední složka pro ukládání" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "Poslední složka, do které byl uložen snímek obrazovky v interaktivním režimu." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Zahrnout rámeček" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Zahrnout do snímku obrazovky rámeček správce oken" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Zahrnout kurzor myši" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Zahrnout do snímku obrazovky kurzor myši" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Zahrnout profil ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Zahrnout do souboru se snímkem obrazovky profil ICC cíle" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Efekt rámečku" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Efekt přidaný k vnější části okraje. Možné hodnoty jsou „shadow“ (stín), " "„none“ (nic) a „border“ (rámeček)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Výchozí přípona souboru" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Výchozí připona podle typu souboru pro snímky obrazovky." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Soubor pojmenovaný „%s“ již existuje v „%s“" #: ../src/screenshot-application.c:152 @@ -263,7 +263,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "sekund" @@ -302,8 +302,7 @@ msgid "" "Conflicting options: --window and --area should not be used at the same " "time.\n" -msgstr "" -"Konfliktní možnosti: --window a --area nelze použít zároveň.\n" +msgstr "Konfliktní možnosti: --window a --area nelze použít zároveň.\n" #: ../src/screenshot-config.c:123 #, c-format @@ -312,7 +311,7 @@ "time.\n" msgstr "Konflikt přepínačů: --area a --delay nelze použít zároveň.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Snímek obrazovky.png" @@ -348,58 +347,59 @@ msgstr "Patina" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Zahrnout _kurzor myši" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Zahrnout _rámeček okna" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Použít _efekt:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Zachytit celou ob_razovku" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Zachytit akt_uální okno" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Vybr_at zachytávanou oblast" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Zachytit po pro_dlevě" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Zachytit snímek obrazovky" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Efekty" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "Nápo_věda" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Zachytit _snímek obrazovky" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Zrušit" #: ../src/screenshot-utils.c:724 msgid "Error loading the help page" msgstr "Chyba při načítání nápovědy" + diff -Nru gnome-screenshot-3.22.0/po/da.po gnome-screenshot-3.25.0/po/da.po --- gnome-screenshot-3.22.0/po/da.po 2016-09-20 05:25:54.000000000 +0000 +++ gnome-screenshot-3.25.0/po/da.po 2017-05-29 12:53:36.000000000 +0000 @@ -21,8 +21,9 @@ msgid "" msgstr "" "Project-Id-Version: gnome-utils\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-26 03:47+0200\n" +"Report-Msgid-Bugs-To: " +"http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screenshot&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2016-11-16 07:59+0000\n" "PO-Revision-Date: 2016-08-26 01:23+0200\n" "Last-Translator: Ask Hjorth Larsen \n" "Language-Team: Danish \n" @@ -74,7 +75,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -184,8 +185,8 @@ #: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Effekt for ydersiden af en ramme. Mulige værdier er \"shadow\", \"none\" og " "\"border\"." @@ -200,7 +201,7 @@ #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Der findes allerede en fil med navnet \"%s\" i \"%s\"" #: ../src/screenshot-application.c:152 @@ -435,3 +436,4 @@ #~ msgid "Error while saving screenshot" #~ msgstr "Fejl under gemning af skærmbillede" + diff -Nru gnome-screenshot-3.22.0/po/de.po gnome-screenshot-3.25.0/po/de.po --- gnome-screenshot-3.22.0/po/de.po 2016-07-31 22:14:38.000000000 +0000 +++ gnome-screenshot-3.25.0/po/de.po 2017-05-29 12:53:36.000000000 +0000 @@ -24,16 +24,16 @@ "Project-Id-Version: gnome-screenshot master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-03-04 08:32+0000\n" -"PO-Revision-Date: 2015-03-04 15:20+0100\n" -"Last-Translator: Wolfgang Stoeggl \n" +"POT-Creation-Date: 2016-11-10 18:39+0000\n" +"PO-Revision-Date: 2016-11-10 14:17-0500\n" +"Last-Translator: Florian Heiser \n" "Language-Team: Deutsch \n" "Language: de\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: Poedit 1.7.4\n" +"X-Generator: Poedit 1.8.8\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 #: ../src/screenshot-application.c:767 @@ -78,7 +78,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -122,11 +122,11 @@ msgid "Save in _folder:" msgstr "Im _Ordner speichern:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Fensterbezogenes Bildschirmfoto (veraltet)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -134,77 +134,77 @@ "Nur das aktuelle Fenster statt der ganzen Arbeitsfläche aufnehmen. Dieser " "Schlüssel ist veraltet und wird nicht mehr verwendet." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Aufnahmeverzögerung" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Anzahl der Sekunden, bis zur Aufnahme des Bildschirmfotos." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Ordner für Bildschirmfotos" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Ordner, in dem Bildschirmfotos standardmäßig abgelegt werden." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Letzter Ordner für Bildschirmfotos" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "Ordner, in dem zuletzt Bildschirmfotos abgelegt wurden." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Rahmen einbeziehen" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Fensterrahmen der Fensterverwaltung mit dem Bildschirmfoto aufnehmen" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Zeiger einbeziehen" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Zeiger mit in das Bildschirmfoto aufnehmen" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "ICC-Profil einbeziehen" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "ICC-Profil mit in das Bildschirmfoto aufnehmen" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Rahmeneffekt" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Effekt, der auf die Außenseite des Fensterrahmens angewendet wird. Mögliche " -"Werte sind »shadow« (Schatten), »none« (kein Effekt) und »border«(Rahmen)." +"Werte sind »shadow« (Schatten), »none« (kein Effekt) und »border« (Rahmen)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Vorgabedateierweiterung" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Vorgabedateierweiterung für Bildschirmfotos" #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Eine Datei mit dem Namen »%s« existiert bereits in »%s«" #: ../src/screenshot-application.c:152 @@ -267,7 +267,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "Sekunden" @@ -319,7 +319,7 @@ "Optionen im Konflikt: »--area« und »--delay« können nicht gleichzeitig " "verwendet werden.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Bildschirmfoto.png" @@ -358,55 +358,55 @@ msgstr "Alterung" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "_Zeiger einbeziehen" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Fenster_rahmen mit aufnehmen" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Effekt an_wenden:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Gesamten _Bildschirm aufnehmen" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Aktuelles _Fenster aufnehmen" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Aufnahmebereich _auswählen" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Bildschirmfoto _verzögert aufnehmen nach" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Bildschirmfoto aufnehmen" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Effekte" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Hilfe" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Bildschirmfoto _aufnehmen" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Abbrechen" diff -Nru gnome-screenshot-3.22.0/po/el.po gnome-screenshot-3.25.0/po/el.po --- gnome-screenshot-3.22.0/po/el.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/el.po 2017-05-29 12:53:36.000000000 +0000 @@ -28,23 +28,23 @@ # Kostas: 14Jan2006 update for 2.14 # Simos Xenitellis , 2010. # Dimitris Spingos (Δημήτρης Σπίγγος) , 2013, 2014. -# Efstathios Iosifidis , 2013, 2015. +# Efstathios Iosifidis , 2013, 2015, 2016. # msgid "" msgstr "" "Project-Id-Version: gnome-utils.gnome-2-26\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-02-21 08:42+0000\n" -"PO-Revision-Date: 2015-02-21 15:26+0200\n" +"POT-Creation-Date: 2016-11-10 18:39+0000\n" +"PO-Revision-Date: 2016-11-15 23:20+0200\n" "Last-Translator: Efstathios Iosifidis \n" -"Language-Team: Greek, Modern (1453-) \n" +"Language-Team: Ελληνικά \n" "Language: el\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: Gtranslator 2.91.6\n" +"X-Generator: Gtranslator 2.91.7\n" "X-Project-Style: gnome\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 @@ -91,13 +91,19 @@ "πρόχειρο του GNOME και να το επικολλήσετε σε άλλες εφαρμογές." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 +#| msgid "" +#| "GNOME Screenshot allows you to take screenshots even when it's not open: " +#| "just press the PrtSc button on your keyboard, and a snapshot of your " +#| "whole screen will be saved to your Pictures folder. Hold Alt while " +#| "pressing PrtSc and you will get a screenshot of only the currently " +#| "selected window." msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." msgstr "" -"Το «Στιγμιότυπο οθόνης» σας επιτρέπει να πάρετε στιγμίοτυπα ακόμα και όταν " +"Το «Στιγμιότυπο οθόνης» σας επιτρέπει να λάβετε στιγμίοτυπα ακόμα και όταν " "δεν είναι ανοιχτό: πατήστε απλά το πλήκτρο PrtSc στο πληκτρολόγιο σας και " "ένα στιγμιότυπο ολόκληρης της οθόνης θα αποθηκευτεί στον φάκελο «Εικόνες». " "Κρατήστε το Alt καθώς πατάτε στο PrtSc και θα δημιουργήσετε ένα στιγμιότυπο " @@ -135,11 +141,11 @@ msgid "Save in _folder:" msgstr "Αποθήκευση σε _φάκελο:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Στιγμιότυπο οθόνης συγκεκριμένου παραθύρου (παρωχημένο)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -147,82 +153,86 @@ "Λήψη μόνο του τρέχοντος παραθύρου αντί ολόκληρης της επιφάνειας εργασίας. " "Αυτό το κλειδί τελεί υπό κατάργηση και δε χρησιμοποιείται πλέον." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Καθυστέρηση λήψης στιγμιότυπου οθόνης" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Ο αριθμός των δευτερολέπτων αναμονής πριν τη λήψη στιγμιότυπου οθόνης." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Κατάλογος στιγμιότυπου οθόνης" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "" "Ο προεπιλεγμένος κατάλογος όπου θα αποθηκεύονται τα στιγμιότυπα οθόνης." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Τελευταίος κατάλογος αποθήκευσης" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "Ο τελευταίος κατάλογος όπου αποθηκεύθηκε ένα στιγμιότυπο οθόνης σε " "διαδραστική κατάσταση." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Να συμπεριλαμβάνεται το περίγραμμα" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "" "Να συμπεριλαμβάνεται το περίγραμμα του διαχειριστή παραθύρων μαζί με το " "στιγμιότυπο οθόνης" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Να συμπεριλαμβάνεται ο δρομέας" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Να συμπεριλαμβάνεται ο δρομέας στο στιγμιότυπο οθόνης" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Να συμπεριλαμβάνεται το προφίλ ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Να συμπεριλαμβάνεται το προφίλ ICC στο αρχείο του στιγμιοτύπου οθόνης" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Εφέ περιγράμματος" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 +#| msgid "" +#| "Effect to add to the outside of a border. Possible values are \"shadow\", " +#| "\"none\", and \"border\"." msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Εφέ για προσθήκη στο εξωτερικό του περιγράμματος. Πιθανές τιμές είναι \"σκιά" "\", \"κανένα\", και \"περίγραμμα\"." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Προεπιλεγμένος τύπος επέκτασης αρχείου" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Ο προεπιλεγμένος τύπος επέκτασης αρχείων για τα στιγμιότυπα." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +#| msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Υπάρχει ήδη ένα αρχείο με όνομα \"%s\" στο \"%s\"" #: ../src/screenshot-application.c:152 @@ -287,7 +297,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "δευτερολέπτων" @@ -347,7 +357,7 @@ "Συγκρουόμενες επιλογές: Τα --area και --delay δεν πρέπει να χρησιμοποιούνται " "την ίδια στιγμή.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Screenshot.png" @@ -355,7 +365,6 @@ #. * with the screenshot if the entire screen is taken #: ../src/screenshot-filename-builder.c:143 #, c-format -#| msgid "Screenshot-from-%s.%s" msgid "Screenshot from %s.%s" msgstr "Στιγμιότυπο από %s.%s" @@ -364,7 +373,6 @@ #. * taken #: ../src/screenshot-filename-builder.c:150 #, c-format -#| msgid "Screenshot-from-%s-%d.%s" msgid "Screenshot from %s - %d.%s" msgstr "Στιγμιότυπο από %s - %d.%s" @@ -385,55 +393,55 @@ msgstr "Ρετρό" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Να συμπεριλαμβάνεται ο _δρομέας" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Να συμπεριλαμβάνεται το περί_γραμμα παραθύρου" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Εφαρμογή _εφέ:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Λήψη όλης της επι_φάνειας εργασίας" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Λήψη του τρέχοντος παρα_θύρου" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Επιλογή _περιοχής για λήψη" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Λήψη μετά από κ_αθυστέρηση" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Λήψη στιγμιότυπου οθόνης" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Εφέ" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Βοήθεια" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Λήψη _στιγμιότυπου οθόνης" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Ακύρωση" diff -Nru gnome-screenshot-3.22.0/po/es.po gnome-screenshot-3.25.0/po/es.po --- gnome-screenshot-3.22.0/po/es.po 2016-07-31 22:14:38.000000000 +0000 +++ gnome-screenshot-3.25.0/po/es.po 2017-05-29 12:53:36.000000000 +0000 @@ -10,17 +10,17 @@ # Pablo Saratxaga 1999. # Manuel de Vega Barreiro 2000-2001. # Jorge González , 2007, 2008, 2009, 2010, 2011. -# Daniel Mustieles , 2011, 2012, 2013, 2014, 2015. +# Daniel Mustieles , 2011, 2012, 2013, 2014, 2015, 2016. # msgid "" msgstr "" "Project-Id-Version: gnome-utils.master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-02-02 08:27+0000\n" -"PO-Revision-Date: 2015-02-02 11:20+0100\n" +"POT-Creation-Date: 2016-11-16 07:59+0000\n" +"PO-Revision-Date: 2016-12-20 16:48+0100\n" "Last-Translator: Daniel Mustieles \n" -"Language-Team: Español; Castellano \n" +"Language-Team: es \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -70,8 +70,14 @@ "de GNOME y pegarla en otras aplicaciones." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 +#| msgid "" +#| "GNOME Screenshot allows you to take screenshots even when it's not open: " +#| "just press the PrtSc button on your keyboard, and a snapshot of your " +#| "whole screen will be saved to your Pictures folder. Hold Alt while " +#| "pressing PrtSc and you will get a screenshot of only the currently " +#| "selected window." msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -114,11 +120,11 @@ msgid "Save in _folder:" msgstr "Guardar en la _carpeta:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Captura específica de ventana (obsoleto)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -126,74 +132,77 @@ "Capturar sólo la ventana actual en lugar del escritorio entero. Esta clave " "está obsoleta y no se usará más." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Retardo de la captura" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "El número de segundos que esperar antes de obtener la captura." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Carpeta de capturas" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "" "La carpeta en la que se guardarán las capturas de manera predeterminada." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Carpeta de la última captura" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "La carpeta donde se guardó la última captura en modo interactivo." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Incluir borde" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "" "Incluir el borde del gestor de ventanas junto con la captura de pantalla" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Incluir puntero" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Incluir el puntero en la captura de pantalla" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Incluir perfil ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "" "Incluir el perfil ICC del objetivo en el archivo de captura de pantalla" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Efecto del borde" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 +#| msgid "" +#| "Effect to add to the outside of a border. Possible values are \"shadow\", " +#| "\"none\", and \"border\"." msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"Efecto para añadir al contorno exterior de un borde. Los valores posibles " -"son \"shadow\", \"none\", y \"border\"." +"Efecto que añadir al contorno exterior de un borde. Los valores posibles son " +"«shadow», «none», y «border»." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Extensión del tipo de archivo predeterminado" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "" "La extensión del tipo de archivo predeterminado para las capturas de " @@ -201,7 +210,8 @@ #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +#| msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Ya existe un archivo llamado «%s» en «%s»" #: ../src/screenshot-application.c:152 @@ -262,7 +272,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "segundos" @@ -310,7 +320,7 @@ msgstr "" "Opciones con conflictos: ---area y --delay no se deben usar a la vez.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Captura.png" @@ -318,7 +328,6 @@ #. * with the screenshot if the entire screen is taken #: ../src/screenshot-filename-builder.c:143 #, c-format -#| msgid "Screenshot-from-%s.%s" msgid "Screenshot from %s.%s" msgstr "Captura de pantalla de %s.%s" @@ -327,7 +336,6 @@ #. * taken #: ../src/screenshot-filename-builder.c:150 #, c-format -#| msgid "Screenshot-from-%s-%d.%s" msgid "Screenshot from %s - %d.%s" msgstr "Captura de pantalla de %s - %d.%s" @@ -348,55 +356,55 @@ msgstr "Antiguo" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Incluir _puntero" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Incluir el _borde de ventana" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Aplicar _efecto:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Capturar todo el esc_ritorio" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Capturar la _ventana actual" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Seleccionar áre_a que capturar" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Capturar con un _retraso de" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Capturar pantalla" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Efectos" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "A_yuda" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Cap_turar pantalla" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Cancelar" diff -Nru gnome-screenshot-3.22.0/po/eu.po gnome-screenshot-3.25.0/po/eu.po --- gnome-screenshot-3.22.0/po/eu.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/eu.po 2017-05-29 12:53:36.000000000 +0000 @@ -2,26 +2,26 @@ # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is distributed under the same license as the baobab package. # +# # Mikel Olasagasti , 2005. # Iñaki Larrañaga Murgoitio , 2005, 2006, 2007, 2008, 2009, 2010, 2011. -# Iñaki Larrañaga Murgoitio , 2012, 2013, 2014, 2015. +# Iñaki Larrañaga Murgoitio , 2012, 2013, 2014, 2015, 2017. # Julen Ruiz Aizpuru , 2011. -# msgid "" msgstr "" "Project-Id-Version: gnome-screenshot master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-03-21 13:04+0100\n" -"PO-Revision-Date: 2015-03-21 13:05+0100\n" +"POT-Creation-Date: 2016-11-10 18:39+0000\n" +"PO-Revision-Date: 2017-02-20 18:31+0100\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" -"Language-Team: Basque \n" +"Language-Team: Basque \n" "Language: eu\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.4\n" +"X-Generator: Lokalize 1.5\n" "X-Project-Style: gnome\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 @@ -65,8 +65,14 @@ "arbelean kopia dezakezu, beste edozer aplikaziotan itsasteko. " #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 +#| msgid "" +#| "GNOME Screenshot allows you to take screenshots even when it's not open: " +#| "just press the PrtSc button on your keyboard, and a snapshot of your " +#| "whole screen will be saved to your Pictures folder. Hold Alt while " +#| "pressing PrtSc and you will get a screenshot of only the currently " +#| "selected window." msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -109,11 +115,11 @@ msgid "Save in _folder:" msgstr "Gorde _karpetan:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Leiho zehatz baten pantaila-argazkia (zaharkitua)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -121,79 +127,83 @@ "Kapturatu uneko leihoa soilik, mahaigain osoaren ordez. Gako hau zaharkitua " "dago, eta ez da gehiago erabiliko." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Kapturaren atzerapena" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Pantailaren kaptura egiteko zain egongo den segundo kopurua." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Kapturen direktorioa" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Pantaila-argazkiak lehenetsi gisa gordeko diren direktorioa." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Gordetako azken direktorioa" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "Modu elkarreragilean pantailako argazkiak gorde diren azken direktorioa." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Sartu ertza" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Sartu leiho-kudeatzailearen ertza pantaila-argazkian" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Sartu erakuslea" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Sartu erakuslea pantaila-argazkian" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Sartu ICC profila" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Sartu helburuko ICC profila pantailaren argazkiaren fitxategian" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Ertzaren efektua" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 +#| msgid "" +#| "Effect to add to the outside of a border. Possible values are \"shadow\", " +#| "\"none\", and \"border\"." msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"Ertzaren kanpoaldean gehituko den efektua. Dauden balioak: \"shadow" -"\" (itzala), \"none\" (bat ere ez), eta \"border\" (ertza)." +"Ertzaren kanpoaldean gehituko den efektua. Dauden balioak: “shadow“ " +"(itzala), “none“ (bat ere ez), eta “border“ (ertza)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Fitxategi motaren luzapen lehenetsia" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Pantaila-argazkien fitxategi motaren luzapen lehenetsia." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" -msgstr "\"%s\" izeneko fitxategia badago lehendik '%s' direktorioan" +#| msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" +msgstr "“%s“ izeneko fitxategia badago lehendik “%s“ direktorioan" #: ../src/screenshot-application.c:152 msgid "Overwrite existing file?" @@ -254,7 +264,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "segundo ondoren" @@ -304,7 +314,7 @@ "Gatazkak dituzten aukerak: --area eta --delay ezin dira aldi berean " "erabili.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Pantaila-argazkia.png" @@ -313,7 +323,7 @@ #: ../src/screenshot-filename-builder.c:143 #, c-format msgid "Screenshot from %s.%s" -msgstr "%s.%s(r)en pantaila-argazkia" +msgstr "Pantaila-argazkia_%s.%s" #. translators: this is the name of the file that gets #. * made up with the screenshot if the entire screen is @@ -321,7 +331,7 @@ #: ../src/screenshot-filename-builder.c:150 #, c-format msgid "Screenshot from %s - %d.%s" -msgstr "%s - %d.%s(r)en pantaila-argazkia" +msgstr "Pantaila-argazkia_%s_%d.%s" #: ../src/screenshot-interactive-dialog.c:156 msgid "None" @@ -340,55 +350,55 @@ msgstr "Atzerakoia" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Sartu _erakuslea" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Sartu leihoaren _ertzak" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Aplikatu _efektua:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Kapturatu _mahaigain osoa" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Kapturatu uneko _leihoa" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Hautatu _area kapturatzeko" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Kapturatu _igarotakoan" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Atera pantaila-argazkia" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Efektuak" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Laguntza" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Atera _pantaila-argazkia" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Utzi" diff -Nru gnome-screenshot-3.22.0/po/fi.po gnome-screenshot-3.25.0/po/fi.po --- gnome-screenshot-3.22.0/po/fi.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/fi.po 2017-05-29 12:53:36.000000000 +0000 @@ -13,23 +13,23 @@ # Ilkka Tuohela , 2005-2009. # Timo Jyrinki , 2008. # Tommi Vainikainen , 2009-2011. -# Jiri Grönroos , 2012, 2013, 2014, 2015. +# Jiri Grönroos , 2012, 2013, 2014, 2015, 2016. # msgid "" msgstr "" "Project-Id-Version: gnome-utils\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-03-07 08:32+0000\n" -"PO-Revision-Date: 2015-03-07 14:40+0200\n" +"POT-Creation-Date: 2016-11-10 18:39+0000\n" +"PO-Revision-Date: 2016-12-16 22:07+0200\n" "Last-Translator: Jiri Grönroos \n" -"Language-Team: suomi \n" +"Language-Team: suomi \n" "Language: fi\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: Gtranslator 2.91.6\n" +"X-Generator: Gtranslator 2.91.7\n" "X-POT-Import-Date: 2012-03-05 14:46:16+0000\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 @@ -58,7 +58,6 @@ msgstr "Ota kuvakaappaus nykyisestä ikkunasta" #: ../src/org.gnome.Screenshot.appdata.xml.in.h:1 -#| msgid "Screenshot" msgid "GNOME Screenshot" msgstr "Gnomen kuvakaappaus" @@ -76,8 +75,14 @@ "voi kopioida suoraan leikepöydälle ja siten liittää muihin sovelluksiin." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 +#| msgid "" +#| "GNOME Screenshot allows you to take screenshots even when it's not open: " +#| "just press the PrtSc button on your keyboard, and a snapshot of your " +#| "whole screen will be saved to your Pictures folder. Hold Alt while " +#| "pressing PrtSc and you will get a screenshot of only the currently " +#| "selected window." msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -119,11 +124,11 @@ msgid "Save in _folder:" msgstr "Tallenna _kansioon:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Ikkunakohtainen kuvakaappaus (ei enää käytössä)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -131,80 +136,84 @@ "Kaappaa vain tämänhetkinen ikkuna koko työpöydän sijasta. Tämä avain on " "vanhentunut eikä sitä enää käytetä." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Kuvakaappauksen viive" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Kuinka monta sekuntia odotetaan ennen kuvakaappausta." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Kuvakaappausten hakemisto" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Kansio, johon kuvakaappaukset tallennetaan." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Viimeisin tallennuskansio" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "Viimeisin kansio, johon kuvakaappauksen tallennettiin vuorovaikutteisessa " "tilassa." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Kaappaa myös kehykset" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Kaappaa myös ikkunointiohjelman piirtämät ikkunoiden kehykset kuvaan" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Kaappaa myös osoitin" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Kaappaa myös kohdistin mukaan kuvaan" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Kaappaa myös ICC-profiili" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Kaappaa myös kohteen ICC-profiili mukaan kuvatiedostoon" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Reunatehoste" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 +#| msgid "" +#| "Effect to add to the outside of a border. Possible values are \"shadow\", " +#| "\"none\", and \"border\"." msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Reunojen ulkopuolelle lisättävä tehoste. Mahdollisia arvoja ovat " -"”shadow” (varjo), ”none” (ei mikään) ja ”border” (reunus)." +"”shadow” (varjo), ”none” (ei mitään) ja ”border” (reunus)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Oletuksena käytettävä tiedostotyypin pääte" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Oletuksena käytettävä tiedostotyypin pääte kuvakaappauksille." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" -msgstr "Tiedosto ”%s” on jo olemassa kansiossa ”%s”." +#| msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" +msgstr "Tiedosto ”%s” on jo olemassa kansiossa ”%s”" #: ../src/screenshot-application.c:152 msgid "Overwrite existing file?" @@ -265,7 +274,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "sekuntia" @@ -315,7 +324,7 @@ "Ristiriitaiset valitsimet: valistimia --area ja --delay ei voi käyttääsamaan " "aikaan.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Kuvakaappaus.png" @@ -351,55 +360,55 @@ msgstr "Vintage" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Kaappaa myös _osoitin" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Kaappaa myös ikkunan _kehys" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Toteuta _tehoste:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Kaappaa koko näy_ttö" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Kaappaa nykyinen _ikkuna" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Valitse kaapattava _alue" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Kaappauksen _viive" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Ota kuvakaappaus" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Tehosteet" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Ohje" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Ota _kuvakaappaus" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Peru" diff -Nru gnome-screenshot-3.22.0/po/fr.po gnome-screenshot-3.25.0/po/fr.po --- gnome-screenshot-3.22.0/po/fr.po 2016-07-31 22:14:38.000000000 +0000 +++ gnome-screenshot-3.25.0/po/fr.po 2017-05-29 12:53:36.000000000 +0000 @@ -19,22 +19,23 @@ # Andre Matuch , 2012. # Julien Hardelin , 2012, 2014. # Guillaume Bernard , 2015. +# Charles Monzat , 2017. # msgid "" msgstr "" "Project-Id-Version: gnome-utils HEAD\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-02-25 08:31+0000\n" -"PO-Revision-Date: 2015-02-25 17:17+0100\n" -"Last-Translator: Guillaume Bernard \n" +"POT-Creation-Date: 2017-02-22 20:23+0000\n" +"PO-Revision-Date: 2017-02-23 21:25+0100\n" +"Last-Translator: Charles Monzat \n" "Language-Team: français \n" "Language: fr\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: Gtranslator 2.91.6\n" +"X-Generator: Gtranslator 2.91.7\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 #: ../src/screenshot-application.c:767 @@ -78,8 +79,14 @@ "la coller dans une autre application." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 +#| msgid "" +#| "GNOME Screenshot allows you to take screenshots even when it's not open: " +#| "just press the PrtSc button on your keyboard, and a snapshot of your " +#| "whole screen will be saved to your Pictures folder. Hold Alt while " +#| "pressing PrtSc and you will get a screenshot of only the currently " +#| "selected window." msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -122,11 +129,11 @@ msgid "Save in _folder:" msgstr "Enregistrer dans le _dossier :" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Capture d'écran spécifique à une fenêtre (obsolète)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -134,80 +141,84 @@ "Capturer uniquement la fenêtre actuelle au lieu du bureau complet. Cette clé " "est déconseillée et inutilisée." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Délai avant la capture d'écran" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "L'attente en secondes avant de réaliser la capture d'écran." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Dossier des captures d'écran" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Le répertoire où les captures d'écran seront enregistrées par défaut." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Dernier répertoire d'enregistrement" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "Le dernier répertoire dans lequel une capture écran a été enregistrée en " "mode interactif." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Inclure la bordure" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Inclure la bordure du gestionnaire de fenêtre dans la capture d'écran" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Inclure le pointeur" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Inclure le pointeur dans la capture d'écran" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Inclure le profil ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "" "Inclure le profil ICC de la cible dans le fichier de la capture d'écran" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Effet de bordure" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 +#| msgid "" +#| "Effect to add to the outside of a border. Possible values are \"shadow\", " +#| "\"none\", and \"border\"." msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Effet à ajouter à l'extérieur de la bordure. Les valeurs possibles sont " "« shadow » (ombre), « border » (bordure) et « none » (aucun)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Extension de type de fichier par défaut" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "L'extension de type de fichier par défaut pour les captures d'écran." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +#| msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Un fichier nommé « %s » existe déjà dans « %s »" #: ../src/screenshot-application.c:152 @@ -270,7 +281,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "secondes" @@ -337,7 +348,7 @@ "Ces options sont incompatibles : --area et --delay ne peuvent pas être " "utilisées en même temps.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Capture.png" @@ -356,6 +367,11 @@ msgid "Screenshot from %s - %d.%s" msgstr "Capture du %s - %d.%s" +#. Translators: +#. * these are the names of the effects available which will be +#. * displayed inside a combo box in interactive mode for the user +#. * to chooser. +#. #: ../src/screenshot-interactive-dialog.c:156 msgid "None" msgstr "Aucun" @@ -373,55 +389,55 @@ msgstr "Rétro" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Inclure le _pointeur" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "_Inclure la bordure de la fenêtre" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Appliquer l'_effet :" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Capturer l'ensemble de l'éc_ran" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Capturer la _fenêtre actuelle" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Sélectionner la _zone à capturer" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Capturer _après un délai de" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Capture d'écran" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Effets" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Aide" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Prendre une _capture d'écran" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "A_nnuler" diff -Nru gnome-screenshot-3.22.0/po/fur.po gnome-screenshot-3.25.0/po/fur.po --- gnome-screenshot-3.22.0/po/fur.po 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/po/fur.po 2017-05-29 12:53:36.000000000 +0000 @@ -8,17 +8,18 @@ "Project-Id-Version: gnome-screenshot gnome-3-6\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-04-10 09:22+0000\n" -"PO-Revision-Date: 2016-04-10 19:54+0200\n" +"POT-Creation-Date: 2016-11-10 18:39+0000\n" +"PO-Revision-Date: 2016-11-12 10:40+0100\n" "Last-Translator: Fabio Tomat \n" "Language-Team: Friulian \n" "Language: fur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.5\n" +"X-Generator: Poedit 1.8.8\n" -#: ../src/org.gnome.Screenshot.desktop.in.h:1 ../src/screenshot-application.c:767 +#: ../src/org.gnome.Screenshot.desktop.in.h:1 +#: ../src/screenshot-application.c:767 msgid "Screenshot" msgstr "Cature de schermade" @@ -53,23 +54,23 @@ "applications." msgstr "" "Cature de schermade GNOME al è un sempliç program che al permet di scatâ " -"imagjins dal visôr dal computer. Lis imagjins caturadis a puedin jessi di dut " -"il visôr, une specifiche aplicazion o une aree retangolâr selezionade. Al è " -"pussibil ancje copiâ la schermade apene caturade intes notis e incolâle in " -"altris aplicazions." +"imagjins dal visôr dal computer. Lis imagjins caturadis a puedin jessi di " +"dut il visôr, une specifiche aplicazion o une aree retangolâr selezionade. " +"Al è pussibil ancje copiâ la schermade apene caturade intes notis e incolâle " +"in altris aplicazions." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: just " -"press the PrtSc button on your keyboard, and a snapshot of your whole screen " -"will be saved to your Pictures folder. Hold Alt while pressing PrtSc and you " -"will get a screenshot of only the currently selected window." +"GNOME Screenshot allows you to take screenshots even when it’s not open: " +"just press the PrtSc button on your keyboard, and a snapshot of your whole " +"screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " +"and you will get a screenshot of only the currently selected window." msgstr "" "Cature de schermade GNOME al permet di caturâ imagjins ancje cuant che la " -"aplicazion no je in esecuzion: scliçâ il tast Stamp (o PrtScr) par salvâ une " -"istantanie dal visôr che a vegnarà salvade te cartele Imagjins. Tignî scliçât " -"il tast Alt adun cun Stamp par salvâ une schermade dal barcon atualmentri " -"selezionât." +"aplicazion no je in esecuzion: frache il tast Stamp (o PrtScr) par salvâ une " +"istantanie dal visôr che e vegnarà salvade te cartele Imagjins. Tignint " +"fracât il tast Alt adun cun Stamp tu varâs une schermade nome dal barcon " +"atualmentri selezionât." #: ../src/screenshot-app-menu.ui.h:1 msgid "Help" @@ -103,94 +104,94 @@ msgid "Save in _folder:" msgstr "Salve inte _cartele:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Cature di schermade di un barcon specific (deprecade)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" -"Grab just the current window, rather than the whole desktop. This key has been " -"deprecated and it is no longer in use." +"Grab just the current window, rather than the whole desktop. This key has " +"been deprecated and it is no longer in use." msgstr "" -"Cjol juste il barcon atuâl, invezit di dute le scrivanie. Cheste funzion a je " -"stade deprecade e a no je plui doprade." +"Cjol juste il barcon atuâl, invezit di dute le scrivanie. Cheste funzion a " +"je stade deprecade e a no je plui doprade." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Ritart cature" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "" "Il numar di seconts di spietâ prime che a vegni fate une cature de schermade." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Cartele des caturis di schermade" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "" "Le cartele predefinide dulà che lis caturis di schermade a vegnaran salvâdis." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "L'ultime cartele doprade par salvâ" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "Le ultime cartele doprade par salvâ une cature de schermade cun le modalitât " "interative." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Inclût l'orladure" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Inclût la orladure dal window manager te cature de schermade" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Inclût il cursôr" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Inclût il cursôr dal mouse te cature de schermade" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Inclût il profîl ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Inclût il profîl ICC dal obietîf tal file de cature de schermade" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Efiet da l'orladure" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", \"none" -"\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"Efiet di zontâ difûr de orladure. I valôrs pussibii a son \"shadow\", \"none\", " -"e \"border\"." +"Efiet di zontâ difûr de orladure. I valôrs pussibii a son “shadow”, “none” e " +"“border”." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Estension file predefinide" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "La estension predefinide dai file par lis caturis des schermadis." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" -msgstr "Un file clamât \"%s\" al esist za in \"%s\"" +msgid "A file named “%s” already exists in “%s”" +msgstr "Un file clamât “%s” al esist za in “%s”" #: ../src/screenshot-application.c:152 msgid "Overwrite existing file?" @@ -250,7 +251,8 @@ #. translators: this is the last part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-application.c:637 ../src/screenshot-interactive-dialog.c:414 +#: ../src/screenshot-application.c:637 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "seconts" @@ -285,20 +287,22 @@ #: ../src/screenshot-config.c:116 #, c-format msgid "" -"Conflicting options: --window and --area should not be used at the same time.\n" +"Conflicting options: --window and --area should not be used at the same " +"time.\n" msgstr "" -"Opzions in conflit: --window e --area no varessin di sedi dopradis tal istès " -"timp.\n" +"Opzions in conflit: --window e --area no varessin di jessi dopradis tal " +"istès timp.\n" #: ../src/screenshot-config.c:123 #, c-format msgid "" -"Conflicting options: --area and --delay should not be used at the same time.\n" +"Conflicting options: --area and --delay should not be used at the same " +"time.\n" msgstr "" -"Opzions in conflit: --area e --delay no varessin di sedi dopradis tal istès " +"Opzions in conflit: --area e --delay no varessin di jessi dopradis tal istès " "timp.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Screenshot.png" diff -Nru gnome-screenshot-3.22.0/po/gd.po gnome-screenshot-3.25.0/po/gd.po --- gnome-screenshot-3.22.0/po/gd.po 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/po/gd.po 2017-05-29 12:53:36.000000000 +0000 @@ -3,14 +3,14 @@ # This file is distributed under the same license as the gnome-screenshot package. # FIRST AUTHOR , 2013. # alasdair caimbeul , 2013. -# GunChleoc , 2014, 2016. +# GunChleoc , 2014, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: gnome-screenshot\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" -"screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-03-08 10:04+0000\n" -"PO-Revision-Date: 2016-03-08 19:49+0100\n" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product" +"=gnome-screenshot&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2017-02-22 20:27+0000\n" +"PO-Revision-Date: 2017-03-07 09:19+0100\n" "Last-Translator: GunChleoc \n" "Language-Team: Fòram na Gàidhlig\n" "Language: gd\n" @@ -47,7 +47,6 @@ msgstr "Tog glacadh-sgrìn dhen uinneag làithreach" #: ../src/org.gnome.Screenshot.appdata.xml.in.h:1 -#| msgid "Screenshot" msgid "GNOME Screenshot" msgstr "Glacadh-sgrìn GNOME" @@ -62,8 +61,8 @@ "'S e goireas simplidh a th' ann an glacadh-sgrìn GNOME a leigeas leat " "dealbhan a thogail de sgrìn a' choimpiutair agad. Togaidh tu glacadh-sgrìn " "dhen sgrìn air fad, de dh'aplacaid shònraichte no de raon ceart-cheàrnach a " -"thagh thu. 'S urrainn dhut lethbhreac dhen ghlacadh-sgrìn a chur ann an " -"stòr-bhòrd GNOME sa bhad 's a chur ann an aplacaidean eile." +"thagh thu. 'S urrainn dhut lethbhreac dhen ghlacadh-sgrìn a chur ann an stòr-" +"bhòrd GNOME sa bhad 's a chur ann an aplacaidean eile." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" @@ -110,12 +109,12 @@ msgid "Save in _folder:" msgstr "Sàbhail sa _phasgan:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "" "Glacadh-sgrìn a tha gu sònraichte do dh'uinneag (cha mholar seo tuilleadh)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -124,63 +123,63 @@ "cleachdadh na h-iuchrach seo tuilleadh is chan eilear 'ga chleachdadh " "tuilleadh." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "An dàil air a' ghlacadh-sgrìn" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "" "Uiread a dhiogan a nithear feitheamh mus dèid an glacadh-sgrìn a dhèanamh." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Pasgan nan glacaidhean-sgrìn" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Am pasgan san dèid na glacaidhean-sgrìn a shàbhaladh a ghnàth." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Am pasgan sàbhalaidh mu dheireadh" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "Am pasgan mu dheireadh a chaidh glacadh-sgrìn a shàbhaladh ann nuair a bha " "thu sa mhodh eadar-ghnìomhach." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Gabh a-steach an t-iomall" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Gabh a-steach iomall manaidsear na h-uinneige sa ghlacadh-sgrìn" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Gabh a-steach an tomhaire" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Gabh a-steach an tomhaire sa ghlacadh-sgrìn" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Gabh a-steach a' phròifil ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "" "Gabh a-steach pròifil ICC na targaide ann am faidhle a' ghlacaidh-sgrìn" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Èifeachd an iomaill" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" "Effect to add to the outside of a border. Possible values are \"shadow\", " "\"none\", and \"border\"." @@ -188,11 +187,11 @@ "An èifeachd a thèid a chur ri taobh a-muigh an iomaill. Tha \"shadow\", " "\"none\" agus \"border\" 'nan luachan ceadaichte." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Leudachan bunaiteach an t-seòrsa faidhle " -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Leudachan bunaiteach an t-seòrsa faidhle airson glacaidhean-sgrìn." @@ -315,7 +314,7 @@ "Roghainnean ann an còmhstri: Cha bu chòir dhut --area agus --delay a " "chleachdadh aig an aon àm.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Glacadh-sgrìn.png" @@ -324,7 +323,7 @@ #: ../src/screenshot-filename-builder.c:143 #, c-format msgid "Screenshot from %s.%s" -msgstr "Glacadh-sgrìn de %s.%s" +msgstr "Glacadh-sgrìn o %s.%s" #. translators: this is the name of the file that gets #. * made up with the screenshot if the entire screen is @@ -332,7 +331,7 @@ #: ../src/screenshot-filename-builder.c:150 #, c-format msgid "Screenshot from %s - %d.%s" -msgstr "Glacadh-sgrìn de %s - %d.%s" +msgstr "Glacadh-sgrìn o %s - %d.%s" #: ../src/screenshot-interactive-dialog.c:156 msgid "None" diff -Nru gnome-screenshot-3.22.0/po/gl.po gnome-screenshot-3.25.0/po/gl.po --- gnome-screenshot-3.22.0/po/gl.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/gl.po 2017-05-29 12:53:36.000000000 +0000 @@ -13,22 +13,23 @@ # Antón Méixome , 2009. # Fran Diéguez , 2009, 2010, 2011, 2012. # Leandro Regueiro , 2012. -# Fran Dieguez , 2012, 2013, 2014, 2015. +# Fran Dieguez , 2012, 2013, 2014, 2015, 2017. # msgid "" msgstr "" "Project-Id-Version: gnome-utils-master-po-gl-14799\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-03 01:23+0100\n" -"PO-Revision-Date: 2015-03-03 01:26+0100\n" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"screenshot&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2017-02-23 22:57+0000\n" +"PO-Revision-Date: 2017-03-11 03:38+0100\n" "Last-Translator: Fran Dieguez \n" -"Language-Team: Galician <>\n" +"Language-Team: Galician \n" "Language: gl\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: Gtranslator 2.91.6\n" +"X-Generator: Gtranslator 2.91.7\n" "X-Project-Style: gnome\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 @@ -73,8 +74,14 @@ "pegalo noutros aplicativos." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 +#| msgid "" +#| "GNOME Screenshot allows you to take screenshots even when it's not open: " +#| "just press the PrtSc button on your keyboard, and a snapshot of your " +#| "whole screen will be saved to your Pictures folder. Hold Alt while " +#| "pressing PrtSc and you will get a screenshot of only the currently " +#| "selected window." msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -117,11 +124,11 @@ msgid "Save in _folder:" msgstr "Gardar no carta_fol:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Captura de pantalla dunha xanela específica (obsoleto)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -129,82 +136,86 @@ "Capturar só a xanela actual en vez de todo o escritorio. Esta chave está " "obsoleta, xa non se usa." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Atraso da captura de pantalla" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "" "Número de segundos que hai que esperar antes de facer unha captura de " "pantalla." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Cartafol de capturas de pantalla" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "" "O cartafol onde se gardarán as capturas de pantalla de maneira " "predeterminada." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Cartafol da última captura" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "O cartafol onde se gardou a última captura en modo interactivo." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Incluír bordo" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Incluír o bordo do xestor de xanelas xunto coa captura de pantalla" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Incluír o punteiro" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Incluír o punteiro na captura de pantalla" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Incluír perfíl ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Incluír o perfíl ICC do destino no ficheiro de captura de pantalla" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Efecto do bordo" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 +#| msgid "" +#| "Effect to add to the outside of a border. Possible values are \"shadow\", " +#| "\"none\", and \"border\"." msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Efecto para engadir ao contorno exterior dun bordo. Os valores posíbeis son " -"«shadow» (sombra), «none» (ningún) e «border»º (bordo)." +"«shadow» (sombra), «none» (ningún) e «border» (bordo)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Extensión do tipo de ficheiro predeterminado" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "" "A extensión do tipo de ficheiro predeterminado para as capturas de pantalla." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +#| msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Xa existe un ficheiro chamado «%s» en «%s»" #: ../src/screenshot-application.c:152 @@ -268,7 +279,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "segundos" @@ -327,7 +338,7 @@ msgstr "" "Opcións en conflito: --area e --delay non se deberían usar ao mesmo tempo.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Captura-de-pantalla.png" @@ -346,6 +357,11 @@ msgid "Screenshot from %s - %d.%s" msgstr "Captura de pantalla de %s - %d.%s.png" +#. Translators: +#. * these are the names of the effects available which will be +#. * displayed inside a combo box in interactive mode for the user +#. * to chooser. +#. #: ../src/screenshot-interactive-dialog.c:156 msgid "None" msgstr "Ningún" @@ -363,55 +379,55 @@ msgstr "Antigo" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Incluír p_unteiro" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Incluír o _bordo da xanela" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Aplicar _efecto:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Captu_rar toda a pantalla" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Capturar a _xanela actual" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Seleccione _área a capturar" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Capturar despois dun _atraso de" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Facer unha captura de pantalla" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Efectos" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Axuda" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Facer unha _captura de pantalla" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Cancelar" diff -Nru gnome-screenshot-3.22.0/po/hr.po gnome-screenshot-3.25.0/po/hr.po --- gnome-screenshot-3.22.0/po/hr.po 2014-11-22 01:32:45.000000000 +0000 +++ gnome-screenshot-3.25.0/po/hr.po 2017-05-29 12:53:36.000000000 +0000 @@ -4,305 +4,398 @@ msgid "" msgstr "" "Project-Id-Version: gnome-utils 0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-10-06 14:33-0400\n" -"PO-Revision-Date: 2008-04-15 00:46+0000\n" -"Last-Translator: Launchpad Translations Administrators \n" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"screenshot&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2017-02-23 22:57+0000\n" +"PO-Revision-Date: 2017-03-15 20:51+0100\n" +"Last-Translator: gogo \n" "Language-Team: Croatian \n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2008-05-27 22:39+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#: ../src/gnome-screenshot.c:143 -#, fuzzy -msgid "Error while saving screenshot" -msgstr "Nepoznata greška prilikom spremanja prikaza zaslona na disk" +"X-Launchpad-Export-Date: 2016-09-22 11:30+0000\n" +"X-Generator: Poedit 1.8.7.1\n" -#: ../src/gnome-screenshot.c:147 -#, c-format -msgid "" -"Impossible to save the screenshot to %s.\n" -" Error was %s.\n" -" Please choose another location and retry." -msgstr "" +#: ../src/org.gnome.Screenshot.desktop.in.h:1 +#: ../src/screenshot-application.c:767 +msgid "Screenshot" +msgstr "Slika zaslona" -#: ../src/gnome-screenshot.c:336 -#, fuzzy -msgid "Screenshot taken" -msgstr "Direktorij prikaza zaslona" +#: ../src/org.gnome.Screenshot.desktop.in.h:2 +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:2 +#: ../src/screenshot-application.c:768 +msgid "Save images of your screen or individual windows" +msgstr "Spremite slike vašeg zaslona ili određenih prozora" + +#: ../src/org.gnome.Screenshot.desktop.in.h:3 +msgid "snapshot;capture;print;screenshot;" +msgstr "snimak;snimi;ispiši;slika zaslona;" + +#: ../src/org.gnome.Screenshot.desktop.in.h:4 +msgid "Take a Screenshot of the Whole Screen" +msgstr "Uslikajte cijeli zaslon" + +#: ../src/org.gnome.Screenshot.desktop.in.h:5 +msgid "Take a Screenshot of the Current Window" +msgstr "Uslikajte trenutni prozor" + +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:1 +msgid "GNOME Screenshot" +msgstr "GNOME Slika zaslona" -#: ../src/gnome-screenshot.c:495 -msgid "Unable to take a screenshot of the current window" -msgstr "" +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:3 +msgid "" +"GNOME Screenshot is a simple utility that lets you take pictures of your " +"computer screen. Screenshots can be of your whole screen, any specific " +"application, or a selected rectangular area. You can also copy the captured " +"screenshot directly into the GNOME clipboard and paste it into other " +"applications." +msgstr "" +"GNOME Slika zaslona je jednostavan alat koji vam omogućuje uslikavanje " +"zaslona vašeg računala. Uslikati možete cijeli zaslon, određenu apliakciju " +"ili odabrano područje zaslona. Možete i kopirati sliku zaslona izravno u " +"GNOME međuspremnik i zalijepiti ju u neku drugu aplikaciju." -#: ../src/gnome-screenshot.c:662 -msgid "Send the grab directly to the clipboard" -msgstr "" +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 +msgid "" +"GNOME Screenshot allows you to take screenshots even when it’s not open: " +"just press the PrtSc button on your keyboard, and a snapshot of your whole " +"screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " +"and you will get a screenshot of only the currently selected window." +msgstr "" +"GNOME Slika zaslona omogućuje vam uslikavanje čak i ako nije otvoren. " +"Jednostavno pritisnite PrtSc tipku na vašoj tipkovnici i snimak vašeg " +"cijelog zaslona će bit spremljen u vašu mapu Slika. Držite pritisnutim Alt " +"dok pritiskate PrtSc i dobiti ćete snimku trenutno odabranog prozora." + +#: ../src/screenshot-app-menu.ui.h:1 +msgid "Help" +msgstr "Pomoć" + +#: ../src/screenshot-app-menu.ui.h:2 +msgid "About" +msgstr "O programu" + +#: ../src/screenshot-app-menu.ui.h:3 +msgid "Quit" +msgstr "Zatvori" -#: ../src/gnome-screenshot.c:663 -msgid "Grab a window instead of the entire screen" -msgstr "Snimi prozor umjesto cijelog zaslona" +#: ../src/screenshot-dialog.ui.h:1 +msgid "Save Screenshot" +msgstr "Spremi sliku zaslona" -#: ../src/gnome-screenshot.c:664 -#, fuzzy -msgid "Grab an area of the screen instead of the entire screen" -msgstr "Snimi prozor umjesto cijelog zaslona" +#: ../src/screenshot-dialog.ui.h:2 +msgid "C_opy to Clipboard" +msgstr "K_opiraj u međuspremnik" -#: ../src/gnome-screenshot.c:665 -msgid "Include the window border with the screenshot" -msgstr "Uključi okvir prozora u prikaz zaslona" +#: ../src/screenshot-dialog.ui.h:3 +msgid "_Save" +msgstr "_Spremi" -#: ../src/gnome-screenshot.c:666 -#, fuzzy -msgid "Remove the window border from the screenshot" -msgstr "Uključi okvir prozora u prikaz zaslona" +#: ../src/screenshot-dialog.ui.h:4 +msgid "_Name:" +msgstr "_Naziv:" -#: ../src/gnome-screenshot.c:667 -msgid "Take screenshot after specified delay [in seconds]" -msgstr "Snimi prikaz zaslona nakon određene odgode [u sekundama]" +#: ../src/screenshot-dialog.ui.h:5 +msgid "Save in _folder:" +msgstr "Spremi u _mapu:" -#. translators: this is the last part of the "grab after a -#. * delay of seconds". -#. -#: ../src/gnome-screenshot.c:667 ../src/screenshot-interactive-dialog.c:423 -msgid "seconds" -msgstr "sekundi/e" +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 +msgid "Window-specific screenshot (deprecated)" +msgstr "Slika određenog prozora (zastarjelo)" -#: ../src/gnome-screenshot.c:668 -msgid "Effect to add to the border (shadow, border or none)" +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 +msgid "" +"Grab just the current window, rather than the whole desktop. This key has " +"been deprecated and it is no longer in use." msgstr "" +"Uslikaj samo trenutni prozor, a ne cijelu radnu površinu. Ova tipka je " +"zastarjela te se više ne koristi." -#: ../src/gnome-screenshot.c:668 -msgid "effect" -msgstr "efekt" +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 +msgid "Screenshot delay" +msgstr "Odgoda uslikavanja" -#: ../src/gnome-screenshot.c:669 -msgid "Interactively set options" -msgstr "" +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 +msgid "The number of seconds to wait before taking the screenshot." +msgstr "Broj sekundi koji će se čekati prije uslikavanja." -#: ../src/gnome-screenshot.c:680 -msgid "Take a picture of the screen" -msgstr "Snimi sliku zaslona" +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 +msgid "Screenshot directory" +msgstr "Direktorij slika zaslona" -#: ../src/gnome-screenshot.desktop.in.h:1 -msgid "Save images of your desktop or individual windows" -msgstr "" +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 +msgid "The directory where the screenshots will be saved by default." +msgstr "Uobičajeni direktorij za spremanje slika zaslona i prozora." -#: ../src/gnome-screenshot.desktop.in.h:2 -#, fuzzy -msgid "Screenshot" -msgstr "Prikaz_zaslona.png" +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 +msgid "Last save directory" +msgstr "Posljednji direktorij spremanja" -#: ../src/gnome-screenshot.desktop.in.h:3 -#, fuzzy -msgid "Take a screenshot of the current window" -msgstr "Snimi sliku zaslona" - -#: ../src/gnome-screenshot.desktop.in.h:4 -#, fuzzy -msgid "Take a screenshot of the whole screen" -msgstr "Snimi sliku zaslona" - -#: ../src/gnome-screenshot.ui.h:1 -msgid "*" -msgstr "*" +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 +msgid "The last directory a screenshot was saved in interactive mode." +msgstr "Posljednji direktorij gdje je spremljena slika u interaktivnom načinu." -#: ../src/gnome-screenshot.ui.h:2 -msgid "C_opy to Clipboard" -msgstr "" +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 +msgid "Include Border" +msgstr "Uključi rub" -#: ../src/gnome-screenshot.ui.h:3 -msgid "Save Screenshot" -msgstr "Spremi prikaz zaslona" +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 +msgid "Include the window manager border along with the screenshot" +msgstr "Uključi rub upravitelja prozorima zajedno s prikazom zaslona" -#: ../src/gnome-screenshot.ui.h:4 -msgid "Save in _folder:" -msgstr "Spremi u _mapu:" +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 +msgid "Include Pointer" +msgstr "Vidljiv pokazivač miša" -#: ../src/gnome-screenshot.ui.h:5 -msgid "_Name:" -msgstr "_Ime" +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 +msgid "Include the pointer in the screenshot" +msgstr "Uključi pokazivač u slici" + +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 +msgid "Include ICC Profile" +msgstr "Uključi ICC profil" + +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 +msgid "Include the ICC profile of the target in the screenshot file" +msgstr "Uključi ICC profil mete u datoteci slike" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Efekt okvira" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" +"Efekt koji će se dodati vanjskom rubu. Moguće vrijednosti su “shadow”, " +"“none”, i “border”." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 -#, fuzzy -msgid "" -"Grab just the current window, rather than the whole desktop. This key has " -"been deprecated and it is no longer in use." +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 +msgid "Default file type extension" +msgstr "Zadana vrsta datoteke" + +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 +msgid "The default file type extension for screenshots." +msgstr "Zadana vrsta datoteke za slike zaslona." + +#: ../src/screenshot-application.c:145 +#, c-format +msgid "A file named “%s” already exists in “%s”" +msgstr "Datoteka naziva \"%s\" već postoji u \"%s\"" + +#: ../src/screenshot-application.c:152 +msgid "Overwrite existing file?" +msgstr "Prepisati preko postojeće datoteke?" + +#: ../src/screenshot-application.c:174 ../src/screenshot-application.c:183 +#: ../src/screenshot-application.c:463 ../src/screenshot-application.c:467 +#: ../src/screenshot-application.c:507 ../src/screenshot-application.c:510 +msgid "Unable to capture a screenshot" +msgstr "Nemoguće uslikati" + +#: ../src/screenshot-application.c:175 +msgid "Error creating file. Please choose another location and retry." msgstr "" -"Broj porta koji će se koristiti. Uobičajeni port je 2628. Ovaj ključ je " -"neodobravan i nije više u upotrebi." +"Greška pri stvaranju datoteke. Odaberite drugu lokaciju i pokušajte ponovno." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 -msgid "Include Border" -msgstr "Uključi okvir" +#: ../src/screenshot-application.c:464 +msgid "Error creating file" +msgstr "Greška pri stvaranju datoteke" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 -#, fuzzy -msgid "Include ICC Profile" -msgstr "Uključi okvir" +#: ../src/screenshot-application.c:475 ../src/screenshot-application.c:543 +msgid "Screenshot taken" +msgstr "Slika zaslona uslikana" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 -#, fuzzy -msgid "Include Pointer" -msgstr "Uključi okvir" +#: ../src/screenshot-application.c:508 +msgid "All possible methods failed" +msgstr "Nije uspio nijedan način" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 -#, fuzzy -msgid "Include the ICC profile of the target in the screenshot file" -msgstr "Uključi okvir prozora u prikaz zaslona" +#: ../src/screenshot-application.c:631 +msgid "Send the grab directly to the clipboard" +msgstr "Pošalji uslikano područje izravno u međuspremnik" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 -#, fuzzy -msgid "Include the pointer in the screenshot" -msgstr "Uključi okvir prozora u prikaz zaslona" +#: ../src/screenshot-application.c:632 +msgid "Grab a window instead of the entire screen" +msgstr "Uslikaj prozor umjesto cijelog zaslona" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 -msgid "Include the window manager border along with the screenshot" -msgstr "Uključi okvir upravitelja prozorima zajedno sa prikazom zaslona" +#: ../src/screenshot-application.c:633 +msgid "Grab an area of the screen instead of the entire screen" +msgstr "Uslikaj određeno područje zaslona umjesto cijelog zaslona" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 -#, fuzzy -msgid "Screenshot delay" -msgstr "Direktorij prikaza zaslona" +#: ../src/screenshot-application.c:634 +msgid "Include the window border with the screenshot" +msgstr "Uključi rub prozora u slici zaslona" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 -msgid "Screenshot directory" -msgstr "Direktorij prikaza zaslona" +#: ../src/screenshot-application.c:635 +msgid "Remove the window border from the screenshot" +msgstr "Ukloni rub prozora sa slike prozora" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 -msgid "The directory the last screenshot was saved in." -msgstr "Direktorij gdje je zadnji prikaz zaslona bio spremljen." +#: ../src/screenshot-application.c:636 +msgid "Include the pointer with the screenshot" +msgstr "Uključi pokazivač miša u slici zaslona" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 -msgid "The number of seconds to wait before taking the screenshot." -msgstr "" +#: ../src/screenshot-application.c:637 +msgid "Take screenshot after specified delay [in seconds]" +msgstr "Uslikaj sliku zaslona nakon određene odgode [u sekundama]" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 -msgid "Window-specific screenshot (deprecated)" -msgstr "" +#. translators: this is the last part of the "grab after a +#. * delay of seconds". +#. +#: ../src/screenshot-application.c:637 +#: ../src/screenshot-interactive-dialog.c:414 +msgid "seconds" +msgstr "sekunda" + +#: ../src/screenshot-application.c:638 +msgid "Effect to add to the border (shadow, border, vintage or none)" +msgstr "Efekti za dodavanje na rubove sjenka, rub, prastaro ili ništa)" + +#: ../src/screenshot-application.c:638 +msgid "effect" +msgstr "efekt" + +#: ../src/screenshot-application.c:639 +msgid "Interactively set options" +msgstr "Interaktivno postavi mogućnosti" -#: ../src/screenshot-config.c:78 +#: ../src/screenshot-application.c:640 +msgid "Save screenshot directly to this file" +msgstr "Spremi slike zaslona izravno u ovu datoteku" + +#: ../src/screenshot-application.c:640 +msgid "filename" +msgstr "naziv datoteke" + +#: ../src/screenshot-application.c:641 +msgid "Print version information and exit" +msgstr "Ispiši podatke o inačici i izađi" + +#: ../src/screenshot-application.c:770 +msgid "translator-credits" +msgstr "" +"Launchpad Contributions:\n" +" Launchpad Translations Administrators https://launchpad.net/~rosetta\n" +" Miroslav Matejaš https://launchpad.net/~silverspace+amd64\n" +" antisa https://launchpad.net/~antisa\n" +" gogo https://launchpad.net/~trebelnik-stefina" + +#: ../src/screenshot-config.c:116 #, c-format msgid "" "Conflicting options: --window and --area should not be used at the same " "time.\n" msgstr "" +"Mogućnosti su u sukobu: --window i --area se ne bi trebale upotrebljavati " +"istodobno.\n" -#: ../src/screenshot-config.c:85 +#: ../src/screenshot-config.c:123 #, c-format msgid "" "Conflicting options: --area and --delay should not be used at the same " "time.\n" msgstr "" +"Mogućnosti su u sukobu: --window i --delay se ne bi trebale upotrebljavati " +"istodobno.\n" -#: ../src/screenshot-dialog.c:193 -#, fuzzy -msgid "" -"UI definition file for the screenshot program is missing.\n" -"Please check your installation of gnome-utils" -msgstr "" -"Nedostaje glade datoteka za program prikaza zaslona.\n" -"Molimo provjerite gnome-utils instalaciju" - -#: ../src/screenshot-dialog.c:214 -msgid "Select a folder" -msgstr "" - -#: ../src/screenshot-dialog.c:323 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" -msgstr "Prikaz_zaslona.png" +msgstr "Slika zaslona.png" #. translators: this is the name of the file that gets made up #. * with the screenshot if the entire screen is taken -#: ../src/screenshot-filename-builder.c:119 -#, fuzzy, c-format -msgid "Screenshot at %s.png" -msgstr "Prikaz_zaslona-%s.png" +#: ../src/screenshot-filename-builder.c:143 +#, c-format +msgid "Screenshot from %s.%s" +msgstr "Slika zaslona %s.%s" #. translators: this is the name of the file that gets #. * made up with the screenshot if the entire screen is #. * taken -#: ../src/screenshot-filename-builder.c:126 -#, fuzzy, c-format -msgid "Screenshot at %s - %d.png" -msgstr "Prikaz_zaslona-%s-%d.png" +#: ../src/screenshot-filename-builder.c:150 +#, c-format +msgid "Screenshot from %s - %d.%s" +msgstr "Slika zaslona %s - %d.%s" -#: ../src/screenshot-interactive-dialog.c:165 +#. Translators: +#. * these are the names of the effects available which will be +#. * displayed inside a combo box in interactive mode for the user +#. * to chooser. +#. +#: ../src/screenshot-interactive-dialog.c:156 msgid "None" -msgstr "" +msgstr "Ništa" -#: ../src/screenshot-interactive-dialog.c:166 +#: ../src/screenshot-interactive-dialog.c:157 msgid "Drop shadow" -msgstr "" +msgstr "Prikaži sjenku" -#: ../src/screenshot-interactive-dialog.c:167 +#: ../src/screenshot-interactive-dialog.c:158 msgid "Border" -msgstr "" +msgstr "Rub" + +#: ../src/screenshot-interactive-dialog.c:159 +msgid "Vintage" +msgstr "Prastaro" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:271 -#, fuzzy +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" -msgstr "Uključi okvir" +msgstr "Vidljiv _pokazivač miša" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:281 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" -msgstr "" +msgstr "Vidljiv rub _prozora" -#: ../src/screenshot-interactive-dialog.c:298 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" -msgstr "" +msgstr "Primijeni _efekt:" -#: ../src/screenshot-interactive-dialog.c:360 -msgid "Grab the whole _desktop" -msgstr "" +#: ../src/screenshot-interactive-dialog.c:347 +msgid "Grab the whole sc_reen" +msgstr "Uslikaj cijeli za_slon" -#: ../src/screenshot-interactive-dialog.c:374 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" -msgstr "" +msgstr "Uslikaj trenutni _prozor" -#: ../src/screenshot-interactive-dialog.c:386 -#, fuzzy +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" -msgstr "Prikaži više opcija" +msgstr "Uslikaj odabrano _područje zaslona" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:403 -msgid "Grab _after a delay of" -msgstr "" +#: ../src/screenshot-interactive-dialog.c:393 +msgid "Grab after a _delay of" +msgstr "Uslikaj nakon _odgode od" -#: ../src/screenshot-interactive-dialog.c:441 -#: ../src/screenshot-interactive-dialog.c:449 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" -msgstr "Snimi prikaz zaslona" +msgstr "Uslikaj prikaz zaslona" -#: ../src/screenshot-interactive-dialog.c:450 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" -msgstr "" +msgstr "Efekti" -#: ../src/screenshot-interactive-dialog.c:455 +#: ../src/screenshot-interactive-dialog.c:478 +msgid "_Help" +msgstr "_Pomoć" + +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" -msgstr "" +msgstr "_Uslikaj sliku zaslona" -#: ../src/screenshot-utils.c:702 +#: ../src/screenshot-interactive-dialog.c:504 +msgid "_Cancel" +msgstr "_Odustani" + +#: ../src/screenshot-utils.c:724 msgid "Error loading the help page" -msgstr "" +msgstr "Greška pri učitavanju stranice pomoći" + +#~ msgid "Take a Screenshot of a Selected Area" +#~ msgstr "Uslikajte odabrano područje" diff -Nru gnome-screenshot-3.22.0/po/hu.po gnome-screenshot-3.25.0/po/hu.po --- gnome-screenshot-3.22.0/po/hu.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/hu.po 2017-05-29 12:53:36.000000000 +0000 @@ -7,7 +7,7 @@ # Andras Timar , 2001, 2002, 2003. # Gabor Sari , 2003, 2004. # Laszlo Dvornik , 2004. -# Gabor Kelemen , 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012. +# Gabor Kelemen , 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2016. # Mate ORY , 2006. # Lukács Bence , 2012. # Balázs Úr , 2013, 2014, 2015. @@ -16,16 +16,16 @@ "Project-Id-Version: gnome-screenshot master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-01-30 20:29+0000\n" -"PO-Revision-Date: 2015-01-30 21:45+0100\n" -"Last-Translator: Balázs Úr \n" +"POT-Creation-Date: 2016-11-10 18:39+0000\n" +"PO-Revision-Date: 2016-12-08 22:50+0100\n" +"Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" "Language: hu\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.2\n" +"X-Generator: Lokalize 1.5\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 #: ../src/screenshot-application.c:767 @@ -69,8 +69,14 @@ "másolhatja, és beillesztheti más alkalmazásokba." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 +#| msgid "" +#| "GNOME Screenshot allows you to take screenshots even when it's not open: " +#| "just press the PrtSc button on your keyboard, and a snapshot of your " +#| "whole screen will be saved to your Pictures folder. Hold Alt while " +#| "pressing PrtSc and you will get a screenshot of only the currently " +#| "selected window." msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -113,11 +119,11 @@ msgid "Save in _folder:" msgstr "_Mentés ebbe a mappába:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Ablakra jellemző képernyőkép (elavult)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -125,78 +131,82 @@ "Csak az aktuális ablak lementése a teljes asztal helyett. Ez a kulcs elavult " "és már nincs használatban." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Képernyőkép késleltetése" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "A képernyőkép készítése előtt várakozás ennyi másodpercig." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Képernyőkép-könyvtár" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "A képernyőképek mentéséhez alapértelmezetten használandó könyvtár." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Utolsó mentés könyvtára" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "Az interaktív módban utoljára képernyőkép mentéséhez használt könyvtár." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Határ bevétele" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Az ablakkezelő határának bevétele a képernyőképbe" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Mutató bevétele" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "A mutató bevétele a képernyőképbe" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "ICC-profil bevétele" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "A cél ICC-profiljának bevétele a képernyőképfájlba" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Kerethatás" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 +#| msgid "" +#| "Effect to add to the outside of a border. Possible values are \"shadow\", " +#| "\"none\", and \"border\"." msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "A szegély külső oldalához adandó hatás. Lehetséges értékek: " "„shadow” (árnyék), „none” (nincs), és „border” (szegély)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Alapértelmezett fájltípus kiterjesztés" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Az alapértelmezett fájltípus kiterjesztés a képernyőképekhez." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +#| msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Már létezik „%s” nevű fájl itt: „%s”" #: ../src/screenshot-application.c:152 @@ -257,7 +267,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "másodperc" @@ -312,7 +322,7 @@ "time.\n" msgstr "Ütköző kapcsolók: a --area és --delay nem használható egyszerre.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Képernyőkép.png" @@ -320,7 +330,6 @@ #. * with the screenshot if the entire screen is taken #: ../src/screenshot-filename-builder.c:143 #, c-format -#| msgid "Screenshot-from-%s.%s" msgid "Screenshot from %s.%s" msgstr "Képernyőkép – %s.%s" @@ -329,7 +338,6 @@ #. * taken #: ../src/screenshot-filename-builder.c:150 #, c-format -#| msgid "Screenshot-from-%s-%d.%s" msgid "Screenshot from %s - %d.%s" msgstr "Képernyőkép – %s – %d.%s" @@ -350,55 +358,55 @@ msgstr "Klasszikus" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "M_utató bevétele" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Az ablak _keretének bevétele a képernyőképbe" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "_Hatás alkalmazása:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Képkészítés az egész képe_rnyőről" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Az _aktuális ablakról" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "_Terület kiválasztása" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Ennyi késl_eltetés után:" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Képernyőkép készítése" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Hatások" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Súgó" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "_Felvétel" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Mégse" diff -Nru gnome-screenshot-3.22.0/po/id.po gnome-screenshot-3.25.0/po/id.po --- gnome-screenshot-3.22.0/po/id.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/id.po 2017-05-29 12:53:36.000000000 +0000 @@ -10,9 +10,9 @@ "Project-Id-Version: gnome-screenshot master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-03-20 08:28+0000\n" -"PO-Revision-Date: 2015-03-21 17:59+0700\n" -"Last-Translator: Andika Triwidada \n" +"POT-Creation-Date: 2016-11-10 18:39+0000\n" +"PO-Revision-Date: 2017-01-27 13:31+0700\n" +"Last-Translator: Kukuh Syafaat \n" "Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 1.7.1\n" +"X-Generator: Poedit 1.8.11\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 #: ../src/screenshot-application.c:767 @@ -65,7 +65,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -108,89 +108,89 @@ msgid "Save in _folder:" msgstr "Simpan dalam _folder:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Cuplikan layar spesifik jendela (tak dipakai lagi)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." msgstr "" "Ambil hanya jendela kini, bukan seluruh desktop. Kunci ini tak dipakai lagi." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Tundaan cuplikan layar" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Berapa detik mesti menunggu sebelum mengambil cuplikan layar." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Direktori cuplikan layar" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Direktori tempat cuplikan layar akan disimpan." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Direktori simpan terakhir" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "Direktori tempat cuplikan layar terakhir kali disimpan." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Sertakan Bingkai" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Menyertakan bingkai jendela pada cuplikan layar" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Sertakan Penunjuk" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Menyertakan penunjuk pada cuplikan layar" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Sertakan Profil ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Menyertakan profil ICC dari target pada berkas cuplikan layar" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Efek Bingkai" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"Efek yang ditambahkan di luar bingkai. Nilai yang mungkin adalah \"shadow\", " -"\"none\", dan \"border\"." +"Efek yang ditambahkan di luar bingkai. Nilai yang mungkin adalah \"bayangan" +"\", \"nihil\", dan \"bingkai\"." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Ekstensi tipe berkas baku" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Ekstensi tipe berkas baku bagi cuplikan layar." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" -msgstr "Berkas \"%s\" sudah ada di dalam \"%s\"" +msgid "A file named “%s” already exists in “%s”" +msgstr "Berkas \"%s\" sudah ada di \"%s\"" #: ../src/screenshot-application.c:152 msgid "Overwrite existing file?" @@ -250,15 +250,15 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "detik" #: ../src/screenshot-application.c:638 msgid "Effect to add to the border (shadow, border, vintage or none)" msgstr "" -"Efek yang ditambahkan pada bingkai (bayangan, batas, antik/kuno, atau tak " -"ada)" +"Efek yang ditambahkan pada bingkai (bayangan, bingkai, antik/kuno, atau " +"nihil)" #: ../src/screenshot-application.c:638 msgid "effect" @@ -285,7 +285,8 @@ msgstr "" "Mohammad DAMT , 2003-2005.\n" "Andika Triwidada , 2010, 2011, 2013, 2014, 2015.\n" -"Dirgita , 2011, 2012." +"Dirgita , 2011, 2012.\n" +"Kukuh Syafaat , 2017." #: ../src/screenshot-config.c:116 #, c-format @@ -301,7 +302,7 @@ "time.\n" msgstr "Opsi bertentangan: --area dan --delay tak boleh dipakai bersama.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Cuplikan.png" @@ -337,55 +338,55 @@ msgstr "Antik" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Sertakan _penunjuk" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Sertakan _bingkai jendela" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Terapkan _efek:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Cuplik seluruh laya_r" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "_Cuplik jendela yang aktif" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Pilih wil_ayah tertentu" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Ambil setelah tun_daan" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Ambil Cuplikan" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Efek" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Bantuan" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Ambil _Cuplikan Layar" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Batal" diff -Nru gnome-screenshot-3.22.0/po/it.po gnome-screenshot-3.25.0/po/it.po --- gnome-screenshot-3.22.0/po/it.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/it.po 2017-05-29 12:53:36.000000000 +0000 @@ -1,20 +1,20 @@ # Italian traslation of gnome-screenshot -# Copyright (C) 1998-2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. +# Copyright (C) 1998-2011, 2012, 2013, 2014, 2015, 2017 Free Software Foundation, Inc. # This file is released under the same license as the gnome-screenshot package. # Alessio Frusciante , 2003, 2005. # Lapo Calamandrei , 2003. # Luca Ferretti , 2004. # Fabio Marzocca , 2007. # Andrea Zagli , 2005, 2006, 2007, 2008, 2009, 2010, 2011. -# Milo Casagrande , 2012, 2013, 2014, 2015. +# Milo Casagrande , 2012, 2013, 2014, 2015, 2017. # msgid "" msgstr "" "Project-Id-Version: gnome-screenshot\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-03-02 20:43+0000\n" -"PO-Revision-Date: 2015-03-03 09:07+0100\n" +"POT-Creation-Date: 2017-02-23 22:57+0000\n" +"PO-Revision-Date: 2017-03-09 23:59+0100\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "Language: it\n" @@ -22,7 +22,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -"X-Generator: Poedit 1.7.4\n" +"X-Generator: Poedit 2.0beta3\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 #: ../src/screenshot-application.c:767 @@ -68,7 +68,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -111,11 +111,11 @@ msgid "Save in _folder:" msgstr "Salva nella _cartella:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Schermata di una finestra specifica (deprecata)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -123,78 +123,78 @@ "Cattura solo la finestra corrente, invece dell'intera scrivania. Questa " "chiave è stata deprecata e non è più in uso." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Ritardo schermata" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Numero di secondi da aspettare prima di catturare la schermata." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Directory per la schermata" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "La directory predefinita dove salvare le schermate." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Ultima directory di salvataggio" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "La directory dove è stata salvata l'ultima schermata in modalità interattiva." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Include il bordo" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Include il bordo del gestore di finestre nella schermata catturata" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Include il puntatore" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Include il puntatore nella schermata catturata" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Include il profilo ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Include il profilo ICC nella schermata catturata" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Effetto del bordo" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Effetto da aggiungere all'esterno di un bordo. I valori possibili sono " "\"shadow\", \"none\" e \"border\"." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Estensione file predefinita" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "L'estensione predefinita dei file delle schermate." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Un file di nome «%s» esiste già in «%s»" #: ../src/screenshot-application.c:152 @@ -255,7 +255,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "secondi" @@ -309,7 +309,7 @@ "Opzioni in conflitto: --area e --delay non possono essere utilizzate allo " "stesso tempo.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Schermata.png" @@ -328,6 +328,11 @@ msgid "Screenshot from %s - %d.%s" msgstr "Schermata del %s - %d.%s" +#. Translators: +#. * these are the names of the effects available which will be +#. * displayed inside a combo box in interactive mode for the user +#. * to chooser. +#. #: ../src/screenshot-interactive-dialog.c:156 msgid "None" msgstr "Nessuno" @@ -345,55 +350,55 @@ msgstr "Vintage" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Includi _puntatore" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Includi il _bordo finestra" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Applica _effetto:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Cattura l'intero schermo" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Cattura la _finestra corrente" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Seleziona l'_area da catturare" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "C_attura dopo un ritardo di" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Cattura schermata" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Effetti" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "A_iuto" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Cattura _schermata" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "A_nnulla" diff -Nru gnome-screenshot-3.22.0/po/kk.po gnome-screenshot-3.25.0/po/kk.po --- gnome-screenshot-3.22.0/po/kk.po 2014-11-22 01:32:45.000000000 +0000 +++ gnome-screenshot-3.25.0/po/kk.po 2017-05-29 12:53:36.000000000 +0000 @@ -1,22 +1,22 @@ # Kazakh translation for gnome-screenshot. # Copyright (C) 2014 gnome-screenshot's COPYRIGHT HOLDER # This file is distributed under the same license as the gnome-screenshot package. -# Baurzhan Muftakhidinov , 2014. +# Baurzhan Muftakhidinov , 2014-2016. # msgid "" msgstr "" "Project-Id-Version: gnome-screenshot master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-10-12 19:31+0000\n" -"PO-Revision-Date: 2014-10-22 07:11+0600\n" +"POT-Creation-Date: 2016-11-10 18:39+0000\n" +"PO-Revision-Date: 2016-11-14 08:29+0500\n" "Last-Translator: Baurzhan Muftakhidinov \n" "Language-Team: Kazakh \n" "Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.6.10\n" +"X-Generator: Poedit 1.8.11\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 #: ../src/screenshot-application.c:767 @@ -61,7 +61,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -103,11 +103,11 @@ msgid "Save in _folder:" msgstr "_Бумаға сақтау:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Терезеге тиісті баптаулар (ескірген)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -115,77 +115,77 @@ "Тек ағымдағы терезе скриншотын түсіру, толық жұмыс үстелін емес. Бұл кілт " "ескірген және енді қолданылмайды." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Скриншот кідірісі" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Скриншотты түсіру алдында күту уақыты, секундпен." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Скриншоттар бумасы" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Скриншоттар үнсіз келісім бойынша сақталатын бума." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Соңғы сақтау бумасы" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "Скриншот соңғы рет интерактивті түрде сақталған бума." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Шектерін қоса" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Скриншотқа терезелер басқарушысы салған терезе шекарасын қосып түсіру" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Курсорды қоса" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Скриншотта курсорды көрсету" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "ICC профилін қоса" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Мақсат ICC профилін скриншот файлына қосып жіберу" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Шекара эффекті" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"Шекара сыртына қосылатын эффект. Мүмкін мәндері \"көлеңке\", \"ешнәрсе\", " -"және \"шекара\"." +"Шекара сыртына қосылатын эффект. Мүмкін мәндері \"shadow\", \"none\" және " +"\"border\"." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Файлдардың үнсіз келісім кеңейтуі" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Скриншоттар файлдары үшін кеңейту." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "\"%s\" деп аталатын файл \"%s\" ішінде бар болып тұр" #: ../src/screenshot-application.c:152 @@ -246,7 +246,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:420 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "секунд" @@ -292,13 +292,13 @@ "time.\n" msgstr "Ерегісетін опциялар: --area және --delay бірге қолдануға болмайды.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Скриншот.png" #. translators: this is the name of the file that gets made up #. * with the screenshot if the entire screen is taken -#: ../src/screenshot-filename-builder.c:145 +#: ../src/screenshot-filename-builder.c:143 #, c-format msgid "Screenshot from %s.%s" msgstr "Скриншот %s.%s" @@ -306,7 +306,7 @@ #. translators: this is the name of the file that gets #. * made up with the screenshot if the entire screen is #. * taken -#: ../src/screenshot-filename-builder.c:152 +#: ../src/screenshot-filename-builder.c:150 #, c-format msgid "Screenshot from %s - %d.%s" msgstr "Скриншот %s - %d.%s" @@ -328,55 +328,55 @@ msgstr "Ескілету" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:266 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Кур_сорды қоса түсіру" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:276 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Терезе _шекарасын қоса түсіру" -#: ../src/screenshot-interactive-dialog.c:293 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Эфф_ектті іске асыру:" -#: ../src/screenshot-interactive-dialog.c:354 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Эк_ранды толығымен түсіріп алу" -#: ../src/screenshot-interactive-dialog.c:368 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Ағымдағы тере_зені түсіріп алу" -#: ../src/screenshot-interactive-dialog.c:380 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Түсіріп алу үшін _аймақты таңдаңыз" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:400 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Келесі кі_дірістен кейін түсіру:" -#: ../src/screenshot-interactive-dialog.c:469 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Скриншотты түсіру" -#: ../src/screenshot-interactive-dialog.c:470 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Эффекттер" -#: ../src/screenshot-interactive-dialog.c:483 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "Кө_мек" -#: ../src/screenshot-interactive-dialog.c:492 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "_Скриншотты түсіру" -#: ../src/screenshot-interactive-dialog.c:509 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "Ба_с тарту" diff -Nru gnome-screenshot-3.22.0/po/ko.po gnome-screenshot-3.25.0/po/ko.po --- gnome-screenshot-3.22.0/po/ko.po 2016-07-31 22:14:38.000000000 +0000 +++ gnome-screenshot-3.25.0/po/ko.po 2017-05-29 12:53:36.000000000 +0000 @@ -3,16 +3,16 @@ # # update by Young-Ho, Cha , 2001 # Seong-ho Cho , 2012. -# Changwoo Ryu , 1998, 2002-2015. +# Changwoo Ryu , 1998, 2002-2015, 2017. # # msgid "" msgstr "" "Project-Id-Version: gnome-utils\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-03-07 20:32+0000\n" -"PO-Revision-Date: 2015-03-08 06:35+0900\n" +"POT-Creation-Date: 2017-02-23 22:57+0000\n" +"PO-Revision-Date: 2017-03-16 23:55+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" "Language: ko\n" @@ -55,15 +55,22 @@ "application, or a selected rectangular area. You can also copy the captured " "screenshot directly into the GNOME clipboard and paste it into other " "applications." -msgstr "그놈 스크린샷은 컴퓨터 화면의 이미지를 저장하는 간단한 프로그램입니다. 화면 전체의 스크린샷일 수도 있고, 특정 프로그램의 스크릴샷일 수도 있고, 선택한 영역의 스크린샷일 수도 있습니다. 찍은 스크린샷을 직접 그놈 스크린샷에 복사해서 다른 프로그램에 붙여 넣을 수도 있습니다." +msgstr "" +"그놈 스크린샷은 컴퓨터 화면의 이미지를 저장하는 간단한 프로그램입니다. 화면 " +"전체의 스크린샷일 수도 있고, 특정 프로그램의 스크릴샷일 수도 있고, 선택한 영" +"역의 스크린샷일 수도 있습니다. 찍은 스크린샷을 직접 그놈 스크린샷에 복사해서 " +"다른 프로그램에 붙여 넣을 수도 있습니다." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." -msgstr "그놈 스크린샷이 열려 있지 않을 때도 스크린샷을 찍을 수 있습니다. 키보드의 PrtSc 키를 누르기만 하면 전체 화면의 스크린샷을 사진 폴더에 저장합니다. Alt 키를 누른 채로 PrtSc 키를 누르면 현재 선택한 창의 스크린샷을 찍습니다." +msgstr "" +"그놈 스크린샷이 열려 있지 않을 때도 스크린샷을 찍을 수 있습니다. 키보드의 " +"PrtSc 키를 누르기만 하면 전체 화면의 스크린샷을 사진 폴더에 저장합니다. Alt " +"키를 누른 채로 PrtSc 키를 누르면 현재 선택한 창의 스크린샷을 찍습니다." #: ../src/screenshot-app-menu.ui.h:1 msgid "Help" @@ -97,11 +104,11 @@ msgid "Save in _folder:" msgstr "폴더에 저장(_F):" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "창의 스크린샷(낡음)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -109,77 +116,77 @@ "전체 데스크톱이 아니라 현재 창만 캡쳐합니다. 오래 된 설정이고, 이제 더 이상 " "사용하지 않습니다." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "스크린샷 지연 시간" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "스크린샷을 찍기 전에 기다릴 시간, 초 단위." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "스크린샷 디렉터리" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "스크린샷을 저장할 디렉터리 기본값." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "최근 저장 디렉터리" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "대화식 모드로 저장한 스크린샷의 최근 디렉터리." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "테두리 포함" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "화면을 잡을 때 창 관리자 테두리도 포함합니다" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "마우스 포인터 포함" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "화면을 찍을 때 마우스 포인터를 같이 찍습니다" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "ICC 프로파일 포함" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "스크린샷 파일에 대상의 ICC 프로파일을 넣습니다" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "테두리 효과" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"테두리 바깥 쪽에 넣을 효과. 쓸 수 있는 값은 \"shadow\", \"none\", \"border\"." +"테두리 바깥 쪽에 넣을 효과. 쓸 수 있는 값은 “shadow”, “none”, “border”." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "파일 형식 확장자 기본값" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "스크린샷에 사용할 파일의 형식 확장자 기본값." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" -msgstr "이름이 \"%s\"인 파일이 \"%s\"에 이미 있습니다" +msgid "A file named “%s” already exists in “%s”" +msgstr "이름이 “%s”인 파일이 “%s”에 이미 있습니다" #: ../src/screenshot-application.c:152 msgid "Overwrite existing file?" @@ -241,7 +248,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "초" @@ -292,7 +299,7 @@ msgstr "옵션 충돌: --area 옵션과 --delay 옵션을 동시에 사용할 수 없습니다.\n" # 주의: 이건 파일 이름임 .png로 끝나야 함 -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "스크린샷.png" @@ -313,6 +320,11 @@ msgid "Screenshot from %s - %d.%s" msgstr "스크린샷, %s - %d.%s" +#. Translators: +#. * these are the names of the effects available which will be +#. * displayed inside a combo box in interactive mode for the user +#. * to chooser. +#. #: ../src/screenshot-interactive-dialog.c:156 msgid "None" msgstr "없음" @@ -330,55 +342,55 @@ msgstr "빈티지" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "마우스 포인터 포함(_P)" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "창 테두리 포함(_B)" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "효과 적용(_E):" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "전체 화면 찍기(_R)" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "현재 창 찍기(_W)" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "잡을 영역 선택(_A)" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "다음 시간이 지난 후에 찍기(_D):" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "스크린샷 찍기" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "효과" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "도움말(_H)" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "스크린샷 찍기(_S)" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "취소(_C)" diff -Nru gnome-screenshot-3.22.0/po/lt.po gnome-screenshot-3.25.0/po/lt.po --- gnome-screenshot-3.22.0/po/lt.po 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/po/lt.po 2017-05-29 12:53:36.000000000 +0000 @@ -12,11 +12,11 @@ msgid "" msgstr "" "Project-Id-Version: lt\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-01-06 09:58+0000\n" -"PO-Revision-Date: 2016-01-06 22:39+0200\n" -"Last-Translator: Aurimas Černius \n" +"POT-Creation-Date: 2017-03-06 17:39+0000\n" +"PO-Revision-Date: 2017-03-07 01:15+0200\n" +"Last-Translator: Moo\n" "Language-Team: Lietuvių \n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -24,10 +24,10 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" "%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Poedit 1.8.6\n" +"X-Generator: Poedit 1.8.11\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 -#: ../src/screenshot-application.c:767 +#: ../src/screenshot-application.c:767 ../src/screenshot-application.c:835 msgid "Screenshot" msgstr "Nuotrauka" @@ -68,15 +68,15 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." msgstr "" -"GNOME ekrano nuotrauka leidžia padaryti ekrano nuotraukas net kai ji " -"nepaleista: tiesiog paspauskite klaviatūros mygtuką PrtSc ir viso ekrano " -"vaizdas bus įrašytas į jūsų paveikslėlių aplanką. Laikykite Alt spausdami " -"PrtSc ir gausite šiuo metu aktyvaus lango nuotrauką." +"GNOME ekrano nuotrauka leidžia padaryti ekrano nuotraukas net tuomet, kai " +"programa neatverta: tiesiog paspauskite klaviatūros mygtuką PrtSc ir viso " +"ekrano vaizdas bus įrašytas į jūsų paveikslėlių aplanką. Laikykite Alt " +"spausdami PrtSc ir gausite šiuo metu aktyvaus lango nuotrauką." #: ../src/screenshot-app-menu.ui.h:1 msgid "Help" @@ -110,11 +110,11 @@ msgid "Save in _folder:" msgstr "Įrašyti _aplanke:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Lango nuotrauka (nebenaudojama)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -122,79 +122,79 @@ "Fotografuoti tik esamą langą, o ne visą darbalaukį. Šis raktas pasenęs ir " "nebenaudojamas." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Ekrano nuotraukos delsa" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Sekundžių skaičius prieš ekrano nuotrauką" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Ekrano nuotraukos aplankas" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Aplankas, kuriame ekrano nuotraukos bus numatytai saugomos." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Paskutinio išsaugojimo katalogas" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "Aplankas, kuriame buvo interaktyvia veiksena išsaugota paskutinioji ekrano " "nuotrauka." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Įtraukti rėmelį" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Kartu su ekrano nuotrauka įtraukti ir langų tvarkytuvės rėmelį" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Įtraukti žymiklį" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Į ekrano nuotrauką įtraukti ir žymiklį" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Įtraukti ICC profilį" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Įtraukti tikslo ICC profilį į nuotraukos failą" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Rėmelio efektas" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Efektas, pridedamas rėmelio išorėje. Galimos reikšmės yra „shadow“, „none“ " "ir „border“." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Numatytasis failo tipo plėtinys" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Numatytasis failo tipo plėtinys ekrano nuotraukoms." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Failas pavadinimu „%s“ jau yra vietoje „%s“" #: ../src/screenshot-application.c:152 @@ -305,7 +305,7 @@ "Konfliktuojantys parametrai: --area ir --delay neturėtų būti naudojami tuo " "pačiu metu.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Nuotrauka.png" @@ -324,6 +324,11 @@ msgid "Screenshot from %s - %d.%s" msgstr "Ekrano nuotrauka iš %s - %d.%s" +#. Translators: +#. * these are the names of the effects available which will be +#. * displayed inside a combo box in interactive mode for the user +#. * to chooser. +#. #: ../src/screenshot-interactive-dialog.c:156 msgid "None" msgstr "Nieko" diff -Nru gnome-screenshot-3.22.0/po/lv.po gnome-screenshot-3.25.0/po/lv.po --- gnome-screenshot-3.22.0/po/lv.po 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/po/lv.po 2017-05-29 12:53:36.000000000 +0000 @@ -7,23 +7,23 @@ # Raivis Dejus , 2006, 2007, 2009. # Rūdolfs Mazurs , 2010, 2011. # Rudolfs , 2011. -# Rūdofls Mazurs , 2011, 2012, 2013, 2014, 2015. +# Rūdofls Mazurs , 2011, 2012, 2013, 2014, 2015, 2017. msgid "" msgstr "" "Project-Id-Version: lv\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" -"screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-04-03 07:45+0000\n" -"PO-Revision-Date: 2015-04-03 20:05+0300\n" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-s" +"creenshot&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2017-02-23 22:57+0000\n" +"PO-Revision-Date: 2017-03-18 14:38+0200\n" "Last-Translator: Rūdolfs Mazurs \n" "Language-Team: Latvian \n" "Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2);\n" -"X-Generator: Lokalize 1.5\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :" +" 2);\n" +"X-Generator: Lokalize 2.0\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 #: ../src/screenshot-application.c:767 @@ -49,7 +49,6 @@ msgstr "Uzņem aktīvā loga attēlu" #: ../src/org.gnome.Screenshot.appdata.xml.in.h:1 -#| msgid "Screenshot" msgid "GNOME Screenshot" msgstr "GNOME ekrānattēls" @@ -61,22 +60,28 @@ "screenshot directly into the GNOME clipboard and paste it into other " "applications." msgstr "" -"GNOME ekrānattēls ir vienkārša utilīta, kas ļauj uzņemt datora ekrāna attēlu. " -"Ekrānattēls var būt viss ekrāns, kāda noteikta lietotne vai izvēlēts " -"taisnstūra apgabals. Jūs varat iekopēt uzņemto ekrānattēlu GNOME starpliktuvē " -"un ielīmēt to citās lietotnēs." +"GNOME ekrānattēls ir vienkārša utilīta, kas ļauj uzņemt datora ekrāna " +"attēlu. Ekrānattēls var būt viss ekrāns, kāda noteikta lietotne vai izvēlēts " +"taisnstūra apgabals. Jūs varat iekopēt uzņemto ekrānattēlu GNOME " +"starpliktuvē un ielīmēt to citās lietotnēs." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 +#| msgid "" +#| "GNOME Screenshot allows you to take screenshots even when it's not open: " +#| "just press the PrtSc button on your keyboard, and a snapshot of your " +#| "whole screen will be saved to your Pictures folder. Hold Alt while " +#| "pressing PrtSc and you will get a screenshot of only the currently " +#| "selected window." msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." msgstr "" -"GNOME ekrānattēls ļauj jums uzņemt ekrānattēlus pat tad, kad tas nav atvērts: " -"spiediet PrtSc pogu uz tastatūras un tiks uzņemts visa ekrāna attēls, kas " -"tiks saglabāts Attēlu mapē. Turiet piespiestu Alt taustiņa PrtSc spiešanas " -"laikā, lai uzņemtu tikai pašlaik izvēlētā loga attēlu." +"GNOME ekrānattēls ļauj jums uzņemt ekrānattēlus pat tad, kad tas nav " +"atvērts: spiediet PrtSc pogu uz tastatūras un tiks uzņemts visa ekrāna " +"attēls, kas tiks saglabāts Attēlu mapē. Turiet piespiestu Alt taustiņa PrtSc " +"spiešanas laikā, lai uzņemtu tikai pašlaik izvēlētā loga attēlu." #: ../src/screenshot-app-menu.ui.h:1 msgid "Help" @@ -111,11 +116,11 @@ msgid "Save in _folder:" msgstr "Saglabāt _mapē:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Konkrēta loga ekrānattēls (novecojis)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -123,77 +128,81 @@ "Uzņemt tikai aktīvo logu, nevis visu darbvirsmu. Šī atslēga ir novecojusi un " "vairs netiek izmantota." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Ekrānattēla aizture" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Sekunžu skaits, ko nogaidīt pirms ekrānattēla uzņemšanas." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Ekrānattēla mape" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Mape, kurā ekrānattēli tiks saglabāti pēc noklusējuma." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Iepriekš izmantotā mape" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "Mape, kurā tika saglabāts pēdējais ekrānattēls interaktīvā režīmā." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Iekļaut rāmi" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Iekļaut logu pārvaldītāja rāmi ekrānattēlā" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Iekļaut kursoru" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Iekļaut kursoru ekrānattēlā" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Iekļaut ICC profilu" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Iekļaut mērķa ICC profilu ekrānattēla datnē" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Rāmja efekts" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 +#| msgid "" +#| "Effect to add to the outside of a border. Possible values are \"shadow\", " +#| "\"none\", and \"border\"." msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"Rāmja ārpusē pievienojamais efekts. Iespējamās vērtības ir “shadow”, “none” " -"un “border”." +"Rāmja ārpusē pievienojamais efekts. Iespējamās vērtības ir “shadow”, “none”" +" un “border”." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Noklusējuma datņu tipa paplašinājums" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Noklusējuma datņu tipa paplašinājums ekrānuattēliem." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +#| msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Datne “%s” jau eksistē mapē “%s”" #: ../src/screenshot-application.c:152 @@ -255,7 +264,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "sekundes" @@ -303,7 +312,7 @@ msgstr "" "Konfigurācijas opcijas --area un --delay nevajadzētu lietot vienlaicīgi.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Ekrānattēls.png" @@ -322,6 +331,11 @@ msgid "Screenshot from %s - %d.%s" msgstr "Ekrānattēls %s – %d.%s" +#. Translators: +#. * these are the names of the effects available which will be +#. * displayed inside a combo box in interactive mode for the user +#. * to chooser. +#. #: ../src/screenshot-interactive-dialog.c:156 msgid "None" msgstr "Neviena" @@ -339,56 +353,56 @@ msgstr "Vecmodīgs" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Iekļaut _rādītāju" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Iekļaut loga _rāmi" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Pielietot _efektu:" # mini-utils/idetool/idetool.c:41 -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Uzņemt visu ek_rānu" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Uzņemt aktīvo _logu" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Izvēlēties _apgabalu, ko uzņemt" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Uzņemt ar _aizturi" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Uzņemt ekrānattēlu" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Efekti" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Palīdzība" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Uzņemt _ekrānattēlu" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "At_celt" diff -Nru gnome-screenshot-3.22.0/po/Makefile.in.in gnome-screenshot-3.25.0/po/Makefile.in.in --- gnome-screenshot-3.22.0/po/Makefile.in.in 2016-09-20 05:29:31.000000000 +0000 +++ gnome-screenshot-3.25.0/po/Makefile.in.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,221 +0,0 @@ -# Makefile for program source directory in GNU NLS utilities package. -# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper -# Copyright (C) 2004-2008 Rodney Dawes -# -# This file may be copied and used freely without restrictions. It may -# be used in projects which are not available under a GNU Public License, -# but which still want to provide support for the GNU gettext functionality. -# -# - Modified by Owen Taylor to use GETTEXT_PACKAGE -# instead of PACKAGE and to look for po2tbl in ./ not in intl/ -# -# - Modified by jacob berkman to install -# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize -# -# - Modified by Rodney Dawes for use with intltool -# -# We have the following line for use by intltoolize: -# INTLTOOL_MAKEFILE - -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -PACKAGE = @PACKAGE@ -VERSION = @VERSION@ - -SHELL = @SHELL@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -top_builddir = @top_builddir@ -VPATH = @srcdir@ - -prefix = @prefix@ -exec_prefix = @exec_prefix@ -datadir = @datadir@ -datarootdir = @datarootdir@ -libdir = @libdir@ -localedir = @localedir@ -subdir = po -install_sh = @install_sh@ -# Automake >= 1.8 provides @mkdir_p@. -# Until it can be supposed, use the safe fallback: -mkdir_p = $(install_sh) -d - -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ - -GMSGFMT = @GMSGFMT@ -MSGFMT = @MSGFMT@ -XGETTEXT = @XGETTEXT@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -MSGMERGE = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist -GENPOT = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot - -ALL_LINGUAS = @ALL_LINGUAS@ - -PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) - -USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi) - -USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done) - -POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done) - -DISTFILES = Makefile.in.in POTFILES.in $(POFILES) -EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS - -POTFILES = \ -# This comment gets stripped out - -CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done) - -.SUFFIXES: -.SUFFIXES: .po .pox .gmo .mo .msg .cat - -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V)) -INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY)) -INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@; - -.po.pox: - $(MAKE) $(GETTEXT_PACKAGE).pot - $(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox - -.po.mo: - $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $< - -.po.gmo: - $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) -o $$file $< - -.po.cat: - sed -f ../intl/po2msg.sed < $< > $*.msg \ - && rm -f $@ && gencat $@ $*.msg - - -all: all-@USE_NLS@ - -all-yes: $(CATALOGS) -all-no: - -$(GETTEXT_PACKAGE).pot: $(POTFILES) - $(GENPOT) - -install: install-data -install-data: install-data-@USE_NLS@ -install-data-no: all -install-data-yes: all - linguas="$(USE_LINGUAS)"; \ - for lang in $$linguas; do \ - dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \ - $(mkdir_p) $$dir; \ - if test -r $$lang.gmo; then \ - $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ - echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \ - else \ - $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ - echo "installing $(srcdir)/$$lang.gmo as" \ - "$$dir/$(GETTEXT_PACKAGE).mo"; \ - fi; \ - if test -r $$lang.gmo.m; then \ - $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \ - echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \ - else \ - if test -r $(srcdir)/$$lang.gmo.m ; then \ - $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \ - $$dir/$(GETTEXT_PACKAGE).mo.m; \ - echo "installing $(srcdir)/$$lang.gmo.m as" \ - "$$dir/$(GETTEXT_PACKAGE).mo.m"; \ - else \ - true; \ - fi; \ - fi; \ - done - -# Empty stubs to satisfy archaic automake needs -dvi info ctags tags CTAGS TAGS ID: - -# Define this as empty until I found a useful application. -install-exec installcheck: - -uninstall: - linguas="$(USE_LINGUAS)"; \ - for lang in $$linguas; do \ - rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ - rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ - done - -check: all $(GETTEXT_PACKAGE).pot - rm -f missing notexist - srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m - if [ -r missing -o -r notexist ]; then \ - exit 1; \ - fi - -mostlyclean: - rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp - rm -f .intltool-merge-cache - -clean: mostlyclean - -distclean: clean - rm -f Makefile Makefile.in POTFILES stamp-it - rm -f *.mo *.msg *.cat *.cat.m *.gmo - -maintainer-clean: distclean - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - rm -f Makefile.in.in - -distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) -dist distdir: $(DISTFILES) - dists="$(DISTFILES)"; \ - extra_dists="$(EXTRA_DISTFILES)"; \ - for file in $$extra_dists; do \ - test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \ - done; \ - for file in $$dists; do \ - test -f $$file || file="$(srcdir)/$$file"; \ - ln $$file $(distdir) 2> /dev/null \ - || cp -p $$file $(distdir); \ - done - -update-po: Makefile - $(MAKE) $(GETTEXT_PACKAGE).pot - tmpdir=`pwd`; \ - linguas="$(USE_LINGUAS)"; \ - for lang in $$linguas; do \ - echo "$$lang:"; \ - result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ - if $$result; then \ - if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ - rm -f $$tmpdir/$$lang.new.po; \ - else \ - if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ - :; \ - else \ - echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ - rm -f $$tmpdir/$$lang.new.po; \ - exit 1; \ - fi; \ - fi; \ - else \ - echo "msgmerge for $$lang.gmo failed!"; \ - rm -f $$tmpdir/$$lang.new.po; \ - fi; \ - done - -Makefile POTFILES: stamp-it - @if test ! -f $@; then \ - rm -f stamp-it; \ - $(MAKE) stamp-it; \ - fi - -stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ - $(SHELL) ./config.status - -# Tell versions [3.59,3.63) of GNU make not to export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -Nru gnome-screenshot-3.22.0/po/Makevars gnome-screenshot-3.25.0/po/Makevars --- gnome-screenshot-3.22.0/po/Makevars 1970-01-01 00:00:00.000000000 +0000 +++ gnome-screenshot-3.25.0/po/Makevars 2017-05-29 12:53:36.000000000 +0000 @@ -0,0 +1,78 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = GNOME Screenshot authors + +# This tells whether or not to prepend "GNU " prefix to the package +# name that gets inserted into the header of the $(DOMAIN).pot file. +# Possible values are "yes", "no", or empty. If it is empty, try to +# detect it automatically by scanning the files in $(top_srcdir) for +# "GNU packagename" string. +PACKAGE_GNU = no + +# This is the email address or URL to which the translators shall report +# bugs in the untranslated strings: +# - Strings which are not entire sentences, see the maintainer guidelines +# in the GNU gettext documentation, section 'Preparing Strings'. +# - Strings which use unclear terms or require additional context to be +# understood. +# - Strings which make invalid assumptions about notation of date, time or +# money. +# - Pluralisation problems. +# - Incorrect English spelling. +# - Incorrect formatting. +# It can be your email address, or a mailing list address where translators +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screenshot&keywords=I18N+L10N&component=general + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = + +# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt' +# context. Possible values are "yes" and "no". Set this to yes if the +# package uses functions taking also a message context, like pgettext(), or +# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument. +USE_MSGCTXT = no + +# These options get passed to msgmerge. +# Useful options are in particular: +# --previous to keep previous msgids of translated messages, +# --quiet to reduce the verbosity. +MSGMERGE_OPTIONS = + +# These options get passed to msginit. +# If you want to disable line wrapping when writing PO files, add +# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and +# MSGINIT_OPTIONS. +MSGINIT_OPTIONS = + +# This tells whether or not to regenerate a PO file when $(DOMAIN).pot +# has changed. Possible values are "yes" and "no". Set this to no if +# the POT file is checked in the repository and the version control +# program ignores timestamps. +PO_DEPENDS_ON_POT = yes + +# This tells whether or not to forcibly update $(DOMAIN).pot and +# regenerate PO files on "make dist". Possible values are "yes" and +# "no". Set this to no if the POT file and PO files are maintained +# externally. +DIST_DEPENDS_ON_UPDATE_PO = yes diff -Nru gnome-screenshot-3.22.0/po/meson.build gnome-screenshot-3.25.0/po/meson.build --- gnome-screenshot-3.22.0/po/meson.build 1970-01-01 00:00:00.000000000 +0000 +++ gnome-screenshot-3.25.0/po/meson.build 2017-05-29 12:53:36.000000000 +0000 @@ -0,0 +1 @@ +i18n.gettext(meson.project_name(), preset: 'glib') diff -Nru gnome-screenshot-3.22.0/po/nb.po gnome-screenshot-3.25.0/po/nb.po --- gnome-screenshot-3.22.0/po/nb.po 2016-07-31 22:14:38.000000000 +0000 +++ gnome-screenshot-3.25.0/po/nb.po 2017-05-29 12:53:36.000000000 +0000 @@ -1,15 +1,15 @@ # Norwegian bokmål translation of gnome-screenshot. # Copyright (C) 1999-2005 Free Software Foundation, Inc. # -# Kjartan Maraas , 1999-2014. +# Kjartan Maraas , 1999-2016. # Terance Edward Sola , 2005. # Torstein Adolf Winterseth , 2010. msgid "" msgstr "" -"Project-Id-Version: gnome-screenshot 3.15.x\n" +"Project-Id-Version: gnome-screenshot 3.23.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-09 18:22+0100\n" -"PO-Revision-Date: 2015-02-09 08:12+0100\n" +"POT-Creation-Date: 2016-11-21 08:14+0100\n" +"PO-Revision-Date: 2016-11-21 08:15+0100\n" "Last-Translator: Åka Sikrom \n" "Language-Team: Norwegian bokmål \n" "Language: nb\n" @@ -61,7 +61,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -102,11 +102,11 @@ msgid "Save in _folder:" msgstr "Lagre i _mappe:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Vindusspesifikt skjermbilde (utgått)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -114,77 +114,77 @@ "Bare ta bilde av aktivt vindu i stedet for hele skrivebordet. Denne nøkkelen " "er utgått og er ikke lenger i bruk." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Skjermbilde-forsineksle" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Antall sekunders pause før skjermbildet tas." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Mappe for skjermbilder" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Mappe hvor skjermbiler blir lagret som standard." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Mappe for siste lagring" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "Mappe hvor forrige skjermbilde ble lagret i interaktiv modus." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Ta med kant" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Ta med vindushåndtererens kant på skjermbildet" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Ta med peker" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Ta med peker på skjermbildet" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Ta med ICC-profil" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Ta med ICC-profil for mål i skjermbildefil" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Effekt for kant" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Effekt som skal legges til på utsiden av kanten. Mulige verdier er «shadow», " "«none» og «border»." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Forvalgt tiltype" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Forvalgt filtype for skjermbilder." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Det finnes allerede en fil med navnet«%s» i «%s»" #: ../src/screenshot-application.c:152 @@ -246,7 +246,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "sekunder" @@ -293,7 +293,7 @@ "time.\n" msgstr "Du kan ikke bruke valgene «--area» og «--delay» samtidig.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Skjermbilde.png" @@ -329,55 +329,55 @@ msgstr "Gammel" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Ta med _peker" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Ta med vin_dukant" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Bruk _effekt:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Ta bilde av hele skje_rmen" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Ta bilde av aktivt _vindu" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Velg _område som skal tas bilde av" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "T_a skjermbilde etter" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Ta skjermbilde" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Effekter" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Hjelp" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Ta _skjermbilde" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "A_vbryt" diff -Nru gnome-screenshot-3.22.0/po/pl.po gnome-screenshot-3.25.0/po/pl.po --- gnome-screenshot-3.22.0/po/pl.po 2016-09-20 05:25:54.000000000 +0000 +++ gnome-screenshot-3.25.0/po/pl.po 2017-05-29 12:53:36.000000000 +0000 @@ -14,8 +14,8 @@ msgstr "" "Project-Id-Version: gnome-screenshot\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-09-09 02:40+0200\n" -"PO-Revision-Date: 2016-09-09 02:42+0200\n" +"POT-Creation-Date: 2016-11-10 19:38+0100\n" +"PO-Revision-Date: 2016-11-10 19:39+0100\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" "Language: pl\n" @@ -70,7 +70,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -179,8 +179,8 @@ #: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Efekt dodawany do zewnętrznej części krawędzi. Dopuszczalne wartości to " "„shadow” (cień), „none” (brak) oraz „border” (ramka)." @@ -195,7 +195,7 @@ #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Plik o nazwie „%s” już istnieje w „%s”" #: ../src/screenshot-application.c:152 diff -Nru gnome-screenshot-3.22.0/po/POTFILES.in gnome-screenshot-3.25.0/po/POTFILES.in --- gnome-screenshot-3.22.0/po/POTFILES.in 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/po/POTFILES.in 2017-05-29 12:53:36.000000000 +0000 @@ -1,14 +1,14 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. src/gnome-screenshot.c -src/org.gnome.Screenshot.desktop.in -src/org.gnome.Screenshot.appdata.xml.in -[type: gettext/glade]src/screenshot-app-menu.ui -[type: gettext/glade]src/screenshot-dialog.ui src/org.gnome.gnome-screenshot.gschema.xml +src/org.gnome.Screenshot.desktop.in +src/org.gnome.Screenshot.metainfo.xml.in +src/screenshot-app-menu.ui src/screenshot-application.c src/screenshot-config.c src/screenshot-dialog.c +src/screenshot-dialog.ui src/screenshot-filename-builder.c src/screenshot-interactive-dialog.c src/screenshot-shadow.c diff -Nru gnome-screenshot-3.22.0/po/pt_BR.po gnome-screenshot-3.25.0/po/pt_BR.po --- gnome-screenshot-3.22.0/po/pt_BR.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/pt_BR.po 2017-05-29 12:53:36.000000000 +0000 @@ -1,5 +1,5 @@ # Brazilian Portuguese translation of gnome-screenshot. -# Copyright (C) 1999-2014 the gnome-screenshot authors. +# Copyright (C) 1999-2016 the gnome-screenshot authors. # This file is distributed under the same license as the gnome-screenshot package. # Alexandre Hautequest , 1999. # Ariel Bressan da Silva , 2000. @@ -19,29 +19,33 @@ # Rodrigo Padula de Oliveira , 2011. # André Gondim , 2011. # Enrico Nicoletto , 2012, 2014. -# Rafael Ferreira , 2013, 2014. # Fábio Nogueira , 2014. -# +# Rafael Fontenelle , 2013, 2014, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: gnome-screenshot\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-02-01 20:25+0000\n" -"PO-Revision-Date: 2015-02-02 06:27-0300\n" -"Last-Translator: Ricardo Barbosa \n" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"screenshot&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2017-03-07 09:21+0000\n" +"PO-Revision-Date: 2017-04-02 22:38-0200\n" +"Last-Translator: Rafael Fontenelle \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\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: Poedit 1.7.3\n" +"X-Generator: Virtaal 1.0.0-beta1\n" +"X-Project-Style: gnome\n" -#: ../src/org.gnome.Screenshot.desktop.in.h:1 ../src/screenshot-application.c:767 +#: ../src/org.gnome.Screenshot.desktop.in.h:1 +#: ../src/screenshot-application.c:767 ../src/screenshot-application.c:835 msgid "Screenshot" msgstr "Captura de tela" -#: ../src/org.gnome.Screenshot.desktop.in.h:2 ../src/org.gnome.Screenshot.appdata.xml.in.h:2 ../src/screenshot-application.c:768 +#: ../src/org.gnome.Screenshot.desktop.in.h:2 +#: ../src/org.gnome.Screenshot.appdata.xml.in.h:2 +#: ../src/screenshot-application.c:768 msgid "Save images of your screen or individual windows" msgstr "Salvar imagens da sua tela ou de janelas individuais" @@ -63,19 +67,30 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:3 msgid "" -"GNOME Screenshot is a simple utility that lets you take pictures of your computer screen. Screenshots can be of your whole screen, any specific application, or a selected rectangular area. You can also copy the " -"captured screenshot directly into the GNOME clipboard and paste it into other applications." +"GNOME Screenshot is a simple utility that lets you take pictures of your " +"computer screen. Screenshots can be of your whole screen, any specific " +"application, or a selected rectangular area. You can also copy the captured " +"screenshot directly into the GNOME clipboard and paste it into other " +"applications." msgstr "" -"GNOME Screenshot é uma simples ferramenta que o permite tirar fotos da tela de seu computador. É possível obter capturas de tela inteira, qualquer aplicativo específico, ou uma área retangular selecionada. Você pode " -"também copiar a tela capturado diretamente da área de transferência do GNOME e colar em outras aplicações." +"GNOME Screenshot é uma simples ferramenta que o permite tirar fotos da tela " +"de seu computador. É possível obter capturas de tela inteira, qualquer " +"aplicativo específico, ou uma área retangular selecionada. Você pode também " +"copiar a tela capturado diretamente da área de transferência do GNOME e " +"colar em outras aplicações." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: just press the PrtSc button on your keyboard, and a snapshot of your whole screen will be saved to your Pictures folder. Hold Alt while pressing " -"PrtSc and you will get a screenshot of only the currently selected window." +"GNOME Screenshot allows you to take screenshots even when it’s not open: " +"just press the PrtSc button on your keyboard, and a snapshot of your whole " +"screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " +"and you will get a screenshot of only the currently selected window." msgstr "" -"GNOME Screenshot permite que você obtenha captura de telas mesmo quando não estiver aberto: é somente pressionar o botão PrtSc no seu teclado, e um snapshot da sua tela inteira será salvo na sua pasta Imagens. Segure o " -"botão Alt enquanto pressiona PrtSc e você terá uma captura de tela somente da janela atualmente selecionada." +"GNOME Screenshot permite que você obtenha captura de telas mesmo quando não " +"estiver aberto: é somente pressionar o botão PrtSc no seu teclado, e um " +"snapshot da sua tela inteira será salvo na sua pasta Imagens. Segure o botão " +"Alt enquanto pressiona PrtSc e você terá uma captura de tela somente da " +"janela atualmente selecionada." #: ../src/screenshot-app-menu.ui.h:1 msgid "Help" @@ -109,94 +124,105 @@ msgid "Save in _folder:" msgstr "Salvar na _pasta:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Captura de tela de uma janela específica (obsoleto)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 -msgid "Grab just the current window, rather than the whole desktop. This key has been deprecated and it is no longer in use." -msgstr "Capturar somente a janela atual, e não toda a área de trabalho. Esta chave está obsoleta e não é mais usada." +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 +msgid "" +"Grab just the current window, rather than the whole desktop. This key has " +"been deprecated and it is no longer in use." +msgstr "" +"Capturar somente a janela atual, e não toda a área de trabalho. Esta chave " +"está obsoleta e não é mais usada." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Atraso na captura de tela" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "O número de segundos a aguardar antes de realizar a captura de tela." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Diretório de captura de tela" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Diretório em que as capturas de tela serão salvas por padrão." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Último diretório de captura de tela salva" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "Diretório em que a última captura de tela foi salva." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Incluir borda" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Inclui a borda do gerenciador de janelas dentro da captura de tela" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Incluir cursor" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Inclui o cursor na captura de tela" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Incluir perfil ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Incluir o perfil ICC do alvo no arquivo de captura de tela" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Efeito de borda" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 -msgid "Effect to add to the outside of a border. Possible values are \"shadow\", \"none\", and \"border\"." -msgstr "Efeito para adicionar uma borda externa. Valores permitidos são: \"shadow\", \"none\" e \"border\"." +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 +msgid "" +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." +msgstr "" +"Efeito para adicionar uma borda externa. Valores permitidos são: \"shadow\", " +"\"none\" e \"border\"." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Extensão do tipo de arquivo padrão" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "A extensão do tipo de arquivo padrão para capturas de telas." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Um arquivo chamado \"%s\" já existe em \"%s\"" #: ../src/screenshot-application.c:152 msgid "Overwrite existing file?" msgstr "Sobrescrever o arquivo existente?" -#: ../src/screenshot-application.c:174 ../src/screenshot-application.c:183 ../src/screenshot-application.c:463 ../src/screenshot-application.c:467 ../src/screenshot-application.c:507 ../src/screenshot-application.c:510 +#: ../src/screenshot-application.c:174 ../src/screenshot-application.c:183 +#: ../src/screenshot-application.c:463 ../src/screenshot-application.c:467 +#: ../src/screenshot-application.c:507 ../src/screenshot-application.c:510 msgid "Unable to capture a screenshot" msgstr "Não foi possível capturar uma imagem da janela" #: ../src/screenshot-application.c:175 msgid "Error creating file. Please choose another location and retry." -msgstr "Erro criando arquivo. Por favor, selecione outro local e tente novamente." +msgstr "" +"Erro criando arquivo. Por favor, selecione outro local e tente novamente." #: ../src/screenshot-application.c:464 msgid "Error creating file" @@ -241,7 +267,8 @@ #. translators: this is the last part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-application.c:637 ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-application.c:637 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "segundos" @@ -290,19 +317,25 @@ "Rodrigo Padula de Oliveira .\n" "André Gondim (In memoriam) .\n" "Enrico Nicoletto .\n" -"Rafael Ferreira ." +"Rafael Fontenelle ." #: ../src/screenshot-config.c:116 #, c-format -msgid "Conflicting options: --window and --area should not be used at the same time.\n" -msgstr "Opções conflitantes: --window e --area não devem ser usadas ao menos tempo.\n" +msgid "" +"Conflicting options: --window and --area should not be used at the same " +"time.\n" +msgstr "" +"Opções conflitantes: --window e --area não devem ser usadas ao menos tempo.\n" #: ../src/screenshot-config.c:123 #, c-format -msgid "Conflicting options: --area and --delay should not be used at the same time.\n" -msgstr "Opções conflitantes: --area e --delay não devem ser usadas ao menos tempo.\n" +msgid "" +"Conflicting options: --area and --delay should not be used at the same " +"time.\n" +msgstr "" +"Opções conflitantes: --area e --delay não devem ser usadas ao menos tempo.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Captura-de-tela.png" @@ -321,6 +354,11 @@ msgid "Screenshot from %s - %d.%s" msgstr "Captura de tela de %s - %d.%s" +#. Translators: +#. * these are the names of the effects available which will be +#. * displayed inside a combo box in interactive mode for the user +#. * to chooser. +#. #: ../src/screenshot-interactive-dialog.c:156 msgid "None" msgstr "Nenhum" @@ -339,47 +377,47 @@ msgstr "Retrô" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Incluir cu_rsor" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Incluir _borda da janela" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Aplicar _efeito:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" -msgstr "Capturar _toda a janela" +msgstr "Capturar _toda a tela" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Capturar a _janela atual" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "_Selecionar área para capturar" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Capturar após _intervalo de" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Capturar imagem da tela" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Efeitos" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Ajuda" @@ -387,11 +425,11 @@ # "capturar imagem da tela", então espero que a essa atura do campeonato o usuário # tenha entendido o contexto :) Por isso, e para diminuir o excesso de largura # do diálogo, encurtei "Capturar imagem da _tela" para "Capturar" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "C_apturar" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Cancelar" @@ -415,5 +453,6 @@ #~ "UI definition file for the screenshot program is missing.\n" #~ "Please check your installation of gnome-utils" #~ msgstr "" -#~ "O arquivo de definições da interface de usuário para o programa de captura de tela está faltando.\n" +#~ "O arquivo de definições da interface de usuário para o programa de " +#~ "captura de tela está faltando.\n" #~ "Por favor, verifique sua instalação do gnome-utils" diff -Nru gnome-screenshot-3.22.0/po/pt.po gnome-screenshot-3.25.0/po/pt.po --- gnome-screenshot-3.22.0/po/pt.po 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/po/pt.po 2017-05-29 12:53:36.000000000 +0000 @@ -4,7 +4,7 @@ # Nuno Ferreira , 1999. # Duarte Loreto , 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013. # António Lima , 2013. -# Tiago Santos , 2014 - 2016. +# Tiago Santos , 2014 - 2017. # Pedro Albuquerque , 2015. # Sérgio Cardeira , 2016. # @@ -13,8 +13,8 @@ "Project-Id-Version: 3.8\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-04-27 09:27+0000\n" -"PO-Revision-Date: 2016-05-22 12:56+0100\n" +"POT-Creation-Date: 2016-11-16 07:59+0000\n" +"PO-Revision-Date: 2017-01-02 10:28+0000\n" "Last-Translator: Tiago Santos \n" "Language-Team: Português <>\n" "Language: pt\n" @@ -22,7 +22,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 1.8.7.1\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 #: ../src/screenshot-application.c:767 @@ -67,7 +67,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -109,11 +109,11 @@ msgid "Save in _folder:" msgstr "Gravar na _pasta:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Captura de uma janela específica (obsoleto)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -121,79 +121,79 @@ "Capturar só a janela atual, em vez de toda a área de trabalho. Esta tecla é " "obsoleta e já não é utilizada." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Atraso na captura" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "O número de segundos a aguardar antes de realizar a captura." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Pasta de capturas de ecrã" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "A pasta predefinida onde as capturas de ecrã são gravadas." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Pasta da última gravação" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "A última pasta onde foi gravada uma captura de ecrã em modo interativo." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Incluir a margem" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Incluir a margem do gestor de janelas na imagem capturada" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Incluir o rato" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Incluir o ponteiro do rato na captura" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Incluir o perfil ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Incluir o perfil ICC do alvo no ficheiro de captura" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Efeito da margem" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"Efeito a adicionar ao lado exterior da margem. Valores possíveis são \"sombra" -"\", \"nenhum\", e \"margem\"." +"Efeito a adicionar ao lado exterior da margem. Valores possíveis são " +"“sombra”, “nenhum”, e “margem”." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "A extensão predefinida de tipo de ficheiro" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "A extensão predefinida de tipo de ficheiro para capturas de ecrã." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" -msgstr "Já existe um ficheiro com o nome \"%s\" em \"%s\"" +msgid "A file named “%s” already exists in “%s”" +msgstr "Já existe um ficheiro com o nome “%s” em “%s”" #: ../src/screenshot-application.c:152 msgid "Overwrite existing file?" @@ -307,7 +307,7 @@ "Opções em conflito: --area e --delay não devem ser utilizadas " "simultaneamente.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Captura.png" diff -Nru gnome-screenshot-3.22.0/po/ru.po gnome-screenshot-3.25.0/po/ru.po --- gnome-screenshot-3.22.0/po/ru.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/ru.po 2017-05-29 12:53:36.000000000 +0000 @@ -18,20 +18,20 @@ msgid "" msgstr "" "Project-Id-Version: gnome-utils trunk\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-01-30 08:25+0000\n" -"PO-Revision-Date: 2015-01-30 15:23+0300\n" -"Last-Translator: Stas Solovey \n" +"POT-Creation-Date: 2017-02-23 22:57+0000\n" +"PO-Revision-Date: 2017-03-14 21:26+0400\n" +"Last-Translator: Yuri Myasoedov \n" "Language-Team: Русский \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "10<=4 && (n%100<10 || n%100>=20) ? 1: 2);\n" -"X-Generator: Gtranslator 2.91.6\n" +"X-Generator: Poedit 1.8.7.1\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 #: ../src/screenshot-application.c:767 @@ -75,7 +75,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -117,11 +117,11 @@ msgid "Save in _folder:" msgstr "Сохранить в _папке:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Делать снимок текущего окна (устарел)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -129,78 +129,78 @@ "Снимать только текущее окно, а не весь рабочий стол. Этот ключ устарел и " "больше не используется." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Задержка снимка экрана" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Задержка в секундах перед созданием снимка экрана." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Каталог для снимков экрана" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Каталог по умолчанию для сохранения снимков экрана." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Последний каталог для сохранения" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "Каталог, в который последний раз сохранялся снимок в интерактивном режиме." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Добавить рамку" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Добавить рамку окна в снимок" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Добавить указатель" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Добавить указатель мыши в снимок экрана" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Добавить профиль ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Добавить целевой профиль ICC в файл снимка экрана" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Эффект рамки" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Эффект, добавляемый вокруг рамки. Возможные значения: «shadow», «none» и " "«border»." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Тип расширения файла по умолчанию" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Тип расширения файла снимка экрана по умолчанию." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Файл с именем «%s» уже существует в «%s»" #: ../src/screenshot-application.c:152 @@ -262,7 +262,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "секунд" @@ -314,13 +314,14 @@ msgstr "" "Несовместимые параметры: нельзя одновременно использовать --area и --delay.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Снимок экрана.png" #. translators: this is the name of the file that gets made up #. * with the screenshot if the entire screen is taken #: ../src/screenshot-filename-builder.c:143 +#, c-format msgid "Screenshot from %s.%s" msgstr "Снимок экрана от %s.%s" @@ -328,9 +329,15 @@ #. * made up with the screenshot if the entire screen is #. * taken #: ../src/screenshot-filename-builder.c:150 +#, c-format msgid "Screenshot from %s - %d.%s" msgstr "Снимок экрана от %s - %d.%s" +#. Translators: +#. * these are the names of the effects available which will be +#. * displayed inside a combo box in interactive mode for the user +#. * to chooser. +#. #: ../src/screenshot-interactive-dialog.c:156 msgid "None" msgstr "Нет" @@ -348,55 +355,55 @@ msgstr "Винтаж" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Включить _указатель" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Включить ра_мку окна" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Применить _эффект:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Захватить весь _экран" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Захватить текущее _окно" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Выбрать _область захвата" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Захватить после _задержки" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Сделать снимок экрана" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Эффекты" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Справка" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Сделать _снимок экрана" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Отмена" diff -Nru gnome-screenshot-3.22.0/po/sk.po gnome-screenshot-3.25.0/po/sk.po --- gnome-screenshot-3.22.0/po/sk.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/sk.po 2017-05-29 12:53:36.000000000 +0000 @@ -13,8 +13,8 @@ "Project-Id-Version: gnome-screenshot\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-02-26 08:34+0000\n" -"PO-Revision-Date: 2015-02-26 12:07+0100\n" +"POT-Creation-Date: 2016-11-10 18:39+0000\n" +"PO-Revision-Date: 2017-01-19 20:41+0100\n" "Last-Translator: Dušan Kazik \n" "Language-Team: Slovak \n" "Language: sk\n" @@ -22,7 +22,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n" -"X-Generator: Poedit 1.7.4\n" +"X-Generator: Poedit 1.8.11\n" # desktop entry name; #: ../src/org.gnome.Screenshot.desktop.in.h:1 @@ -73,7 +73,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -117,11 +117,11 @@ msgstr "Uložiť _do priečinka:" # snimka -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Snímka obrazovky špecifická pre dané okno (zastaralé)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -129,80 +129,80 @@ "Zachytiť len aktuálne okno namiesto celej plochy. Tento kľúč je zastaralý a " "viac sa už nepoužíva." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Oneskorenie snímky obrazovky" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Počet sekúnd, ktoré počkať pred zosnímaním obrazovky." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Adresár snímok obrazoviek" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Predvolený adresár, kam sa budú ukladať snímky obrazovky." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Adresár posledného uloženia" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "Adresár, kam bola naposledy uložená snímka obrazovky v interaktívnom režime." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Zahrnúť okraj" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Do snímky obrazovky zahrnúť okraj správcu okien" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Zahrnúť kurzor" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Do snímky obrazovky zahrnúť kurzor" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Zahrnúť ICC profil" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Do súboru snímky obrazovky zahrnúť ICC profil cieľa" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Efekty okraja" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" "Efekt, ktorý sa má pridať okolo okraja. Možné hodnoty sú „shadow“ (tieň), " "„none“ (žiadny) a „border“ (okraj)." # summary -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Prípona predvoleného typu súboru" # description -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Prípona predvoleného typu súboru pre snímku obrazovky." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Súbor s názvom „%s“ už existuje v „%s“" #: ../src/screenshot-application.c:152 @@ -270,7 +270,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "sekúnd" @@ -322,7 +322,7 @@ "time.\n" msgstr "Konfliktné voľby: --area a --delay by nemali byť používané spolu.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Obrazovka.png" @@ -359,55 +359,55 @@ msgstr "Starodávny" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Zahrnúť k_urzor" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Zahrnúť ok_raj okna" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Použiť _efekt:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Zachytiť celú ob_razovku" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Zachytiť aktuálne o_kno" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Označiť obl_asť na zachytenie" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Zachytiť s _oneskorením" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Urobiť snímku obrazovky" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Efekty" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Pomocník" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Urobiť _snímku obrazovky" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Zrušiť" diff -Nru gnome-screenshot-3.22.0/po/sl.po gnome-screenshot-3.25.0/po/sl.po --- gnome-screenshot-3.22.0/po/sl.po 2016-07-31 22:14:38.000000000 +0000 +++ gnome-screenshot-3.25.0/po/sl.po 2017-05-29 12:53:36.000000000 +0000 @@ -2,25 +2,24 @@ # Copyright (C) 2000-2006 Free Software Foundation, Inc. # This file is distributed under the same license as the gnome-screenshot package. # -# Matej Urbančič , 2011-2014. +# Matej Urbančič , 2011–2016. # msgid "" msgstr "" "Project-Id-Version: gnome-screenshot master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-03-03 20:29+0000\n" -"PO-Revision-Date: 2015-03-03 21:50+0100\n" +"POT-Creation-Date: 2016-11-15 20:22+0100\n" +"PO-Revision-Date: 2016-11-15 20:26+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian GNOME Translation Team \n" -"Language: sl\n" +"Language: sl_SI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" -"%100==4 ? 3 : 0);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" "X-Poedit-SourceCharset: utf-8\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 1.8.9\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 #: ../src/screenshot-application.c:767 @@ -64,14 +63,15 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." msgstr "" -"Program za zajemanje slik omogoča zajemanje tudi, ko ni odprt. S pritiskom " -"na tipko PrtScr se shrani celoten zaslon kot slika v mapo Slike. S " -"pritisnjeno tipko Alt pa bo zajeto le trenutno okno v žarišču." +"Program GNOME Zajemalnik zaslonskih slik omogoča zajemanje vsebine zaslona " +"tudi, če ni zagnan. Pritisniti je treba zgolj tipko PrtSc na tipkovnici in " +"slica celotnega zaslona bo shranjena v mapo Slik. Če pritisnete tudi tipko " +"Alt, bo shranjeno le trenutno dejavno okno." #: ../src/screenshot-app-menu.ui.h:1 msgid "Help" @@ -105,11 +105,11 @@ msgid "Save in _folder:" msgstr "_Shrani v mapo:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Okenski zajem (opuščeno)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -117,78 +117,78 @@ "Zajemi slike le trenutnega okna in ne celotnega namizja. Možnost je opuščena " "in ni več v uporabi." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Časovni zamik zajema zaslonske slike" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Čas v sekundah, po katerem se šele zajame zaslonska slika." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Imenik zaslonske slike" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Mapa v katero bodo privzeto shranjene zajete zaslonske slike." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Zadnja mapa za shranjevanje" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "Mapa v katero je bila shranjena slika ob zadnjem shranjevanju." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Vključi robove" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Vključi robove okenskega upravljalnika skupaj z zaslonsko sliko" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Vključi kazalnik" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "V zaslonsko sliko vključi tudi kazalnik" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Vključi profil ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "V zaslonsko sliko vključi tudi profil ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Učinki na robovih" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"Učinki, ki so dodani izven robov. Vrednosti na voljo so \"senca\", \"brez\" " -"in \"rob\"." +"Učinek, ki doda debelino zunanji strani robu. Možne vrednosti so »shadow«, " +"»brez« in »rob«." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Privzeta pripona datotek" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Privzeta pripona datotek za zajeto zaslonsko sliko" #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" -msgstr "Datoteka z imenom \"%s\" že obstaja v mapi \"%s\"" +msgid "A file named “%s” already exists in “%s”" +msgstr "Datoteka z imenom »%s« že obstaja v mapi »%s«" #: ../src/screenshot-application.c:152 msgid "Overwrite existing file?" @@ -249,7 +249,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "sekund" @@ -298,7 +298,7 @@ msgstr "" "Možnosti v sporu: zastavic --area in --delay ni mogoče uporabljati sočasno.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "zaslonska_slika.png" @@ -334,55 +334,55 @@ msgstr "Staranje" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Vključi _kazalnik" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Vključi tudi robove okna" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Uporabi _učinek:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Zajemi celotni _zaslon" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Zajemi trenutno _okno" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Zajemi izbrano _območje" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Zajemi _po zamiku" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Zajem zaslonske slike" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Učinki" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "Pomo_č" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Zajemi zaslonsko _sliko" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Prekliči" @@ -390,6 +390,27 @@ msgid "Error loading the help page" msgstr "Napaka med nalaganjem pomoči" +#~ msgid "" +#~ "GNOME Screenshot allows you to take screenshots even when it's not open: " +#~ "just press the PrtSc button on your keyboard, and a snapshot of your " +#~ "whole screen will be saved to your Pictures folder. Hold Alt while " +#~ "pressing PrtSc and you will get a screenshot of only the currently " +#~ "selected window." +#~ msgstr "" +#~ "Program za zajemanje slik omogoča zajemanje tudi, ko ni odprt. S " +#~ "pritiskom na tipko PrtScr se shrani celoten zaslon kot slika v mapo " +#~ "Slike. S pritisnjeno tipko Alt pa bo zajeto le trenutno okno v žarišču." + +#~ msgid "" +#~ "Effect to add to the outside of a border. Possible values are \"shadow\", " +#~ "\"none\", and \"border\"." +#~ msgstr "" +#~ "Učinki, ki so dodani izven robov. Vrednosti na voljo so \"senca\", \"brez" +#~ "\" in \"rob\"." + +#~ msgid "A file named \"%s\" already exists in \"%s\"" +#~ msgstr "Datoteka z imenom \"%s\" že obstaja v mapi \"%s\"" + #~ msgid "Take a picture of the screen" #~ msgstr "Zajem zaslonske slike" diff -Nru gnome-screenshot-3.22.0/po/sr@latin.po gnome-screenshot-3.25.0/po/sr@latin.po --- gnome-screenshot-3.22.0/po/sr@latin.po 2016-07-31 22:14:38.000000000 +0000 +++ gnome-screenshot-3.25.0/po/sr@latin.po 2017-05-29 12:53:36.000000000 +0000 @@ -2,17 +2,17 @@ # Courtesy of Prevod.org team (http://prevod.org/). # This file is distributed under the same license as the gnome-screenshot package. # Miloš Popović , 2011. -# Miroslav Nikolić , 2011—2015. +# Miroslav Nikolić , 2011—2017. msgid "" msgstr "" "Project-Id-Version: gnome-utils-2.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-03-04 08:32+0000\n" -"PO-Revision-Date: 2015-03-05 22:14+0200\n" +"POT-Creation-Date: 2016-11-16 07:59+0000\n" +"PO-Revision-Date: 2017-02-21 06:59+0200\n" "Last-Translator: Miroslav Nikolić \n" -"Language-Team: Serbian \n" -"Language: sr@latin\n" +"Language-Team: Serbian <(nothing)>\n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -44,7 +44,6 @@ msgstr "Napravite snimak tekućeg prozora" #: ../src/org.gnome.Screenshot.appdata.xml.in.h:1 -#| msgid "Screenshot" msgid "GNOME Screenshot" msgstr "Gnomov snimač ekrana" @@ -62,8 +61,14 @@ "snimak ekrana upravo u Gnomovoj ostavi i da je ubacite u druge programe." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 +#| msgid "" +#| "GNOME Screenshot allows you to take screenshots even when it's not open: " +#| "just press the PrtSc button on your keyboard, and a snapshot of your " +#| "whole screen will be saved to your Pictures folder. Hold Alt while " +#| "pressing PrtSc and you will get a screenshot of only the currently " +#| "selected window." msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -105,11 +110,11 @@ msgid "Save in _folder:" msgstr "Sačuvaj u _fascikli:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Snimak određenog prozora (prevaziđeno)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -117,79 +122,83 @@ "Snima samo tekući prozor umesto cele radne površi. Ovaj ključ je prevaziđen i " "više se ne koristi." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Zastoj pre snimanja" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Vreme u sekundama nakon koga će biti napravljen snimak ekrana." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Fascikla za snimke" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Fascikla u kojoj će biti sačuvani snimci ekrana." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Poslednja fascikla čuvanja" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" "Poslednja fascikla u kojoj je bio sačuvan snimak ekrana u međudejstvenom " "režimu." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Obuhvata ivicu" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Uključuje ivicu upravnika prozora u snimak ekrana" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Obuhvata pokazivač" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Uključuje pokazivač u snimak ekrana" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Uključuje ICC profil" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Ugrađuje ICC profil u datoteku sa snimkom ekrana" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Efekat ivica" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 +#| msgid "" +#| "Effect to add to the outside of a border. Possible values are \"shadow\", " +#| "\"none\", and \"border\"." msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"Efekat koji se dodaje sa spoljne strane ivice. Moguće vrednosti su " -"„shadow“ (senka), „none“ (ništa), i „border“ (ivica)." +"Efekat koji se dodaje sa spoljne strane ivice. Moguće vrednosti su „shadow“ " +"(senka), „none“ (ništa), i „border“ (ivica)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Osnovno proširenje vrste datoteke" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Osnovno proširenje vrste datoteke za snimke ekana." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +#| msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Datoteka pod nazivom „%s\" već postoji u „%s“" #: ../src/screenshot-application.c:152 @@ -252,7 +261,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "sekunde" @@ -284,6 +293,7 @@ msgid "translator-credits" msgstr "" " Miroslav Nikolić \n" +" Marko M. Kostić \n" "\n" "http://prevod.org — prevod na srpski jezik" @@ -303,7 +313,7 @@ msgstr "" "Sukob opcija: „--area“ i „--delay“ ne mogu biti korišćene u isto vreme.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "snimak-ekrana.png" @@ -312,7 +322,7 @@ #: ../src/screenshot-filename-builder.c:143 #, c-format msgid "Screenshot from %s.%s" -msgstr "Snimak ekrana iz „%s.%s“" +msgstr "Snimak ekrana od %s.%s" #. translators: this is the name of the file that gets #. * made up with the screenshot if the entire screen is @@ -320,7 +330,7 @@ #: ../src/screenshot-filename-builder.c:150 #, c-format msgid "Screenshot from %s - %d.%s" -msgstr "Snimak ekrana iz „%s — %d.%s“" +msgstr "Snimak ekrana od %s — %d.%s" #: ../src/screenshot-interactive-dialog.c:156 msgid "None" @@ -339,55 +349,55 @@ msgstr "Poreklo" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Uključi _pokazivač" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Uključi _ivicu prozora" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Primeni _dejstvo:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Snimi _celu radnu površ" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Snimi _trenutni prozor" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Izaberi _oblast za snimanje" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Snimi nakon _zastoja od" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Snimak ekrana" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Dejstva" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "Po_moć" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "_Snimi ekran" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Otkaži" diff -Nru gnome-screenshot-3.22.0/po/sr.po gnome-screenshot-3.25.0/po/sr.po --- gnome-screenshot-3.22.0/po/sr.po 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/po/sr.po 2017-05-29 12:53:36.000000000 +0000 @@ -6,22 +6,23 @@ msgid "" msgstr "" "Project-Id-Version: gnome-utils-2.0\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-11-30 09:58+0000\n" -"PO-Revision-Date: 2015-11-30 18:47+0100\n" -"Last-Translator: Марко М. Костић (Marko M. Kostić) \n" +"POT-Creation-Date: 2017-05-27 22:31+0000\n" +"PO-Revision-Date: 2017-05-20 16:50+0200\n" +"Last-Translator: Марко М. Костић \n" "Language-Team: Serbian \n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=n==1? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 " -"&& n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=4; plural=n==1? 3 : n%10==1 && n%100!=11 ? 0 : n" +"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Project-Style: gnome\n" -"X-Generator: Poedit 1.8.5\n" +"X-Generator: Poedit 2.0.2\n" -#: ../src/org.gnome.Screenshot.desktop.in.h:1 ../src/screenshot-application.c:767 +#: ../src/org.gnome.Screenshot.desktop.in.h:1 +#: ../src/screenshot-application.c:767 msgid "Screenshot" msgstr "Снимач екрана" @@ -33,7 +34,9 @@ #: ../src/org.gnome.Screenshot.desktop.in.h:3 msgid "snapshot;capture;print;screenshot;" -msgstr "снимак;сними;штампај;снимак екрана;" +msgstr "" +"снимак;сними;штампај;снимак екрана;snimak;snimi,štampaj;snimak ekrana;" +"snapshot;capture;print;screenshot;" #: ../src/org.gnome.Screenshot.desktop.in.h:4 msgid "Take a Screenshot of the Whole Screen" @@ -56,21 +59,21 @@ "applications." msgstr "" "Гномов снимач екрана је једноставно помагало које вам омогућава да направите " -"слике екрана вашег рачунара. Можете направити снимке читавог екрана, било ког " -"програма, или одабране правоугаоне области. Можете такође да умножите снимак " -"екрана управо у Гномовој остави и да је убаците у друге програме." +"слике екрана вашег рачунара. Можете направити снимке читавог екрана, било " +"ког програма, или одабране правоугаоне области. Можете такође да умножите " +"снимак екрана управо у Гномовој остави и да је убаците у друге програме." #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: just " -"press the PrtSc button on your keyboard, and a snapshot of your whole screen " -"will be saved to your Pictures folder. Hold Alt while pressing PrtSc and you " -"will get a screenshot of only the currently selected window." -msgstr "" -"Гномов снимач екрана вам омогућава да направите снимке екрана чак и када није " -"отворен: само притисните одговарајуће дугме на тастатури (PrtSc), и снимак " -"читавог екрана биће сачуван у вашој фасцикли слика. Држите Алт док притискате " -"„PrtSc“ и добићете снимак екрана само тренутно изабраног прозора." +"GNOME Screenshot allows you to take screenshots even when it's not open: " +"just press the PrtSc button on your keyboard, and a snapshot of your whole " +"screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " +"and you will get a screenshot of only the currently selected window." +msgstr "" +"Гномов снимач екрана вам омогућава да направите снимке екрана чак и када " +"није отворен: само притисните тастер PrtSc на вашој тастатури, и снимак " +"читавог екрана биће сачуван у вашој фасцикли слика. Држите Alt док " +"притискате „PrtSc“ и добићете снимак екрана само тренутно изабраног прозора." #: ../src/screenshot-app-menu.ui.h:1 msgid "Help" @@ -104,84 +107,85 @@ msgid "Save in _folder:" msgstr "Сачувај у _фасцикли:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Снимак одређеног прозора (превазиђено)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" -"Grab just the current window, rather than the whole desktop. This key has been " -"deprecated and it is no longer in use." +"Grab just the current window, rather than the whole desktop. This key has " +"been deprecated and it is no longer in use." msgstr "" "Снима само текући прозор уместо целе радне површи. Овај кључ је превазиђен и " "више се не користи." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Застој пре снимања" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Време у секундама након кога ће бити направљен снимак екрана." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Фасцикла за снимке" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Фасцикла у којој ће бити сачувани снимци екрана." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Последња фасцикла чувања" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "" -"Последња фасцикла у којој је био сачуван снимак екрана у међудејственом режиму." +"Последња фасцикла у којој је био сачуван снимак екрана у међудејственом " +"режиму." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Обухвата ивицу" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Укључује ивицу управника прозора у снимак екрана" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Обухвата показивач" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Укључује показивач у снимак екрана" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Укључује ИЦЦ профил" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Уграђује ИЦЦ профил у датотеку са снимком екрана" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Ефекат ивица" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", \"none" -"\", and \"border\"." +"Effect to add to the outside of a border. Possible values are \"shadow\", " +"\"none\", and \"border\"." msgstr "" "Ефекат који се додаје са спољне стране ивице. Могуће вредности су " "„shadow“ (сенка), „none“ (ништа), и „border“ (ивица)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Основно проширење врсте датотеке" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Основно проширење врсте датотеке за снимке екана." @@ -249,7 +253,8 @@ #. translators: this is the last part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-application.c:637 ../src/screenshot-interactive-dialog.c:414 +#: ../src/screenshot-application.c:637 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "секунде" @@ -288,17 +293,20 @@ #: ../src/screenshot-config.c:116 #, c-format msgid "" -"Conflicting options: --window and --area should not be used at the same time.\n" +"Conflicting options: --window and --area should not be used at the same " +"time.\n" msgstr "" "Сукоб опција: „--window“ и „--area“ не могу бити коришћене у исто време.\n" #: ../src/screenshot-config.c:123 #, c-format msgid "" -"Conflicting options: --area and --delay should not be used at the same time.\n" -msgstr "Сукоб опција: „--area“ и „--delay“ не могу бити коришћене у исто време.\n" +"Conflicting options: --area and --delay should not be used at the same " +"time.\n" +msgstr "" +"Сукоб опција: „--area“ и „--delay“ не могу бити коришћене у исто време.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "снимак-екрана.png" diff -Nru gnome-screenshot-3.22.0/po/sv.po gnome-screenshot-3.25.0/po/sv.po --- gnome-screenshot-3.22.0/po/sv.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/sv.po 2017-05-29 12:53:36.000000000 +0000 @@ -1,28 +1,27 @@ # Swedish messages for gnome-screenshot. -# Copyright (C) 2000-2015 Free Software Foundation, Inc. +# Copyright © 2000-2017 Free Software Foundation, Inc. # Martin Norbäck , 2000. # Andreas Hyden . # Christian Rose , 2001, 2002, 2003, 2004, 2005. # Daniel Nylander , 2006, 2007, 2008, 2009, 2010, 2011, 2012. # Sebastian Rasmussen , 2015. -# -# $Id: sv.po,v 1.161 2006/12/11 21:18:20 dnylande Exp $ +# Anders Jonsson , 2017 # msgid "" msgstr "" "Project-Id-Version: gnome-screenshot\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-02-01 08:28+0000\n" -"PO-Revision-Date: 2015-02-01 12:01+0100\n" -"Last-Translator: Sebastian Rasmussen \n" +"POT-Creation-Date: 2016-11-10 18:39+0000\n" +"PO-Revision-Date: 2017-02-02 23:15+0100\n" +"Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" "Language: sv\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: Poedit 1.6.10\n" +"X-Generator: Poedit 1.8.11\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 #: ../src/screenshot-application.c:767 @@ -66,7 +65,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -109,11 +108,11 @@ msgid "Save in _folder:" msgstr "Spara i _mappen:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Fönsterspecifik skärmbild (utfasad)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -121,77 +120,77 @@ "Fånga bara det aktuella fönstret istället för hela skrivbordet. Denna nyckel " "har fasats ut och används inte längre." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Fördröjning för skärmbild" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Antalet sekunder att vänta innan skärmbilden tas." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Katalog för skärmbilder" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Katalogen där skärmbilderna kommer att sparas i som standard." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Senaste katalogen" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "Senaste katalogen som en skärmbild sparades i vid interaktivt läge." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Inkludera ram" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Inkludera fönsterhanterarens ram i skärmbilden" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Inkludera pekare" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Inkludera muspekaren i skärmbilden" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Inkludera ICC-profil" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Inkludera ICC-profilen för målet i skärmbildsfilen" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Rameffekt" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"Effekt att lägga till utsidan på ramen. Möjliga värden är \"shadow\", " -"\"none\" och \"border\"." +"Effekt att lägga till utsidan på ramen. Möjliga värden är ”shadow” (skugga), " +"”none” (ingen) och ”border” (kant)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Standardändelse för filtyp" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Filtypsändelsen att använda som standard för skärmbilder." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "En fil med namnet ”%s” finns redan i ”%s”" #: ../src/screenshot-application.c:152 @@ -252,7 +251,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "sekunder" @@ -303,7 +302,7 @@ "time.\n" msgstr "Flaggor i konflikt: --area och --delay bör inte användas samtidigt.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Skärmbild.png" @@ -339,55 +338,55 @@ msgstr "Vintage" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Inkludera _pekare" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Inkludera fönster_ramen" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Tillämpa _effekt:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Fånga hela s_kärmen" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Fånga aktuellt _fönster" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Välj _område att fånga" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Fånga _efter en fördröjning på" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Ta en skärmbild" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Effekter" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Hjälp" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Ta en _skärmbild" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Avbryt" diff -Nru gnome-screenshot-3.22.0/po/uk.po gnome-screenshot-3.25.0/po/uk.po --- gnome-screenshot-3.22.0/po/uk.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/uk.po 2017-05-29 12:53:36.000000000 +0000 @@ -4,14 +4,14 @@ # Maxim Dziumanenko , 2002-2010 # wanderlust , 2009. # int_ua , 2010. -# Daniel Korostil , 2011-2012, 2013, 2014, 2015. +# Daniel Korostil , 2011-2012, 2013, 2014, 2015, 2017. # Mykola Tkach , 2013. msgid "" msgstr "" "Project-Id-Version: gnome-utils\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-26 02:40+0200\n" -"PO-Revision-Date: 2015-02-26 02:51+0300\n" +"POT-Creation-Date: 2017-03-20 12:22+0200\n" +"PO-Revision-Date: 2017-03-20 12:23+0300\n" "Last-Translator: Daniel Korostil \n" "Language-Team: linux.org.ua\n" "Language: uk\n" @@ -24,7 +24,7 @@ "X-Project-Style: gnome\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 -#: ../src/screenshot-application.c:767 +#: ../src/screenshot-application.c:767 ../src/screenshot-application.c:835 msgid "Screenshot" msgstr "Знімок екрана" @@ -65,14 +65,14 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." msgstr "" "Знімок GNOME дозволяє робити знімки, навіть якщо він не відритий: просто " -"натисніть клавішу Print на вашій клавіатурі й знімок усього екрана буде " -"збережено у теці Малюнки. Утримуйте Alt і натисніть Print, щоб одержати " +"натисніть клавішу PrtSc на вашій клавіатурі й знімок усього екрана буде " +"збережено у теці Малюнки. Утримуйте Alt і натисніть PrtSc, щоб одержати " "знімок тільки вибраного вікна." #: ../src/screenshot-app-menu.ui.h:1 @@ -107,11 +107,11 @@ msgid "Save in _folder:" msgstr "Зберегти у _теці:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Знімок спеціального вікна (заборонено)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -119,78 +119,78 @@ "Знімати лише поточне вікно, а не всю стільницю. Цей ключ заборонено, і він " "вже не використовується." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Затримка знімку екрана" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "" "Число секунд, яке буде очікуватися до того, як буде зроблено знімок екрана." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Каталог знімків екрана" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Каталог, у якому типово зберігаються знімки екрана." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Каталог останнього збереження" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "Останній каталог, у якому знімки зберігались у інтерактивному режимі." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Увімкнути рамку" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Внести рамку віконного менеджера у знімок екрана" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Увімкнути вказівник" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Внести вказівник миші у знімок екрана" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Внести профіль ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Внести профіль ICC цілі в файл знімка екрана" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Ефекти рамки" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"Ефект, що додається навколо рамки. Можливі варіанти: \"shadow\", \"none\", " -"та \"border\"." +"Ефект, що додається навколо рамки. Можливі варіанти: «shadow», «none», та " +"«border»." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Типове розширення типу файла" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Типове розширення типу файла для знімків." #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" +msgid "A file named “%s” already exists in “%s”" msgstr "Файл з назвою «%s» уже існує в «%s»" #: ../src/screenshot-application.c:152 @@ -251,7 +251,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "секунд" @@ -303,7 +303,7 @@ msgstr "" "Конфліктні параметри: --area і --delay не слід використовувати одночасно.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Екран.png" @@ -322,6 +322,11 @@ msgid "Screenshot from %s - %d.%s" msgstr "Знімок екрана з %s — %d.%s" +#. Translators: +#. * these are the names of the effects available which will be +#. * displayed inside a combo box in interactive mode for the user +#. * to chooser. +#. #: ../src/screenshot-interactive-dialog.c:156 msgid "None" msgstr "Немає" @@ -339,55 +344,55 @@ msgstr "Старомодний" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Захопити _вказівник" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Захопити _рамку вікна" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Застосувати _ефект" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Захопити весь _екран" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Захопити поточне _вікно" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Виберіть _ділянку захоплення" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Захопити після _затримки на" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Зробити знімок" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Ефекти" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "_Довідка" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "Зробити з_німок екрана" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "_Скасувати" diff -Nru gnome-screenshot-3.22.0/po/vi.po gnome-screenshot-3.25.0/po/vi.po --- gnome-screenshot-3.22.0/po/vi.po 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/po/vi.po 2017-05-29 12:53:36.000000000 +0000 @@ -4,15 +4,15 @@ # This file is distributed under the same license as the gnome-screenshot package. # Nguyễn Thái Ngọc Duy , 2002,2007,2011-2012. # Clytie Siddall , 2005-2009. -# Trần Ngọc Quân , 2014, 2015. +# Trần Ngọc Quân , 2014, 2015, 2017. # msgid "" msgstr "" "Project-Id-Version: gnome-screenshot master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-03-15 20:26+0000\n" -"PO-Revision-Date: 2015-03-16 09:11+0700\n" +"POT-Creation-Date: 2017-03-20 10:22+0000\n" +"PO-Revision-Date: 2017-03-27 15:24+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" "Language: vi\n" @@ -20,9 +20,10 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Gtranslator 2.91.7\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 -#: ../src/screenshot-application.c:767 +#: ../src/screenshot-application.c:767 ../src/screenshot-application.c:835 msgid "Screenshot" msgstr "Chụp màn hình" @@ -42,7 +43,7 @@ #: ../src/org.gnome.Screenshot.desktop.in.h:5 msgid "Take a Screenshot of the Current Window" -msgstr "Chụp cửa sổ hiện thời" +msgstr "Chụp cửa sổ hiện tại" #: ../src/org.gnome.Screenshot.appdata.xml.in.h:1 msgid "GNOME Screenshot" @@ -63,7 +64,7 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." @@ -105,11 +106,11 @@ msgid "Save in _folder:" msgstr "Lưu vào thư _mục:" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "Ảnh chụp màn hình cửa sổ cụ thể (đã lạc hậu)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." @@ -117,78 +118,78 @@ "Lấy chỉ cửa sổ hiện thời, thay cho toàn màn hình. Khóa này đã lỗi thời và " "sau này không dùng nữa." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "Khoảng chờ chụp hình" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "Số giây cần chờ trước khi chụp màn hình." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "Thư mục lưu hình chụp" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "Thư mục mặc định nơi ứng dụng chụp màn hình sẽ lưu." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "Thư mục lưu lần cuối" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "Thư mục nơi ứng dụng chụp màn hình đã lưu lần cuối." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "Lấy đường viền" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "Lấy cả đường viền của trình quản lý cửa sổ, trong chụp màn hình" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "Lấy con trỏ" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "Lấy cả con trỏ khi chụp màn hình" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "Bao gồm hồ sơ ICC" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "Bao gồm hồ sơ ICC của đích trong tập tin chụp màn hình" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "Hiệu ứng viền" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "" -"Hiệu ứng cần thêm vào cạnh ở ngoại viền. Giá trị có thể là \"shadow" -"\" (bóng), \"none\" (không), và \"border\" (viền)." +"Hiệu ứng cần thêm vào cạnh ở ngoại viền. Giá trị có thể là “shadow” (bóng), " +"“none” (không), và “border” (viền)." -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "Phần đuôi tập tin mặc định" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "Phần đuôi tập tin mặc định dùng khi chụp màn hình" #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" -msgstr "Đã có tập tin tên \"%s\" trong \"%s\"" +msgid "A file named “%s” already exists in “%s”" +msgstr "Đã có tập tin tên “%s” trong “%s”" #: ../src/screenshot-application.c:152 msgid "Overwrite existing file?" @@ -248,7 +249,7 @@ #. * delay of seconds". #. #: ../src/screenshot-application.c:637 -#: ../src/screenshot-interactive-dialog.c:413 +#: ../src/screenshot-interactive-dialog.c:414 msgid "seconds" msgstr "giây" @@ -278,7 +279,7 @@ #: ../src/screenshot-application.c:770 msgid "translator-credits" -msgstr "Nhóm dịch GNOME " +msgstr "Nhóm Việt hóa GNOME " #: ../src/screenshot-config.c:116 #, c-format @@ -296,9 +297,9 @@ msgstr "" "Tùy chọn không tương thích: không thể dùng --area và --delay cùng lúc.\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" -msgstr "Hình_chụp.png" +msgstr "Hình chụp.png" #. translators: this is the name of the file that gets made up #. * with the screenshot if the entire screen is taken @@ -315,6 +316,11 @@ msgid "Screenshot from %s - %d.%s" msgstr "Hình chụp từ %s - %d.%s" +#. Translators: +#. * these are the names of the effects available which will be +#. * displayed inside a combo box in interactive mode for the user +#. * to chooser. +#. #: ../src/screenshot-interactive-dialog.c:156 msgid "None" msgstr "Không" @@ -332,55 +338,55 @@ msgstr "Vintage" #. * Include pointer * -#: ../src/screenshot-interactive-dialog.c:262 +#: ../src/screenshot-interactive-dialog.c:263 msgid "Include _pointer" msgstr "Lấy cả con t_rỏ" #. * Include window border * -#: ../src/screenshot-interactive-dialog.c:272 +#: ../src/screenshot-interactive-dialog.c:273 msgid "Include the window _border" msgstr "Lấy _viền cửa sổ" -#: ../src/screenshot-interactive-dialog.c:289 +#: ../src/screenshot-interactive-dialog.c:290 msgid "Apply _effect:" msgstr "Áp dụng _hiệu ứng:" -#: ../src/screenshot-interactive-dialog.c:346 +#: ../src/screenshot-interactive-dialog.c:347 msgid "Grab the whole sc_reen" msgstr "Chụp _toàn bộ màn hình" -#: ../src/screenshot-interactive-dialog.c:360 +#: ../src/screenshot-interactive-dialog.c:361 msgid "Grab the current _window" msgstr "Chụp cửa sổ h_iện thời" -#: ../src/screenshot-interactive-dialog.c:372 +#: ../src/screenshot-interactive-dialog.c:373 msgid "Select _area to grab" msgstr "Chọn _vùng cần chụp" #. translators: this is the first part of the "grab after a #. * delay of seconds". #. -#: ../src/screenshot-interactive-dialog.c:392 +#: ../src/screenshot-interactive-dialog.c:393 msgid "Grab after a _delay of" msgstr "Chụp _sau khi chờ" -#: ../src/screenshot-interactive-dialog.c:463 +#: ../src/screenshot-interactive-dialog.c:464 msgid "Take Screenshot" msgstr "Chụp màn hình" -#: ../src/screenshot-interactive-dialog.c:464 +#: ../src/screenshot-interactive-dialog.c:465 msgid "Effects" msgstr "Hiệu ứng" -#: ../src/screenshot-interactive-dialog.c:477 +#: ../src/screenshot-interactive-dialog.c:478 msgid "_Help" msgstr "Trợ _giúp" -#: ../src/screenshot-interactive-dialog.c:486 +#: ../src/screenshot-interactive-dialog.c:487 msgid "Take _Screenshot" msgstr "_Chụp màn hình" -#: ../src/screenshot-interactive-dialog.c:503 +#: ../src/screenshot-interactive-dialog.c:504 msgid "_Cancel" msgstr "T_hôi" diff -Nru gnome-screenshot-3.22.0/po/zh_TW.po gnome-screenshot-3.25.0/po/zh_TW.po --- gnome-screenshot-3.22.0/po/zh_TW.po 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/po/zh_TW.po 2017-05-29 12:53:36.000000000 +0000 @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: gnome-utils 3.3.1\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "screenshot&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-07-21 19:53+0000\n" -"PO-Revision-Date: 2015-02-20 20:43+0800\n" +"POT-Creation-Date: 2017-02-23 22:57+0000\n" +"PO-Revision-Date: 2017-03-01 08:48+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (traditional)\n" "Language: zh_TW\n" @@ -23,7 +23,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 1.7.4\n" +"X-Generator: Poedit 1.8.12\n" #: ../src/org.gnome.Screenshot.desktop.in.h:1 #: ../src/screenshot-application.c:767 @@ -66,13 +66,13 @@ #: ../src/org.gnome.Screenshot.appdata.xml.in.h:4 msgid "" -"GNOME Screenshot allows you to take screenshots even when it's not open: " +"GNOME Screenshot allows you to take screenshots even when it’s not open: " "just press the PrtSc button on your keyboard, and a snapshot of your whole " "screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc " "and you will get a screenshot of only the currently selected window." msgstr "" "GNOME Screenshot 允許您在沒有開啟它的狀況下拍攝螢幕擷圖:只要按下您鍵盤上的 " -"PrtSc 按鈕,您整個畫面的擷圖就會被儲存在您的影像資料夾。按下 PrtSc 時按住 " +"PrtSc 按鈕,您整個畫面的擷圖就會被儲存在您的圖片資料夾。按下 PrtSc 時按住 " "Alt 則只會取得目前選取視窗的螢幕擷圖。" #: ../src/screenshot-app-menu.ui.h:1 @@ -107,86 +107,86 @@ msgid "Save in _folder:" msgstr "儲存於資料夾(_F):" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:1 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:1 msgid "Window-specific screenshot (deprecated)" msgstr "指定視窗的螢幕擷圖 (已廢棄)" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:2 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:2 msgid "" "Grab just the current window, rather than the whole desktop. This key has " "been deprecated and it is no longer in use." msgstr "只抓取目前的視窗,而非整個桌面。這個設定鍵已廢棄,因此不再使用了。" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:3 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:3 msgid "Screenshot delay" msgstr "螢幕擷圖延遲" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:4 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:4 msgid "The number of seconds to wait before taking the screenshot." msgstr "在照下螢幕擷圖前等待的秒數。" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:5 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:5 msgid "Screenshot directory" msgstr "螢幕擷圖目錄" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:6 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:6 msgid "The directory where the screenshots will be saved by default." msgstr "螢幕擷圖預設儲存的目錄。" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:7 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:7 msgid "Last save directory" msgstr "上次儲存的目錄" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:8 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:8 msgid "The last directory a screenshot was saved in interactive mode." msgstr "上次在互動模式中儲存螢幕擷圖的目錄。" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:9 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:9 msgid "Include Border" msgstr "包含邊框" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:10 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:10 msgid "Include the window manager border along with the screenshot" msgstr "螢幕擷圖包含視窗管理員邊框" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:11 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:11 msgid "Include Pointer" msgstr "包含滑鼠指標" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:12 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:12 msgid "Include the pointer in the screenshot" msgstr "螢幕擷圖包含滑鼠指標" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:13 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:13 msgid "Include ICC Profile" msgstr "包含 ICC 設定檔" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:14 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:14 msgid "Include the ICC profile of the target in the screenshot file" msgstr "螢幕擷圖檔案包含目標的 ICC 設定檔" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:15 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:15 msgid "Border Effect" msgstr "邊框效果" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:16 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:16 msgid "" -"Effect to add to the outside of a border. Possible values are \"shadow\", " -"\"none\", and \"border\"." +"Effect to add to the outside of a border. Possible values are “shadow”, " +"“none”, and “border”." msgstr "加到邊框外的效果。可用的數值有:“shadow”,“none”及“border”。" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:17 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:17 msgid "Default file type extension" msgstr "預設檔案類型延伸檔名" -#: ../src/org.gnome.gnome-screenshot.gschema.xml.in.h:18 +#: ../src/org.gnome.gnome-screenshot.gschema.xml.h:18 msgid "The default file type extension for screenshots." msgstr "螢幕擷圖的預設檔案類型延伸檔名。" #: ../src/screenshot-application.c:145 #, c-format -msgid "A file named \"%s\" already exists in \"%s\"" -msgstr "「%s」中已存在名為「%s」的檔案" +msgid "A file named “%s” already exists in “%s”" +msgstr "名為「%s」的檔案已存在「%s」中" #: ../src/screenshot-application.c:152 msgid "Overwrite existing file?" @@ -292,7 +292,7 @@ "time.\n" msgstr "衝突的選項:--area 和 --delay 不應同時使用。\n" -#: ../src/screenshot-dialog.c:314 +#: ../src/screenshot-dialog.c:312 msgid "Screenshot.png" msgstr "Screenshot.png" @@ -311,6 +311,11 @@ msgid "Screenshot from %s - %d.%s" msgstr "%s 的螢幕擷圖 - %d.%s" +#. Translators: +#. * these are the names of the effects available which will be +#. * displayed inside a combo box in interactive mode for the user +#. * to chooser. +#. #: ../src/screenshot-interactive-dialog.c:156 msgid "None" msgstr "沒有" diff -Nru gnome-screenshot-3.22.0/README.md gnome-screenshot-3.25.0/README.md --- gnome-screenshot-3.22.0/README.md 1970-01-01 00:00:00.000000000 +0000 +++ gnome-screenshot-3.25.0/README.md 2017-05-29 12:53:36.000000000 +0000 @@ -0,0 +1,12 @@ +GNOME Screenshot +================ + +GNOME Screenshot is a small utility that takes a screenshot of the whole +desktop; the currently focused window; or an area of the screen. + +### Dependencies + + - GLib 2.36 + - GTK+ 3.0 + - libcanberra-gtk3 + - X11 diff -Nru gnome-screenshot-3.22.0/src/gnome-screenshot.c gnome-screenshot-3.25.0/src/gnome-screenshot.c --- gnome-screenshot-3.22.0/src/gnome-screenshot.c 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/src/gnome-screenshot.c 2017-05-29 12:53:36.000000000 +0000 @@ -24,7 +24,8 @@ /* IF YOU WANT YOUR OWN FEATURE -- WRITE THE DAMN THING YOURSELF (-: */ /* MAYBE I LIED... -jrb */ -#include +#include "config.h" + #include #include Binary files /tmp/tmpff4sED/VO1RDmoMFv/gnome-screenshot-3.22.0/src/gnome-screenshot.png and /tmp/tmpff4sED/YjXlTfUCx2/gnome-screenshot-3.25.0/src/gnome-screenshot.png differ diff -Nru gnome-screenshot-3.22.0/src/Makefile.am gnome-screenshot-3.25.0/src/Makefile.am --- gnome-screenshot-3.22.0/src/Makefile.am 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/src/Makefile.am 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -NULL = - -AM_CPPFLAGS = \ - -I. \ - -I$(srcdir) \ - -DLOCALEDIR=\"$(localedir)\" \ - -DUIDIR=\"$(uidir)\" \ - $(NULL) - -bin_PROGRAMS = \ - gnome-screenshot \ - $(NULL) - -resource_files = $(shell glib-compile-resources --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/gnome-screenshot.gresource.xml) -screenshot-resources.c: gnome-screenshot.gresource.xml $(resource_files) - $(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name screenshot $(srcdir)/gnome-screenshot.gresource.xml -screenshot-resources.h: gnome-screenshot.gresource.xml $(resource_files) - $(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name screenshot $(srcdir)/gnome-screenshot.gresource.xml - -BUILT_SOURCES = \ - screenshot-resources.c \ - screenshot-resources.h \ - $(NULL) - -gnome_screenshot_SOURCES = \ - $(BUILT_SOURCES) \ - gnome-screenshot.c \ - cheese-flash.c \ - cheese-flash.h \ - screenshot-application.c \ - screenshot-application.h \ - screenshot-area-selection.c \ - screenshot-area-selection.h \ - screenshot-config.c \ - screenshot-config.h \ - screenshot-dialog.c \ - screenshot-dialog.h \ - screenshot-filename-builder.c \ - screenshot-filename-builder.h \ - screenshot-interactive-dialog.c \ - screenshot-interactive-dialog.h \ - screenshot-shadow.c \ - screenshot-shadow.h \ - screenshot-utils.c \ - screenshot-utils.h \ - $(NULL) - -gnome_screenshot_CFLAGS = \ - $(SCREENSHOT_CFLAGS) \ - $(XSHAPE_CFLAGS) \ - $(NULL) - -gnome_screenshot_LDADD = \ - $(SCREENSHOT_LIBS) \ - $(XSHAPE_LIBS) \ - -lm \ - $(NULL) - -gnome_screenshotdir = $(datadir)/applications -gnome_screenshot_in_files = org.gnome.Screenshot.desktop.in -gnome_screenshot_DATA = $(gnome_screenshot_in_files:.desktop.in=.desktop) -@INTLTOOL_DESKTOP_RULE@ - -appdatadir = $(datadir)/appdata -appdata_DATA = $(appdata_in_files:.xml.in=.xml) -appdata_in_files = org.gnome.Screenshot.appdata.xml.in -@INTLTOOL_XML_RULE@ - -dbusservicedir = $(datadir)/dbus-1/services -dbusservice_DATA = org.gnome.Screenshot.service - -org.gnome.Screenshot.service: Makefile - $(AM_V_GEN) (echo '[D-BUS Service]'; \ - echo 'Name=org.gnome.Screenshot'; \ - echo 'Exec=${bindir}/gnome-screenshot --gapplication-service') > $@.tmp && \ - mv $@.tmp $@ - -man_MANS = gnome-screenshot.1 - -gsettings_SCHEMAS = org.gnome.gnome-screenshot.gschema.xml - -convertdir = $(datadir)/GConf/gsettings -convert_DATA = gnome-screenshot.convert - -@GSETTINGS_RULES@ - -EXTRA_DIST = \ - $(appdata_in_files) \ - $(gsettings_SCHEMAS) \ - $(gnome_screenshot_in_files) \ - $(man_MANS) \ - $(convert_DATA) \ - $(resource_files) \ - gnome-screenshot.gresource.xml \ - $(NULL) - -CLEANFILES = \ - $(BUILT_SOURCES) \ - $(appdata_DATA) \ - $(gnome_screenshot_DATA) \ - $(dbusservice_DATA) \ - $(NULL) - -dist-hook: - cd $(distdir) ; rm -f $(CLEANFILES) diff -Nru gnome-screenshot-3.22.0/src/Makefile.in gnome-screenshot-3.25.0/src/Makefile.in --- gnome-screenshot-3.22.0/src/Makefile.in 2016-09-20 05:32:02.000000000 +0000 +++ gnome-screenshot-3.25.0/src/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,1049 +0,0 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994-2014 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - - -VPATH = @srcdir@ -am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ -} -am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes -am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -bin_PROGRAMS = gnome-screenshot$(EXEEXT) $(am__EXEEXT_1) -subdir = src -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/gsettings.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/nls.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__EXEEXT_1 = -am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \ - "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(convertdir)" \ - "$(DESTDIR)$(dbusservicedir)" \ - "$(DESTDIR)$(gnome_screenshotdir)" -PROGRAMS = $(bin_PROGRAMS) -am__objects_1 = -am__objects_2 = gnome_screenshot-screenshot-resources.$(OBJEXT) \ - $(am__objects_1) -am_gnome_screenshot_OBJECTS = $(am__objects_2) \ - gnome_screenshot-gnome-screenshot.$(OBJEXT) \ - gnome_screenshot-cheese-flash.$(OBJEXT) \ - gnome_screenshot-screenshot-application.$(OBJEXT) \ - gnome_screenshot-screenshot-area-selection.$(OBJEXT) \ - gnome_screenshot-screenshot-config.$(OBJEXT) \ - gnome_screenshot-screenshot-dialog.$(OBJEXT) \ - gnome_screenshot-screenshot-filename-builder.$(OBJEXT) \ - gnome_screenshot-screenshot-interactive-dialog.$(OBJEXT) \ - gnome_screenshot-screenshot-shadow.$(OBJEXT) \ - gnome_screenshot-screenshot-utils.$(OBJEXT) $(am__objects_1) -gnome_screenshot_OBJECTS = $(am_gnome_screenshot_OBJECTS) -am__DEPENDENCIES_1 = -gnome_screenshot_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -gnome_screenshot_LINK = $(CCLD) $(gnome_screenshot_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_P = $(am__v_P_@AM_V@) -am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles -am__mv = mv -f -AM_V_lt = $(am__v_lt_@AM_V@) -am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -am__v_lt_0 = --silent -am__v_lt_1 = -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_@AM_V@) -am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_@AM_V@) -am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(gnome_screenshot_SOURCES) -DIST_SOURCES = $(gnome_screenshot_SOURCES) -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -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__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; }; \ - } -man1dir = $(mandir)/man1 -NROFF = nroff -MANS = $(man_MANS) -DATA = $(appdata_DATA) $(convert_DATA) $(dbusservice_DATA) \ - $(gnome_screenshot_DATA) -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -# Read a list of newline-separated strings from the standard input, -# and print each of them once, without duplicates. Input order is -# *not* preserved. -am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ -' -# Make sure the list of sources is unique. This is necessary because, -# e.g., the same source file might be shared among _SOURCES variables -# for different programs/libraries. -am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` -ETAGS = etags -CTAGS = ctags -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MSGFMT = @MSGFMT@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -SCREENSHOT_CFLAGS = @SCREENSHOT_CFLAGS@ -SCREENSHOT_LIBS = @SCREENSHOT_LIBS@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -XSHAPE_CFLAGS = @XSHAPE_CFLAGS@ -XSHAPE_LIBS = @XSHAPE_LIBS@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -gsettingsschemadir = @gsettingsschemadir@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -NULL = -AM_CPPFLAGS = \ - -I. \ - -I$(srcdir) \ - -DLOCALEDIR=\"$(localedir)\" \ - -DUIDIR=\"$(uidir)\" \ - $(NULL) - -resource_files = $(shell glib-compile-resources --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/gnome-screenshot.gresource.xml) -BUILT_SOURCES = \ - screenshot-resources.c \ - screenshot-resources.h \ - $(NULL) - -gnome_screenshot_SOURCES = \ - $(BUILT_SOURCES) \ - gnome-screenshot.c \ - cheese-flash.c \ - cheese-flash.h \ - screenshot-application.c \ - screenshot-application.h \ - screenshot-area-selection.c \ - screenshot-area-selection.h \ - screenshot-config.c \ - screenshot-config.h \ - screenshot-dialog.c \ - screenshot-dialog.h \ - screenshot-filename-builder.c \ - screenshot-filename-builder.h \ - screenshot-interactive-dialog.c \ - screenshot-interactive-dialog.h \ - screenshot-shadow.c \ - screenshot-shadow.h \ - screenshot-utils.c \ - screenshot-utils.h \ - $(NULL) - -gnome_screenshot_CFLAGS = \ - $(SCREENSHOT_CFLAGS) \ - $(XSHAPE_CFLAGS) \ - $(NULL) - -gnome_screenshot_LDADD = \ - $(SCREENSHOT_LIBS) \ - $(XSHAPE_LIBS) \ - -lm \ - $(NULL) - -gnome_screenshotdir = $(datadir)/applications -gnome_screenshot_in_files = org.gnome.Screenshot.desktop.in -gnome_screenshot_DATA = $(gnome_screenshot_in_files:.desktop.in=.desktop) -appdatadir = $(datadir)/appdata -appdata_DATA = $(appdata_in_files:.xml.in=.xml) -appdata_in_files = org.gnome.Screenshot.appdata.xml.in -dbusservicedir = $(datadir)/dbus-1/services -dbusservice_DATA = org.gnome.Screenshot.service -man_MANS = gnome-screenshot.1 -gsettings_SCHEMAS = org.gnome.gnome-screenshot.gschema.xml -convertdir = $(datadir)/GConf/gsettings -convert_DATA = gnome-screenshot.convert -EXTRA_DIST = \ - $(appdata_in_files) \ - $(gsettings_SCHEMAS) \ - $(gnome_screenshot_in_files) \ - $(man_MANS) \ - $(convert_DATA) \ - $(resource_files) \ - gnome-screenshot.gresource.xml \ - $(NULL) - -CLEANFILES = \ - $(BUILT_SOURCES) \ - $(appdata_DATA) \ - $(gnome_screenshot_DATA) \ - $(dbusservice_DATA) \ - $(NULL) - -all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - -.SUFFIXES: -.SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ - fi; \ - for p in $$list; do echo "$$p $$p"; done | \ - sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p \ - ; then echo "$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n;h' \ - -e 's|.*|.|' \ - -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ - sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) files[d] = files[d] " " $$1; \ - else { print "f", $$3 "/" $$4, $$1; } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - -uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' \ - `; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(bindir)" && rm -f $$files - -clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) - -gnome-screenshot$(EXEEXT): $(gnome_screenshot_OBJECTS) $(gnome_screenshot_DEPENDENCIES) $(EXTRA_gnome_screenshot_DEPENDENCIES) - @rm -f gnome-screenshot$(EXEEXT) - $(AM_V_CCLD)$(gnome_screenshot_LINK) $(gnome_screenshot_OBJECTS) $(gnome_screenshot_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_screenshot-cheese-flash.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_screenshot-gnome-screenshot.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_screenshot-screenshot-application.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_screenshot-screenshot-area-selection.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_screenshot-screenshot-config.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_screenshot-screenshot-dialog.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_screenshot-screenshot-filename-builder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_screenshot-screenshot-interactive-dialog.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_screenshot-screenshot-resources.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_screenshot-screenshot-shadow.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_screenshot-screenshot-utils.Po@am__quote@ - -.c.o: -@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< - -.c.obj: -@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -gnome_screenshot-screenshot-resources.o: screenshot-resources.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-resources.o -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-resources.Tpo -c -o gnome_screenshot-screenshot-resources.o `test -f 'screenshot-resources.c' || echo '$(srcdir)/'`screenshot-resources.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-resources.Tpo $(DEPDIR)/gnome_screenshot-screenshot-resources.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-resources.c' object='gnome_screenshot-screenshot-resources.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-resources.o `test -f 'screenshot-resources.c' || echo '$(srcdir)/'`screenshot-resources.c - -gnome_screenshot-screenshot-resources.obj: screenshot-resources.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-resources.obj -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-resources.Tpo -c -o gnome_screenshot-screenshot-resources.obj `if test -f 'screenshot-resources.c'; then $(CYGPATH_W) 'screenshot-resources.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-resources.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-resources.Tpo $(DEPDIR)/gnome_screenshot-screenshot-resources.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-resources.c' object='gnome_screenshot-screenshot-resources.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-resources.obj `if test -f 'screenshot-resources.c'; then $(CYGPATH_W) 'screenshot-resources.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-resources.c'; fi` - -gnome_screenshot-gnome-screenshot.o: gnome-screenshot.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-gnome-screenshot.o -MD -MP -MF $(DEPDIR)/gnome_screenshot-gnome-screenshot.Tpo -c -o gnome_screenshot-gnome-screenshot.o `test -f 'gnome-screenshot.c' || echo '$(srcdir)/'`gnome-screenshot.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-gnome-screenshot.Tpo $(DEPDIR)/gnome_screenshot-gnome-screenshot.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnome-screenshot.c' object='gnome_screenshot-gnome-screenshot.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-gnome-screenshot.o `test -f 'gnome-screenshot.c' || echo '$(srcdir)/'`gnome-screenshot.c - -gnome_screenshot-gnome-screenshot.obj: gnome-screenshot.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-gnome-screenshot.obj -MD -MP -MF $(DEPDIR)/gnome_screenshot-gnome-screenshot.Tpo -c -o gnome_screenshot-gnome-screenshot.obj `if test -f 'gnome-screenshot.c'; then $(CYGPATH_W) 'gnome-screenshot.c'; else $(CYGPATH_W) '$(srcdir)/gnome-screenshot.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-gnome-screenshot.Tpo $(DEPDIR)/gnome_screenshot-gnome-screenshot.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnome-screenshot.c' object='gnome_screenshot-gnome-screenshot.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-gnome-screenshot.obj `if test -f 'gnome-screenshot.c'; then $(CYGPATH_W) 'gnome-screenshot.c'; else $(CYGPATH_W) '$(srcdir)/gnome-screenshot.c'; fi` - -gnome_screenshot-cheese-flash.o: cheese-flash.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-cheese-flash.o -MD -MP -MF $(DEPDIR)/gnome_screenshot-cheese-flash.Tpo -c -o gnome_screenshot-cheese-flash.o `test -f 'cheese-flash.c' || echo '$(srcdir)/'`cheese-flash.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-cheese-flash.Tpo $(DEPDIR)/gnome_screenshot-cheese-flash.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cheese-flash.c' object='gnome_screenshot-cheese-flash.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-cheese-flash.o `test -f 'cheese-flash.c' || echo '$(srcdir)/'`cheese-flash.c - -gnome_screenshot-cheese-flash.obj: cheese-flash.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-cheese-flash.obj -MD -MP -MF $(DEPDIR)/gnome_screenshot-cheese-flash.Tpo -c -o gnome_screenshot-cheese-flash.obj `if test -f 'cheese-flash.c'; then $(CYGPATH_W) 'cheese-flash.c'; else $(CYGPATH_W) '$(srcdir)/cheese-flash.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-cheese-flash.Tpo $(DEPDIR)/gnome_screenshot-cheese-flash.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cheese-flash.c' object='gnome_screenshot-cheese-flash.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-cheese-flash.obj `if test -f 'cheese-flash.c'; then $(CYGPATH_W) 'cheese-flash.c'; else $(CYGPATH_W) '$(srcdir)/cheese-flash.c'; fi` - -gnome_screenshot-screenshot-application.o: screenshot-application.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-application.o -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-application.Tpo -c -o gnome_screenshot-screenshot-application.o `test -f 'screenshot-application.c' || echo '$(srcdir)/'`screenshot-application.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-application.Tpo $(DEPDIR)/gnome_screenshot-screenshot-application.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-application.c' object='gnome_screenshot-screenshot-application.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-application.o `test -f 'screenshot-application.c' || echo '$(srcdir)/'`screenshot-application.c - -gnome_screenshot-screenshot-application.obj: screenshot-application.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-application.obj -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-application.Tpo -c -o gnome_screenshot-screenshot-application.obj `if test -f 'screenshot-application.c'; then $(CYGPATH_W) 'screenshot-application.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-application.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-application.Tpo $(DEPDIR)/gnome_screenshot-screenshot-application.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-application.c' object='gnome_screenshot-screenshot-application.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-application.obj `if test -f 'screenshot-application.c'; then $(CYGPATH_W) 'screenshot-application.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-application.c'; fi` - -gnome_screenshot-screenshot-area-selection.o: screenshot-area-selection.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-area-selection.o -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-area-selection.Tpo -c -o gnome_screenshot-screenshot-area-selection.o `test -f 'screenshot-area-selection.c' || echo '$(srcdir)/'`screenshot-area-selection.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-area-selection.Tpo $(DEPDIR)/gnome_screenshot-screenshot-area-selection.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-area-selection.c' object='gnome_screenshot-screenshot-area-selection.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-area-selection.o `test -f 'screenshot-area-selection.c' || echo '$(srcdir)/'`screenshot-area-selection.c - -gnome_screenshot-screenshot-area-selection.obj: screenshot-area-selection.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-area-selection.obj -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-area-selection.Tpo -c -o gnome_screenshot-screenshot-area-selection.obj `if test -f 'screenshot-area-selection.c'; then $(CYGPATH_W) 'screenshot-area-selection.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-area-selection.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-area-selection.Tpo $(DEPDIR)/gnome_screenshot-screenshot-area-selection.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-area-selection.c' object='gnome_screenshot-screenshot-area-selection.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-area-selection.obj `if test -f 'screenshot-area-selection.c'; then $(CYGPATH_W) 'screenshot-area-selection.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-area-selection.c'; fi` - -gnome_screenshot-screenshot-config.o: screenshot-config.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-config.o -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-config.Tpo -c -o gnome_screenshot-screenshot-config.o `test -f 'screenshot-config.c' || echo '$(srcdir)/'`screenshot-config.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-config.Tpo $(DEPDIR)/gnome_screenshot-screenshot-config.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-config.c' object='gnome_screenshot-screenshot-config.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-config.o `test -f 'screenshot-config.c' || echo '$(srcdir)/'`screenshot-config.c - -gnome_screenshot-screenshot-config.obj: screenshot-config.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-config.obj -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-config.Tpo -c -o gnome_screenshot-screenshot-config.obj `if test -f 'screenshot-config.c'; then $(CYGPATH_W) 'screenshot-config.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-config.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-config.Tpo $(DEPDIR)/gnome_screenshot-screenshot-config.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-config.c' object='gnome_screenshot-screenshot-config.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-config.obj `if test -f 'screenshot-config.c'; then $(CYGPATH_W) 'screenshot-config.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-config.c'; fi` - -gnome_screenshot-screenshot-dialog.o: screenshot-dialog.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-dialog.o -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-dialog.Tpo -c -o gnome_screenshot-screenshot-dialog.o `test -f 'screenshot-dialog.c' || echo '$(srcdir)/'`screenshot-dialog.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-dialog.Tpo $(DEPDIR)/gnome_screenshot-screenshot-dialog.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-dialog.c' object='gnome_screenshot-screenshot-dialog.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-dialog.o `test -f 'screenshot-dialog.c' || echo '$(srcdir)/'`screenshot-dialog.c - -gnome_screenshot-screenshot-dialog.obj: screenshot-dialog.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-dialog.obj -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-dialog.Tpo -c -o gnome_screenshot-screenshot-dialog.obj `if test -f 'screenshot-dialog.c'; then $(CYGPATH_W) 'screenshot-dialog.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-dialog.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-dialog.Tpo $(DEPDIR)/gnome_screenshot-screenshot-dialog.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-dialog.c' object='gnome_screenshot-screenshot-dialog.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-dialog.obj `if test -f 'screenshot-dialog.c'; then $(CYGPATH_W) 'screenshot-dialog.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-dialog.c'; fi` - -gnome_screenshot-screenshot-filename-builder.o: screenshot-filename-builder.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-filename-builder.o -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-filename-builder.Tpo -c -o gnome_screenshot-screenshot-filename-builder.o `test -f 'screenshot-filename-builder.c' || echo '$(srcdir)/'`screenshot-filename-builder.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-filename-builder.Tpo $(DEPDIR)/gnome_screenshot-screenshot-filename-builder.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-filename-builder.c' object='gnome_screenshot-screenshot-filename-builder.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-filename-builder.o `test -f 'screenshot-filename-builder.c' || echo '$(srcdir)/'`screenshot-filename-builder.c - -gnome_screenshot-screenshot-filename-builder.obj: screenshot-filename-builder.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-filename-builder.obj -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-filename-builder.Tpo -c -o gnome_screenshot-screenshot-filename-builder.obj `if test -f 'screenshot-filename-builder.c'; then $(CYGPATH_W) 'screenshot-filename-builder.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-filename-builder.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-filename-builder.Tpo $(DEPDIR)/gnome_screenshot-screenshot-filename-builder.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-filename-builder.c' object='gnome_screenshot-screenshot-filename-builder.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-filename-builder.obj `if test -f 'screenshot-filename-builder.c'; then $(CYGPATH_W) 'screenshot-filename-builder.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-filename-builder.c'; fi` - -gnome_screenshot-screenshot-interactive-dialog.o: screenshot-interactive-dialog.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-interactive-dialog.o -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-interactive-dialog.Tpo -c -o gnome_screenshot-screenshot-interactive-dialog.o `test -f 'screenshot-interactive-dialog.c' || echo '$(srcdir)/'`screenshot-interactive-dialog.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-interactive-dialog.Tpo $(DEPDIR)/gnome_screenshot-screenshot-interactive-dialog.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-interactive-dialog.c' object='gnome_screenshot-screenshot-interactive-dialog.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-interactive-dialog.o `test -f 'screenshot-interactive-dialog.c' || echo '$(srcdir)/'`screenshot-interactive-dialog.c - -gnome_screenshot-screenshot-interactive-dialog.obj: screenshot-interactive-dialog.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-interactive-dialog.obj -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-interactive-dialog.Tpo -c -o gnome_screenshot-screenshot-interactive-dialog.obj `if test -f 'screenshot-interactive-dialog.c'; then $(CYGPATH_W) 'screenshot-interactive-dialog.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-interactive-dialog.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-interactive-dialog.Tpo $(DEPDIR)/gnome_screenshot-screenshot-interactive-dialog.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-interactive-dialog.c' object='gnome_screenshot-screenshot-interactive-dialog.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-interactive-dialog.obj `if test -f 'screenshot-interactive-dialog.c'; then $(CYGPATH_W) 'screenshot-interactive-dialog.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-interactive-dialog.c'; fi` - -gnome_screenshot-screenshot-shadow.o: screenshot-shadow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-shadow.o -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-shadow.Tpo -c -o gnome_screenshot-screenshot-shadow.o `test -f 'screenshot-shadow.c' || echo '$(srcdir)/'`screenshot-shadow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-shadow.Tpo $(DEPDIR)/gnome_screenshot-screenshot-shadow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-shadow.c' object='gnome_screenshot-screenshot-shadow.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-shadow.o `test -f 'screenshot-shadow.c' || echo '$(srcdir)/'`screenshot-shadow.c - -gnome_screenshot-screenshot-shadow.obj: screenshot-shadow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-shadow.obj -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-shadow.Tpo -c -o gnome_screenshot-screenshot-shadow.obj `if test -f 'screenshot-shadow.c'; then $(CYGPATH_W) 'screenshot-shadow.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-shadow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-shadow.Tpo $(DEPDIR)/gnome_screenshot-screenshot-shadow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-shadow.c' object='gnome_screenshot-screenshot-shadow.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-shadow.obj `if test -f 'screenshot-shadow.c'; then $(CYGPATH_W) 'screenshot-shadow.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-shadow.c'; fi` - -gnome_screenshot-screenshot-utils.o: screenshot-utils.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-utils.o -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-utils.Tpo -c -o gnome_screenshot-screenshot-utils.o `test -f 'screenshot-utils.c' || echo '$(srcdir)/'`screenshot-utils.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-utils.Tpo $(DEPDIR)/gnome_screenshot-screenshot-utils.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-utils.c' object='gnome_screenshot-screenshot-utils.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-utils.o `test -f 'screenshot-utils.c' || echo '$(srcdir)/'`screenshot-utils.c - -gnome_screenshot-screenshot-utils.obj: screenshot-utils.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -MT gnome_screenshot-screenshot-utils.obj -MD -MP -MF $(DEPDIR)/gnome_screenshot-screenshot-utils.Tpo -c -o gnome_screenshot-screenshot-utils.obj `if test -f 'screenshot-utils.c'; then $(CYGPATH_W) 'screenshot-utils.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-utils.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnome_screenshot-screenshot-utils.Tpo $(DEPDIR)/gnome_screenshot-screenshot-utils.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='screenshot-utils.c' object='gnome_screenshot-screenshot-utils.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_screenshot_CFLAGS) $(CFLAGS) -c -o gnome_screenshot-screenshot-utils.obj `if test -f 'screenshot-utils.c'; then $(CYGPATH_W) 'screenshot-utils.c'; else $(CYGPATH_W) '$(srcdir)/screenshot-utils.c'; fi` -install-man1: $(man_MANS) - @$(NORMAL_INSTALL) - @list1=''; \ - list2='$(man_MANS)'; \ - test -n "$(man1dir)" \ - && test -n "`echo $$list1$$list2`" \ - || exit 0; \ - echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ - { for i in $$list1; do echo "$$i"; done; \ - if test -n "$$list2"; then \ - for i in $$list2; do echo "$$i"; done \ - | sed -n '/\.1[a-z]*$$/p'; \ - fi; \ - } | while read p; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; echo "$$p"; \ - done | \ - sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ - sed 'N;N;s,\n, ,g' | { \ - list=; while read file base inst; do \ - if test "$$base" = "$$inst"; then list="$$list $$file"; else \ - echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ - $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ - fi; \ - done; \ - for i in $$list; do echo "$$i"; done | $(am__base_list) | \ - while read files; do \ - test -z "$$files" || { \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ - done; } - -uninstall-man1: - @$(NORMAL_UNINSTALL) - @list=''; test -n "$(man1dir)" || exit 0; \ - files=`{ for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ - } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) -install-appdataDATA: $(appdata_DATA) - @$(NORMAL_INSTALL) - @list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \ - fi; \ - 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)$(appdatadir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \ - done - -uninstall-appdataDATA: - @$(NORMAL_UNINSTALL) - @list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir) -install-convertDATA: $(convert_DATA) - @$(NORMAL_INSTALL) - @list='$(convert_DATA)'; test -n "$(convertdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(convertdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(convertdir)" || exit 1; \ - fi; \ - 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)$(convertdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(convertdir)" || exit $$?; \ - done - -uninstall-convertDATA: - @$(NORMAL_UNINSTALL) - @list='$(convert_DATA)'; test -n "$(convertdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(convertdir)'; $(am__uninstall_files_from_dir) -install-dbusserviceDATA: $(dbusservice_DATA) - @$(NORMAL_INSTALL) - @list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(dbusservicedir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(dbusservicedir)" || exit 1; \ - fi; \ - 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)$(dbusservicedir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(dbusservicedir)" || exit $$?; \ - done - -uninstall-dbusserviceDATA: - @$(NORMAL_UNINSTALL) - @list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(dbusservicedir)'; $(am__uninstall_files_from_dir) -install-gnome_screenshotDATA: $(gnome_screenshot_DATA) - @$(NORMAL_INSTALL) - @list='$(gnome_screenshot_DATA)'; test -n "$(gnome_screenshotdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(gnome_screenshotdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(gnome_screenshotdir)" || exit 1; \ - fi; \ - 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)$(gnome_screenshotdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(gnome_screenshotdir)" || exit $$?; \ - done - -uninstall-gnome_screenshotDATA: - @$(NORMAL_UNINSTALL) - @list='$(gnome_screenshot_DATA)'; test -n "$(gnome_screenshotdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(gnome_screenshotdir)'; $(am__uninstall_files_from_dir) - -ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique -tags: tags-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: ctags-am - -CTAGS: ctags -ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" -cscopelist: cscopelist-am - -cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" distdir="$(distdir)" \ - dist-hook -check-am: all-am -check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) -installdirs: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(convertdir)" "$(DESTDIR)$(dbusservicedir)" "$(DESTDIR)$(gnome_screenshotdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - 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) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -clean: clean-am - -clean-am: clean-binPROGRAMS clean-generic mostlyclean-am - -distclean: distclean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: install-appdataDATA install-convertDATA \ - install-dbusserviceDATA install-gnome_screenshotDATA \ - install-man - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: install-binPROGRAMS - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: install-man1 - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-appdataDATA uninstall-binPROGRAMS \ - uninstall-convertDATA uninstall-dbusserviceDATA \ - uninstall-gnome_screenshotDATA uninstall-man - -uninstall-man: uninstall-man1 - -.MAKE: all check install install-am install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ - clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ - dist-hook distclean distclean-compile distclean-generic \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-appdataDATA install-binPROGRAMS \ - install-convertDATA install-data install-data-am \ - install-dbusserviceDATA install-dvi install-dvi-am \ - install-exec install-exec-am install-gnome_screenshotDATA \ - install-html install-html-am install-info install-info-am \ - install-man install-man1 install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ - ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-appdataDATA uninstall-binPROGRAMS \ - uninstall-convertDATA uninstall-dbusserviceDATA \ - uninstall-gnome_screenshotDATA uninstall-man uninstall-man1 - -.PRECIOUS: Makefile - -screenshot-resources.c: gnome-screenshot.gresource.xml $(resource_files) - $(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name screenshot $(srcdir)/gnome-screenshot.gresource.xml -screenshot-resources.h: gnome-screenshot.gresource.xml $(resource_files) - $(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name screenshot $(srcdir)/gnome-screenshot.gresource.xml -@INTLTOOL_DESKTOP_RULE@ -@INTLTOOL_XML_RULE@ - -org.gnome.Screenshot.service: Makefile - $(AM_V_GEN) (echo '[D-BUS Service]'; \ - echo 'Name=org.gnome.Screenshot'; \ - echo 'Exec=${bindir}/gnome-screenshot --gapplication-service') > $@.tmp && \ - mv $@.tmp $@ - -@GSETTINGS_RULES@ - -dist-hook: - cd $(distdir) ; rm -f $(CLEANFILES) - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -Nru gnome-screenshot-3.22.0/src/meson.build gnome-screenshot-3.25.0/src/meson.build --- gnome-screenshot-3.22.0/src/meson.build 1970-01-01 00:00:00.000000000 +0000 +++ gnome-screenshot-3.25.0/src/meson.build 2017-05-29 12:53:36.000000000 +0000 @@ -0,0 +1,63 @@ +gnome = import('gnome') + +sources = [ + 'gnome-screenshot.c', + + 'cheese-flash.c', + + 'screenshot-application.c', + 'screenshot-area-selection.c', + 'screenshot-config.c', + 'screenshot-dialog.c', + 'screenshot-filename-builder.c', + 'screenshot-interactive-dialog.c', + 'screenshot-shadow.c', + 'screenshot-utils.c', +] + +resources = gnome.compile_resources('screenshot-resources', + 'gnome-screenshot.gresource.xml', + source_dir: '.', + c_name: 'screenshot') + +executable('gnome-screenshot', sources + resources, + include_directories: [ root_inc, include_directories('.') ], + dependencies: [ mathlib_dep, x11_dep, glib_dep, gtk_dep, canberra_dep ], + c_args: [ + '-DLOCALEDIR="@0@"'.format(gnome_screenshot_localedir), + '-DGLIB_DISABLE_DEPRECATION_WARNINGS', + '-DGDK_DISABLE_DEPRECATION_WARNINGS', + ], + install: true) + +i18n.merge_file('desktop', + type: 'desktop', + input: 'org.gnome.Screenshot.desktop.in', + output: 'org.gnome.Screenshot.desktop', + po_dir: join_paths(meson.current_source_dir(), '../po'), + install: true, + install_dir: gnome_screenshot_appsdir) + +i18n.merge_file('desktop', + input: 'org.gnome.Screenshot.metainfo.xml.in', + output: 'org.gnome.Screenshot.metainfo.xml', + po_dir: join_paths(meson.current_source_dir(), '../po'), + install: true, + install_dir: gnome_screenshot_appdatadir) + +service_conf = configuration_data () +service_conf.set('bindir', gnome_screenshot_bindir) +configure_file(input: 'org.gnome.Screenshot.service.in', + output: 'org.gnome.Screenshot.service', + configuration: service_conf, + install: true, + install_dir: gnome_screenshot_servicesdir) + +install_data('org.gnome.gnome-screenshot.gschema.xml', + install_dir: gnome_screenshot_schemadir) + +install_data('gnome-screenshot.1', + install_dir: join_paths(gnome_screenshot_datadir, 'man', 'man1')) + +install_data('gnome-screenshot.convert', + install_dir: join_paths(gnome_screenshot_datadir, 'GConf', 'gsettings')) diff -Nru gnome-screenshot-3.22.0/src/org.gnome.gnome-screenshot.gschema.xml gnome-screenshot-3.25.0/src/org.gnome.gnome-screenshot.gschema.xml --- gnome-screenshot-3.22.0/src/org.gnome.gnome-screenshot.gschema.xml 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/src/org.gnome.gnome-screenshot.gschema.xml 2017-05-29 12:53:36.000000000 +0000 @@ -44,7 +44,7 @@ 'none' Border Effect - Effect to add to the outside of a border. Possible values are "shadow", "none", and "border". + Effect to add to the outside of a border. Possible values are “shadow”, “none”, and “border”. 'png' diff -Nru gnome-screenshot-3.22.0/src/org.gnome.Screenshot.appdata.xml.in gnome-screenshot-3.25.0/src/org.gnome.Screenshot.appdata.xml.in --- gnome-screenshot-3.22.0/src/org.gnome.Screenshot.appdata.xml.in 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/src/org.gnome.Screenshot.appdata.xml.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ - - - - org.gnome.Screenshot.desktop - CC0-1.0 - <_name>GNOME Screenshot - <_summary>Save images of your screen or individual windows - - <_p> - GNOME Screenshot is a simple utility that lets you take pictures of your computer screen. - Screenshots can be of your whole screen, any specific application, or a selected - rectangular area. - You can also copy the captured screenshot directly into the GNOME clipboard and - paste it into other applications. - - <_p> - GNOME Screenshot allows you to take screenshots even when it's not open: just - press the PrtSc button on your keyboard, and a snapshot of your whole screen will - be saved to your Pictures folder. - Hold Alt while pressing PrtSc and you will get a screenshot of only the currently - selected window. - - - https://git.gnome.org/browse/gnome-screenshot/ - - https://git.gnome.org/browse/gnome-screenshot/plain/src/gnome-screenshot.png - - - AppMenu - HiDpiIcon - ModernToolkit - - richard@hughsie.com - GNOME - GNOME - gnome-screenshot - diff -Nru gnome-screenshot-3.22.0/src/org.gnome.Screenshot.desktop.in gnome-screenshot-3.25.0/src/org.gnome.Screenshot.desktop.in --- gnome-screenshot-3.22.0/src/org.gnome.Screenshot.desktop.in 2015-04-01 21:17:15.000000000 +0000 +++ gnome-screenshot-3.25.0/src/org.gnome.Screenshot.desktop.in 2017-05-29 12:53:36.000000000 +0000 @@ -1,7 +1,7 @@ [Desktop Entry] -_Name=Screenshot -_Comment=Save images of your screen or individual windows -_Keywords=snapshot;capture;print;screenshot; +Name=Screenshot +Comment=Save images of your screen or individual windows +Keywords=snapshot;capture;print;screenshot; Exec=gnome-screenshot --interactive Terminal=false Type=Application @@ -16,9 +16,9 @@ DBusActivatable=true [Desktop Action screen-shot] -_Name=Take a Screenshot of the Whole Screen +Name=Take a Screenshot of the Whole Screen Exec=gnome-screenshot [Desktop Action window-shot] -_Name=Take a Screenshot of the Current Window +Name=Take a Screenshot of the Current Window Exec=gnome-screenshot -w diff -Nru gnome-screenshot-3.22.0/src/org.gnome.Screenshot.metainfo.xml.in gnome-screenshot-3.25.0/src/org.gnome.Screenshot.metainfo.xml.in --- gnome-screenshot-3.22.0/src/org.gnome.Screenshot.metainfo.xml.in 1970-01-01 00:00:00.000000000 +0000 +++ gnome-screenshot-3.25.0/src/org.gnome.Screenshot.metainfo.xml.in 2017-05-29 12:53:36.000000000 +0000 @@ -0,0 +1,42 @@ + + + + org.gnome.Screenshot.desktop + CC0-1.0 + GPL-2.0+ + GNOME Screenshot + Save images of your screen or individual windows + +

+ GNOME Screenshot is a simple utility that lets you take pictures of your computer screen. + Screenshots can be of your whole screen, any specific application, or a selected + rectangular area. + You can also copy the captured screenshot directly into the GNOME clipboard and + paste it into other applications. +

+

+ GNOME Screenshot allows you to take screenshots even when it’s not open: just + press the PrtSc button on your keyboard, and a snapshot of your whole screen will + be saved to your Pictures folder. + Hold Alt while pressing PrtSc and you will get a screenshot of only the currently + selected window. +

+
+ https://git.gnome.org/browse/gnome-screenshot/ + https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screenshot + http://www.gnome.org/friends/ + + + https://git.gnome.org/browse/gnome-screenshot/plain/src/gnome-screenshot.png + + + + AppMenu + HiDpiIcon + ModernToolkit + + ebassi@gnome.org + GNOME + GNOME + gnome-screenshot +
diff -Nru gnome-screenshot-3.22.0/src/org.gnome.Screenshot.service.in gnome-screenshot-3.25.0/src/org.gnome.Screenshot.service.in --- gnome-screenshot-3.22.0/src/org.gnome.Screenshot.service.in 1970-01-01 00:00:00.000000000 +0000 +++ gnome-screenshot-3.25.0/src/org.gnome.Screenshot.service.in 2017-05-29 12:53:36.000000000 +0000 @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.gnome.Screenshot +Exec=@bindir@/gnome-screenshot --gapplication-service diff -Nru gnome-screenshot-3.22.0/src/screenshot-application.c gnome-screenshot-3.25.0/src/screenshot-application.c --- gnome-screenshot-3.22.0/src/screenshot-application.c 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/src/screenshot-application.c 2017-05-29 12:53:36.000000000 +0000 @@ -20,7 +20,8 @@ * USA */ -#include +#include "config.h" + #include #include #include @@ -142,7 +143,7 @@ gchar *folder_uri = g_path_get_basename (folder); gchar *folder_name = g_uri_unescape_string (folder_uri, NULL); gchar *file_name = screenshot_dialog_get_filename (dialog); - gchar *detail = g_strdup_printf (_("A file named \"%s\" already exists in \"%s\""), + gchar *detail = g_strdup_printf (_("A file named “%s” already exists in “%s”"), file_name, folder_name); gint response; @@ -283,19 +284,6 @@ } static void -save_with_profile (ScreenshotApplication *self, - GFileOutputStream *os, - gchar *format) -{ - gdk_pixbuf_save_to_stream_async (self->priv->screenshot, - G_OUTPUT_STREAM (os), - format, NULL, - save_pixbuf_ready_cb, self, - "icc-profile", self->priv->icc_profile_base64, - NULL); -} - -static void save_with_no_profile_or_description (ScreenshotApplication *self, GFileOutputStream *os, gchar *format) @@ -832,6 +820,7 @@ screenshot_load_config (); + g_set_application_name (_("Screenshot")); gtk_window_set_default_icon_name (SCREENSHOOTER_ICON); g_action_map_add_action_entries (G_ACTION_MAP (self), action_entries, diff -Nru gnome-screenshot-3.22.0/src/screenshot-area-selection.c gnome-screenshot-3.25.0/src/screenshot-area-selection.c --- gnome-screenshot-3.22.0/src/screenshot-area-selection.c 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/src/screenshot-area-selection.c 2017-05-29 12:53:36.000000000 +0000 @@ -18,7 +18,8 @@ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, */ -#include +#include "config.h" + #include #include "screenshot-area-selection.h" diff -Nru gnome-screenshot-3.22.0/src/screenshot-config.c gnome-screenshot-3.25.0/src/screenshot-config.c --- gnome-screenshot-3.22.0/src/screenshot-config.c 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/src/screenshot-config.c 2017-05-29 12:53:36.000000000 +0000 @@ -20,7 +20,8 @@ * USA */ -#include +#include "config.h" + #include #include "screenshot-config.h" diff -Nru gnome-screenshot-3.22.0/src/screenshot-dialog.c gnome-screenshot-3.25.0/src/screenshot-dialog.c --- gnome-screenshot-3.22.0/src/screenshot-dialog.c 2016-07-11 14:55:33.000000000 +0000 +++ gnome-screenshot-3.25.0/src/screenshot-dialog.c 2017-05-29 12:53:36.000000000 +0000 @@ -17,14 +17,15 @@ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, */ -#include -#include -#include +#include "config.h" #include "screenshot-config.h" #include "screenshot-dialog.h" +#include "screenshot-utils.h" #include #include +#include +#include enum { TYPE_IMAGE_PNG, diff -Nru gnome-screenshot-3.22.0/src/screenshot-filename-builder.c gnome-screenshot-3.25.0/src/screenshot-filename-builder.c --- gnome-screenshot-3.22.0/src/screenshot-filename-builder.c 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/src/screenshot-filename-builder.c 2017-05-29 12:53:36.000000000 +0000 @@ -18,7 +18,8 @@ * USA */ -#include +#include "config.h" + #include #include #include @@ -138,15 +139,21 @@ if (job->iteration == 0) { - /* translators: this is the name of the file that gets made up - * with the screenshot if the entire screen is taken */ + /* translators: this is the name of the file that gets made up with the + * screenshot if the entire screen is taken. The first placeholder is a + * timestamp (e.g. "2017-05-21 12-24-03"); the second placeholder is the + * file format (e.g. "png"). + */ file_name = g_strdup_printf (_("Screenshot from %s.%s"), origin, file_type); } else { - /* translators: this is the name of the file that gets - * made up with the screenshot if the entire screen is - * taken */ + /* translators: this is the name of the file that gets made up with the + * screenshot if the entire screen is taken and the simpler filename + * already exists. The first and second placeholders are a timestamp and + * a counter to make it unique (e.g. "2017-05-21 12-24-03 - 2"); the third + * placeholder is the file format (e.g. "png"). + */ file_name = g_strdup_printf (_("Screenshot from %s - %d.%s"), origin, job->iteration, file_type); } diff -Nru gnome-screenshot-3.22.0/src/screenshot-interactive-dialog.c gnome-screenshot-3.25.0/src/screenshot-interactive-dialog.c --- gnome-screenshot-3.22.0/src/screenshot-interactive-dialog.c 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/src/screenshot-interactive-dialog.c 2017-05-29 12:53:36.000000000 +0000 @@ -21,7 +21,8 @@ * USA */ -#include +#include "config.h" + #include #include "screenshot-config.h" @@ -147,12 +148,12 @@ const gchar *nick; } ScreenshotEffect; -/* Translators: - * these are the names of the effects available which will be - * displayed inside a combo box in interactive mode for the user - * to chooser. - */ static const ScreenshotEffect effects[] = { + /* Translators: + * these are the names of the effects available which will be + * displayed inside a combo box in interactive mode for the user + * to chooser. + */ { SCREENSHOT_EFFECT_NONE, N_("None"), "none" }, { SCREENSHOT_EFFECT_SHADOW, N_("Drop shadow"), "shadow" }, { SCREENSHOT_EFFECT_BORDER, N_("Border"), "border" }, diff -Nru gnome-screenshot-3.22.0/src/screenshot-shadow.c gnome-screenshot-3.25.0/src/screenshot-shadow.c --- gnome-screenshot-3.22.0/src/screenshot-shadow.c 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/src/screenshot-shadow.c 2017-05-29 12:53:36.000000000 +0000 @@ -20,9 +20,7 @@ /* Shadow code from anders */ -#ifdef HAVE_CONFIG_H -#include -#endif +#include "config.h" #include "screenshot-shadow.h" #include diff -Nru gnome-screenshot-3.22.0/src/screenshot-utils.c gnome-screenshot-3.25.0/src/screenshot-utils.c --- gnome-screenshot-3.22.0/src/screenshot-utils.c 2016-07-11 14:55:18.000000000 +0000 +++ gnome-screenshot-3.25.0/src/screenshot-utils.c 2017-05-29 12:53:36.000000000 +0000 @@ -18,7 +18,8 @@ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, */ -#include +#include "config.h" + #include #include #include