Merge lp:~noskcaj/ubuntu/vivid/xfce4-indicator-plugin/2.3.3 into lp:ubuntu/vivid/xfce4-indicator-plugin

Proposed by Jackson Doak
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~noskcaj/ubuntu/vivid/xfce4-indicator-plugin/2.3.3
Merge into: lp:ubuntu/vivid/xfce4-indicator-plugin
Diff against target: 2622 lines (+1501/-280)
27 files modified
ChangeLog (+18/-0)
INSTALL (+2/-2)
Makefile.in (+12/-5)
aclocal.m4 (+164/-9)
compile (+347/-0)
config.guess (+27/-165)
config.sub (+19/-11)
configure (+123/-16)
configure.ac (+4/-4)
debian/changelog (+6/-0)
icons/48x48/Makefile.in (+1/-1)
icons/Makefile.in (+1/-1)
icons/scalable/Makefile.in (+1/-1)
ltmain.sh (+2/-2)
missing (+2/-2)
panel-plugin/Makefile.in (+3/-3)
panel-plugin/indicator-config.h (+0/-7)
panel-plugin/indicator-dialog.c (+1/-1)
po/ast.po (+179/-0)
po/de.po (+10/-10)
po/es.po (+12/-11)
po/fr.po (+16/-15)
po/is.po (+179/-0)
po/nb.po (+179/-0)
po/pl.po (+11/-11)
po/th.po (+178/-0)
po/zh_TW.po (+4/-3)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/vivid/xfce4-indicator-plugin/2.3.3
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+245532@code.launchpad.net

Description of the change

