pkg-meego packages build-dependencies
This page holds the "dot" file that is used to create the graph on the team page.
digraph "pkg-meego" {
- node [shape=box]; // meegotouch-theme
"meegotouch-theme" -> "qt4-qmake" [color=darkgoldenrod,style=bold]; // libmeegotouch
"libmeegotouch" -> "contextkit":"subs-dev" [color=darkgoldenrod,style=bold]; "libmeegotouch" -> "libqt4-dev" [color=darkgoldenrod,style=bold,label="(>= 4:4.7.0~rc1)"]; "libmeegotouch" -> "pkg-config" [color=darkgoldenrod,style=bold,label="(>= 0.22)"]; "libmeegotouch" -> "qtmobility-dev" [color=darkgoldenrod,style=bold]; "libmeegotouch" -> "meegotouch-theme" [color=darkgoldenrod,style=bold];
// "libmeegotouch":"dev" -> "contextkit":"subs-dev" [color=black];
- // libcontentaction
"libcontentaction" -> "libmeegotouch":"dev" [color=darkgoldenrod,style=bold]; // meegotouch-home
"meegotouch-home" -> "libcontentaction":"dev" [color=darkgoldenrod,style=bold]; "meegotouch-home" -> "libmeegotouch":"dev" [color=darkgoldenrod,style=bold]; "meegotouch-home" -> "contextkit":"subs-dev" [color=darkgoldenrod,style=bold]; // meegotouch-compositor
"meegotouch-compositor" -> "libmeegotouch":"dev" [color=darkgoldenrod,style=bold]; "meegotouch-compositor" -> "contextkit":"subs-dev" [color=darkgoldenrod,style=bold]; // meegotouch-systemui
"meegotouch-systemui" -> "libmeegotouch":"dev" [color=darkgoldenrod,style=bold]; "meegotouch-systemui" -> "contextkit":"subs-dev" [color=darkgoldenrod,style=bold]; // meegotouch-qt-style
"meegotouch-qt-style" -> "libmeegotouch":"dev" [color=darkgoldenrod,style=bold]; "meegotouch-qt-style" -> "contextkit":"subs-dev" [color=darkgoldenrod,style=bold]; // meegotouch-applauncherd
"meegotouch-applauncherd" -> "libmeegotouch":"dev" [color=darkgoldenrod,style=bold]; // contextkit // Ours "libmeegotouch" [style="setlinewidth(2)",color=blue] "libcontentaction" [style="setlinewidth(2)",color=blue] "meegotouch-theme" [style="setlinewidth(2)",color=blue] "meegotouch-home" [style="setlinewidth(2)",color=blue] "meegotouch-systemui" [style="setlinewidth(2)",color=blue] "meegotouch-applauncherd" [style="setlinewidth(2)",color=blue] "meegotouch-compositor" [style="setlinewidth(2)",color=blue] "meegotouch-qt-style" [style="setlinewidth(2)",color=blue] "contextkit" [style="setlinewidth(2)",color=blue] // Experimental "qtmobility-dev" [color=red] "libqt4-dev" [color=red] // Libraries
"libmeegotouch" [shape=record,label="{ <dev> libmeegotouch-dev | libmeegotouch }"]; "libcontentaction" [shape=record,label="{ <dev> libcontentaction-dev | libcontentaction }"]; "contextkit" [shape=record,label="{ { <subs-dev> libcontextsubscriber-dev | <prov-dev> libcontextprovider-dev } | contextkit}"];
}