Rename a number of libraries and executables to avoid conflicts with KDE4

feat/lzip-support
Timothy Pearson 12 years ago
parent 527c1d6eee
commit fcfa140974

@ -2075,16 +2075,16 @@ if test $kde_qtver = 3; then
AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KABC, "-lkabc") AC_SUBST(LIB_KABC, "-lkabc")
AC_SUBST(LIB_KHTML, "-lkhtml") AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-lkspell") AC_SUBST(LIB_KSPELL, "-ltdespell")
AC_SUBST(LIB_KPARTS, "-lkparts") AC_SUBST(LIB_KPARTS, "-ltdeparts")
AC_SUBST(LIB_TDEPRINT, "-ltdeprint") AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
AC_SUBST(LIB_KUTILS, "-lkutils") AC_SUBST(LIB_KUTILS, "-ltdeutils")
AC_SUBST(LIB_TDEPIM, "-ltdepim") AC_SUBST(LIB_TDEPIM, "-ltdepim")
AC_SUBST(LIB_KIMPROXY, "-lkimproxy") AC_SUBST(LIB_KIMPROXY, "-ltdeimproxy")
AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff") AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff")
AC_SUBST(LIB_KDNSSD, "-lkdnssd") AC_SUBST(LIB_KDNSSD, "-ltdednssd")
AC_SUBST(LIB_KUNITTEST, "-lkunittest") AC_SUBST(LIB_KUNITTEST, "-ltdeunittest")
# these are for backward compatibility # these are for backward compatibility
AC_SUBST(LIB_KSYCOCA, "-lkio") AC_SUBST(LIB_KSYCOCA, "-lkio")
AC_SUBST(LIB_KFILE, "-lkio") AC_SUBST(LIB_KFILE, "-lkio")
@ -2092,13 +2092,13 @@ elif test $kde_qtver = 2; then
AC_SUBST(LIB_TDECORE, "-ltdecore") AC_SUBST(LIB_TDECORE, "-ltdecore")
AC_SUBST(LIB_TDEUI, "-ltdeui") AC_SUBST(LIB_TDEUI, "-ltdeui")
AC_SUBST(LIB_KIO, "-lkio") AC_SUBST(LIB_KIO, "-lkio")
AC_SUBST(LIB_KSYCOCA, "-lksycoca") AC_SUBST(LIB_KSYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KFILE, "-lkfile") AC_SUBST(LIB_KFILE, "-lkfile")
AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KHTML, "-lkhtml") AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-lkspell") AC_SUBST(LIB_KSPELL, "-ltdespell")
AC_SUBST(LIB_KPARTS, "-lkparts") AC_SUBST(LIB_KPARTS, "-ltdeparts")
AC_SUBST(LIB_TDEPRINT, "-ltdeprint") AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
else else
AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)") AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")
@ -2547,7 +2547,7 @@ AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir)
test "x$jpeg_incdir" = xNO && jpeg_incdir= test "x$jpeg_incdir" = xNO && jpeg_incdir=
dnl if headers _and_ libraries are missing, this is no error, and we dnl if headers _and_ libraries are missing, this is no error, and we
dnl continue with a warning (the user will get no jpeg support in khtml) dnl continue with a warning (the user will get no jpeg support in tdehtml)
dnl if only one is missing, it means a configuration error, but we still dnl if only one is missing, it means a configuration error, but we still
dnl only warn dnl only warn
if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
@ -3489,7 +3489,7 @@ LIBTOOL_SHELL="/bin/sh ./libtool"
KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)" KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
AC_SUBST(KDE_PLUGIN) AC_SUBST(KDE_PLUGIN)
# This hack ensures that libtool creates shared libs for kunittest plugins. By default check_LTLIBRARIES makes static libs. # This hack ensures that libtool creates shared libs for tdeunittest plugins. By default check_LTLIBRARIES makes static libs.
KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)" KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)"
AC_SUBST(KDE_CHECK_PLUGIN) AC_SUBST(KDE_CHECK_PLUGIN)

@ -10,7 +10,7 @@
the following archives types: ace, arj, bzip2, deb, gzip, iso, the following archives types: ace, arj, bzip2, deb, gzip, iso,
lha, rar, rpm, tar, zip and 7-zip and supports the following lha, rar, rpm, tar, zip and 7-zip and supports the following
passworded archives: arj, ace, rar and zip. Passwords can be passworded archives: arj, ace, rar and zip. Passwords can be
stored in &kwallet;. Please note that the archive stored in &tdewallet;. Please note that the archive
support first needs to be properly support first needs to be properly
<link linkend="konfig-archives">configured</link> in <link linkend="konfig-archives">configured</link> in
Konfigurator. To open the archive, use &Enter;, Konfigurator. To open the archive, use &Enter;,