New upstream release. Xubuntu 15.04

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ChangeLog'
--- ChangeLog 2014-03-16 09:01:47 +0000
+++ ChangeLog 2015-01-04 19:54:53 +0000
@@ -1,4 +1,22 @@
1# created with git log --pretty=format:"%ad %h %s %aN <%aE>" --no-merges --date=short1# created with git log --pretty=format:"%ad %h %s %aN <%aE>" --no-merges --date=short
22014-12-26 fa87db8 I18n: Update translation es (100%). Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
32014-08-02 2548737 I18n: Update translation de (100%). Anonymous <noreply@xfce.org>
42014-07-27 8f4c553 I18n: Update translation fr (100%). Yannick Le Guen <leguen.yannick@gmail.com>
52014-07-26 36236bf I18n: Update translation fr (100%). Yannick Le Guen <leguen.yannick@gmail.com>
62014-06-03 2fa0c85 Use "gtk-clear" icon for now. Andrzej <ndrwrdck@gmail.com>
72014-05-28 e36d655 I18n: Add new translation th (100%). theppitak <theppitak@gmail.com>
82014-05-19 e09fd2b I18n: Update translation es (100%). Pablo Lezaeta <prflr88@gmail.com>
92014-05-18 fe401a7 I18n: Add new translation nb (100%). kingu <comradekingu@gmail.com>
102014-05-08 da5fe5a I18n: Update translation ast (97%). Tornes Llume <l.lumex03.tornes@gmail.com>
112014-05-05 9ee21aa Removed unused code. Andrzej <ndrwrdck@gmail.com>
122014-04-29 a2effd7 I18n: Update translation pl (100%). Piotr Sokół <psokol@jabster.pl>
132014-04-27 ae6ef40 I18n: Update translation ast (94%). Tornes Llume <l.lumex03.tornes@gmail.com>
142014-04-16 5629390 I18n: Update translation zh_TW (100%). 柏諺 黃 <s8321414@gmail.com>
152014-04-15 3624f25 I18n: Add new translation ast (83%). Tornes Llume <l.lumex03.tornes@gmail.com>
162014-04-11 b3d007c I18n: Add new translation is (100%). Sveinn í Felli <sv1@fellsnet.is>
172014-03-22 94c3e9f I18n: Update translation es (100%). Adolfo Jayme Barrientos <fitoschido@ubuntu.com>
182014-03-15 0bbe3a6 Back to development Andrzej <ndrwrdck@gmail.com>
192014-03-15 f33e74e Updates for the release Andrzej <ndrwrdck@gmail.com>
22014-03-15 162fac0 Fix blank properties window, but #10749 Andrzej <ndrwrdck@gmail.com>202014-03-15 162fac0 Fix blank properties window, but #10749 Andrzej <ndrwrdck@gmail.com>
32014-03-06 7c56c15 Back to development Andrzej <ndrwrdck@gmail.com>212014-03-06 7c56c15 Back to development Andrzej <ndrwrdck@gmail.com>
42014-03-06 0e63aaf Updates for the release Andrzej <ndrwrdck@gmail.com>222014-03-06 0e63aaf Updates for the release Andrzej <ndrwrdck@gmail.com>
523
=== modified file 'INSTALL'
--- INSTALL 2014-02-16 15:03:36 +0000
+++ INSTALL 2015-01-04 19:54:53 +0000
@@ -12,8 +12,8 @@
12Basic Installation12Basic Installation
13==================13==================
1414
15 Briefly, the shell commands `./configure; make; make install' should15 Briefly, the shell command `./configure && make && make install'
16configure, build, and install this package. The following16should configure, build, and install this package. The following
17more-detailed instructions are generic; see the `README' file for17more-detailed instructions are generic; see the `README' file for
18instructions specific to this package. Some packages provide this18instructions specific to this package. Some packages provide this
19`INSTALL' file but do not implement all of the features documented19`INSTALL' file but do not implement all of the features documented
2020
=== modified file 'Makefile.in'
--- Makefile.in 2014-02-16 15:03:36 +0000
+++ Makefile.in 2015-01-04 19:54:53 +0000
@@ -1,4 +1,4 @@
1# Makefile.in generated by automake 1.13.3 from Makefile.am.1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -82,7 +82,7 @@
82DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \82DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
83 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \83 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84 $(top_srcdir)/configure $(am__configure_deps) \84 $(top_srcdir)/configure $(am__configure_deps) \
85 $(srcdir)/config.h.in COPYING COPYING.LIB THANKS TODO \85 $(srcdir)/config.h.in COPYING COPYING.LIB THANKS TODO compile \
86 config.guess config.sub depcomp install-sh missing ltmain.sh86 config.guess config.sub depcomp install-sh missing ltmain.sh
87ACLOCAL_M4 = $(top_srcdir)/aclocal.m487ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88am__aclocal_m4_deps = $(top_srcdir)/configure.ac88am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -444,8 +444,8 @@
444$(am__aclocal_m4_deps):444$(am__aclocal_m4_deps):
445445
446config.h: stamp-h1446config.h: stamp-h1
447 @if test ! -f $@; then rm -f stamp-h1; else :; fi447 @test -f $@ || rm -f stamp-h1
448 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi448 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
449449
450stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status450stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
451 @rm -f stamp-h1451 @rm -f stamp-h1
@@ -653,10 +653,16 @@
653 $(am__post_remove_distdir)653 $(am__post_remove_distdir)
654654
655dist-tarZ: distdir655dist-tarZ: distdir
656 @echo WARNING: "Support for shar distribution archives is" \
657 "deprecated." >&2
658 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
656 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z659 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
657 $(am__post_remove_distdir)660 $(am__post_remove_distdir)
658661
659dist-shar: distdir662dist-shar: distdir
663 @echo WARNING: "Support for distribution archives compressed with" \
664 "legacy program 'compress' is deprecated." >&2
665 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
660 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz666 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
661 $(am__post_remove_distdir)667 $(am__post_remove_distdir)
662668
@@ -698,9 +704,10 @@
698 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \704 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
699 && am__cwd=`pwd` \705 && am__cwd=`pwd` \
700 && $(am__cd) $(distdir)/_build \706 && $(am__cd) $(distdir)/_build \
701 && ../configure --srcdir=.. --prefix="$$dc_install_base" \707 && ../configure \
702 $(AM_DISTCHECK_CONFIGURE_FLAGS) \708 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
703 $(DISTCHECK_CONFIGURE_FLAGS) \709 $(DISTCHECK_CONFIGURE_FLAGS) \
710 --srcdir=.. --prefix="$$dc_install_base" \
704 && $(MAKE) $(AM_MAKEFLAGS) \711 && $(MAKE) $(AM_MAKEFLAGS) \
705 && $(MAKE) $(AM_MAKEFLAGS) dvi \712 && $(MAKE) $(AM_MAKEFLAGS) dvi \
706 && $(MAKE) $(AM_MAKEFLAGS) check \713 && $(MAKE) $(AM_MAKEFLAGS) check \
707714
=== modified file 'aclocal.m4'
--- aclocal.m4 2014-02-16 15:03:36 +0000
+++ aclocal.m4 2015-01-04 19:54:53 +0000
@@ -1,4 +1,4 @@
1# generated automatically by aclocal 1.13.3 -*- Autoconf -*-1# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
22
3# Copyright (C) 1996-2013 Free Software Foundation, Inc.3# Copyright (C) 1996-2013 Free Software Foundation, Inc.
44
@@ -1977,7 +1977,7 @@
1977 rm -rf conftest*1977 rm -rf conftest*
1978 ;;1978 ;;
19791979
1980x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \1980x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
1981s390*-*linux*|s390*-*tpf*|sparc*-*linux*)1981s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
1982 # Find out which ABI we are using.1982 # Find out which ABI we are using.
1983 echo 'int i;' > conftest.$ac_ext1983 echo 'int i;' > conftest.$ac_ext
@@ -1998,7 +1998,10 @@
1998 ;;1998 ;;
1999 esac1999 esac
2000 ;;2000 ;;
2001 ppc64-*linux*|powerpc64-*linux*)2001 powerpc64le-*)
2002 LD="${LD-ld} -m elf32lppclinux"
2003 ;;
2004 powerpc64-*)
2002 LD="${LD-ld} -m elf32ppclinux"2005 LD="${LD-ld} -m elf32ppclinux"
2003 ;;2006 ;;
2004 s390x-*linux*)2007 s390x-*linux*)
@@ -2017,7 +2020,10 @@
2017 x86_64-*linux*)2020 x86_64-*linux*)
2018 LD="${LD-ld} -m elf_x86_64"2021 LD="${LD-ld} -m elf_x86_64"
2019 ;;2022 ;;
2020 ppc*-*linux*|powerpc*-*linux*)2023 powerpcle-*)
2024 LD="${LD-ld} -m elf64lppc"
2025 ;;
2026 powerpc-*)
2021 LD="${LD-ld} -m elf64ppc"2027 LD="${LD-ld} -m elf64ppc"
2022 ;;2028 ;;
2023 s390*-*linux*|s390*-*tpf*)2029 s390*-*linux*|s390*-*tpf*)
@@ -9268,7 +9274,7 @@
9268m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])9274m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
92699275
9270# nls.m4 serial 5 (gettext-0.18)9276# nls.m4 serial 5 (gettext-0.18)
9271dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,9277dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
9272dnl Inc.9278dnl Inc.
9273dnl This file is free software; the Free Software Foundation9279dnl This file is free software; the Free Software Foundation
9274dnl gives unlimited permission to copy and/or distribute it,9280dnl gives unlimited permission to copy and/or distribute it,
@@ -9460,6 +9466,61 @@
9460fi[]dnl9466fi[]dnl
9461])# PKG_CHECK_MODULES9467])# PKG_CHECK_MODULES
94629468
9469
9470# PKG_INSTALLDIR(DIRECTORY)
9471# -------------------------
9472# Substitutes the variable pkgconfigdir as the location where a module
9473# should install pkg-config .pc files. By default the directory is
9474# $libdir/pkgconfig, but the default can be changed by passing
9475# DIRECTORY. The user can override through the --with-pkgconfigdir
9476# parameter.
9477AC_DEFUN([PKG_INSTALLDIR],
9478[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
9479m4_pushdef([pkg_description],
9480 [pkg-config installation directory @<:@]pkg_default[@:>@])
9481AC_ARG_WITH([pkgconfigdir],
9482 [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
9483 [with_pkgconfigdir=]pkg_default)
9484AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
9485m4_popdef([pkg_default])
9486m4_popdef([pkg_description])
9487]) dnl PKG_INSTALLDIR
9488
9489
9490# PKG_NOARCH_INSTALLDIR(DIRECTORY)
9491# -------------------------
9492# Substitutes the variable noarch_pkgconfigdir as the location where a
9493# module should install arch-independent pkg-config .pc files. By
9494# default the directory is $datadir/pkgconfig, but the default can be
9495# changed by passing DIRECTORY. The user can override through the
9496# --with-noarch-pkgconfigdir parameter.
9497AC_DEFUN([PKG_NOARCH_INSTALLDIR],
9498[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
9499m4_pushdef([pkg_description],
9500 [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
9501AC_ARG_WITH([noarch-pkgconfigdir],
9502 [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
9503 [with_noarch_pkgconfigdir=]pkg_default)
9504AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
9505m4_popdef([pkg_default])
9506m4_popdef([pkg_description])
9507]) dnl PKG_NOARCH_INSTALLDIR
9508
9509
9510# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
9511# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
9512# -------------------------------------------
9513# Retrieves the value of the pkg-config variable for the given module.
9514AC_DEFUN([PKG_CHECK_VAR],
9515[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
9516AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
9517
9518_PKG_CONFIG([$1], [variable="][$3]["], [$2])
9519AS_VAR_COPY([$1], [pkg_cv_][$1])
9520
9521AS_VAR_IF([$1], [""], [$5], [$4])dnl
9522])# PKG_CHECK_VAR
9523
9463# Copyright (C) 2002-2013 Free Software Foundation, Inc.9524# Copyright (C) 2002-2013 Free Software Foundation, Inc.
9464#9525#
9465# This file is free software; the Free Software Foundation9526# This file is free software; the Free Software Foundation
@@ -9472,10 +9533,10 @@
9472# generated from the m4 files accompanying Automake X.Y.9533# generated from the m4 files accompanying Automake X.Y.
9473# (This private macro should not be called outside this file.)9534# (This private macro should not be called outside this file.)
9474AC_DEFUN([AM_AUTOMAKE_VERSION],9535AC_DEFUN([AM_AUTOMAKE_VERSION],
9475[am__api_version='1.13'9536[am__api_version='1.14'
9476dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to9537dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
9477dnl require some minimum version. Point them to the right macro.9538dnl require some minimum version. Point them to the right macro.
9478m4_if([$1], [1.13.3], [],9539m4_if([$1], [1.14.1], [],
9479 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl9540 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
9480])9541])
94819542
@@ -9491,7 +9552,7 @@
9491# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.9552# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
9492# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.9553# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
9493AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],9554AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9494[AM_AUTOMAKE_VERSION([1.13.3])dnl9555[AM_AUTOMAKE_VERSION([1.14.1])dnl
9495m4_ifndef([AC_AUTOCONF_VERSION],9556m4_ifndef([AC_AUTOCONF_VERSION],
9496 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl9557 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
9497_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])9558_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
@@ -9858,6 +9919,12 @@
9858# This macro actually does too much. Some checks are only needed if9919# This macro actually does too much. Some checks are only needed if
9859# your package does certain things. But this isn't really a big deal.9920# your package does certain things. But this isn't really a big deal.
98609921
9922dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
9923m4_define([AC_PROG_CC],
9924m4_defn([AC_PROG_CC])
9925[_AM_PROG_CC_C_O
9926])
9927
9861# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])9928# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
9862# AM_INIT_AUTOMAKE([OPTIONS])9929# AM_INIT_AUTOMAKE([OPTIONS])
9863# -----------------------------------------------9930# -----------------------------------------------
@@ -9966,6 +10033,48 @@
9966AC_CONFIG_COMMANDS_PRE(dnl10033AC_CONFIG_COMMANDS_PRE(dnl
9967[m4_provide_if([_AM_COMPILER_EXEEXT],10034[m4_provide_if([_AM_COMPILER_EXEEXT],
9968 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl10035 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
10036
10037# POSIX will say in a future version that running "rm -f" with no argument
10038# is OK; and we want to be able to make that assumption in our Makefile
10039# recipes. So use an aggressive probe to check that the usage we want is
10040# actually supported "in the wild" to an acceptable degree.
10041# See automake bug#10828.
10042# To make any issue more visible, cause the running configure to be aborted
10043# by default if the 'rm' program in use doesn't match our expectations; the
10044# user can still override this though.
10045if rm -f && rm -fr && rm -rf; then : OK; else
10046 cat >&2 <<'END'
10047Oops!
10048
10049Your 'rm' program seems unable to run without file operands specified
10050on the command line, even when the '-f' option is present. This is contrary
10051to the behaviour of most rm programs out there, and not conforming with
10052the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
10053
10054Please tell bug-automake@gnu.org about your system, including the value
10055of your $PATH and any error possibly output before this message. This
10056can help us improve future automake versions.
10057
10058END
10059 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
10060 echo 'Configuration will proceed anyway, since you have set the' >&2
10061 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
10062 echo >&2
10063 else
10064 cat >&2 <<'END'
10065Aborting the configuration process, to ensure you take notice of the issue.
10066
10067You can download and install GNU coreutils to get an 'rm' implementation
10068that behaves properly: <http://www.gnu.org/software/coreutils/>.
10069
10070If you want to complete the configuration process using your problematic
10071'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
10072to "yes", and re-run configure.
10073
10074END
10075 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
10076 fi
10077fi
9969])10078])
997010079
9971dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not10080dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
@@ -9974,7 +10083,6 @@
9974m4_define([_AC_COMPILER_EXEEXT],10083m4_define([_AC_COMPILER_EXEEXT],
9975m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])10084m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
997610085
9977
9978# When config.status generates a header, we must update the stamp-h file.10086# When config.status generates a header, we must update the stamp-h file.
9979# This file resides in the same directory as the config header10087# This file resides in the same directory as the config header
9980# that is generated. The stamp files are numbered to have different names.10088# that is generated. The stamp files are numbered to have different names.
@@ -10192,6 +10300,53 @@
10192AC_DEFUN([_AM_IF_OPTION],10300AC_DEFUN([_AM_IF_OPTION],
10193[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])10301[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1019410302
10303# Copyright (C) 1999-2013 Free Software Foundation, Inc.
10304#
10305# This file is free software; the Free Software Foundation
10306# gives unlimited permission to copy and/or distribute it,
10307# with or without modifications, as long as this notice is preserved.
10308
10309# _AM_PROG_CC_C_O
10310# ---------------
10311# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
10312# to automatically call this.
10313AC_DEFUN([_AM_PROG_CC_C_O],
10314[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
10315AC_REQUIRE_AUX_FILE([compile])dnl
10316AC_LANG_PUSH([C])dnl
10317AC_CACHE_CHECK(
10318 [whether $CC understands -c and -o together],
10319 [am_cv_prog_cc_c_o],
10320 [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
10321 # Make sure it works both with $CC and with simple cc.
10322 # Following AC_PROG_CC_C_O, we do the test twice because some
10323 # compilers refuse to overwrite an existing .o file with -o,
10324 # though they will create one.
10325 am_cv_prog_cc_c_o=yes
10326 for am_i in 1 2; do
10327 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
10328 && test -f conftest2.$ac_objext; then
10329 : OK
10330 else
10331 am_cv_prog_cc_c_o=no
10332 break
10333 fi
10334 done
10335 rm -f core conftest*
10336 unset am_i])
10337if test "$am_cv_prog_cc_c_o" != yes; then
10338 # Losing compiler, so override with the script.
10339 # FIXME: It is wrong to rewrite CC.
10340 # But if we don't then we get into trouble of one sort or another.
10341 # A longer-term fix would be to have automake use am__CC in this case,
10342 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
10343 CC="$am_aux_dir/compile $CC"
10344fi
10345AC_LANG_POP([C])])
10346
10347# For backward compatibility.
10348AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
10349
10195# Copyright (C) 2001-2013 Free Software Foundation, Inc.10350# Copyright (C) 2001-2013 Free Software Foundation, Inc.
10196#10351#
10197# This file is free software; the Free Software Foundation10352# This file is free software; the Free Software Foundation
1019810353
=== added file 'compile'
--- compile 1970-01-01 00:00:00 +0000
+++ compile 2015-01-04 19:54:53 +0000
@@ -0,0 +1,347 @@
1#! /bin/sh
2# Wrapper for compilers which do not understand '-c -o'.
3
4scriptversion=2012-10-14.11; # UTC
5
6# Copyright (C) 1999-2013 Free Software Foundation, Inc.
7# Written by Tom Tromey <tromey@cygnus.com>.
8#
9# This program is free software; you can redistribute it and/or modify
10# it under the terms of the GNU General Public License as published by
11# the Free Software Foundation; either version 2, or (at your option)
12# any later version.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17# GNU General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with this program. If not, see <http://www.gnu.org/licenses/>.
21
22# As a special exception to the GNU General Public License, if you
23# distribute this file as part of a program that contains a
24# configuration script generated by Autoconf, you may include it under
25# the same distribution terms that you use for the rest of that program.
26
27# This file is maintained in Automake, please report
28# bugs to <bug-automake@gnu.org> or send patches to
29# <automake-patches@gnu.org>.
30
31nl='
32'
33
34# We need space, tab and new line, in precisely that order. Quoting is
35# there to prevent tools from complaining about whitespace usage.
36IFS=" "" $nl"
37
38file_conv=
39
40# func_file_conv build_file lazy
41# Convert a $build file to $host form and store it in $file
42# Currently only supports Windows hosts. If the determined conversion
43# type is listed in (the comma separated) LAZY, no conversion will
44# take place.
45func_file_conv ()
46{
47 file=$1
48 case $file in
49 / | /[!/]*) # absolute file, and not a UNC file
50 if test -z "$file_conv"; then
51 # lazily determine how to convert abs files
52 case `uname -s` in
53 MINGW*)
54 file_conv=mingw
55 ;;
56 CYGWIN*)
57 file_conv=cygwin
58 ;;
59 *)
60 file_conv=wine
61 ;;
62 esac
63 fi
64 case $file_conv/,$2, in
65 *,$file_conv,*)
66 ;;
67 mingw/*)
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
69 ;;
70 cygwin/*)
71 file=`cygpath -m "$file" || echo "$file"`
72 ;;
73 wine/*)
74 file=`winepath -w "$file" || echo "$file"`
75 ;;
76 esac
77 ;;
78 esac
79}
80
81# func_cl_dashL linkdir
82# Make cl look for libraries in LINKDIR
83func_cl_dashL ()
84{
85 func_file_conv "$1"
86 if test -z "$lib_path"; then
87 lib_path=$file
88 else
89 lib_path="$lib_path;$file"
90 fi
91 linker_opts="$linker_opts -LIBPATH:$file"
92}
93
94# func_cl_dashl library
95# Do a library search-path lookup for cl
96func_cl_dashl ()
97{
98 lib=$1
99 found=no
100 save_IFS=$IFS
101 IFS=';'
102 for dir in $lib_path $LIB
103 do
104 IFS=$save_IFS
105 if $shared && test -f "$dir/$lib.dll.lib"; then
106 found=yes
107 lib=$dir/$lib.dll.lib
108 break
109 fi
110 if test -f "$dir/$lib.lib"; then
111 found=yes
112 lib=$dir/$lib.lib
113 break
114 fi
115 if test -f "$dir/lib$lib.a"; then
116 found=yes
117 lib=$dir/lib$lib.a
118 break
119 fi
120 done
121 IFS=$save_IFS
122
123 if test "$found" != yes; then
124 lib=$lib.lib
125 fi
126}
127
128# func_cl_wrapper cl arg...
129# Adjust compile command to suit cl
130func_cl_wrapper ()
131{
132 # Assume a capable shell
133 lib_path=
134 shared=:
135 linker_opts=
136 for arg
137 do
138 if test -n "$eat"; then
139 eat=
140 else
141 case $1 in
142 -o)
143 # configure might choose to run compile as 'compile cc -o foo foo.c'.
144 eat=1
145 case $2 in
146 *.o | *.[oO][bB][jJ])
147 func_file_conv "$2"
148 set x "$@" -Fo"$file"
149 shift
150 ;;
151 *)
152 func_file_conv "$2"
153 set x "$@" -Fe"$file"
154 shift
155 ;;
156 esac
157 ;;
158 -I)
159 eat=1
160 func_file_conv "$2" mingw
161 set x "$@" -I"$file"
162 shift
163 ;;
164 -I*)
165 func_file_conv "${1#-I}" mingw
166 set x "$@" -I"$file"
167 shift
168 ;;
169 -l)
170 eat=1
171 func_cl_dashl "$2"
172 set x "$@" "$lib"
173 shift
174 ;;
175 -l*)
176 func_cl_dashl "${1#-l}"
177 set x "$@" "$lib"
178 shift
179 ;;
180 -L)
181 eat=1
182 func_cl_dashL "$2"
183 ;;
184 -L*)
185 func_cl_dashL "${1#-L}"
186 ;;
187 -static)
188 shared=false
189 ;;
190 -Wl,*)
191 arg=${1#-Wl,}
192 save_ifs="$IFS"; IFS=','
193 for flag in $arg; do
194 IFS="$save_ifs"
195 linker_opts="$linker_opts $flag"
196 done
197 IFS="$save_ifs"
198 ;;
199 -Xlinker)
200 eat=1
201 linker_opts="$linker_opts $2"
202 ;;
203 -*)
204 set x "$@" "$1"
205 shift
206 ;;
207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
208 func_file_conv "$1"
209 set x "$@" -Tp"$file"
210 shift
211 ;;
212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
213 func_file_conv "$1" mingw
214 set x "$@" "$file"
215 shift
216 ;;
217 *)
218 set x "$@" "$1"
219 shift
220 ;;
221 esac
222 fi
223 shift
224 done
225 if test -n "$linker_opts"; then
226 linker_opts="-link$linker_opts"
227 fi
228 exec "$@" $linker_opts
229 exit 1
230}
231
232eat=
233
234case $1 in
235 '')
236 echo "$0: No command. Try '$0 --help' for more information." 1>&2
237 exit 1;
238 ;;
239 -h | --h*)
240 cat <<\EOF
241Usage: compile [--help] [--version] PROGRAM [ARGS]
242
243Wrapper for compilers which do not understand '-c -o'.
244Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
245arguments, and rename the output as expected.
246
247If you are trying to build a whole package this is not the
248right script to run: please start by reading the file 'INSTALL'.
249
250Report bugs to <bug-automake@gnu.org>.
251EOF
252 exit $?
253 ;;
254 -v | --v*)
255 echo "compile $scriptversion"
256 exit $?
257 ;;
258 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
259 func_cl_wrapper "$@" # Doesn't return...
260 ;;
261esac
262
263ofile=
264cfile=
265
266for arg
267do
268 if test -n "$eat"; then
269 eat=
270 else
271 case $1 in
272 -o)
273 # configure might choose to run compile as 'compile cc -o foo foo.c'.
274 # So we strip '-o arg' only if arg is an object.
275 eat=1
276 case $2 in
277 *.o | *.obj)
278 ofile=$2
279 ;;
280 *)
281 set x "$@" -o "$2"
282 shift
283 ;;
284 esac
285 ;;
286 *.c)
287 cfile=$1
288 set x "$@" "$1"
289 shift
290 ;;
291 *)
292 set x "$@" "$1"
293 shift
294 ;;
295 esac
296 fi
297 shift
298done
299
300if test -z "$ofile" || test -z "$cfile"; then
301 # If no '-o' option was seen then we might have been invoked from a
302 # pattern rule where we don't need one. That is ok -- this is a
303 # normal compilation that the losing compiler can handle. If no
304 # '.c' file was seen then we are probably linking. That is also
305 # ok.
306 exec "$@"
307fi
308
309# Name of file we expect compiler to create.
310cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
311
312# Create the lock directory.
313# Note: use '[/\\:.-]' here to ensure that we don't use the same name
314# that we are using for the .o file. Also, base the name on the expected
315# object file name, since that is what matters with a parallel build.
316lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
317while true; do
318 if mkdir "$lockdir" >/dev/null 2>&1; then
319 break
320 fi
321 sleep 1
322done
323# FIXME: race condition here if user kills between mkdir and trap.
324trap "rmdir '$lockdir'; exit 1" 1 2 15
325
326# Run the compile.
327"$@"
328ret=$?
329
330if test -f "$cofile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
332elif test -f "${cofile}bj"; then
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
334fi
335
336rmdir "$lockdir"
337exit $ret
338
339# Local Variables:
340# mode: shell-script
341# sh-indentation: 2
342# eval: (add-hook 'write-file-hooks 'time-stamp)
343# time-stamp-start: "scriptversion="
344# time-stamp-format: "%:y-%02m-%02d.%02H"
345# time-stamp-time-zone: "UTC"
346# time-stamp-end: "; # UTC"
347# End:
0348
=== modified file 'config.guess'
--- config.guess 2014-02-16 15:03:36 +0000
+++ config.guess 2015-01-04 19:54:53 +0000
@@ -1,8 +1,8 @@
1#! /bin/sh1#! /bin/sh
2# Attempt to guess a canonical system name.2# Attempt to guess a canonical system name.
3# Copyright 1992-2013 Free Software Foundation, Inc.3# Copyright 1992-2014 Free Software Foundation, Inc.
44
5timestamp='2013-06-10'5timestamp='2014-03-23'
66
7# This file is free software; you can redistribute it and/or modify it7# This file is free software; you can redistribute it and/or modify it
8# under the terms of the GNU General Public License as published by8# under the terms of the GNU General Public License as published by
@@ -50,7 +50,7 @@
50GNU config.guess ($timestamp)50GNU config.guess ($timestamp)
5151
52Originally written by Per Bothner.52Originally written by Per Bothner.
53Copyright 1992-2013 Free Software Foundation, Inc.53Copyright 1992-2014 Free Software Foundation, Inc.
5454
55This is free software; see the source for copying conditions. There is NO55This is free software; see the source for copying conditions. There is NO
56warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."56warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -149,7 +149,7 @@
149 LIBC=gnu149 LIBC=gnu
150 #endif150 #endif
151 EOF151 EOF
152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
153 ;;153 ;;
154esac154esac
155155
@@ -826,7 +826,7 @@
826 *:MINGW*:*)826 *:MINGW*:*)
827 echo ${UNAME_MACHINE}-pc-mingw32827 echo ${UNAME_MACHINE}-pc-mingw32
828 exit ;;828 exit ;;
829 i*:MSYS*:*)829 *:MSYS*:*)
830 echo ${UNAME_MACHINE}-pc-msys830 echo ${UNAME_MACHINE}-pc-msys
831 exit ;;831 exit ;;
832 i*:windows32*:*)832 i*:windows32*:*)
@@ -969,10 +969,10 @@
969 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`969 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
970 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }970 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
971 ;;971 ;;
972 or1k:Linux:*:*)972 openrisc*:Linux:*:*)
973 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}973 echo or1k-unknown-linux-${LIBC}
974 exit ;;974 exit ;;
975 or32:Linux:*:*)975 or32:Linux:*:* | or1k*:Linux:*:*)
976 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}976 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
977 exit ;;977 exit ;;
978 padre:Linux:*:*)978 padre:Linux:*:*)
@@ -1260,16 +1260,26 @@
1260 if test "$UNAME_PROCESSOR" = unknown ; then1260 if test "$UNAME_PROCESSOR" = unknown ; then
1261 UNAME_PROCESSOR=powerpc1261 UNAME_PROCESSOR=powerpc
1262 fi1262 fi
1263 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then1263 if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
1264 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \1264 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1265 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \1265 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1266 grep IS_64BIT_ARCH >/dev/null1266 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1267 then1267 grep IS_64BIT_ARCH >/dev/null
1268 case $UNAME_PROCESSOR in1268 then
1269 i386) UNAME_PROCESSOR=x86_64 ;;1269 case $UNAME_PROCESSOR in
1270 powerpc) UNAME_PROCESSOR=powerpc64 ;;1270 i386) UNAME_PROCESSOR=x86_64 ;;
1271 esac1271 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1272 esac
1273 fi
1272 fi1274 fi
1275 elif test "$UNAME_PROCESSOR" = i386 ; then
1276 # Avoid executing cc on OS X 10.9, as it ships with a stub
1277 # that puts up a graphical alert prompting to install
1278 # developer tools. Any system running Mac OS X 10.7 or
1279 # later (Darwin 11 and later) is required to have a 64-bit
1280 # processor. This is not true of the ARM version of Darwin
1281 # that Apple uses in portable devices.
1282 UNAME_PROCESSOR=x86_64
1273 fi1283 fi
1274 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}1284 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1275 exit ;;1285 exit ;;
@@ -1361,154 +1371,6 @@
1361 exit ;;1371 exit ;;
1362esac1372esac
13631373
1364eval $set_cc_for_build
1365cat >$dummy.c <<EOF
1366#ifdef _SEQUENT_
1367# include <sys/types.h>
1368# include <sys/utsname.h>
1369#endif
1370main ()
1371{
1372#if defined (sony)
1373#if defined (MIPSEB)
1374 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
1375 I don't know.... */
1376 printf ("mips-sony-bsd\n"); exit (0);
1377#else
1378#include <sys/param.h>
1379 printf ("m68k-sony-newsos%s\n",
1380#ifdef NEWSOS4
1381 "4"
1382#else
1383 ""
1384#endif
1385 ); exit (0);
1386#endif
1387#endif
1388
1389#if defined (__arm) && defined (__acorn) && defined (__unix)
1390 printf ("arm-acorn-riscix\n"); exit (0);
1391#endif
1392
1393#if defined (hp300) && !defined (hpux)
1394 printf ("m68k-hp-bsd\n"); exit (0);
1395#endif
1396
1397#if defined (NeXT)
1398#if !defined (__ARCHITECTURE__)
1399#define __ARCHITECTURE__ "m68k"
1400#endif
1401 int version;
1402 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
1403 if (version < 4)
1404 printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
1405 else
1406 printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
1407 exit (0);
1408#endif
1409
1410#if defined (MULTIMAX) || defined (n16)
1411#if defined (UMAXV)
1412 printf ("ns32k-encore-sysv\n"); exit (0);
1413#else
1414#if defined (CMU)
1415 printf ("ns32k-encore-mach\n"); exit (0);
1416#else
1417 printf ("ns32k-encore-bsd\n"); exit (0);
1418#endif
1419#endif
1420#endif
1421
1422#if defined (__386BSD__)
1423 printf ("i386-pc-bsd\n"); exit (0);
1424#endif
1425
1426#if defined (sequent)
1427#if defined (i386)
1428 printf ("i386-sequent-dynix\n"); exit (0);
1429#endif
1430#if defined (ns32000)
1431 printf ("ns32k-sequent-dynix\n"); exit (0);
1432#endif
1433#endif
1434
1435#if defined (_SEQUENT_)
1436 struct utsname un;
1437
1438 uname(&un);
1439
1440 if (strncmp(un.version, "V2", 2) == 0) {
1441 printf ("i386-sequent-ptx2\n"); exit (0);
1442 }
1443 if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
1444 printf ("i386-sequent-ptx1\n"); exit (0);
1445 }
1446 printf ("i386-sequent-ptx\n"); exit (0);
1447
1448#endif
1449
1450#if defined (vax)
1451# if !defined (ultrix)
1452# include <sys/param.h>
1453# if defined (BSD)
1454# if BSD == 43
1455 printf ("vax-dec-bsd4.3\n"); exit (0);
1456# else
1457# if BSD == 199006
1458 printf ("vax-dec-bsd4.3reno\n"); exit (0);
1459# else
1460 printf ("vax-dec-bsd\n"); exit (0);
1461# endif
1462# endif
1463# else
1464 printf ("vax-dec-bsd\n"); exit (0);
1465# endif
1466# else
1467 printf ("vax-dec-ultrix\n"); exit (0);
1468# endif
1469#endif
1470
1471#if defined (alliant) && defined (i860)
1472 printf ("i860-alliant-bsd\n"); exit (0);
1473#endif
1474
1475 exit (1);
1476}
1477EOF
1478
1479$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
1480 { echo "$SYSTEM_NAME"; exit; }
1481
1482# Apollos put the system type in the environment.
1483
1484test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
1485
1486# Convex versions that predate uname can use getsysinfo(1)
1487
1488if [ -x /usr/convex/getsysinfo ]
1489then
1490 case `getsysinfo -f cpu_type` in
1491 c1*)
1492 echo c1-convex-bsd
1493 exit ;;
1494 c2*)
1495 if getsysinfo -f scalar_acc
1496 then echo c32-convex-bsd
1497 else echo c2-convex-bsd
1498 fi
1499 exit ;;
1500 c34*)
1501 echo c34-convex-bsd
1502 exit ;;
1503 c38*)
1504 echo c38-convex-bsd
1505 exit ;;
1506 c4*)
1507 echo c4-convex-bsd
1508 exit ;;
1509 esac
1510fi
1511
1512cat >&2 <<EOF1374cat >&2 <<EOF
1513$0: unable to guess system type1375$0: unable to guess system type
15141376
15151377
=== modified file 'config.sub'
--- config.sub 2014-02-16 15:03:36 +0000
+++ config.sub 2015-01-04 19:54:53 +0000
@@ -1,8 +1,8 @@
1#! /bin/sh1#! /bin/sh
2# Configuration validation subroutine script.2# Configuration validation subroutine script.
3# Copyright 1992-2013 Free Software Foundation, Inc.3# Copyright 1992-2014 Free Software Foundation, Inc.
44
5timestamp='2013-08-10'5timestamp='2014-09-11'
66
7# This file is free software; you can redistribute it and/or modify it7# This file is free software; you can redistribute it and/or modify it
8# under the terms of the GNU General Public License as published by8# under the terms of the GNU General Public License as published by
@@ -68,7 +68,7 @@
68version="\68version="\
69GNU config.sub ($timestamp)69GNU config.sub ($timestamp)
7070
71Copyright 1992-2013 Free Software Foundation, Inc.71Copyright 1992-2014 Free Software Foundation, Inc.
7272
73This is free software; see the source for copying conditions. There is NO73This is free software; see the source for copying conditions. There is NO
74warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."74warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -265,6 +265,7 @@
265 | hexagon \265 | hexagon \
266 | i370 | i860 | i960 | ia64 \266 | i370 | i860 | i960 | ia64 \
267 | ip2k | iq2000 \267 | ip2k | iq2000 \
268 | k1om \
268 | le32 | le64 \269 | le32 | le64 \
269 | lm32 \270 | lm32 \
270 | m32c | m32r | m32rle | m68000 | m68k | m88k \271 | m32c | m32r | m32rle | m68000 | m68k | m88k \
@@ -282,8 +283,10 @@
282 | mips64vr5900 | mips64vr5900el \283 | mips64vr5900 | mips64vr5900el \
283 | mipsisa32 | mipsisa32el \284 | mipsisa32 | mipsisa32el \
284 | mipsisa32r2 | mipsisa32r2el \285 | mipsisa32r2 | mipsisa32r2el \
286 | mipsisa32r6 | mipsisa32r6el \
285 | mipsisa64 | mipsisa64el \287 | mipsisa64 | mipsisa64el \
286 | mipsisa64r2 | mipsisa64r2el \288 | mipsisa64r2 | mipsisa64r2el \
289 | mipsisa64r6 | mipsisa64r6el \
287 | mipsisa64sb1 | mipsisa64sb1el \290 | mipsisa64sb1 | mipsisa64sb1el \
288 | mipsisa64sr71k | mipsisa64sr71kel \291 | mipsisa64sr71k | mipsisa64sr71kel \
289 | mipsr5900 | mipsr5900el \292 | mipsr5900 | mipsr5900el \
@@ -295,11 +298,11 @@
295 | nds32 | nds32le | nds32be \298 | nds32 | nds32le | nds32be \
296 | nios | nios2 | nios2eb | nios2el \299 | nios | nios2 | nios2eb | nios2el \
297 | ns16k | ns32k \300 | ns16k | ns32k \
298 | open8 \301 | open8 | or1k | or1knd | or32 \
299 | or1k | or32 \
300 | pdp10 | pdp11 | pj | pjl \302 | pdp10 | pdp11 | pj | pjl \
301 | powerpc | powerpc64 | powerpc64le | powerpcle \303 | powerpc | powerpc64 | powerpc64le | powerpcle \
302 | pyramid \304 | pyramid \
305 | riscv32 | riscv64 \
303 | rl78 | rx \306 | rl78 | rx \
304 | score \307 | score \
305 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \308 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
@@ -324,7 +327,7 @@
324 c6x)327 c6x)
325 basic_machine=tic6x-unknown328 basic_machine=tic6x-unknown
326 ;;329 ;;
327 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)330 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
328 basic_machine=$basic_machine-unknown331 basic_machine=$basic_machine-unknown
329 os=-none332 os=-none
330 ;;333 ;;
@@ -381,6 +384,7 @@
381 | hexagon-* \384 | hexagon-* \
382 | i*86-* | i860-* | i960-* | ia64-* \385 | i*86-* | i860-* | i960-* | ia64-* \
383 | ip2k-* | iq2000-* \386 | ip2k-* | iq2000-* \
387 | k1om-* \
384 | le32-* | le64-* \388 | le32-* | le64-* \
385 | lm32-* \389 | lm32-* \
386 | m32c-* | m32r-* | m32rle-* \390 | m32c-* | m32r-* | m32rle-* \
@@ -400,8 +404,10 @@
400 | mips64vr5900-* | mips64vr5900el-* \404 | mips64vr5900-* | mips64vr5900el-* \
401 | mipsisa32-* | mipsisa32el-* \405 | mipsisa32-* | mipsisa32el-* \
402 | mipsisa32r2-* | mipsisa32r2el-* \406 | mipsisa32r2-* | mipsisa32r2el-* \
407 | mipsisa32r6-* | mipsisa32r6el-* \
403 | mipsisa64-* | mipsisa64el-* \408 | mipsisa64-* | mipsisa64el-* \
404 | mipsisa64r2-* | mipsisa64r2el-* \409 | mipsisa64r2-* | mipsisa64r2el-* \
410 | mipsisa64r6-* | mipsisa64r6el-* \
405 | mipsisa64sb1-* | mipsisa64sb1el-* \411 | mipsisa64sb1-* | mipsisa64sb1el-* \
406 | mipsisa64sr71k-* | mipsisa64sr71kel-* \412 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
407 | mipsr5900-* | mipsr5900el-* \413 | mipsr5900-* | mipsr5900el-* \
@@ -413,6 +419,7 @@
413 | nios-* | nios2-* | nios2eb-* | nios2el-* \419 | nios-* | nios2-* | nios2eb-* | nios2el-* \
414 | none-* | np1-* | ns16k-* | ns32k-* \420 | none-* | np1-* | ns16k-* | ns32k-* \
415 | open8-* \421 | open8-* \
422 | or1k*-* \
416 | orion-* \423 | orion-* \
417 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \424 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
418 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \425 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
@@ -822,6 +829,10 @@
822 basic_machine=powerpc-unknown829 basic_machine=powerpc-unknown
823 os=-morphos830 os=-morphos
824 ;;831 ;;
832 moxiebox)
833 basic_machine=moxie-unknown
834 os=-moxiebox
835 ;;
825 msdos)836 msdos)
826 basic_machine=i386-pc837 basic_machine=i386-pc
827 os=-msdos838 os=-msdos
@@ -1367,14 +1378,14 @@
1367 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \1378 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1368 | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \1379 | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
1369 | -linux-newlib* | -linux-musl* | -linux-uclibc* \1380 | -linux-newlib* | -linux-musl* | -linux-uclibc* \
1370 | -uxpv* | -beos* | -mpeix* | -udk* \1381 | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
1371 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \1382 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1372 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \1383 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1373 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \1384 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1374 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \1385 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1375 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \1386 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1376 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \1387 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1377 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)1388 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
1378 # Remember, each alternative MUST END IN *, to match a version number.1389 # Remember, each alternative MUST END IN *, to match a version number.
1379 ;;1390 ;;
1380 -qnx*)1391 -qnx*)
@@ -1592,9 +1603,6 @@
1592 mips*-*)1603 mips*-*)
1593 os=-elf1604 os=-elf
1594 ;;1605 ;;
1595 or1k-*)
1596 os=-elf
1597 ;;
1598 or32-*)1606 or32-*)
1599 os=-coff1607 os=-coff
1600 ;;1608 ;;
16011609
=== modified file 'configure'
--- configure 2014-03-16 09:01:47 +0000
+++ configure 2015-01-04 19:54:53 +0000
@@ -1,7 +1,7 @@
1#! /bin/sh1#! /bin/sh
2# From configure.ac f33e74e.2# From configure.ac 99abc11.
3# Guess values for system-dependent variables and create Makefiles.3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.69 for xfce4-indicator-plugin 2.3.2.4# Generated by GNU Autoconf 2.69 for xfce4-indicator-plugin 2.3.3.
5#5#
6# Report bugs to <http://bugzilla.xfce.org/>.6# Report bugs to <http://bugzilla.xfce.org/>.
7#7#
@@ -594,8 +594,8 @@
594# Identity of this package.594# Identity of this package.
595PACKAGE_NAME='xfce4-indicator-plugin'595PACKAGE_NAME='xfce4-indicator-plugin'
596PACKAGE_TARNAME='xfce4-indicator-plugin'596PACKAGE_TARNAME='xfce4-indicator-plugin'
597PACKAGE_VERSION='2.3.2'597PACKAGE_VERSION='2.3.3'
598PACKAGE_STRING='xfce4-indicator-plugin 2.3.2'598PACKAGE_STRING='xfce4-indicator-plugin 2.3.3'
599PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'599PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
600PACKAGE_URL=''600PACKAGE_URL=''
601601
@@ -1426,7 +1426,7 @@
1426 # Omit some internal or obsolete options to make the list less imposing.1426 # Omit some internal or obsolete options to make the list less imposing.
1427 # This message is too long to be a string in the A/UX 3.1 sh.1427 # This message is too long to be a string in the A/UX 3.1 sh.
1428 cat <<_ACEOF1428 cat <<_ACEOF
1429\`configure' configures xfce4-indicator-plugin 2.3.2 to adapt to many kinds of systems.1429\`configure' configures xfce4-indicator-plugin 2.3.3 to adapt to many kinds of systems.
14301430
1431Usage: $0 [OPTION]... [VAR=VALUE]...1431Usage: $0 [OPTION]... [VAR=VALUE]...
14321432
@@ -1502,7 +1502,7 @@
15021502
1503if test -n "$ac_init_help"; then1503if test -n "$ac_init_help"; then
1504 case $ac_init_help in1504 case $ac_init_help in
1505 short | recursive ) echo "Configuration of xfce4-indicator-plugin 2.3.2:";;1505 short | recursive ) echo "Configuration of xfce4-indicator-plugin 2.3.3:";;
1506 esac1506 esac
1507 cat <<\_ACEOF1507 cat <<\_ACEOF
15081508
@@ -1627,7 +1627,7 @@
1627test -n "$ac_init_help" && exit $ac_status1627test -n "$ac_init_help" && exit $ac_status
1628if $ac_init_version; then1628if $ac_init_version; then
1629 cat <<\_ACEOF1629 cat <<\_ACEOF
1630xfce4-indicator-plugin configure 2.3.21630xfce4-indicator-plugin configure 2.3.3
1631generated by GNU Autoconf 2.691631generated by GNU Autoconf 2.69
16321632
1633Copyright (C) 2012 Free Software Foundation, Inc.1633Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1999,7 +1999,7 @@
1999This file contains any messages produced by compilers while1999This file contains any messages produced by compilers while
2000running configure, to aid debugging if configure makes a mistake.2000running configure, to aid debugging if configure makes a mistake.
20012001
2002It was created by xfce4-indicator-plugin $as_me 2.3.2, which was2002It was created by xfce4-indicator-plugin $as_me 2.3.3, which was
2003generated by GNU Autoconf 2.69. Invocation command line was2003generated by GNU Autoconf 2.69. Invocation command line was
20042004
2005 $ $0 $@2005 $ $0 $@
@@ -2491,7 +2491,7 @@
2491 program_prefix=${target_alias}-2491 program_prefix=${target_alias}-
24922492
24932493
2494am__api_version='1.13'2494am__api_version='1.14'
24952495
2496# Find a good install program. We prefer a C program (faster),2496# Find a good install program. We prefer a C program (faster),
2497# so one script is as good as another. But avoid the broken or2497# so one script is as good as another. But avoid the broken or
@@ -2977,7 +2977,7 @@
29772977
2978# Define the identity of the package.2978# Define the identity of the package.
2979 PACKAGE='xfce4-indicator-plugin'2979 PACKAGE='xfce4-indicator-plugin'
2980 VERSION='2.3.2'2980 VERSION='2.3.3'
29812981
29822982
2983cat >>confdefs.h <<_ACEOF2983cat >>confdefs.h <<_ACEOF
@@ -3144,6 +3144,48 @@
31443144
31453145
31463146
3147# POSIX will say in a future version that running "rm -f" with no argument
3148# is OK; and we want to be able to make that assumption in our Makefile
3149# recipes. So use an aggressive probe to check that the usage we want is
3150# actually supported "in the wild" to an acceptable degree.
3151# See automake bug#10828.
3152# To make any issue more visible, cause the running configure to be aborted
3153# by default if the 'rm' program in use doesn't match our expectations; the
3154# user can still override this though.
3155if rm -f && rm -fr && rm -rf; then : OK; else
3156 cat >&2 <<'END'
3157Oops!
3158
3159Your 'rm' program seems unable to run without file operands specified
3160on the command line, even when the '-f' option is present. This is contrary
3161to the behaviour of most rm programs out there, and not conforming with
3162the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3163
3164Please tell bug-automake@gnu.org about your system, including the value
3165of your $PATH and any error possibly output before this message. This
3166can help us improve future automake versions.
3167
3168END
3169 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3170 echo 'Configuration will proceed anyway, since you have set the' >&2
3171 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3172 echo >&2
3173 else
3174 cat >&2 <<'END'
3175Aborting the configuration process, to ensure you take notice of the issue.
3176
3177You can download and install GNU coreutils to get an 'rm' implementation
3178that behaves properly: <http://www.gnu.org/software/coreutils/>.
3179
3180If you want to complete the configuration process using your problematic
3181'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3182to "yes", and re-run configure.
3183
3184END
3185 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3186 fi
3187fi
3188
31473189
3148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&53190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3149$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }3191$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
@@ -3995,6 +4037,65 @@
3995ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'4037ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3996ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'4038ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3997ac_compiler_gnu=$ac_cv_c_compiler_gnu4039ac_compiler_gnu=$ac_cv_c_compiler_gnu
4040
4041ac_ext=c
4042ac_cpp='$CPP $CPPFLAGS'
4043ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4044ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4045ac_compiler_gnu=$ac_cv_c_compiler_gnu
4046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4047$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4048if ${am_cv_prog_cc_c_o+:} false; then :
4049 $as_echo_n "(cached) " >&6
4050else
4051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4052/* end confdefs.h. */
4053
4054int
4055main ()
4056{
4057
4058 ;
4059 return 0;
4060}
4061_ACEOF
4062 # Make sure it works both with $CC and with simple cc.
4063 # Following AC_PROG_CC_C_O, we do the test twice because some
4064 # compilers refuse to overwrite an existing .o file with -o,
4065 # though they will create one.
4066 am_cv_prog_cc_c_o=yes
4067 for am_i in 1 2; do
4068 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4069 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4070 ac_status=$?
4071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4072 (exit $ac_status); } \
4073 && test -f conftest2.$ac_objext; then
4074 : OK
4075 else
4076 am_cv_prog_cc_c_o=no
4077 break
4078 fi
4079 done
4080 rm -f core conftest*
4081 unset am_i
4082fi
4083{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4084$as_echo "$am_cv_prog_cc_c_o" >&6; }
4085if test "$am_cv_prog_cc_c_o" != yes; then
4086 # Losing compiler, so override with the script.
4087 # FIXME: It is wrong to rewrite CC.
4088 # But if we don't then we get into trouble of one sort or another.
4089 # A longer-term fix would be to have automake use am__CC in this case,
4090 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4091 CC="$am_aux_dir/compile $CC"
4092fi
4093ac_ext=c
4094ac_cpp='$CPP $CPPFLAGS'
4095ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4096ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4097ac_compiler_gnu=$ac_cv_c_compiler_gnu
4098
3998DEPDIR="${am__leading_dot}deps"4099DEPDIR="${am__leading_dot}deps"
39994100
4000ac_config_commands="$ac_config_commands depfiles"4101ac_config_commands="$ac_config_commands depfiles"
@@ -7104,7 +7205,7 @@
7104 rm -rf conftest*7205 rm -rf conftest*
7105 ;;7206 ;;
71067207
7107x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \7208x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7108s390*-*linux*|s390*-*tpf*|sparc*-*linux*)7209s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7109 # Find out which ABI we are using.7210 # Find out which ABI we are using.
7110 echo 'int i;' > conftest.$ac_ext7211 echo 'int i;' > conftest.$ac_ext
@@ -7129,7 +7230,10 @@
7129 ;;7230 ;;
7130 esac7231 esac
7131 ;;7232 ;;
7132 ppc64-*linux*|powerpc64-*linux*)7233 powerpc64le-*)
7234 LD="${LD-ld} -m elf32lppclinux"
7235 ;;
7236 powerpc64-*)
7133 LD="${LD-ld} -m elf32ppclinux"7237 LD="${LD-ld} -m elf32ppclinux"
7134 ;;7238 ;;
7135 s390x-*linux*)7239 s390x-*linux*)
@@ -7148,7 +7252,10 @@
7148 x86_64-*linux*)7252 x86_64-*linux*)
7149 LD="${LD-ld} -m elf_x86_64"7253 LD="${LD-ld} -m elf_x86_64"
7150 ;;7254 ;;
7151 ppc*-*linux*|powerpc*-*linux*)7255 powerpcle-*)
7256 LD="${LD-ld} -m elf64lppc"
7257 ;;
7258 powerpc-*)
7152 LD="${LD-ld} -m elf64ppc"7259 LD="${LD-ld} -m elf64ppc"
7153 ;;7260 ;;
7154 s390*-*linux*|s390*-*tpf*)7261 s390*-*linux*|s390*-*tpf*)
@@ -12324,7 +12431,7 @@
1232412431
1232512432
1232612433
12327 ALL_LINGUAS="ar bg ca cs da de en_AU en_GB es eu fi fr gl hr hu id it ja ko lt ms nl oc pl pt pt_BR ro ru sk sl sr sv tr ug uk zh_CN zh_TW "12434 ALL_LINGUAS="ar ast bg ca cs da de en_AU en_GB es eu fi fr gl hr hu id is it ja ko lt ms nb nl oc pl pt_BR pt ro ru sk sl sr sv th tr ug uk zh_CN zh_TW "
1232812435
12329 for ac_header in locale.h12436 for ac_header in locale.h
12330do :12437do :
@@ -15933,7 +16040,7 @@
15933# report actual input values of CONFIG_FILES etc. instead of their16040# report actual input values of CONFIG_FILES etc. instead of their
15934# values after options handling.16041# values after options handling.
15935ac_log="16042ac_log="
15936This file was extended by xfce4-indicator-plugin $as_me 2.3.2, which was16043This file was extended by xfce4-indicator-plugin $as_me 2.3.3, which was
15937generated by GNU Autoconf 2.69. Invocation command line was16044generated by GNU Autoconf 2.69. Invocation command line was
1593816045
15939 CONFIG_FILES = $CONFIG_FILES16046 CONFIG_FILES = $CONFIG_FILES
@@ -15999,7 +16106,7 @@
15999cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=116106cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16000ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"16107ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16001ac_cs_version="\\16108ac_cs_version="\\
16002xfce4-indicator-plugin config.status 2.3.216109xfce4-indicator-plugin config.status 2.3.3
16003configured by $0, generated by GNU Autoconf 2.69,16110configured by $0, generated by GNU Autoconf 2.69,
16004 with options \\"\$ac_cs_config\\"16111 with options \\"\$ac_cs_config\\"
1600516112
1600616113
=== modified file 'configure.ac'
--- configure.ac 2014-03-16 09:01:47 +0000
+++ configure.ac 2015-01-04 19:54:53 +0000
@@ -13,9 +13,9 @@
13dnl ***************************13dnl ***************************
14m4_define([indicator_version_major], [2])14m4_define([indicator_version_major], [2])
15m4_define([indicator_version_minor], [3])15m4_define([indicator_version_minor], [3])
16m4_define([indicator_version_micro], [2])16m4_define([indicator_version_micro], [3])
17m4_define([indicator_version_nano], []) dnl leave this empty to have no nano version17m4_define([indicator_version_nano], []) dnl leave this empty to have no nano version
18m4_define([indicator_version_build], [f33e74e])18m4_define([indicator_version_build], [99abc11])
19m4_define([indicator_version_tag], [])19m4_define([indicator_version_tag], [])
20m4_define([indicator_version], [indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_nano(), [], [], [.indicator_version_nano()])ifelse(indicator_version_tag(), [git], [indicator_version_tag()-indicator_version_build()], [indicator_version_tag()])])20m4_define([indicator_version], [indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_nano(), [], [], [.indicator_version_nano()])ifelse(indicator_version_tag(), [git], [indicator_version_tag()-indicator_version_build()], [indicator_version_tag()])])
2121
@@ -28,7 +28,7 @@
28AC_PREREQ([2.50])28AC_PREREQ([2.50])
29AC_CONFIG_HEADERS([config.h])29AC_CONFIG_HEADERS([config.h])
30AC_CANONICAL_TARGET()30AC_CANONICAL_TARGET()
31AC_REVISION([f33e74e])31AC_REVISION([99abc11])
3232
33dnl ***************************33dnl ***************************
34dnl *** Initialize automake ***34dnl *** Initialize automake ***
@@ -67,7 +67,7 @@
67dnl ******************************67dnl ******************************
68dnl *** Check for i18n support ***68dnl *** Check for i18n support ***
69dnl ******************************69dnl ******************************
70XDT_I18N([ar bg ca cs da de en_AU en_GB es eu fi fr gl hr hu id it ja ko lt ms nl oc pl pt pt_BR ro ru sk sl sr sv tr ug uk zh_CN zh_TW ])70XDT_I18N([ar ast bg ca cs da de en_AU en_GB es eu fi fr gl hr hu id is it ja ko lt ms nb nl oc pl pt_BR pt ro ru sk sl sr sv th tr ug uk zh_CN zh_TW ])
7171
72dnl *******************************72dnl *******************************
73dnl *** Check for X11 installed ***73dnl *** Check for X11 installed ***
7474
=== modified file 'debian/changelog'
--- debian/changelog 2014-12-02 20:30:03 +0000
+++ debian/changelog 2015-01-04 19:54:53 +0000
@@ -1,3 +1,9 @@
1xfce4-indicator-plugin (2.3.3-0ubuntu1) vivid; urgency=medium
2
3 * New upstream release.
4
5 -- Jackson Doak <noskcaj@ubuntu.com> Mon, 05 Jan 2015 06:34:21 +1100
6
1xfce4-indicator-plugin (2.3.2-0ubuntu3) vivid; urgency=medium7xfce4-indicator-plugin (2.3.2-0ubuntu3) vivid; urgency=medium
28
3 * d/p/01_upstart-init.patch:9 * d/p/01_upstart-init.patch:
410
=== modified file 'icons/48x48/Makefile.in'
--- icons/48x48/Makefile.in 2014-02-16 15:03:36 +0000
+++ icons/48x48/Makefile.in 2015-01-04 19:54:53 +0000
@@ -1,4 +1,4 @@
1# Makefile.in generated by automake 1.13.3 from Makefile.am.1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
=== modified file 'icons/Makefile.in'
--- icons/Makefile.in 2014-02-16 15:03:36 +0000
+++ icons/Makefile.in 2015-01-04 19:54:53 +0000
@@ -1,4 +1,4 @@
1# Makefile.in generated by automake 1.13.3 from Makefile.am.1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
=== modified file 'icons/scalable/Makefile.in'
--- icons/scalable/Makefile.in 2014-02-16 15:03:36 +0000
+++ icons/scalable/Makefile.in 2015-01-04 19:54:53 +0000
@@ -1,4 +1,4 @@
1# Makefile.in generated by automake 1.13.3 from Makefile.am.1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
=== modified file 'ltmain.sh'
--- ltmain.sh 2014-02-16 15:03:36 +0000
+++ ltmain.sh 2015-01-04 19:54:53 +0000
@@ -70,7 +70,7 @@
70# compiler: $LTCC70# compiler: $LTCC
71# compiler flags: $LTCFLAGS71# compiler flags: $LTCFLAGS
72# linker: $LD (gnu? $with_gnu_ld)72# linker: $LD (gnu? $with_gnu_ld)
73# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu173# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.10ubuntu1
74# automake: $automake_version74# automake: $automake_version
75# autoconf: $autoconf_version75# autoconf: $autoconf_version
76#76#
@@ -80,7 +80,7 @@
8080
81PROGRAM=libtool81PROGRAM=libtool
82PACKAGE=libtool82PACKAGE=libtool
83VERSION="2.4.2 Debian-2.4.2-1.3ubuntu1"83VERSION="2.4.2 Debian-2.4.2-1.10ubuntu1"
84TIMESTAMP=""84TIMESTAMP=""
85package_revision=1.333785package_revision=1.3337
8686
8787
=== modified file 'missing'
--- missing 2014-02-16 15:03:36 +0000
+++ missing 2015-01-04 19:54:53 +0000
@@ -1,7 +1,7 @@
1#! /bin/sh1#! /bin/sh
2# Common wrapper for a few potentially missing GNU programs.2# Common wrapper for a few potentially missing GNU programs.
33
4scriptversion=2012-06-26.16; # UTC4scriptversion=2013-10-28.13; # UTC
55
6# Copyright (C) 1996-2013 Free Software Foundation, Inc.6# Copyright (C) 1996-2013 Free Software Foundation, Inc.
7# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.7# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
@@ -160,7 +160,7 @@
160 ;;160 ;;
161 autom4te*)161 autom4te*)
162 echo "You might have modified some maintainer files that require"162 echo "You might have modified some maintainer files that require"
163 echo "the 'automa4te' program to be rebuilt."163 echo "the 'autom4te' program to be rebuilt."
164 program_details 'autom4te'164 program_details 'autom4te'
165 ;;165 ;;
166 bison*|yacc*)166 bison*|yacc*)
167167
=== modified file 'panel-plugin/Makefile.in'
--- panel-plugin/Makefile.in 2014-02-16 15:03:36 +0000
+++ panel-plugin/Makefile.in 2015-01-04 19:54:53 +0000
@@ -1,4 +1,4 @@
1# Makefile.in generated by automake 1.13.3 from Makefile.am.1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -577,14 +577,14 @@
577@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po577@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
578@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@578@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
579@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@579@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<580@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
581581
582.c.obj:582.c.obj:
583@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`583@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
584@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po584@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
585@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@585@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
586@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@586@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
587@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`587@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
588588
589.c.lo:589.c.lo:
590@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<590@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
591591
=== modified file 'panel-plugin/indicator-config.h'
--- panel-plugin/indicator-config.h 2014-02-13 16:07:50 +0000
+++ panel-plugin/indicator-config.h 2015-01-04 19:54:53 +0000
@@ -36,13 +36,6 @@
3636
37#define XFCE_TYPE_INDICATOR_CONFIG_VALUE_ARRAY (indicator_config_value_array_get_type ())37#define XFCE_TYPE_INDICATOR_CONFIG_VALUE_ARRAY (indicator_config_value_array_get_type ())
3838
39typedef struct _IncicatorConfigProperty IndicatorConfigProperty;
40struct _IndicatorConfigProperty
41{
42 const gchar *property;
43 GType type;
44};
45
46GType indicator_config_value_array_get_type (void) G_GNUC_CONST;39GType indicator_config_value_array_get_type (void) G_GNUC_CONST;
4740
48GType indicator_config_get_type (void) G_GNUC_CONST;41GType indicator_config_get_type (void) G_GNUC_CONST;
4942
=== modified file 'panel-plugin/indicator-dialog.c'
--- panel-plugin/indicator-dialog.c 2014-03-16 09:01:47 +0000
+++ panel-plugin/indicator-dialog.c 2015-01-04 19:54:53 +0000
@@ -443,7 +443,7 @@
443 g_return_if_fail (GTK_IS_LIST_STORE (dialog->store));443 g_return_if_fail (GTK_IS_LIST_STORE (dialog->store));
444444
445 if (xfce_dialog_confirm (GTK_WINDOW (gtk_widget_get_toplevel (button)),445 if (xfce_dialog_confirm (GTK_WINDOW (gtk_widget_get_toplevel (button)),
446 "edit-clear", NULL, NULL,446 "gtk-clear", NULL, NULL,
447 _("Are you sure you want to clear the list of "447 _("Are you sure you want to clear the list of "
448 "known indicators?")))448 "known indicators?")))
449 {449 {
450450
=== added file 'po/ast.po'
--- po/ast.po 1970-01-01 00:00:00 +0000
+++ po/ast.po 2015-01-04 19:54:53 +0000
@@ -0,0 +1,179 @@
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4#
5# Translators:
6# Tornes Llume <l.lumex03.tornes@gmail.com>, 2014
7# Tornes Llume <l.lumex03.tornes@gmail.com>, 2014
8msgid ""
9msgstr ""
10"Project-Id-Version: Xfce Panel Plugins\n"
11"Report-Msgid-Bugs-To: \n"
12"POT-Creation-Date: 2013-09-06 00:31+0200\n"
13"PO-Revision-Date: 2014-05-08 07:37+0000\n"
14"Last-Translator: Tornes Llume <l.lumex03.tornes@gmail.com>\n"
15"Language-Team: Asturian (http://www.transifex.com/projects/p/xfce-panel-plugins/language/ast/)\n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Language: ast\n"
20"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22#: ../panel-plugin/indicator.desktop.in.in.h:1
23msgid "Indicator Plugin"
24msgstr "Complementu indicador"
25
26#: ../panel-plugin/indicator.desktop.in.in.h:2 ../panel-plugin/indicator.c:174
27msgid ""
28"Provides a panel area for Unity indicators. Indicators allow applications "
29"and system services to display their status and interact with the user."
30msgstr "Apurre un area de panel pa indicadores Unity. Los indicadores permiten a les aplicaciones y a los servicios del sistema amosar el so estáu ya interactuar col usuariu."
31
32#: ../panel-plugin/indicator.c:176
33msgid "Copyright (c) 2009-2013\n"
34msgstr "Copyright (c) 2009-2013\n"
35
36#: ../panel-plugin/indicator.c:312
37msgid "No Indicators"
38msgstr "Nun hai indicadores"
39
40#. raw name, pretty name,
41#. icon-name(?)
42#: ../panel-plugin/indicator-dialog.c:57
43msgid "Application Indicators"
44msgstr "Indicadores d'aplicación"
45
46#: ../panel-plugin/indicator-dialog.c:58 ../panel-plugin/indicator-dialog.c:59
47msgid "Sound Menu"
48msgstr "Menñu de soníu"
49
50#: ../panel-plugin/indicator-dialog.c:60
51msgid "Printers Menu"
52msgstr "Menú d'imprentadores"
53
54#: ../panel-plugin/indicator-dialog.c:61 ../panel-plugin/indicator-dialog.c:62
55msgid "Power Management"
56msgstr "Alministración d'enerxía"
57
58#: ../panel-plugin/indicator-dialog.c:63
59msgid "Application Menus (Global Menu)"
60msgstr "Menús d'aplicación (menú global)"
61
62#: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:65
63msgid "Session Management"
64msgstr "Alministración de sesión"
65
66#: ../panel-plugin/indicator-dialog.c:66 ../panel-plugin/indicator-dialog.c:67
67msgid "Messaging Menu"
68msgstr "Menú de mensaxería"
69
70#: ../panel-plugin/indicator-dialog.c:68 ../panel-plugin/indicator-dialog.c:69
71msgid "Date and Time"
72msgstr "Data y hora"
73
74#: ../panel-plugin/indicator-dialog.c:70 ../panel-plugin/indicator-dialog.c:71
75msgid "Bluetooth"
76msgstr "Bluetooth"
77
78#: ../panel-plugin/indicator-dialog.c:72
79msgid "Sync Menu"
80msgstr "Menú de sincronización"
81
82#: ../panel-plugin/indicator-dialog.c:73
83msgid "Keyboard"
84msgstr "Tecláu"
85
86#: ../panel-plugin/indicator-dialog.c:74
87msgid "Location"
88msgstr "Allugamientu"
89
90#: ../panel-plugin/indicator-dialog.c:75
91msgid "Network"
92msgstr "Rede"
93
94#: ../panel-plugin/indicator-dialog.c:76
95msgid "Workrave"
96msgstr ""
97
98#: ../panel-plugin/indicator-dialog.c:450
99msgid "Are you sure you want to clear the list of known indicators?"
100msgstr "¿De xuru quies llimpiar la llista d'indicadores conocíos?"
101
102#: ../panel-plugin/indicator-dialog.c:593
103#, c-format
104msgid "Unable to open the following url: %s"
105msgstr "Nun pue abrise la siguiente url: %s"
106
107#: ../panel-plugin/indicator-dialog.glade.h:1
108msgid "Indicators"
109msgstr "INdicadores"
110
111#: ../panel-plugin/indicator-dialog.glade.h:2
112msgid "Arrange indicators in a single row"
113msgstr "Ordenar los indicadores namái nuna filera "
114
115#: ../panel-plugin/indicator-dialog.glade.h:3
116msgid ""
117"If enabled, ensure that the indicators are laid out in a single row or "
118"column."
119msgstr "Si s'habilita, asegúrate que los indicadores tan espadíos nuna filera o columna sola."
120
121#: ../panel-plugin/indicator-dialog.glade.h:4
122msgid "Align left in deskbar mode"
123msgstr "Alliniar a la izquierda nel mou panel d'escritoriu"
124
125#: ../panel-plugin/indicator-dialog.glade.h:5
126msgid ""
127"Controls the indicator button layout when the panel is in a Deskbar mode. "
128"Possible choices are \"centered\" or \"aligned left\"."
129msgstr "Controla'l diseñu'l botón cuando'l panel tea nel mou barra d'escritoriu. Les posibles escoyetes son \"centráu\" o \"alliniáu a la izquierda\"."
130
131#: ../panel-plugin/indicator-dialog.glade.h:6
132msgid "Appearance"
133msgstr "Aspeutu"
134
135#: ../panel-plugin/indicator-dialog.glade.h:7
136msgid "Hide indicators by default"
137msgstr "Anubrir indicadores por defeutu"
138
139#: ../panel-plugin/indicator-dialog.glade.h:8
140msgid ""
141"When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
142"indicators not marked \"Hidden\" are displayed."
143msgstr "Cuando s'habilita, namái amosaránse los marcadores conseñaos como \"Visible\". D'otramiente, tolos indicadores non conseñaos como \"Anubríu\" amosaránse."
144
145#: ../panel-plugin/indicator-dialog.glade.h:9
146msgid "Indicator"
147msgstr "Indicador"
148
149#: ../panel-plugin/indicator-dialog.glade.h:10
150msgid "Hidden"
151msgstr "Anubríu"
152
153#: ../panel-plugin/indicator-dialog.glade.h:11
154msgid "Visible"
155msgstr "Visible"
156
157#: ../panel-plugin/indicator-dialog.glade.h:12
158msgid "Move the selected indicator one row up."
159msgstr "Mover l'indicador esbilláu una filera haza arriba."
160
161#: ../panel-plugin/indicator-dialog.glade.h:13
162msgid "Move the selected indicator one row down."
163msgstr "Mover l'indicador esbilláu una filera haza abaxo."
164
165#: ../panel-plugin/indicator-dialog.glade.h:14
166msgid "<i>Please restart the panel for visibility changes to take effect.</i>"
167msgstr "<i>Por favor, reanicia'l panel pa que los cambeos de visibilidá faigan efeutu.</i>"
168
169#: ../panel-plugin/indicator-dialog.glade.h:15
170msgid "C_lear known indicators"
171msgstr "L_limpiar indicadores conocíos"
172
173#: ../panel-plugin/indicator-dialog.glade.h:16
174msgid "Resets the list of indicators and their visibility settings."
175msgstr "Reaniciar les llistes d'indicadores y los sos axustes de visibilidá."
176
177#: ../panel-plugin/indicator-dialog.glade.h:17
178msgid "Known Indicators"
179msgstr "Indicadores conocíos"
0180
=== modified file 'po/de.po'
--- po/de.po 2014-02-16 15:03:36 +0000
+++ po/de.po 2015-01-04 19:54:53 +0000
@@ -4,16 +4,16 @@
4# 4#
5# Translators:5# Translators:
6# Mark__T <mark@foresightlinux.org>, 20096# Mark__T <mark@foresightlinux.org>, 2009
7# M4he, 20137# Markus Hentsch, 2013
8# to_ba, 2013-20148# Tobias Bannert, 2013-2014
9msgid ""9msgid ""
10msgstr ""10msgstr ""
11"Project-Id-Version: Xfce Panel Plugins\n"11"Project-Id-Version: Xfce Panel Plugins\n"
12"Report-Msgid-Bugs-To: \n"12"Report-Msgid-Bugs-To: \n"
13"POT-Creation-Date: 2013-09-06 00:31+0200\n"13"POT-Creation-Date: 2013-09-06 00:31+0200\n"
14"PO-Revision-Date: 2014-01-02 23:20+0000\n"14"PO-Revision-Date: 2014-08-01 18:42+0000\n"
15"Last-Translator: to_ba\n"15"Last-Translator: Tobias Bannert\n"
16"Language-Team: German (http://www.transifex.com/projects/p/xfce/language/de/)\n"16"Language-Team: German (http://www.transifex.com/projects/p/xfce-panel-plugins/language/de/)\n"
17"MIME-Version: 1.0\n"17"MIME-Version: 1.0\n"
18"Content-Type: text/plain; charset=UTF-8\n"18"Content-Type: text/plain; charset=UTF-8\n"
19"Content-Transfer-Encoding: 8bit\n"19"Content-Transfer-Encoding: 8bit\n"
@@ -32,7 +32,7 @@
3232
33#: ../panel-plugin/indicator.c:17633#: ../panel-plugin/indicator.c:176
34msgid "Copyright (c) 2009-2013\n"34msgid "Copyright (c) 2009-2013\n"
35msgstr "Copyright (c) 2009-2013\n"35msgstr "Urheberrecht (c) 2009-2013\n"
3636
37#: ../panel-plugin/indicator.c:31237#: ../panel-plugin/indicator.c:312
38msgid "No Indicators"38msgid "No Indicators"
@@ -111,7 +111,7 @@
111111
112#: ../panel-plugin/indicator-dialog.glade.h:2112#: ../panel-plugin/indicator-dialog.glade.h:2
113msgid "Arrange indicators in a single row"113msgid "Arrange indicators in a single row"
114msgstr "Anzeigen in einer einzigen Zeile anordnen"114msgstr "Anzeigen in einer einzelnen Zeile anordnen"
115115
116#: ../panel-plugin/indicator-dialog.glade.h:3116#: ../panel-plugin/indicator-dialog.glade.h:3
117msgid ""117msgid ""
@@ -121,13 +121,13 @@
121121
122#: ../panel-plugin/indicator-dialog.glade.h:4122#: ../panel-plugin/indicator-dialog.glade.h:4
123msgid "Align left in deskbar mode"123msgid "Align left in deskbar mode"
124msgstr "Im Deskbarmodus linksbündig ausrichten"124msgstr "Im Schreibtischleistenmodus linksbündig ausrichten"
125125
126#: ../panel-plugin/indicator-dialog.glade.h:5126#: ../panel-plugin/indicator-dialog.glade.h:5
127msgid ""127msgid ""
128"Controls the indicator button layout when the panel is in a Deskbar mode. "128"Controls the indicator button layout when the panel is in a Deskbar mode. "
129"Possible choices are \"centered\" or \"aligned left\"."129"Possible choices are \"centered\" or \"aligned left\"."
130msgstr "Bestimmt die Ausrichtung der Anzeigenknöpfe im Deskbarmodus. Mögliche Auswahl: »zentriert« oder »linksbündig«"130msgstr "Bestimmt die Ausrichtung der Anzeigenknöpfe im Schreibtischleistenmodus. Mögliche Auswahl: »zentriert« oder »linksbündig«"
131131
132#: ../panel-plugin/indicator-dialog.glade.h:6132#: ../panel-plugin/indicator-dialog.glade.h:6
133msgid "Appearance"133msgid "Appearance"
@@ -165,7 +165,7 @@
165165
166#: ../panel-plugin/indicator-dialog.glade.h:14166#: ../panel-plugin/indicator-dialog.glade.h:14
167msgid "<i>Please restart the panel for visibility changes to take effect.</i>"167msgid "<i>Please restart the panel for visibility changes to take effect.</i>"
168msgstr "<i>Sie müssen die Leiste neu starten damit die Änderungen wirksam werden</i>"168msgstr "<i>Sie müssen die Leiste neu starten, damit die Änderungen wirksam werden</i>"
169169
170#: ../panel-plugin/indicator-dialog.glade.h:15170#: ../panel-plugin/indicator-dialog.glade.h:15
171msgid "C_lear known indicators"171msgid "C_lear known indicators"
172172
=== modified file 'po/es.po'
--- po/es.po 2014-02-13 16:07:50 +0000
+++ po/es.po 2015-01-04 19:54:53 +0000
@@ -3,16 +3,17 @@
3# This file is distributed under the same license as the PACKAGE package.3# This file is distributed under the same license as the PACKAGE package.
4# 4#
5# Translators:5# Translators:
6# MC <correomc2000-ing@yahoo.es>, 20136# Adolfo Jayme Barrientos <fito@libreoffice.org>, 2014
7# Pablo Lezaeta <prflr88@gmail.com>, 20137# mc <correomc2000-ing@yahoo.es>, 2013
8# Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>, 2013-2014
8msgid ""9msgid ""
9msgstr ""10msgstr ""
10"Project-Id-Version: Xfce Panel Plugins\n"11"Project-Id-Version: Xfce Panel Plugins\n"
11"Report-Msgid-Bugs-To: \n"12"Report-Msgid-Bugs-To: \n"
12"POT-Creation-Date: 2013-09-06 00:31+0200\n"13"POT-Creation-Date: 2013-09-06 00:31+0200\n"
13"PO-Revision-Date: 2013-09-08 03:17+0000\n"14"PO-Revision-Date: 2014-12-25 23:50+0000\n"
14"Last-Translator: Pablo Lezaeta <prflr88@gmail.com>\n"15"Last-Translator: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>\n"
15"Language-Team: Spanish (http://www.transifex.com/projects/p/xfce/language/es/)\n"16"Language-Team: Spanish (http://www.transifex.com/projects/p/xfce-panel-plugins/language/es/)\n"
16"MIME-Version: 1.0\n"17"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"18"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"19"Content-Transfer-Encoding: 8bit\n"
@@ -27,11 +28,11 @@
27msgid ""28msgid ""
28"Provides a panel area for Unity indicators. Indicators allow applications "29"Provides a panel area for Unity indicators. Indicators allow applications "
29"and system services to display their status and interact with the user."30"and system services to display their status and interact with the user."
30msgstr "Se proveerá un area para los indicadores de Unity. Estos indicadores permiten a aplicaciones y servicios del sistema mostrar su estado de manera interactiva con el usuario."31msgstr "Se proveerá un área para los indicadores de Unity. Estos indicadores permiten a aplicaciones y servicios del sistema mostrar su estado de manera interactiva con el usuario."
3132
32#: ../panel-plugin/indicator.c:17633#: ../panel-plugin/indicator.c:176
33msgid "Copyright (c) 2009-2013\n"34msgid "Copyright (c) 2009-2013\n"
34msgstr "Copyright © 2009–2013\n"35msgstr "Derechos de autor © 2009–2013\n"
3536
36#: ../panel-plugin/indicator.c:31237#: ../panel-plugin/indicator.c:312
37msgid "No Indicators"38msgid "No Indicators"
@@ -97,12 +98,12 @@
9798
98#: ../panel-plugin/indicator-dialog.c:45099#: ../panel-plugin/indicator-dialog.c:450
99msgid "Are you sure you want to clear the list of known indicators?"100msgid "Are you sure you want to clear the list of known indicators?"
100msgstr "¿Está seguro de que quiere limpiar la lista de indicadores conocidos?"101msgstr "¿Está seguro de que quiere vaciar la lista de indicadores conocidos?"
101102
102#: ../panel-plugin/indicator-dialog.c:593103#: ../panel-plugin/indicator-dialog.c:593
103#, c-format104#, c-format
104msgid "Unable to open the following url: %s"105msgid "Unable to open the following url: %s"
105msgstr "No se pudo abrir el siguiente URL: %s"106msgstr "No se pudo abrir la dirección URL siguiente: %s"
106107
107#: ../panel-plugin/indicator-dialog.glade.h:1108#: ../panel-plugin/indicator-dialog.glade.h:1
108msgid "Indicators"109msgid "Indicators"
@@ -120,13 +121,13 @@
120121
121#: ../panel-plugin/indicator-dialog.glade.h:4122#: ../panel-plugin/indicator-dialog.glade.h:4
122msgid "Align left in deskbar mode"123msgid "Align left in deskbar mode"
123msgstr "Alinear a la izquierda en el modo «deskbar»"124msgstr "Alinear a la izquierda en el modo barra de escritorio"
124125
125#: ../panel-plugin/indicator-dialog.glade.h:5126#: ../panel-plugin/indicator-dialog.glade.h:5
126msgid ""127msgid ""
127"Controls the indicator button layout when the panel is in a Deskbar mode. "128"Controls the indicator button layout when the panel is in a Deskbar mode. "
128"Possible choices are \"centered\" or \"aligned left\"."129"Possible choices are \"centered\" or \"aligned left\"."
129msgstr "Controla la disposición del botón indicador cuando el panel está en el modo «deskbar». Las opciones posibles son «centrado» o «alineado a la izquierda»."130msgstr "Controla la disposición del botón indicador cuando el panel está en el modo barra de escritorio. Las opciones posibles son «centrado» o «alineado a la izquierda»."
130131
131#: ../panel-plugin/indicator-dialog.glade.h:6132#: ../panel-plugin/indicator-dialog.glade.h:6
132msgid "Appearance"133msgid "Appearance"
133134
=== modified file 'po/fr.po'
--- po/fr.po 2014-02-13 16:07:50 +0000
+++ po/fr.po 2015-01-04 19:54:53 +0000
@@ -5,14 +5,15 @@
5# Translators:5# Translators:
6# Alexandre Franke <alexandre.franke@gmail.com>, 20096# Alexandre Franke <alexandre.franke@gmail.com>, 2009
7# jc1 <jc1.quebecos@gmail.com>, 20137# jc1 <jc1.quebecos@gmail.com>, 2013
8# Yannick Le Guen <leguen.yannick@gmail.com>, 2014
8msgid ""9msgid ""
9msgstr ""10msgstr ""
10"Project-Id-Version: Xfce Panel Plugins\n"11"Project-Id-Version: Xfce Panel Plugins\n"
11"Report-Msgid-Bugs-To: \n"12"Report-Msgid-Bugs-To: \n"
12"POT-Creation-Date: 2013-09-06 00:31+0200\n"13"POT-Creation-Date: 2013-09-06 00:31+0200\n"
13"PO-Revision-Date: 2013-09-07 06:59+0000\n"14"PO-Revision-Date: 2014-07-26 16:32+0000\n"
14"Last-Translator: jc1 <jc1.quebecos@gmail.com>\n"15"Last-Translator: Yannick Le Guen <leguen.yannick@gmail.com>\n"
15"Language-Team: French (http://www.transifex.com/projects/p/xfce/language/fr/)\n"16"Language-Team: French (http://www.transifex.com/projects/p/xfce-panel-plugins/language/fr/)\n"
16"MIME-Version: 1.0\n"17"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"18"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"19"Content-Transfer-Encoding: 8bit\n"
@@ -27,7 +28,7 @@
27msgid ""28msgid ""
28"Provides a panel area for Unity indicators. Indicators allow applications "29"Provides a panel area for Unity indicators. Indicators allow applications "
29"and system services to display their status and interact with the user."30"and system services to display their status and interact with the user."
30msgstr "Fournit une zone du tableau pour des indicateurs d'Unity. Les indicateurs permettent aux applications et aux services du système à afficher leur état ​​et d'interagir avec l'utilisateur."31msgstr "Fournit une zone du tableau de bord pour les indicateurs Unity. Les indicateurs permettent aux applications et aux services du système d'afficher leur état ​​et d'interagir avec l'utilisateur."
3132
32#: ../panel-plugin/indicator.c:17633#: ../panel-plugin/indicator.c:176
33msgid "Copyright (c) 2009-2013\n"34msgid "Copyright (c) 2009-2013\n"
@@ -41,7 +42,7 @@
41#. icon-name(?)42#. icon-name(?)
42#: ../panel-plugin/indicator-dialog.c:5743#: ../panel-plugin/indicator-dialog.c:57
43msgid "Application Indicators"44msgid "Application Indicators"
44msgstr "Indicateurs application"45msgstr "Indicateurs des applications"
4546
46#: ../panel-plugin/indicator-dialog.c:58 ../panel-plugin/indicator-dialog.c:5947#: ../panel-plugin/indicator-dialog.c:58 ../panel-plugin/indicator-dialog.c:59
47msgid "Sound Menu"48msgid "Sound Menu"
@@ -57,7 +58,7 @@
5758
58#: ../panel-plugin/indicator-dialog.c:6359#: ../panel-plugin/indicator-dialog.c:63
59msgid "Application Menus (Global Menu)"60msgid "Application Menus (Global Menu)"
60msgstr "Menus application (menu global)"61msgstr "Menus des applications (menu global)"
6162
62#: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:6563#: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:65
63msgid "Session Management"64msgid "Session Management"
@@ -110,23 +111,23 @@
110111
111#: ../panel-plugin/indicator-dialog.glade.h:2112#: ../panel-plugin/indicator-dialog.glade.h:2
112msgid "Arrange indicators in a single row"113msgid "Arrange indicators in a single row"
113msgstr "Arranger des indicateurs en une seule ligne"114msgstr "Arranger les indicateurs sur une seule ligne"
114115
115#: ../panel-plugin/indicator-dialog.glade.h:3116#: ../panel-plugin/indicator-dialog.glade.h:3
116msgid ""117msgid ""
117"If enabled, ensure that the indicators are laid out in a single row or "118"If enabled, ensure that the indicators are laid out in a single row or "
118"column."119"column."
119msgstr "Si activée, s'assure que les indicateurs sont disposés en une seule ligne ou colonne."120msgstr "Si activé, permet de disposer les indicateurs sur une seule ligne ou colonne."
120121
121#: ../panel-plugin/indicator-dialog.glade.h:4122#: ../panel-plugin/indicator-dialog.glade.h:4
122msgid "Align left in deskbar mode"123msgid "Align left in deskbar mode"
123msgstr "Aligner à gauche en mode barre de bureau"124msgstr "Aligner à gauche en mode barre du bureau"
124125
125#: ../panel-plugin/indicator-dialog.glade.h:5126#: ../panel-plugin/indicator-dialog.glade.h:5
126msgid ""127msgid ""
127"Controls the indicator button layout when the panel is in a Deskbar mode. "128"Controls the indicator button layout when the panel is in a Deskbar mode. "
128"Possible choices are \"centered\" or \"aligned left\"."129"Possible choices are \"centered\" or \"aligned left\"."
129msgstr "Contrôle la disposition des boutons indicateur lorsque le panneau est en mode barre de bureau. Les choix possibles sont « centré » ou « aligné à gauche »."130msgstr "Contrôle la disposition des boutons indicateurs lorsque le tableau de bord est en mode barre du bureau. Les choix possibles sont « centré » ou « aligné à gauche »."
130131
131#: ../panel-plugin/indicator-dialog.glade.h:6132#: ../panel-plugin/indicator-dialog.glade.h:6
132msgid "Appearance"133msgid "Appearance"
@@ -140,7 +141,7 @@
140msgid ""141msgid ""
141"When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "142"When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
142"indicators not marked \"Hidden\" are displayed."143"indicators not marked \"Hidden\" are displayed."
143msgstr "Lorsqu'elle est activée, seuls les indicateurs marqués « Visible » sont affichés. Dans le cas contraire, tous les indicateurs non marqués « Caché » sont affichés."144msgstr "Si activé, seuls les indicateurs marqués « Visible » sont affichés. Dans le cas contraire, tous les indicateurs non marqués « Caché » sont affichés."
144145
145#: ../panel-plugin/indicator-dialog.glade.h:9146#: ../panel-plugin/indicator-dialog.glade.h:9
146msgid "Indicator"147msgid "Indicator"
@@ -164,16 +165,16 @@
164165
165#: ../panel-plugin/indicator-dialog.glade.h:14166#: ../panel-plugin/indicator-dialog.glade.h:14
166msgid "<i>Please restart the panel for visibility changes to take effect.</i>"167msgid "<i>Please restart the panel for visibility changes to take effect.</i>"
167msgstr "<i>S'il vous plaît redémarrer le panneau pour que les changements de visibilité prennent effet.</i>"168msgstr "<i>Veuillez redémarrer le tableau de bord pour que les changements de visibilité prennent effet.</i>"
168169
169#: ../panel-plugin/indicator-dialog.glade.h:15170#: ../panel-plugin/indicator-dialog.glade.h:15
170msgid "C_lear known indicators"171msgid "C_lear known indicators"
171msgstr "Effacer les indicateur connus"172msgstr "Effa_cer les indicateurs connus"
172173
173#: ../panel-plugin/indicator-dialog.glade.h:16174#: ../panel-plugin/indicator-dialog.glade.h:16
174msgid "Resets the list of indicators and their visibility settings."175msgid "Resets the list of indicators and their visibility settings."
175msgstr "Réinitialise la liste des indicateurs et de leurs paramètres de visibilité."176msgstr "Réinitialise la liste des indicateurs et leurs paramètres de visibilité."
176177
177#: ../panel-plugin/indicator-dialog.glade.h:17178#: ../panel-plugin/indicator-dialog.glade.h:17
178msgid "Known Indicators"179msgid "Known Indicators"
179msgstr "Indicateur connus"180msgstr "Indicateurs connus"
180181
=== added file 'po/is.po'
--- po/is.po 1970-01-01 00:00:00 +0000
+++ po/is.po 2015-01-04 19:54:53 +0000
@@ -0,0 +1,179 @@
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4#
5# Translators:
6# Sveinn í Felli <sv1@fellsnet.is>, 2013
7# Sveinn í Felli <sveinki@nett.is>, 2013-2014
8msgid ""
9msgstr ""
10"Project-Id-Version: Xfce Panel Plugins\n"
11"Report-Msgid-Bugs-To: \n"
12"POT-Creation-Date: 2013-09-06 00:31+0200\n"
13"PO-Revision-Date: 2014-04-11 09:47+0000\n"
14"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
15"Language-Team: Icelandic (http://www.transifex.com/projects/p/xfce/language/is/)\n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Language: is\n"
20"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22#: ../panel-plugin/indicator.desktop.in.in.h:1
23msgid "Indicator Plugin"
24msgstr "Viðbót fyrir ástandsvísa"
25
26#: ../panel-plugin/indicator.desktop.in.in.h:2 ../panel-plugin/indicator.c:174
27msgid ""
28"Provides a panel area for Unity indicators. Indicators allow applications "
29"and system services to display their status and interact with the user."
30msgstr "Setur upp stikusvæði fyrir ástandsvísa í Unity. Ástandsvísar gera forritum og kerfisþjónustum kleift að sýna stöðu og auðvelda gagnvirkni við notandann."
31
32#: ../panel-plugin/indicator.c:176
33msgid "Copyright (c) 2009-2013\n"
34msgstr "Höfundarréttur (c) 2009-2013\n"
35
36#: ../panel-plugin/indicator.c:312
37msgid "No Indicators"
38msgstr "Engir ástandsvísar"
39
40#. raw name, pretty name,
41#. icon-name(?)
42#: ../panel-plugin/indicator-dialog.c:57
43msgid "Application Indicators"
44msgstr "Ástandsvísar forrita"
45
46#: ../panel-plugin/indicator-dialog.c:58 ../panel-plugin/indicator-dialog.c:59
47msgid "Sound Menu"
48msgstr "Hljóðvalmynd"
49
50#: ../panel-plugin/indicator-dialog.c:60
51msgid "Printers Menu"
52msgstr "Prentaravalmynd"
53
54#: ../panel-plugin/indicator-dialog.c:61 ../panel-plugin/indicator-dialog.c:62
55msgid "Power Management"
56msgstr "Aflstjórnun"
57
58#: ../panel-plugin/indicator-dialog.c:63
59msgid "Application Menus (Global Menu)"
60msgstr "Forritavalmyndir (aðalvalmynd)"
61
62#: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:65
63msgid "Session Management"
64msgstr "Setustjórn"
65
66#: ../panel-plugin/indicator-dialog.c:66 ../panel-plugin/indicator-dialog.c:67
67msgid "Messaging Menu"
68msgstr "Skilaboðavalmynd"
69
70#: ../panel-plugin/indicator-dialog.c:68 ../panel-plugin/indicator-dialog.c:69
71msgid "Date and Time"
72msgstr "Dagsetning og tími"
73
74#: ../panel-plugin/indicator-dialog.c:70 ../panel-plugin/indicator-dialog.c:71
75msgid "Bluetooth"
76msgstr "Blátönn"
77
78#: ../panel-plugin/indicator-dialog.c:72
79msgid "Sync Menu"
80msgstr "Samstillingarvalmynd"
81
82#: ../panel-plugin/indicator-dialog.c:73
83msgid "Keyboard"
84msgstr "Lyklaborð"
85
86#: ../panel-plugin/indicator-dialog.c:74
87msgid "Location"
88msgstr "Staðsetning"
89
90#: ../panel-plugin/indicator-dialog.c:75
91msgid "Network"
92msgstr "Netkerfi"
93
94#: ../panel-plugin/indicator-dialog.c:76
95msgid "Workrave"
96msgstr "Workrave"
97
98#: ../panel-plugin/indicator-dialog.c:450
99msgid "Are you sure you want to clear the list of known indicators?"
100msgstr "Ertu viss um að þú viljir endurstilla listann yfir þekkta ástandsvísa?"
101
102#: ../panel-plugin/indicator-dialog.c:593
103#, c-format
104msgid "Unable to open the following url: %s"
105msgstr "Get ekki opnað eftirfarandi slóð: %s"
106
107#: ../panel-plugin/indicator-dialog.glade.h:1
108msgid "Indicators"
109msgstr "Ástandsvísar"
110
111#: ../panel-plugin/indicator-dialog.glade.h:2
112msgid "Arrange indicators in a single row"
113msgstr "Raða ástandsvísum í eina röð"
114
115#: ../panel-plugin/indicator-dialog.glade.h:3
116msgid ""
117"If enabled, ensure that the indicators are laid out in a single row or "
118"column."
119msgstr "Ef þetta er virkt, er ástandsvísum raðað í eina röð eða dálk."
120
121#: ../panel-plugin/indicator-dialog.glade.h:4
122msgid "Align left in deskbar mode"
123msgstr "Jafna til hægri í skjástikuham"
124
125#: ../panel-plugin/indicator-dialog.glade.h:5
126msgid ""
127"Controls the indicator button layout when the panel is in a Deskbar mode. "
128"Possible choices are \"centered\" or \"aligned left\"."
129msgstr "Stýrir framsetningu ástandsvísa þegar spjaldið er í skjástikuham (deskbar mode). Mögulegt er að nota \"miðjað\" eða \"vinstrijafnað\"."
130
131#: ../panel-plugin/indicator-dialog.glade.h:6
132msgid "Appearance"
133msgstr "Útlit"
134
135#: ../panel-plugin/indicator-dialog.glade.h:7
136msgid "Hide indicators by default"
137msgstr "Sjálfgefið fela ástandsvísa"
138
139#: ../panel-plugin/indicator-dialog.glade.h:8
140msgid ""
141"When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
142"indicators not marked \"Hidden\" are displayed."
143msgstr "Ef þetta er virkt, sjást einungis þeir ástandsvísar sem merktir eru með \"sýnilegt\". Annars birtast allir ástandsvísar sem ekki eru merktir með \"falið\"."
144
145#: ../panel-plugin/indicator-dialog.glade.h:9
146msgid "Indicator"
147msgstr "Ástandsvísir"
148
149#: ../panel-plugin/indicator-dialog.glade.h:10
150msgid "Hidden"
151msgstr "Falið"
152
153#: ../panel-plugin/indicator-dialog.glade.h:11
154msgid "Visible"
155msgstr "Sýnilegt"
156
157#: ../panel-plugin/indicator-dialog.glade.h:12
158msgid "Move the selected indicator one row up."
159msgstr "Færa valinn ástandsvísi upp um eina röð."
160
161#: ../panel-plugin/indicator-dialog.glade.h:13
162msgid "Move the selected indicator one row down."
163msgstr "Færa valinn ástandsvísi niður um eina röð."
164
165#: ../panel-plugin/indicator-dialog.glade.h:14
166msgid "<i>Please restart the panel for visibility changes to take effect.</i>"
167msgstr "<i>Endurræstu spjaldið svo að breytingar á sýnileika verði virkar.</i>"
168
169#: ../panel-plugin/indicator-dialog.glade.h:15
170msgid "C_lear known indicators"
171msgstr "_Hreinsa þekkta ástandsvísa"
172
173#: ../panel-plugin/indicator-dialog.glade.h:16
174msgid "Resets the list of indicators and their visibility settings."
175msgstr "Endurstillir lista yfir ástandsvísa og sýnileika þeirra."
176
177#: ../panel-plugin/indicator-dialog.glade.h:17
178msgid "Known Indicators"
179msgstr "Þekktir ástandsvísar"
0180
=== added file 'po/nb.po'
--- po/nb.po 1970-01-01 00:00:00 +0000
+++ po/nb.po 2015-01-04 19:54:53 +0000
@@ -0,0 +1,179 @@
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4#
5# Translators:
6# kingu <comradekingu@gmail.com>, 2014
7# haarek <haarektrans@gmail.com>, 2014
8msgid ""
9msgstr ""
10"Project-Id-Version: Xfce Panel Plugins\n"
11"Report-Msgid-Bugs-To: \n"
12"POT-Creation-Date: 2013-09-06 00:31+0200\n"
13"PO-Revision-Date: 2014-05-18 15:45+0000\n"
14"Last-Translator: kingu <comradekingu@gmail.com>\n"
15"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/xfce-panel-plugins/language/nb/)\n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Language: nb\n"
20"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22#: ../panel-plugin/indicator.desktop.in.in.h:1
23msgid "Indicator Plugin"
24msgstr "Informasjonsvisnings-tillegg"
25
26#: ../panel-plugin/indicator.desktop.in.in.h:2 ../panel-plugin/indicator.c:174
27msgid ""
28"Provides a panel area for Unity indicators. Indicators allow applications "
29"and system services to display their status and interact with the user."
30msgstr "Oppretter et panelområde for Unity-instrumentering. Instrumenter gir programmer og systemtjenester muligheten til å vise status og annen info på en interaktiv måte."
31
32#: ../panel-plugin/indicator.c:176
33msgid "Copyright (c) 2009-2013\n"
34msgstr "Opphavsrett (c) 2009-2013\n"
35
36#: ../panel-plugin/indicator.c:312
37msgid "No Indicators"
38msgstr "Ingen informasjons-instrumentering"
39
40#. raw name, pretty name,
41#. icon-name(?)
42#: ../panel-plugin/indicator-dialog.c:57
43msgid "Application Indicators"
44msgstr "Informasjons-instrumentering for programmer"
45
46#: ../panel-plugin/indicator-dialog.c:58 ../panel-plugin/indicator-dialog.c:59
47msgid "Sound Menu"
48msgstr "Lydmeny"
49
50#: ../panel-plugin/indicator-dialog.c:60
51msgid "Printers Menu"
52msgstr "Skrivermeny"
53
54#: ../panel-plugin/indicator-dialog.c:61 ../panel-plugin/indicator-dialog.c:62
55msgid "Power Management"
56msgstr "Strømstyring"
57
58#: ../panel-plugin/indicator-dialog.c:63
59msgid "Application Menus (Global Menu)"
60msgstr "Informasjonsinstrumenterings-menyer (Global meny)"
61
62#: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:65
63msgid "Session Management"
64msgstr "Øktbehandling"
65
66#: ../panel-plugin/indicator-dialog.c:66 ../panel-plugin/indicator-dialog.c:67
67msgid "Messaging Menu"
68msgstr "Meldings-meny"
69
70#: ../panel-plugin/indicator-dialog.c:68 ../panel-plugin/indicator-dialog.c:69
71msgid "Date and Time"
72msgstr "Dato og tid"
73
74#: ../panel-plugin/indicator-dialog.c:70 ../panel-plugin/indicator-dialog.c:71
75msgid "Bluetooth"
76msgstr "Blåtann"
77
78#: ../panel-plugin/indicator-dialog.c:72
79msgid "Sync Menu"
80msgstr "Synkroniserings-meny"
81
82#: ../panel-plugin/indicator-dialog.c:73
83msgid "Keyboard"
84msgstr "Tastatur"
85
86#: ../panel-plugin/indicator-dialog.c:74
87msgid "Location"
88msgstr "Plassering"
89
90#: ../panel-plugin/indicator-dialog.c:75
91msgid "Network"
92msgstr "Nettverk"
93
94#: ../panel-plugin/indicator-dialog.c:76
95msgid "Workrave"
96msgstr "Workrave"
97
98#: ../panel-plugin/indicator-dialog.c:450
99msgid "Are you sure you want to clear the list of known indicators?"
100msgstr "Er du sikker på at du vil slette listen over kjente informasjons-instrumentering?"
101
102#: ../panel-plugin/indicator-dialog.c:593
103#, c-format
104msgid "Unable to open the following url: %s"
105msgstr "Kunne ikke åpne nettadressen %s"
106
107#: ../panel-plugin/indicator-dialog.glade.h:1
108msgid "Indicators"
109msgstr "Instrumentering"
110
111#: ../panel-plugin/indicator-dialog.glade.h:2
112msgid "Arrange indicators in a single row"
113msgstr "Ta oppstilling for instrumentering på én rad"
114
115#: ../panel-plugin/indicator-dialog.glade.h:3
116msgid ""
117"If enabled, ensure that the indicators are laid out in a single row or "
118"column."
119msgstr "Hvis påskrudd, tar oppstillng av instrumentering på én enkelt rad eller kolonne."
120
121#: ../panel-plugin/indicator-dialog.glade.h:4
122msgid "Align left in deskbar mode"
123msgstr "Venstrejuster i skrivebordsmodus"
124
125#: ../panel-plugin/indicator-dialog.glade.h:5
126msgid ""
127"Controls the indicator button layout when the panel is in a Deskbar mode. "
128"Possible choices are \"centered\" or \"aligned left\"."
129msgstr "Kontroller at instrumenteringens knappeoppsett når panelet er i skrivebordsmodus. Mulige valg er \"sentrert\" eller \"venstrejustert\"."
130
131#: ../panel-plugin/indicator-dialog.glade.h:6
132msgid "Appearance"
133msgstr "Utseende"
134
135#: ../panel-plugin/indicator-dialog.glade.h:7
136msgid "Hide indicators by default"
137msgstr "Gjem instrumentering som standard"
138
139#: ../panel-plugin/indicator-dialog.glade.h:8
140msgid ""
141"When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
142"indicators not marked \"Hidden\" are displayed."
143msgstr "Ved påslag vil bare instrumentering merket \"Synlig\" bli vist. Ellers vil all instrumentering merket \"Skjult\" bli vist"
144
145#: ../panel-plugin/indicator-dialog.glade.h:9
146msgid "Indicator"
147msgstr "Instrument"
148
149#: ../panel-plugin/indicator-dialog.glade.h:10
150msgid "Hidden"
151msgstr "Skjult"
152
153#: ../panel-plugin/indicator-dialog.glade.h:11
154msgid "Visible"
155msgstr "Synlig"
156
157#: ../panel-plugin/indicator-dialog.glade.h:12
158msgid "Move the selected indicator one row up."
159msgstr "Flytt valgt instrument en rad oppover."
160
161#: ../panel-plugin/indicator-dialog.glade.h:13
162msgid "Move the selected indicator one row down."
163msgstr "Flytt valgt instrument en rad nedover."
164
165#: ../panel-plugin/indicator-dialog.glade.h:14
166msgid "<i>Please restart the panel for visibility changes to take effect.</i>"
167msgstr "<i>Vennligst start panelet på nytt for at synlige endringer skal tre i kraft</i>"
168
169#: ../panel-plugin/indicator-dialog.glade.h:15
170msgid "C_lear known indicators"
171msgstr "T_øm kjent instrumentering"
172
173#: ../panel-plugin/indicator-dialog.glade.h:16
174msgid "Resets the list of indicators and their visibility settings."
175msgstr "Tilbakestill listen over instrumentering og deres synlighetsinnstillinger."
176
177#: ../panel-plugin/indicator-dialog.glade.h:17
178msgid "Known Indicators"
179msgstr "Kjente indikatorer"
0180
=== modified file 'po/pl.po'
--- po/pl.po 2014-02-13 16:07:50 +0000
+++ po/pl.po 2015-01-04 19:54:53 +0000
@@ -5,16 +5,16 @@
5# Translators:5# Translators:
6# Cyryl Sochacki <cyrylsochacki@gmail.com>, 20136# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2013
7# OSWorld <michal.olber@osworld.pl>, 20137# OSWorld <michal.olber@osworld.pl>, 2013
8# Piotr Sokół <psokol@jabster.pl>, 2011,20138# Piotr Sokół <psokol@jabster.pl>, 2011,2013-2014
9# Piotr Strębski <strebski@o2.pl>, 20139# Piotr Strębski <strebski@o2.pl>, 2013
10msgid ""10msgid ""
11msgstr ""11msgstr ""
12"Project-Id-Version: Xfce Panel Plugins\n"12"Project-Id-Version: Xfce Panel Plugins\n"
13"Report-Msgid-Bugs-To: \n"13"Report-Msgid-Bugs-To: \n"
14"POT-Creation-Date: 2013-09-06 00:31+0200\n"14"POT-Creation-Date: 2013-09-06 00:31+0200\n"
15"PO-Revision-Date: 2013-10-19 13:34+0000\n"15"PO-Revision-Date: 2014-04-29 06:30+0000\n"
16"Last-Translator: OSWorld <michal.olber@osworld.pl>\n"16"Last-Translator: Piotr Sokół <psokol@jabster.pl>\n"
17"Language-Team: Polish (http://www.transifex.com/projects/p/xfce/language/pl/)\n"17"Language-Team: Polish (http://www.transifex.com/projects/p/xfce-panel-plugins/language/pl/)\n"
18"MIME-Version: 1.0\n"18"MIME-Version: 1.0\n"
19"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
20"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
@@ -59,7 +59,7 @@
5959
60#: ../panel-plugin/indicator-dialog.c:6360#: ../panel-plugin/indicator-dialog.c:63
61msgid "Application Menus (Global Menu)"61msgid "Application Menus (Global Menu)"
62msgstr "Menu programów (Globalne menu)"62msgstr "Menu programów (globalny pasek menu)"
6363
64#: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:6564#: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:65
65msgid "Session Management"65msgid "Session Management"
@@ -112,13 +112,13 @@
112112
113#: ../panel-plugin/indicator-dialog.glade.h:2113#: ../panel-plugin/indicator-dialog.glade.h:2
114msgid "Arrange indicators in a single row"114msgid "Arrange indicators in a single row"
115msgstr "Rozmieść ikony powiadomień w jednym wierszu"115msgstr "Rozmieszczenie ikon w jednym wierszu"
116116
117#: ../panel-plugin/indicator-dialog.glade.h:3117#: ../panel-plugin/indicator-dialog.glade.h:3
118msgid ""118msgid ""
119"If enabled, ensure that the indicators are laid out in a single row or "119"If enabled, ensure that the indicators are laid out in a single row or "
120"column."120"column."
121msgstr "Jeżeli wtyczka jest aktywna, należy się upewnić że indykatory leżą w jednym wierszu lub kolumnie"121msgstr "Zapewnia wyświetlanie ikon w jednym wierszu lub kolumnie"
122122
123#: ../panel-plugin/indicator-dialog.glade.h:4123#: ../panel-plugin/indicator-dialog.glade.h:4
124msgid "Align left in deskbar mode"124msgid "Align left in deskbar mode"
@@ -128,7 +128,7 @@
128msgid ""128msgid ""
129"Controls the indicator button layout when the panel is in a Deskbar mode. "129"Controls the indicator button layout when the panel is in a Deskbar mode. "
130"Possible choices are \"centered\" or \"aligned left\"."130"Possible choices are \"centered\" or \"aligned left\"."
131msgstr "Konfiguruje układ przycisków powiadomień w sytuacji, gdy panel jest w trybie bocznym. Możliwe do wybrania opcje to „Wyśrodkowanie” i „Wyrównanie do lewej”."131msgstr "Konfiguruje układ przycisków powiadomień w sytuacji, gdy panel jest w trybie bocznym.\nMożliwe do wybrania opcje to „Wyśrodkowanie” i „Wyrównanie do lewej”."
132132
133#: ../panel-plugin/indicator-dialog.glade.h:6133#: ../panel-plugin/indicator-dialog.glade.h:6
134msgid "Appearance"134msgid "Appearance"
@@ -136,13 +136,13 @@
136136
137#: ../panel-plugin/indicator-dialog.glade.h:7137#: ../panel-plugin/indicator-dialog.glade.h:7
138msgid "Hide indicators by default"138msgid "Hide indicators by default"
139msgstr "Domyślne ukrywanie ikon powiadomień"139msgstr "Domyślne ukrywanie ikon"
140140
141#: ../panel-plugin/indicator-dialog.glade.h:8141#: ../panel-plugin/indicator-dialog.glade.h:8
142msgid ""142msgid ""
143"When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "143"When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
144"indicators not marked \"Hidden\" are displayed."144"indicators not marked \"Hidden\" are displayed."
145msgstr "Przełącza wyświetlanie pomiędzy ikonami powiadomień oznaczonymi jako „Widoczne” oraz tymi nie oznaczonymi jako „Ukryte”."145msgstr "Przełącza wyświetlanie pomiędzy ikonami powiadomień oznaczonymi jako „Widoczne” oraz tymi nie oznaczonymi jako „Ukryte”"
146146
147#: ../panel-plugin/indicator-dialog.glade.h:9147#: ../panel-plugin/indicator-dialog.glade.h:9
148msgid "Indicator"148msgid "Indicator"
@@ -170,7 +170,7 @@
170170
171#: ../panel-plugin/indicator-dialog.glade.h:15171#: ../panel-plugin/indicator-dialog.glade.h:15
172msgid "C_lear known indicators"172msgid "C_lear known indicators"
173msgstr "W_yczyść znane ikony powiadomień"173msgstr "_Wyczyść znane ikony powiadomień"
174174
175#: ../panel-plugin/indicator-dialog.glade.h:16175#: ../panel-plugin/indicator-dialog.glade.h:16
176msgid "Resets the list of indicators and their visibility settings."176msgid "Resets the list of indicators and their visibility settings."
177177
=== added file 'po/th.po'
--- po/th.po 1970-01-01 00:00:00 +0000
+++ po/th.po 2015-01-04 19:54:53 +0000
@@ -0,0 +1,178 @@
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4#
5# Translators:
6# theppitak <theppitak@gmail.com>, 2014
7msgid ""
8msgstr ""
9"Project-Id-Version: Xfce Panel Plugins\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2013-09-06 00:31+0200\n"
12"PO-Revision-Date: 2014-05-28 15:49+0000\n"
13"Last-Translator: theppitak <theppitak@gmail.com>\n"
14"Language-Team: Thai (http://www.transifex.com/projects/p/xfce-panel-plugins/language/th/)\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Language: th\n"
19"Plural-Forms: nplurals=1; plural=0;\n"
20
21#: ../panel-plugin/indicator.desktop.in.in.h:1
22msgid "Indicator Plugin"
23msgstr "ปลั๊กอินบ่งชี้สถานะ"
24
25#: ../panel-plugin/indicator.desktop.in.in.h:2 ../panel-plugin/indicator.c:174
26msgid ""
27"Provides a panel area for Unity indicators. Indicators allow applications "
28"and system services to display their status and interact with the user."
29msgstr "จัดเตรียมพื้นที่ในพาเนลสำหรับบ่งชี้สถานะแบบ Unity ตัวบ่งชี้ต่างๆ จะเปิดให้โปรแกรมและบริการต่างๆ ของระบบสามารถแสดงสถานะและโต้ตอบกับผู้ใช้ได้"
30
31#: ../panel-plugin/indicator.c:176
32msgid "Copyright (c) 2009-2013\n"
33msgstr "Copyright (c) 2009-2013\n"
34
35#: ../panel-plugin/indicator.c:312
36msgid "No Indicators"
37msgstr "ไม่มีตัวบ่งชี้"
38
39#. raw name, pretty name,
40#. icon-name(?)
41#: ../panel-plugin/indicator-dialog.c:57
42msgid "Application Indicators"
43msgstr "ตัวบ่งชี้ของโปรแกรม"
44
45#: ../panel-plugin/indicator-dialog.c:58 ../panel-plugin/indicator-dialog.c:59
46msgid "Sound Menu"
47msgstr "เมนูเสียง"
48
49#: ../panel-plugin/indicator-dialog.c:60
50msgid "Printers Menu"
51msgstr "เมนูเครื่องพิมพ์"
52
53#: ../panel-plugin/indicator-dialog.c:61 ../panel-plugin/indicator-dialog.c:62
54msgid "Power Management"
55msgstr "การจัดการพลังงาน"
56
57#: ../panel-plugin/indicator-dialog.c:63
58msgid "Application Menus (Global Menu)"
59msgstr "เมนูโปรแกรม (เมนูแบบโกลบอล)"
60
61#: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:65
62msgid "Session Management"
63msgstr "การจัดการวาระ"
64
65#: ../panel-plugin/indicator-dialog.c:66 ../panel-plugin/indicator-dialog.c:67
66msgid "Messaging Menu"
67msgstr "เมนูข้อความทันใจ"
68
69#: ../panel-plugin/indicator-dialog.c:68 ../panel-plugin/indicator-dialog.c:69
70msgid "Date and Time"
71msgstr "วันที่และเวลา"
72
73#: ../panel-plugin/indicator-dialog.c:70 ../panel-plugin/indicator-dialog.c:71
74msgid "Bluetooth"
75msgstr "บลูทูท"
76
77#: ../panel-plugin/indicator-dialog.c:72
78msgid "Sync Menu"
79msgstr "เมนูการ Sync"
80
81#: ../panel-plugin/indicator-dialog.c:73
82msgid "Keyboard"
83msgstr "แป้นพิมพ์"
84
85#: ../panel-plugin/indicator-dialog.c:74
86msgid "Location"
87msgstr "ตำแหน่ง"
88
89#: ../panel-plugin/indicator-dialog.c:75
90msgid "Network"
91msgstr "เครือข่าย"
92
93#: ../panel-plugin/indicator-dialog.c:76
94msgid "Workrave"
95msgstr "Workrave"
96
97#: ../panel-plugin/indicator-dialog.c:450
98msgid "Are you sure you want to clear the list of known indicators?"
99msgstr "คุณแน่ใจหรือไม่ว่าต้องการล้างรายชื่อตัวบ่งชี้ที่รู้จัก?"
100
101#: ../panel-plugin/indicator-dialog.c:593
102#, c-format
103msgid "Unable to open the following url: %s"
104msgstr "ไม่สามารถเปิด URL ต่อไปนี้ได้: %s"
105
106#: ../panel-plugin/indicator-dialog.glade.h:1
107msgid "Indicators"
108msgstr "ตัวบ่งชี้"
109
110#: ../panel-plugin/indicator-dialog.glade.h:2
111msgid "Arrange indicators in a single row"
112msgstr "จัดเรียงตัวบ่งชี้ต่างๆ ในแถวเดียว"
113
114#: ../panel-plugin/indicator-dialog.glade.h:3
115msgid ""
116"If enabled, ensure that the indicators are laid out in a single row or "
117"column."
118msgstr "ถ้าเปิดใช้ จะพยายามจัดวางตัวบ่งชี้ต่างๆ เป็นแถวเดียวหรือคอลัมน์เดียว"
119
120#: ../panel-plugin/indicator-dialog.glade.h:4
121msgid "Align left in deskbar mode"
122msgstr "เรียงชิดซ้ายในโหมดเดสก์บาร์"
123
124#: ../panel-plugin/indicator-dialog.glade.h:5
125msgid ""
126"Controls the indicator button layout when the panel is in a Deskbar mode. "
127"Possible choices are \"centered\" or \"aligned left\"."
128msgstr "ควบคุมการจัดวางปุ่มของตัวบ่งชี้เมื่อพาเนลอยู่ในโหมดเดสก์บาร์ ตัวเลือกที่เป็นไปได้คือ \"เรียงกึ่งกลาง\" หรือ \"เรียงชิดซ้าย\""
129
130#: ../panel-plugin/indicator-dialog.glade.h:6
131msgid "Appearance"
132msgstr "รูปลักษณ์"
133
134#: ../panel-plugin/indicator-dialog.glade.h:7
135msgid "Hide indicators by default"
136msgstr "ซ่อนตัวบ่งชี้โดยปริยาย"
137
138#: ../panel-plugin/indicator-dialog.glade.h:8
139msgid ""
140"When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
141"indicators not marked \"Hidden\" are displayed."
142msgstr "เมื่อเปิดใช้ จะแสดงเฉพาะตัวบ่งชี้ที่ทำเครื่องหมายว่า \"แสดง\" เท่านั้น มิฉะนั้น ก็จะแสดงตัวบ่งชี้ทั้งหมดที่ไม่ได้ทำเครื่องหมายว่า \"ซ่อน\""
143
144#: ../panel-plugin/indicator-dialog.glade.h:9
145msgid "Indicator"
146msgstr "ตัวบ่งชี้"
147
148#: ../panel-plugin/indicator-dialog.glade.h:10
149msgid "Hidden"
150msgstr "ซ่อน"
151
152#: ../panel-plugin/indicator-dialog.glade.h:11
153msgid "Visible"
154msgstr "แสดง"
155
156#: ../panel-plugin/indicator-dialog.glade.h:12
157msgid "Move the selected indicator one row up."
158msgstr "ย้ายตัวบ่งชี้ที่เลือกขึ้นหนึ่งแถว"
159
160#: ../panel-plugin/indicator-dialog.glade.h:13
161msgid "Move the selected indicator one row down."
162msgstr "ย้ายตัวบ่งชี้ที่เลือกลงหนึ่งแถว"
163
164#: ../panel-plugin/indicator-dialog.glade.h:14
165msgid "<i>Please restart the panel for visibility changes to take effect.</i>"
166msgstr "<i>กรุณาเริ่มเปิดพาเนลใหม่เพื่อให้การเปลี่ยนแปลงการซ่อน/แสดงมีผล</i>"
167
168#: ../panel-plugin/indicator-dialog.glade.h:15
169msgid "C_lear known indicators"
170msgstr "_ล้างตัวบ่งชี้ที่รู้จัก"
171
172#: ../panel-plugin/indicator-dialog.glade.h:16
173msgid "Resets the list of indicators and their visibility settings."
174msgstr "ล้างค่ารายชื่อตัวบ่งชี้และค่าตั้งการซ่อน/แสดง"
175
176#: ../panel-plugin/indicator-dialog.glade.h:17
177msgid "Known Indicators"
178msgstr "ตัวบ่งชี้ที่รู้จัก"
0179
=== modified file 'po/zh_TW.po'
--- po/zh_TW.po 2014-02-16 15:03:36 +0000
+++ po/zh_TW.po 2015-01-04 19:54:53 +0000
@@ -5,13 +5,14 @@
5# Translators:5# Translators:
6# Walter Cheuk <wwycheuk@gmail.com>, 2013-20146# Walter Cheuk <wwycheuk@gmail.com>, 2013-2014
7# sofyalai <sofyalai@gmail.com>, 20137# sofyalai <sofyalai@gmail.com>, 2013
8# 柏諺 黃 <s8321414@gmail.com>, 2014
8msgid ""9msgid ""
9msgstr ""10msgstr ""
10"Project-Id-Version: Xfce Panel Plugins\n"11"Project-Id-Version: Xfce Panel Plugins\n"
11"Report-Msgid-Bugs-To: \n"12"Report-Msgid-Bugs-To: \n"
12"POT-Creation-Date: 2013-09-06 00:31+0200\n"13"POT-Creation-Date: 2013-09-06 00:31+0200\n"
13"PO-Revision-Date: 2014-01-04 05:57+0000\n"14"PO-Revision-Date: 2014-04-16 12:00+0000\n"
14"Last-Translator: Walter Cheuk <wwycheuk@gmail.com>\n"15"Last-Translator: 柏諺 黃 <s8321414@gmail.com>\n"
15"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/xfce/language/zh_TW/)\n"16"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/xfce/language/zh_TW/)\n"
16"MIME-Version: 1.0\n"17"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"18"Content-Type: text/plain; charset=UTF-8\n"
@@ -93,7 +94,7 @@
9394
94#: ../panel-plugin/indicator-dialog.c:7695#: ../panel-plugin/indicator-dialog.c:76
95msgid "Workrave"96msgid "Workrave"
96msgstr ""97msgstr "Workrave"
9798
98#: ../panel-plugin/indicator-dialog.c:45099#: ../panel-plugin/indicator-dialog.c:450
99msgid "Are you sure you want to clear the list of known indicators?"100msgid "Are you sure you want to clear the list of known indicators?"

Subscribers

People subscribed via source and target branches

to all changes: