summaryrefslogtreecommitdiffstats
path: root/atlantik
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:30:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:30:28 -0600
commit6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e (patch)
tree8080429757735c3d44ba751e27cdd5eae9a0086e /atlantik
parent63ff55ddadbe2163282315b121104b7202ace784 (diff)
downloadtdegames-6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e.tar.gz
tdegames-6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e.zip
Additional kde to tde renaming
Diffstat (limited to 'atlantik')
-rw-r--r--atlantik/INSTALL2
-rw-r--r--atlantik/README4
-rw-r--r--atlantik/README.KDE-3.02
-rw-r--r--atlantik/README.packaging2
-rw-r--r--atlantik/client/Makefile.am2
5 files changed, 6 insertions, 6 deletions
diff --git a/atlantik/INSTALL b/atlantik/INSTALL
index 34523708..fe0b6aa2 100644
--- a/atlantik/INSTALL
+++ b/atlantik/INSTALL
@@ -9,7 +9,7 @@ Contents
1. Compiling the CVS version
----------------------------
-cd kdegames && make -f Makefile.cvs && ./configure && cd atlantik && make
+cd tdegames && make -f Makefile.cvs && ./configure && cd atlantik && make
2. Compiling a release tarball
------------------------------
diff --git a/atlantik/README b/atlantik/README
index c51d2859..adddbd9d 100644
--- a/atlantik/README
+++ b/atlantik/README
@@ -36,8 +36,8 @@ http://unixcode.org/monopd/
However, the latest versions of both projects are found in CVS.
Atlantik is located in the CVS repository of the KDE project in the module
-kdegames. See http://www.kde.org/anoncvs.html for instructions how to
-download KDE modules from CVS. Atlantik is included in the kdegames package
+tdegames. See http://www.kde.org/anoncvs.html for instructions how to
+download KDE modules from CVS. Atlantik is included in the tdegames package
since the KDE 3.1 release.
For more information on monopd CVS see the monopd pages on
diff --git a/atlantik/README.KDE-3.0 b/atlantik/README.KDE-3.0
index c941aaa9..7be13669 100644
--- a/atlantik/README.KDE-3.0
+++ b/atlantik/README.KDE-3.0
@@ -4,4 +4,4 @@ unexplained crashes when using Atlantik with KDE 3.0, 3.0.1 or 3.0.2.
It is recommended to run Atlantik with at least KDE 3.0.3 or 3.1 Beta1, or a
KDE CVS checkout of the HEAD branch recent enough to contain revision 1.6 of
-kdelibs/kdecore/kbufferedio.cpp and revision 1.39 of kextsock.cpp.
+kdelibs/tdecore/kbufferedio.cpp and revision 1.39 of kextsock.cpp.
diff --git a/atlantik/README.packaging b/atlantik/README.packaging
index 90608a7c..8c74e1b0 100644
--- a/atlantik/README.packaging
+++ b/atlantik/README.packaging
@@ -1,6 +1,6 @@
Notes for packaging stand-alone releases that will work with all of KDE 3.x:
-kdegames/configure.in.in
+tdegames/configure.in.in
------------------------
#MIN_CONFIG(3.0)
diff --git a/atlantik/client/Makefile.am b/atlantik/client/Makefile.am
index f0c00fa9..fea5951d 100644
--- a/atlantik/client/Makefile.am
+++ b/atlantik/client/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS = atlantik
INCLUDES = -I$(top_srcdir)/libtdegames -I$(srcdir)/../libatlantic -I$(srcdir)/../libatlantikclient -I$(srcdir)/../libatlantikui $(all_includes)
-atlantik_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor -L../libatlantic/.libs -latlantic
+atlantik_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -L../libatlantic/.libs -latlantic
atlantik_LDADD = ../libatlantikui/libatlantikui.la ../libatlantikclient/libatlantikclient.la $(LIB_KDEGAMES) $(LIB_KIO)
atlantik_DEPENDENCIES = $(LIB_KDEGAMES_DEP)