summaryrefslogtreecommitdiffstats
path: root/khotkeys
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:07:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:07:19 -0600
commit6723d581f9777be5206619112a30122439c0ee95 (patch)
treed835c452bc1081f1d58a7c209654e345ebf0fbe8 /khotkeys
parentdeba8145ea74eac9c43b8aef4642357d72f7d0c0 (diff)
downloadtdebase-6723d581f9777be5206619112a30122439c0ee95.tar.gz
tdebase-6723d581f9777be5206619112a30122439c0ee95.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'khotkeys')
-rw-r--r--khotkeys/README24
-rw-r--r--khotkeys/configure.in.in2
2 files changed, 13 insertions, 13 deletions
diff --git a/khotkeys/README b/khotkeys/README
index 1b181aa43..b087105cb 100644
--- a/khotkeys/README
+++ b/khotkeys/README
@@ -45,17 +45,17 @@
the config file ), so you will be able to go back in case there will be
a serious problem with this version. The files you should remove
and backup before installing the new version are :
- - $KDEDIR/bin/khotkeys
- - $KDEDIR/lib/libkcm_khotkeys.la
- - $KDEDIR/lib/libkcm_khotkeys.so
- - $KDEDIR/lib/trinity/libkcm_khotkeys.la
- - $KDEDIR/lib/trinity/libkcm_khotkeys.so
- - $KDEDIR/lib/khotkeys.la
- - $KDEDIR/lib/khotkeys.so
- - $KDEDIR/lib/libkhotkeys.la
- - $KDEDIR/lib/libkhotkeys.so
- - $KDEDIR/share/autostart/khotkeys.desktop
- - $KDEHOME/share/config/khotkeysrc
+ - $TDEDIR/bin/khotkeys
+ - $TDEDIR/lib/libkcm_khotkeys.la
+ - $TDEDIR/lib/libkcm_khotkeys.so
+ - $TDEDIR/lib/trinity/libkcm_khotkeys.la
+ - $TDEDIR/lib/trinity/libkcm_khotkeys.so
+ - $TDEDIR/lib/khotkeys.la
+ - $TDEDIR/lib/khotkeys.so
+ - $TDEDIR/lib/libkhotkeys.la
+ - $TDEDIR/lib/libkhotkeys.so
+ - $TDEDIR/share/autostart/khotkeys.desktop
+ - $TDEHOME/share/config/khotkeysrc
Not all these files exist, depending on your KDE and OS version. It's simply
all files having 'khotkeys' in their name.
Ok, now the standard install ( ./configure && make && make install ), and
@@ -121,7 +121,7 @@
EXAMPLES :
Ok, as I guess the things written above aren't that good explanation, I've
- included a sample configuration file. Put it in $KDEHOME/share/config/khotkeysrc.
+ included a sample configuration file. Put it in $TDEHOME/share/config/khotkeysrc.
Every action is explained in its comment field. Note that all the actions are
disabled, so you'll have to enable them in order to use them.
diff --git a/khotkeys/configure.in.in b/khotkeys/configure.in.in
index ad9ab0c55..4f170eb1e 100644
--- a/khotkeys/configure.in.in
+++ b/khotkeys/configure.in.in
@@ -48,7 +48,7 @@ dnl check for arts for speech recognition
dnl ---------------------------------------------------------------------------
-artsc_config_test_path=$prefix/bin:$exec_prefix/bin:$KDEDIR/bin:$PATH
+artsc_config_test_path=$prefix/bin:$exec_prefix/bin:$TDEDIR/bin:$PATH
AC_PATH_PROG(ARTSCCONFIG, artsc-config, no, $artsc_config_test_path)
if test "x$build_arts" = "xyes" && test "x$ARTSCCONFIG" != "xno" ; then