@ -56,7 +56,7 @@
<listitem> <listitem>
<para>Powerful internal <para>Powerful internal
<link linkend="krviewer">viewer and editor</link> via <link linkend="krviewer">viewer and editor</link> via
kparts supporting almost every file format.</para> tdeparts supporting almost every file format.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>&advanced-search-module-lnk; : <para>&advanced-search-module-lnk; :
@ -289,7 +289,7 @@
<para> <para>
<link linkend="archives">Password support</link> for: arj, <link linkend="archives">Password support</link> for: arj,
ace, rar and zip. Passwords can be stored in ace, rar and zip. Passwords can be stored in
&kwallet;</para> &tdewallet;</para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>

@ -297,7 +297,7 @@ http://groups.google.com/group/krusader-devel/browse_thread/thread/d102adec2edcf
<!ENTITY filelight '<application>Filelight</application>'> <!ENTITY filelight '<application>Filelight</application>'>
<!ENTITY tdevelop '<application>Kdevelop</application>'> <!ENTITY tdevelop '<application>Kdevelop</application>'>
<!ENTITY keditbookmarks '<application>KeditBookmarks</application>'> <!ENTITY keditbookmarks '<application>KeditBookmarks</application>'>
<!ENTITY kwallet "<application>Kwallet</application>"> <!ENTITY tdewallet "<application>Kwallet</application>">
<!-- (TM) Trademark ENTITIES --> <!-- (TM) Trademark ENTITIES -->
<!ENTITY fedora '<trademark>Fedora</trademark>'> <!ENTITY fedora '<trademark>Fedora</trademark>'>

@ -182,7 +182,7 @@
<para> <para>
Let's start with installing all the packages we need: Let's start with installing all the packages we need:
<screen> <screen>
<prompt>#</prompt> <userinput><command>apt-get install</command> <option>avahi-daemon libnss-mdns kdnssd</option></userinput> <prompt>#</prompt> <userinput><command>apt-get install</command> <option>avahi-daemon libnss-mdns tdednssd</option></userinput>
</screen> </screen>
Everything is installed, now let's do some configuration. First, we need our services to be announced on LAN. Everything is installed, now let's do some configuration. First, we need our services to be announced on LAN.

@ -83,7 +83,7 @@
<para <para
>Мощный встроенный <link linkend="krviewer" >Мощный встроенный <link linkend="krviewer"
>просмотрщик и редактор</link >просмотрщик и редактор</link
> через kparts поддерживает все доступные форматы файлов!</para> > через tdeparts поддерживает все доступные форматы файлов!</para>
</listitem> </listitem>
<listitem> <listitem>
<para <para
@ -353,7 +353,7 @@
<para <para
><link linkend="archives" ><link linkend="archives"
>Поддержка паролей</link >Поддержка паролей</link
> для: arj, ace, rar и zip. Пароли будут сохраняться в &kwallet;</para> > для: arj, ace, rar и zip. Пароли будут сохраняться в &tdewallet;</para>
</listitem> </listitem>
<listitem> <listitem>

@ -713,7 +713,7 @@ since the Entity Backspace is not defined in
<!ENTITY keditbookmarks '<application <!ENTITY keditbookmarks '<application
>KeditBookmarks</application >KeditBookmarks</application
>'> >'>
<!ENTITY kwallet "<application <!ENTITY tdewallet "<application
>Kwallet</application >Kwallet</application
>"> >">

@ -446,7 +446,7 @@
<title <title
>Browsing Archives</title> >Browsing Archives</title>
<para <para
>The &vfs_lnk; allows to browse archives as it was a directory. &krusader; supports currently the following archives types: ace, arj, bzip2, deb, gzip, iso, lha, rar, rpm, tar, zip and 7-zip and supports the next passworded archives: arj, ace, rar and zip. Passwords can be stored in &kwallet;. Please note that the archive support first needs to be properly <link linkend="konfig-archives" >The &vfs_lnk; allows to browse archives as it was a directory. &krusader; supports currently the following archives types: ace, arj, bzip2, deb, gzip, iso, lha, rar, rpm, tar, zip and 7-zip and supports the next passworded archives: arj, ace, rar and zip. Passwords can be stored in &tdewallet;. Please note that the archive support first needs to be properly <link linkend="konfig-archives"
>configured</link >configured</link
> in Konfigurator. To open the archive use &Enter;, (double-)click or the <keycap > in Konfigurator. To open the archive use &Enter;, (double-)click or the <keycap
>Right Arrow</keycap >Right Arrow</keycap

@ -23,8 +23,8 @@
#include <kmenubar.h> #include <kmenubar.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <klocale.h> #include <klocale.h>
#include <kparts/part.h> #include <tdeparts/part.h>
#include <kparts/componentfactory.h> #include <tdeparts/componentfactory.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <klibloader.h> #include <klibloader.h>
#include <ktrader.h> #include <ktrader.h>
@ -34,7 +34,7 @@
#include <kstatusbar.h> #include <kstatusbar.h>
#include <kdebug.h> #include <kdebug.h>
#include <klargefile.h> #include <klargefile.h>
#include <khtml_part.h> #include <tdehtml_part.h>
#include <kprocess.h> #include <kprocess.h>
#include <kfileitem.h> #include <kfileitem.h>
// Krusader includes // Krusader includes

