From 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- dependency-graph.dot | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 dependency-graph.dot (limited to 'dependency-graph.dot') diff --git a/dependency-graph.dot b/dependency-graph.dot new file mode 100644 index 000000000..787125fea --- /dev/null +++ b/dependency-graph.dot @@ -0,0 +1,74 @@ +# to create a ps file use 'dot -Tps -o dependency-graph.ps dependency-graph.dot' (dot it part of the graphviz package) +digraph "inter-dependency graph for kdepim" { + "akregator" -> "kaddressbook"; + "akregator" -> "kontact"; + "certmanager" -> "kaddressbook"; + "certmanager" -> "kmail"; + "certmanager" -> "libkpimidentities"; + "kaddressbook" -> "kontact"; + "kaddressbook" -> "kresources"; + "kaddressbook" -> "wizards"; + "kgantt" -> "korganizer"; + "kmail" -> "plugins"; + "kmail" -> "wizards"; + "knotes" -> "kontact"; + "knotes" -> "kresources"; + "kode" -> "kresources"; + "korganizer" -> "kontact"; + "korganizer" -> "wizards"; + "kresources" -> "karm"; + "kresources" -> "wizards"; + "ktnef" -> "libkcal"; + "libemailfunctions" -> "kmail"; + "libemailfunctions" -> "korganizer"; + "libemailfunctions" -> "libkcal"; + "libemailfunctions" -> "libkpimidentities"; + "libkcal" -> "kalarm"; + "libkcal" -> "karm"; + "libkcal" -> "kfile-plugins"; + "libkcal" -> "kitchensync"; + "libkcal" -> "knotes"; + "libkcal" -> "konsolekalendar"; + "libkcal" -> "korganizer"; + "libkcal" -> "kpilot"; + "libkcal" -> "kresources"; + "libkcal" -> "libkdepim"; + "libkcal" -> "libkpimexchange"; + "libkcal" -> "plugins"; + "libkdenetwork" -> "certmanager"; + "libkdenetwork" -> "kmail"; + "libkdenetwork" -> "knode"; + "libkdenetwork" -> "korn"; + "libkdepim" -> "akregator"; + "libkdepim" -> "kaddressbook"; + "libkdepim" -> "kalarm"; + "libkdepim" -> "kandy"; + "libkdepim" -> "karm"; + "libkdepim" -> "kioslaves"; + "libkdepim" -> "kitchensync"; + "libkdepim" -> "kmail"; + "libkdepim" -> "knode"; + "libkdepim" -> "knotes"; + "libkdepim" -> "korganizer"; + "libkdepim" -> "libkpimexchange"; + "libkdepim" -> "libkpimidentities"; + "libkdepim" -> "plugins"; + "libkdepim" -> "wizards"; + "libkholidays" -> "kontact"; + "libkholidays" -> "korganizer"; + "libkmime" -> "kalarm"; + "libkmime" -> "kioslaves"; + "libkmime" -> "kmail"; + "libkmime" -> "knode"; + "libkpgp" -> "certmanager"; + "libkpgp" -> "kmail"; + "libkpgp" -> "knode"; + "libkpimexchange" -> "korganizer"; + "libkpimexchange" -> "kresources"; + "libkpimidentities" -> "kmail"; + "libkpimidentities" -> "korganizer"; + "libksieve" -> "kmail"; + "mimelib" -> "kmail"; + "mimelib" -> "korn"; +} + -- cgit v1.2.1