From f718e36538aa686bae52576c8991c247ebb398a4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 21:47:50 -0600 Subject: [PATCH] Rename additional instances of KDE to TDE --- amor/Makefile.am | 4 ++-- eyesapplet/Makefile.am | 2 +- fifteenapplet/Makefile.am | 2 +- kodo/Makefile.am | 4 ++-- kteatime/Makefile.am | 4 ++-- ktux/Makefile.am | 4 ++-- kweather/Makefile.am | 6 +++--- kworldwatch/Makefile.am | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/amor/Makefile.am b/amor/Makefile.am index 09c91cd..72224d4 100644 --- a/amor/Makefile.am +++ b/amor/Makefile.am @@ -15,11 +15,11 @@ amor_SOURCES = amordialog.cpp amor.cpp amorwidget.cpp main.cpp amoranim.cpp amor include_HEADERS = AmorIface.h # the library search path -amor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +amor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. -amor_LDADD = $(LIB_KDEUI) +amor_LDADD = $(LIB_TDEUI) # this option you can leave out. Just, if you use "make dist", you need it noinst_HEADERS = amor.h amorwidget.h amoranim.h amorpm.h amordialog.h\ diff --git a/eyesapplet/Makefile.am b/eyesapplet/Makefile.am index 964c446..3fefda0 100644 --- a/eyesapplet/Makefile.am +++ b/eyesapplet/Makefile.am @@ -13,7 +13,7 @@ lnk_DATA = eyesapplet.desktop EXTRA_DIST = $(lnk_DATA) eyes_panelapplet_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) -eyes_panelapplet_la_LIBADD = $(LIB_KDEUI) +eyes_panelapplet_la_LIBADD = $(LIB_TDEUI) messages: $(XGETTEXT) *.cpp *.h -o $(podir)/keyesapplet.pot diff --git a/fifteenapplet/Makefile.am b/fifteenapplet/Makefile.am index b2e4c3d..eb373ca 100644 --- a/fifteenapplet/Makefile.am +++ b/fifteenapplet/Makefile.am @@ -13,7 +13,7 @@ lnk_DATA = kfifteenapplet.desktop EXTRA_DIST = $(lnk_DATA) fifteen_panelapplet_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) -fifteen_panelapplet_la_LIBADD = $(LIB_KDEUI) +fifteen_panelapplet_la_LIBADD = $(LIB_TDEUI) messages: $(XGETTEXT) *.cpp *.h -o $(podir)/kfifteenapplet.pot diff --git a/kodo/Makefile.am b/kodo/Makefile.am index b7908aa..939d552 100644 --- a/kodo/Makefile.am +++ b/kodo/Makefile.am @@ -7,8 +7,8 @@ kodo_SOURCES = main.cpp kodometer.cpp kimagenumber.cpp METASOURCES = AUTO # the library search path. -kodo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -kodo_LDADD = $(LIB_KDEUI) +kodo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kodo_LDADD = $(LIB_TDEUI) messages: $(XGETTEXT) $(kodo_SOURCES) -o $(podir)/kodo.pot diff --git a/kteatime/Makefile.am b/kteatime/Makefile.am index edf5099..a39e56a 100644 --- a/kteatime/Makefile.am +++ b/kteatime/Makefile.am @@ -6,10 +6,10 @@ bin_PROGRAMS = kteatime kteatime_SOURCES = main.cpp toplevel.cpp tealist.cpp timeedit.cpp kteatime_METASOURCES = AUTO -kteatime_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kteatime_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor # LIB_KIO needed for KNotifyDialog -kteatime_LDADD = $(LIB_KDEUI) $(LIB_KIO) +kteatime_LDADD = $(LIB_TDEUI) $(LIB_KIO) KDE_ICON = kteatime diff --git a/ktux/Makefile.am b/ktux/Makefile.am index d662912..bf50b74 100644 --- a/ktux/Makefile.am +++ b/ktux/Makefile.am @@ -12,10 +12,10 @@ bin_PROGRAMS = ktux INCLUDES = $(all_includes) # the library search path. -ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor # the libraries to link against. -ktux_LDADD = $(LIB_KDEUI) -lkscreensaver +ktux_LDADD = $(LIB_TDEUI) -lkscreensaver # which sources should be compiled for ktux ktux_SOURCES = spriteanim.cpp spritemisc.cpp spritepm.cpp sprite.cpp diff --git a/kweather/Makefile.am b/kweather/Makefile.am index ef94eb5..224c697 100644 --- a/kweather/Makefile.am +++ b/kweather/Makefile.am @@ -37,13 +37,13 @@ station_DATA = stations.dat kcm_weather_la_SOURCES = kcmweather.cpp prefdialogdata.ui weatherservice.stub kcm_weather_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) \ -avoid-version -no-undefined -kcm_weather_la_LIBADD = $(LIB_KDEUI) $(LIB_KIO) +kcm_weather_la_LIBADD = $(LIB_TDEUI) $(LIB_KIO) kcm_weatherservice_la_SOURCES = kcmweatherservice.cpp serviceconfigwidget.cpp \ serviceconfigdata.ui weatherservice.stub kcm_weatherservice_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) \ -avoid-version -no-undefined -kcm_weatherservice_la_LIBADD = $(LIB_KDEUI) +kcm_weatherservice_la_LIBADD = $(LIB_TDEUI) #weather_sidebar_la_SOURCES = sidebarwidgetbase.ui sidebarwidget.cpp dockwidget.cpp weatherbar.cpp weatherbar.skel #weather_sidebar_la_LDFLAGS = $(all_libraries) -module -no-undefined @@ -55,7 +55,7 @@ kcm_weatherservice_la_LIBADD = $(LIB_KDEUI) #globaladddir = $(kde_datadir)/konqsidebartng/add #globaladd_DATA = weatherbar_add.desktop -kweatherservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kweatherservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor kweatherservice_LDADD = $(LIB_KIO) kweatherservice_SOURCES = main.cpp metar_parser.cpp weatherlib.cpp \ weatherservice.cpp weatherservice.skel \ diff --git a/kworldwatch/Makefile.am b/kworldwatch/Makefile.am index 8e8b176..3d21570 100644 --- a/kworldwatch/Makefile.am +++ b/kworldwatch/Makefile.am @@ -10,8 +10,8 @@ bin_PROGRAMS = kworldclock INCLUDES = $(all_includes) kworldclock_SOURCES = main.cpp -kworldclock_LDADD = libww.la $(LIB_KDEUI) -ltdefx -kworldclock_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kworldclock_LDADD = libww.la $(LIB_TDEUI) -ltdefx +kworldclock_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor xdg_apps_DATA= kworldclock.desktop