@ -20,10 +20,10 @@
#include <tqwidget.h> #include <tqwidget.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <kparts/mainwindow.h> #include <tdeparts/mainwindow.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kparts/partmanager.h> #include <tdeparts/partmanager.h>
#include <kparts/browserextension.h> #include <tdeparts/browserextension.h>
#include <tqguardedptr.h> #include <tqguardedptr.h>
#include <ktabwidget.h> #include <ktabwidget.h>

@ -2,8 +2,8 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqwidgetstack.h> #include <tqwidgetstack.h>
#include <tqapplication.h> #include <tqapplication.h>
#include <kparts/part.h> #include <tdeparts/part.h>
#include <kparts/browserextension.h> #include <tdeparts/browserextension.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <tqdict.h> #include <tqdict.h>
#include <tqlabel.h> #include <tqlabel.h>

@ -4,7 +4,7 @@
#include <kurl.h> #include <kurl.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqwidgetstack.h> #include <tqwidgetstack.h>
#include <kparts/part.h> #include <tdeparts/part.h>
#include <kio/job.h> #include <kio/job.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <tqdict.h> #include <tqdict.h>

@ -103,12 +103,12 @@ krusader_LDADD = \
$(LIB_QT) \ $(LIB_QT) \
$(LIBSOCKET) \ $(LIBSOCKET) \
-ltdefx \ -ltdefx \
-lkutils \ -ltdeutils \
-lkwalletclient -ltdewalletclient
# the library search path. # the library search path.
krusader_LDFLAGS = $(all_libraries) $(kde_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -lkwalletclient krusader_LDFLAGS = $(all_libraries) $(kde_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdewalletclient
########################################################### ###########################################################

@ -34,7 +34,7 @@
#include <tqobject.h> #include <tqobject.h>
#include <kprocess.h> #include <kprocess.h>
#include <kurl.h> #include <kurl.h>
#include <kwallet.h> #include <tdewallet.h>
class KRarcHandler: public TQObject { class KRarcHandler: public TQObject {
Q_OBJECT Q_OBJECT

@ -713,7 +713,7 @@ void Krusader::setupActions() {
// SLOTS, TQT_SLOT( execFilter() ), actionCollection(), "exec files" ); // SLOTS, TQT_SLOT( execFilter() ), actionCollection(), "exec files" );
actCustomFilter = new KAction( i18n( "&Custom" ), SHIFT + Key_F12, actCustomFilter = new KAction( i18n( "&Custom" ), SHIFT + Key_F12,
SLOTS, TQT_SLOT( customFilter() ), actionCollection(), "custom files" ); SLOTS, TQT_SLOT( customFilter() ), actionCollection(), "custom files" );
actCompare = new KAction( i18n( "Compare b&y Content..." ), "kmultiple", 0, actCompare = new KAction( i18n( "Compare b&y Content..." ), "tdemultiple", 0,
SLOTS, TQT_SLOT( compareContent() ), actionCollection(), "compare" ); SLOTS, TQT_SLOT( compareContent() ), actionCollection(), "compare" );
actMultiRename = new KAction( i18n( "Multi &Rename..." ), "krename", SHIFT + Key_F9, actMultiRename = new KAction( i18n( "Multi &Rename..." ), "krename", SHIFT + Key_F9,
SLOTS, TQT_SLOT( multiRename() ), actionCollection(), "multirename" ); SLOTS, TQT_SLOT( multiRename() ), actionCollection(), "multirename" );

@ -39,7 +39,7 @@
// KDE includes // KDE includes
#include <kapplication.h> #include <kapplication.h>
#include <kparts/mainwindow.h> #include <tdeparts/mainwindow.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kaction.h> #include <kaction.h>
#include <kconfig.h> #include <kconfig.h>

@ -37,7 +37,7 @@
#include <klocale.h> #include <klocale.h>
#include <kaccel.h> #include <kaccel.h>
#include <kapplication.h> #include <kapplication.h>
#include <kparts/part.h> #include <tdeparts/part.h>
// QT includes // QT includes
#include <tqlayout.h> #include <tqlayout.h>

@ -1,7 +1,7 @@
## Makefile.am of tdebase/kioslave/tar ## Makefile.am of tdebase/kioslave/tar
INCLUDES = $(all_includes) INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
METASOURCES = AUTO METASOURCES = AUTO
kde_module_LTLIBRARIES = kio_tar.la kde_module_LTLIBRARIES = kio_tar.la

@ -1,7 +1,7 @@
## Makefile.am of tdebase/kioslave/tar ## Makefile.am of tdebase/kioslave/tar
INCLUDES = $(all_includes) INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
METASOURCES = AUTO METASOURCES = AUTO
kde_module_LTLIBRARIES = kio_virt.la kde_module_LTLIBRARIES = kio_virt.la

Loading…
Cancel
Save