From 917d31801091e50237c3012a9955678032d0e557 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 6 May 2016 10:00:52 -0300 Subject: [PATCH] * Corrigindo problema na tradução PT_BR --- configure.ac | 79 +++++++++++++++++++++++++++++++++++++++++-------------------------------------- po/pt_BR.po | 4 ++-- 2 files changed, 43 insertions(+), 40 deletions(-) diff --git a/configure.ac b/configure.ac index 79b88a4..b94e2f2 100644 --- a/configure.ac +++ b/configure.ac @@ -703,45 +703,48 @@ AC_ARG_VAR([OFFICE_HOME], [Libreoffice home]) AC_ARG_VAR([OO_SDK_HOME], [Libreoffice SDK home]) AC_ARG_VAR([OO_SDK_URE_HOME], [Libreoffice URE home]) -case "$host" in - *-mingw32) - app_cv_office="no" - ;; - - *-apple-*) - app_cv_office="no" - ;; - - *) - OO_LDFLAGS="-luno_cppu -luno_cppuhelpergcc3 -luno_salhelpergcc3" - - if test "_$OFFICE_HOME" == "_" ; then - if test "$host_cpu" = "x86_64"; then - OFFICE_HOME="/usr/lib64/libreoffice" - else - OFFICE_HOME="/usr/lib/libreoffice" - fi - fi - - if test "_$OO_SDK_HOME" == "_" ; then - OO_SDK_HOME=$OFFICE_HOME/sdk - fi +# Disabled due to problems with the latest libreoffice API. +app_cv_office="no" - if test "_$OO_SDK_URE_HOME" == "_" ; then - if test -d $OFFICE_HOME/ure; then - OO_SDK_URE_HOME="$OFFICE_HOME/ure" - elif test -d $OFFICE_HOME/program/types.rdb; then - OO_SDK_URE_HOME="$OFFICE_HOME/program" - else - if test "$host_cpu" = "x86_64"; then - OO_SDK_URE_HOME="/usr/lib64/ure" - else - OO_SDK_URE_HOME="/usr/lib/ure" - fi - fi - fi - -esac +#case "$host" in +# *-mingw32) +# app_cv_office="no" +# ;; +# +# *-apple-*) +# app_cv_office="no" +# ;; +# +# *) +# OO_LDFLAGS="-luno_cppu -luno_cppuhelpergcc3 -luno_salhelpergcc3" +# +# if test "_$OFFICE_HOME" == "_" ; then +# if test "$host_cpu" = "x86_64"; then +# OFFICE_HOME="/usr/lib64/libreoffice" +# else +# OFFICE_HOME="/usr/lib/libreoffice" +# fi +# fi +# +# if test "_$OO_SDK_HOME" == "_" ; then +# OO_SDK_HOME=$OFFICE_HOME/sdk +# fi +# +# if test "_$OO_SDK_URE_HOME" == "_" ; then +# if test -d $OFFICE_HOME/ure; then +# OO_SDK_URE_HOME="$OFFICE_HOME/ure" +# elif test -d $OFFICE_HOME/program/types.rdb; then +# OO_SDK_URE_HOME="$OFFICE_HOME/program" +# else +# if test "$host_cpu" = "x86_64"; then +# OO_SDK_URE_HOME="/usr/lib64/ure" +# else +# OO_SDK_URE_HOME="/usr/lib/ure" +# fi +# fi +# fi +# +#esac # Setup c++ compiler flags if test -d "$prefix/include/libreoffice"; then diff --git a/po/pt_BR.po b/po/pt_BR.po index 198387b..6b6f149 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-05 16:48-0300\n" +"POT-Creation-Date: 2016-05-06 09:59-0300\n" "PO-Revision-Date: 2016-05-05 17:03-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português \n" @@ -1381,7 +1381,7 @@ msgstr "Progresso" #: ui/80javasamples.xml:41 msgid "Protection test" -msgstr "\n" +msgstr "Protection test" #: colors.c:446 msgid "Purple" -- libgit2 0.21.2