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-it/acinclude.m4 | 10 +-- tde-i18n-it/configure | 42 ++++++------ tde-i18n-it/configure.in | 2 +- .../docs/tdeadmin/knetworkconf/index.docbook | 2 +- tde-i18n-it/docs/tdebase/faq/configkde.docbook | 2 +- tde-i18n-it/docs/tdebase/kate/advanced.docbook | 2 +- tde-i18n-it/docs/tdebase/userguide/index.docbook | 2 +- .../docs/tdebase/userguide/under-the-hood.docbook | 2 +- tde-i18n-it/docs/tdeedu/kgeography/index.docbook | 2 +- tde-i18n-it/docs/tdenetwork/lisa/index.docbook | 2 +- tde-i18n-it/messages/tdelibs/tdelibs.po | 74 +++++++++++----------- 11 files changed, 71 insertions(+), 71 deletions(-) (limited to 'tde-i18n-it') diff --git a/tde-i18n-it/acinclude.m4 b/tde-i18n-it/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-it/acinclude.m4 +++ b/tde-i18n-it/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-it/configure b/tde-i18n-it/configure index 7a66420aaff..2a458923cbc 100755 --- a/tde-i18n-it/configure +++ b/tde-i18n-it/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 @@ -6352,7 +6352,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-it/configure.in b/tde-i18n-it/configure.in index 4899a191c96..63af8095794 100644 --- a/tde-i18n-it/configure.in +++ b/tde-i18n-it/configure.in @@ -347,7 +347,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-it/docs/tdeadmin/knetworkconf/index.docbook b/tde-i18n-it/docs/tdeadmin/knetworkconf/index.docbook index bdad0b98a65..93b52ae6c95 100644 --- a/tde-i18n-it/docs/tdeadmin/knetworkconf/index.docbook +++ b/tde-i18n-it/docs/tdeadmin/knetworkconf/index.docbook @@ -1015,7 +1015,7 @@ format="PNG"/> >Si raccomanda solo agli utenti esperti. Per il resto, compilare &knetworkconf; non è difficile. I comandi seguenti dovrebbero bastare. ./configure --prefix=$(kde-config --prefix) +>./configure --prefix=$(tde-config --prefix) make make install diff --git a/tde-i18n-it/docs/tdebase/faq/configkde.docbook b/tde-i18n-it/docs/tdebase/faq/configkde.docbook index b4f30142306..5a0dc03c43f 100644 --- a/tde-i18n-it/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-it/docs/tdebase/faq/configkde.docbook @@ -300,7 +300,7 @@ >TDEDIR è la cartella base della tua installazione di &kde; (puoi scoprirla usando il comando kde-configtde-config --prefix). . I requisiti sono che lo script sia messo in una cartella dove &kate; possa trovarlo, assieme al file .desktop opzionale che ne definisce le proprietà associate. Le cartelle valide sono chiamate katepart/scripts nelle cartelle dei dati di &kde;. Puoi trovare le cartelle dei dati scrivendo kde-config data&kde; viene installato nel proprio albero di cartelle, che si può trovare con il comando kde-configtde-config >) e quelli globali nelle sottocartelle del percorso di installazione di &kde; share/config. (Puoi trovare questo percorso eseguendo il comando kde-config --prefixtde-config --prefix). I nomi dei loro file solitamente finiscono in rc (senza il punto iniziale), per esempio kopeterc. diff --git a/tde-i18n-it/docs/tdeedu/kgeography/index.docbook b/tde-i18n-it/docs/tdeedu/kgeography/index.docbook index d14c1e39824..51b1e61e441 100644 --- a/tde-i18n-it/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-it/docs/tdeedu/kgeography/index.docbook @@ -622,7 +622,7 @@ guide the parent/teacher on how to help the child using it. >, scrivi kde-configtde-config lisarc in tutte le cartelle restituite dall'esecuzione di kde-configtde-config