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-pl/acinclude.m4 | 10 +-- tde-i18n-pl/configure | 42 ++++++------ tde-i18n-pl/configure.in | 2 +- .../docs/tdeadmin/knetworkconf/index.docbook | 2 +- tde-i18n-pl/docs/tdebase/faq/configkde.docbook | 2 +- tde-i18n-pl/docs/tdebase/kate/advanced.docbook | 2 +- tde-i18n-pl/docs/tdebase/userguide/index.docbook | 2 +- .../docs/tdebase/userguide/under-the-hood.docbook | 2 +- tde-i18n-pl/docs/tdeedu/kgeography/index.docbook | 2 +- tde-i18n-pl/messages/tdelibs/tdelibs.po | 74 +++++++++++----------- 10 files changed, 70 insertions(+), 70 deletions(-) (limited to 'tde-i18n-pl') diff --git a/tde-i18n-pl/acinclude.m4 b/tde-i18n-pl/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-pl/acinclude.m4 +++ b/tde-i18n-pl/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-pl/configure b/tde-i18n-pl/configure index 4857b9a9c4f..d18e846ae52 100755 --- a/tde-i18n-pl/configure +++ b/tde-i18n-pl/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 @@ -6046,7 +6046,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-pl/configure.in b/tde-i18n-pl/configure.in index ce58ca68c12..1bab9fe150f 100644 --- a/tde-i18n-pl/configure.in +++ b/tde-i18n-pl/configure.in @@ -245,7 +245,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-pl/docs/tdeadmin/knetworkconf/index.docbook b/tde-i18n-pl/docs/tdeadmin/knetworkconf/index.docbook index 9ddc361e172..a857d4b1795 100644 --- a/tde-i18n-pl/docs/tdeadmin/knetworkconf/index.docbook +++ b/tde-i18n-pl/docs/tdeadmin/knetworkconf/index.docbook @@ -1014,7 +1014,7 @@ format="PNG"/> >Zalecane tylko dla zaawansowanych użytkowników. W przeciwnym wypadku, kompilacja &knetworkconf; nie jest trudna. Następujące polecenia powinny wystarczyć. ./configure --prefix=$(kde-config --prefix) +>./configure --prefix=$(tde-config --prefix) make make install diff --git a/tde-i18n-pl/docs/tdebase/faq/configkde.docbook b/tde-i18n-pl/docs/tdebase/faq/configkde.docbook index 35fce9c488f..80bb79ec3f2 100644 --- a/tde-i18n-pl/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-pl/docs/tdebase/faq/configkde.docbook @@ -294,7 +294,7 @@ >TDEDIR jest folderem (fachowo: prefiksem), w którym &kde; zostało zainstalowane (możesz znaleźć ten folder przez użycie polecenia kde-configtde-config --prefix). . Skrypt musi być zlokalizowany w katalogu, w którym &kate; może go odszukać wraz z opcjonalnym plikiem .desktop definiującym jego dodatkowe właściwości. Domyślnym katalogiem dla skryptów jest podkatalog katepart/scripts znajdujący się w katalogu z danymi środowiska &kde;. Ścieżka dostępu do katalogu z danymi środowiska jest wyświetlana za pomocą polecenia kde-config data&kde; jest instalowane we własnym drzewie katalogów. Jego lokalizację można poznać uruchamiając polecenie kde-configtde-config >), zaś pliki globalne znajdują się w podkatalogach share/config katalogu instalacyjnego &kde; (możesz go znaleźć przez wydanie polecenia kde-config --prefixtde-config --prefix). Nazwy plików konfiguracyjnych są zwykle zakończone na literki rc np. kopeterc od multikomunikatora &kopete;. diff --git a/tde-i18n-pl/docs/tdeedu/kgeography/index.docbook b/tde-i18n-pl/docs/tdeedu/kgeography/index.docbook index eda22688185..295237a4fac 100644 --- a/tde-i18n-pl/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-pl/docs/tdeedu/kgeography/index.docbook @@ -620,7 +620,7 @@ guide the parent/teacher on how to help the child using it. >, wpisz w &konsole-miejscownik; kde-configtde-config