[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/kaplan/src
From:       Don Sanders <don () sanders ! org>
Date:       2003-01-02 14:51:12
[Download RAW message or body]

CVS commit by sanders: 

Rename target to Kontact as discussed.


  M +8 -8      Makefile.am   1.5
  M +5 -5      core.cpp   1.14
  M +6 -5      main.cpp   1.9


--- kdepim/kaplan/src/Makefile.am  #1.4:1.5
@@ -1,16 +1,16 @@
 INCLUDES = -I$(top_srcdir)/kaplan/interfaces $(all_includes)
 
-bin_PROGRAMS = kaplan
+bin_PROGRAMS = kontact
 
-kaplan_SOURCES = main.cpp core.cpp navigator.cpp splash.cpp
-kaplan_METASOURCES = AUTO
-kaplan_LDFLAGS = $(all_libraries) $(KDE_RPATH)
-kaplan_LDADD = $(LIB_KPARTS) $(top_builddir)/kaplan/interfaces/libkpinterfaces.la
+kontact_SOURCES = main.cpp core.cpp navigator.cpp
+kontact_METASOURCES = AUTO
+kontact_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+kontact_LDADD = $(LIB_KPARTS) $(top_builddir)/kaplan/interfaces/libkpinterfaces.la
 
-rcdir = $(kde_datadir)/kaplan
-rc_DATA = kaplanui.rc
+rcdir = $(kde_datadir)/kontact
+rc_DATA = kontactui.rc
 
 kdelnkdir = $(kde_appsdir)/Applications
-kdelnk_DATA = Kaplan.desktop
+kdelnk_DATA = Kontact.desktop
 
 KDE_ICON = AUTO

--- kdepim/kaplan/src/core.cpp  #1.13:1.14
@@ -72,5 +72,5 @@ Core::Core()
   loadPlugins();
 
-  setXMLFile("kaplanui.rc");
+  setXMLFile("kontactui.rc");
 
   createGUI(0);

--- kdepim/kaplan/src/main.cpp  #1.8:1.9
@@ -30,7 +30,7 @@
 
 static const char *description =
-    I18N_NOOP("A KDE PIM Framework");
+    I18N_NOOP("A KDE Personal Information Manager");
 
-static const char *version = "0.2";
+static const char *version = "0.11";
 
 /*
@@ -45,9 +45,10 @@ static KCmdLineOptions options[] =
 int main(int argc, char **argv)
 {
-    KAboutData about("kaplan", I18N_NOOP("Kaplan"), version, description,
-                     KAboutData::License_GPL, "(C) 2000-2002 The KDE PIM Team", 0, \
0, "kde-pim@kde.org"); +    KAboutData about("kontact", I18N_NOOP("Kontact"), \
version, description, +                     KAboutData::License_GPL, "(C) 2001-2002 \
The Kontact developers", 0, "http://kontact.kde.org", "kde-pim@kde.org"); +    \
about.addAuthor( "Matthias Hoelzer-Kluepfel", 0, "mhk@kde.org" );  about.addAuthor( \
"Daniel Molkentin", 0, "molkentin@kde.org" );  about.addAuthor( "Don Sanders", 0, \
                "sanders@kde.org" );
-    about.addAuthor( "Matthias Hoelzer-Kluepfel", I18N_NOOP("Original Author"), \
"mhk@kde.org" ); +    about.addAuthor( "Cornelius Schumacher", 0, \
"schumacher@kde.org" );  KCmdLineArgs::init(argc, argv, &about);
 //    KCmdLineArgs::addCmdLineOptions(options);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic