summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:56:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:56:34 -0600
commit0923f15537bc8cf775a2306f8dd0a81bf8d47a20 (patch)
tree2c6657e04cdd74a18e2262ee991a245d61878939
parent799765ceef59a1f9725c0e7aabc6a945dcd05941 (diff)
downloadtde-systemsettings-0923f155.tar.gz
tde-systemsettings-0923f155.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
-rw-r--r--TODO2
-rw-r--r--acinclude.m48
-rw-r--r--aclocal.m48
-rw-r--r--systemsettings/HACKING2
-rw-r--r--systemsettings/menu/Makefile.am4
-rw-r--r--systemsettings/menu/audioencoding.desktop2
-rw-r--r--systemsettings/menu/defaultapplication.desktop2
-rw-r--r--systemsettings/menu/kcm_knetwortdeconfmodule_ss.desktop (renamed from systemsettings/menu/kcm_knetworkconfmodule_ss.desktop)10
-rw-r--r--systemsettings/menu/kcmfontinst.desktop2
-rw-r--r--systemsettings/menu/laptop.desktop2
-rw-r--r--systemsettings/menu/medianotifications.desktop2
-rw-r--r--systemsettings/menu/system-settings.menu4
-rw-r--r--systemsettings/tdecmodulemenu.h2
13 files changed, 25 insertions, 25 deletions
diff --git a/TODO b/TODO
index 1308fe3..43d4a84 100644
--- a/TODO
+++ b/TODO
@@ -18,6 +18,6 @@ Modules
Search
-Make search smaller and on the right
-Grep docs?
--Tie into kconfigXT somehow?
+-Tie into tdeconfigXT somehow?
-Look at Spotlight
-Task oriented?
diff --git a/acinclude.m4 b/acinclude.m4
index 1011398..72c359b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -602,7 +602,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
fi
if test -n "$trinity2ornewer"; then
- KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
+ KDE_FIND_PATH(tdeconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tdeconfig_compiler)])
KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
fi
if test -n "$trinity3ornewer"; then
@@ -1788,7 +1788,7 @@ if test "$kde_qtver" = 1; then
kde_check_lib="libtdecore.la"
else
kde_check_header="ksharedptr.h"
- kde_check_lib="libkio.la"
+ kde_check_lib="libtdeio.la"
fi
if test -z "$1"; then
@@ -2094,7 +2094,7 @@ elif test $kde_qtver = 2; then
AC_SUBST(LIB_KIO, "-lkio")
AC_SUBST(LIB_KSYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb")
- AC_SUBST(LIB_KFILE, "-lkfile")
+ AC_SUBST(LIB_KFILE, "-ltdefile")
AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell")
@@ -2104,7 +2104,7 @@ else
AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")
AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)")
AC_SUBST(LIB_KFM, "-lkfm $(LIB_TDECORE)")
- AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_TDEUI)")
+ AC_SUBST(LIB_KFILE, "-ltdefile $(LIB_KFM) $(LIB_TDEUI)")
AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_TDECORE)")
fi
])
diff --git a/aclocal.m4 b/aclocal.m4
index 6c92d7a..a38b1b7 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -614,7 +614,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
fi
if test -n "$trinity2ornewer"; then
- KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
+ KDE_FIND_PATH(tdeconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tdeconfig_compiler)])
KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
fi
if test -n "$trinity3ornewer"; then
@@ -1800,7 +1800,7 @@ if test "$kde_qtver" = 1; then
kde_check_lib="libtdecore.la"
else
kde_check_header="ksharedptr.h"
- kde_check_lib="libkio.la"
+ kde_check_lib="libtdeio.la"
fi
if test -z "$1"; then
@@ -2106,7 +2106,7 @@ elif test $kde_qtver = 2; then
AC_SUBST(LIB_KIO, "-lkio")
AC_SUBST(LIB_KSYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb")
- AC_SUBST(LIB_KFILE, "-lkfile")
+ AC_SUBST(LIB_KFILE, "-ltdefile")
AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell")
@@ -2116,7 +2116,7 @@ else
AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")
AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)")
AC_SUBST(LIB_KFM, "-lkfm $(LIB_TDECORE)")
- AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_TDEUI)")
+ AC_SUBST(LIB_KFILE, "-ltdefile $(LIB_KFM) $(LIB_TDEUI)")
AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_TDECORE)")
fi
])
diff --git a/systemsettings/HACKING b/systemsettings/HACKING
index 6c7a9b6..a858538 100644
--- a/systemsettings/HACKING
+++ b/systemsettings/HACKING
@@ -28,4 +28,4 @@ Also don't forget to install the ui file.
And the desktop file.
-share/applications/tde/systemsettings.desktop
-When you change (or install) any of the first three files make sure to run kbuildsycoca to re-generate the cache files or log out and back in.
+When you change (or install) any of the first three files make sure to run tdebuildsycoca to re-generate the cache files or log out and back in.
diff --git a/systemsettings/menu/Makefile.am b/systemsettings/menu/Makefile.am
index f777e39..3ce8c1c 100644
--- a/systemsettings/menu/Makefile.am
+++ b/systemsettings/menu/Makefile.am
@@ -1,5 +1,5 @@
#temporary till KDE4 and it can be renamed
-xdg_apps_DATA = audioencoding.desktop defaultapplication.desktop kcmfontinst.desktop kcm_knetworkconfmodule_ss.desktop laptop.desktop medianotifications.desktop
+xdg_apps_DATA = audioencoding.desktop defaultapplication.desktop kcmfontinst.desktop kcm_knetwortdeconfmodule_ss.desktop laptop.desktop medianotifications.desktop
xdg_menu_DATA = system-settings.menu
@@ -33,4 +33,4 @@ tde-settings-windowbehavior.directory \
system-settings.directory
#install-data-local:
-# kbuildsycoca
+# tdebuildsycoca
diff --git a/systemsettings/menu/audioencoding.desktop b/systemsettings/menu/audioencoding.desktop
index 7749ac9..9df3084 100644
--- a/systemsettings/menu/audioencoding.desktop
+++ b/systemsettings/menu/audioencoding.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-Exec=kcmshell audiocd
+Exec=tdecmshell audiocd
Icon=cdaudio_unmount
Type=Application
diff --git a/systemsettings/menu/defaultapplication.desktop b/systemsettings/menu/defaultapplication.desktop
index b5a53aa..808b456 100644
--- a/systemsettings/menu/defaultapplication.desktop
+++ b/systemsettings/menu/defaultapplication.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-Exec=kcmshell defaultapplication
+Exec=tdecmshell defaultapplication
Icon=blockdevice
Type=Application
diff --git a/systemsettings/menu/kcm_knetworkconfmodule_ss.desktop b/systemsettings/menu/kcm_knetwortdeconfmodule_ss.desktop
index 30facdc..67705a2 100644
--- a/systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
+++ b/systemsettings/menu/kcm_knetwortdeconfmodule_ss.desktop
@@ -3,12 +3,12 @@ X-TDE-RootOnly=true
## Keep this out of kcontrol
#Categories=Qt;TDE;Settings;X-TDE-settings-network;Configuration-TDE-Network-mdk;
X-TDE-ModuleType=Library
-X-TDE-Library=knetworkconfmodule
-X-TDE-FactoryName=knetworkconfmodule
+X-TDE-Library=knetwortdeconfmodule
+X-TDE-FactoryName=knetwortdeconfmodule
Type=Application
-Exec=kcmshell kcm_knetworkconfmodule
-Icon=knetworkconf
-DocPath=knetworkconf/index.html
+Exec=tdecmshell kcm_knetwortdeconfmodule
+Icon=knetwortdeconf
+DocPath=knetwortdeconf/index.html
Comment=Configure Network Settings
Comment[ar]=إعداد تعيينات الشبكة
diff --git a/systemsettings/menu/kcmfontinst.desktop b/systemsettings/menu/kcmfontinst.desktop
index dfdb9ba..134e658 100644
--- a/systemsettings/menu/kcmfontinst.desktop
+++ b/systemsettings/menu/kcmfontinst.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Exec=kcmshell kcmfontinst
+Exec=tdecmshell kcmfontinst
Icon=fonts
Type=Application
DocPath=kcontrol/kcmfontinst/index.html
diff --git a/systemsettings/menu/laptop.desktop b/systemsettings/menu/laptop.desktop
index 98d7435..3312168 100644
--- a/systemsettings/menu/laptop.desktop
+++ b/systemsettings/menu/laptop.desktop
@@ -2,7 +2,7 @@
X-TDE-Library=laptop
X-TDE-FactoryName=laptop
X-TDE-Init=laptop
-Exec=kcmshell laptop
+Exec=tdecmshell laptop
Icon=laptop_battery
Type=Application
DocPath=kcontrol/laptop/index.html
diff --git a/systemsettings/menu/medianotifications.desktop b/systemsettings/menu/medianotifications.desktop
index ca2a26b..7c5b1e2 100644
--- a/systemsettings/menu/medianotifications.desktop
+++ b/systemsettings/menu/medianotifications.desktop
@@ -3,7 +3,7 @@ Encoding=UTF-8
Type=Application
#DocPath=
Icon=system
-Exec=kcmshell media
+Exec=tdecmshell media
X-TDE-Library=media
diff --git a/systemsettings/menu/system-settings.menu b/systemsettings/menu/system-settings.menu
index d2f3089..00e1b83 100644
--- a/systemsettings/menu/system-settings.menu
+++ b/systemsettings/menu/system-settings.menu
@@ -290,7 +290,7 @@ https://wiki.kubuntu.org/KubuntuSystemSettingsUsability
<Directory>tde-settings-networksettings.directory</Directory>
<Layout>
- <Filename>tde-kcm_knetworkconfmodule_ss.desktop</Filename>
+ <Filename>tde-kcm_knetwortdeconfmodule_ss.desktop</Filename>
<Filename>tde-proxy.desktop</Filename>
<Filename>tde-netpref.desktop</Filename>
<Filename>tde-kcm_tdednssd.desktop</Filename>
@@ -298,7 +298,7 @@ https://wiki.kubuntu.org/KubuntuSystemSettingsUsability
</Layout>
<Include>
- <Filename>tde-kcm_knetworkconfmodule_ss.desktop</Filename>
+ <Filename>tde-kcm_knetwortdeconfmodule_ss.desktop</Filename>
<Filename>tde-proxy.desktop</Filename>
<Filename>tde-netpref.desktop</Filename>
<Filename>tde-kcm_tdednssd.desktop</Filename>
diff --git a/systemsettings/tdecmodulemenu.h b/systemsettings/tdecmodulemenu.h
index e025f8d..d056f96 100644
--- a/systemsettings/tdecmodulemenu.h
+++ b/systemsettings/tdecmodulemenu.h
@@ -66,7 +66,7 @@ class TDECModuleMenuPrivate;
*
* example.menu should be installed in xdg/menus/ so that ksyscoco will find
* it. See the above url for example menus. After changing the menu you need
- * to run "kbuildsycoca" to regenerate the cache as ksyscoco will cache the
+ * to run "tdebuildsycoca" to regenerate the cache as ksyscoco will cache the
* menu and is a file that doesn't change on users.
*/