From bb04c4a8d7babbc965aa2c34a27b9611aa3cdae0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 26 Feb 2012 14:38:10 -0600 Subject: Rename kde-config to tde-config --- tde-i18n-ru/acinclude.m4 | 10 +-- tde-i18n-ru/configure | 42 ++++++------ tde-i18n-ru/configure.in | 2 +- tde-i18n-ru/docs/tdebase/faq/configkde.docbook | 2 +- tde-i18n-ru/docs/tdebase/kate/advanced.docbook | 2 +- tde-i18n-ru/docs/tdebase/userguide/index.docbook | 2 +- .../docs/tdebase/userguide/under-the-hood.docbook | 2 +- tde-i18n-ru/docs/tdeedu/kgeography/index.docbook | 2 +- tde-i18n-ru/docs/tdenetwork/lisa/index.docbook | 2 +- tde-i18n-ru/messages/tdelibs/tdelibs.po | 74 +++++++++++----------- 10 files changed, 70 insertions(+), 70 deletions(-) (limited to 'tde-i18n-ru') diff --git a/tde-i18n-ru/acinclude.m4 b/tde-i18n-ru/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-ru/acinclude.m4 +++ b/tde-i18n-ru/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-ru/configure b/tde-i18n-ru/configure index d840385b383..bb498d7f7ed 100755 --- a/tde-i18n-ru/configure +++ b/tde-i18n-ru/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6133,7 +6133,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ru/configure.in b/tde-i18n-ru/configure.in index 9aec711fc79..bb8b0103d20 100644 --- a/tde-i18n-ru/configure.in +++ b/tde-i18n-ru/configure.in @@ -274,7 +274,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ru/docs/tdebase/faq/configkde.docbook b/tde-i18n-ru/docs/tdebase/faq/configkde.docbook index 2ba548d6606..6a7ddd08457 100644 --- a/tde-i18n-ru/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-ru/docs/tdebase/faq/configkde.docbook @@ -290,7 +290,7 @@ >TDEDIR - каталог установки &kde;. Точные названия каталогов можно узнать, запустив kde-configtde-config --prefix). . При этом необходимо, чтобы сценарий и файл .desktop (если он существует) находились в той папке, в которой &kate; сможет их разыскать. Подходящая папка для этого - katepart/scripts в папках данных &kde;. Найти папки данных можно командой kde-config data&kde; устанавливается в определённую папку. Чтобы узнать, где он находится, выполните kde-configtde-config > в вашей системе), общесистемные - в подкаталоге share/config корневого каталога &kde;. (Для того чтобы узнать путь к этому каталогу, выполните kde-config --prefixtde-config --prefix.) Имена файлов обычно заканчиваются символами rc (без точки), например, kopeterc. diff --git a/tde-i18n-ru/docs/tdeedu/kgeography/index.docbook b/tde-i18n-ru/docs/tdeedu/kgeography/index.docbook index ebb80edf151..98e00242133 100644 --- a/tde-i18n-ru/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-ru/docs/tdeedu/kgeography/index.docbook @@ -622,7 +622,7 @@ guide the parent/teacher on how to help the child using it. >,введите kde-configtde-config lisarc в каждом каталоге, возвращённом программой kde-configtde-config