Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:07:09 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:20:30 (GMT)
commit14f41e10c14b2b6b202abe867aade83783b1fa9c (patch)
treecb46545e7364f344468cd9d8aa27874186eb9ac6 /scripts/deps
parentafe7926e52a5263114f89e1f02e4cf46a3f9312f (diff)
Split dependencies info out of check-system
Diffstat (limited to 'scripts/deps')
-rwxr-xr-xscripts/deps/activities-runtime.json10
-rwxr-xr-xscripts/deps/packages.json208
-rwxr-xr-xscripts/deps/prerequisites.json4
-rwxr-xr-xscripts/deps/sugar-build-buildtime.json4
-rwxr-xr-xscripts/deps/sugar-build-runtime.json8
-rwxr-xr-xscripts/deps/sugar-buildtime.json40
-rwxr-xr-xscripts/deps/sugar-runtime.json48
-rwxr-xr-xscripts/deps/system-buildtime.json22
8 files changed, 344 insertions, 0 deletions
diff --git a/scripts/deps/activities-runtime.json b/scripts/deps/activities-runtime.json
new file mode 100755
index 0000000..e5be377
--- /dev/null
+++ b/scripts/deps/activities-runtime.json
@@ -0,0 +1,10 @@
+[{ "check": "from gi.repository import WebKit",
+ "checker": "python" },
+ { "check": "import pygst",
+ "checker": "python" },
+ { "check": "from gi.repository import Vte",
+ "checker": "python" },
+ { "check": "video4linux2",
+ "checker": "gstreamer" },
+ { "check": "import abiword",
+ "checker": "python" }]
diff --git a/scripts/deps/packages.json b/scripts/deps/packages.json
new file mode 100755
index 0000000..6168174
--- /dev/null
+++ b/scripts/deps/packages.json
@@ -0,0 +1,208 @@
+{ "Xvfb":
+ { "fedora": "Xvfb",
+ "ubuntu": "xvfb" },
+ "pkg-config":
+ { "fedora": "pkgconfig",
+ "ubuntu": "pkgconfig" },
+ "gcc":
+ { "fedora": "gcc",
+ "ubuntu": "gcc" },
+ "autoreconf":
+ { "fedora": "autoconf",
+ "ubuntu": "autoconf" },
+ "aclocal":
+ { "fedora": "automake",
+ "ubuntu": "automake" },
+ "libtool":
+ { "fedora": "libtool",
+ "ubuntu": "libtool" },
+ "icon-slicer":
+ { "fedora": "icon-slicer",
+ "ubuntu": "icon-slicer" },
+ "intltoolize":
+ { "fedora": "intltool",
+ "ubuntu": "intltool" },
+ "xcursorgen":
+ { "fedora": "xorg-x11-apps",
+ "ubuntu": "x11-apps" },
+ "gnome-doc-common":
+ { "fedora": "gnome-common",
+ "ubuntu": "gnome-common" },
+ "python2":
+ { "fedora": "python-devel",
+ "ubuntu": "python-dev" },
+ "glib-2.0":
+ { "fedora": "glib2-devel",
+ "ubuntu": "libglib2.0-dev" },
+ "gtk+-3.0":
+ { "fedora": "gtk3-devel",
+ "ubuntu": "libgtk-3-dev" },
+ "sm":
+ { "fedora": "libSM-devel",
+ "ubuntu": "libsm-dev" },
+ "ice":
+ { "fedora": "libICE-devel",
+ "ubuntu": "libice-dev" },
+ "alsa":
+ { "fedora": "alsa-lib-devel",
+ "ubuntu": "libasound2-dev" },
+ "librsvg-2.0":
+ { "fedora": "librsvg2-devel",
+ "ubuntu": "librsvg2-dev" },
+ "gobject-introspection-1.0":
+ { "fedora": "gobject-introspection-devel",
+ "ubuntu": "libgirepository1.0-dev" },
+ "pygtk-2.0":
+ { "fedora": "pygtk2-devel",
+ "ubuntu": "python-gtk2-dev" },
+ "gconf-2.0":
+ { "fedora": "GConf2-devel",
+ "ubuntu": "libgconf2-dev" },
+ "pycairo":
+ { "fedora": "pycairo-devel",
+ "ubuntu": "python-cairo-dev" },
+ "icon-naming-utils":
+ { "fedora": "icon-naming-utils",
+ "ubuntu": "icon-naming-utils" },
+ "org.freedesktop.Telepathy.AccountManager":
+ { "fedora": "telepathy-mission-control",
+ "ubuntu": "telepathy-mission-control-5" },
+ "dconf":
+ { "fedora": "dconf",
+ "ubuntu": "dconf" },
+ "gnome-keyring-daemon":
+ { "fedora": "gnome-keyring",
+ "ubuntu": "gnome-keyring" },
+ "metacity":
+ { "fedora": "metacity",
+ "ubuntu": "metacity" },
+ "Adwaita":
+ { "fedora": "gnome-themes-standard",
+ "ubuntu": "gnome-themes-standard" },
+ "espeak":
+ { "fedora": "espeak",
+ "ubuntu": "espeak" },
+ "import wnck":
+ { "fedora": "gnome-python2-libwnck",
+ "ubuntu": "python-wnck" },
+ "import simplejson":
+ { "fedora": "python-simplejson",
+ "ubuntu": "python-simplejson" },
+ "import hippo":
+ { "fedora": "hippo-canvas-python",
+ "ubuntu": "python-hippocanvas" },
+ "import telepathy":
+ { "fedora": "python-telepathy",
+ "ubuntu": "python-telepathy" },
+ "import xapian":
+ { "fedora": "xapian-bindings-python",
+ "ubuntu": "python-xapian" },
+ "import dateutil":
+ { "fedora": "python-dateutil",
+ "ubuntu": "python-dateutil" },
+ "import gtksourceview2":
+ { "fedora": "pygtksourceview",
+ "ubuntu": "python-gtksourceview2" },
+ "import vte":
+ { "fedora": "vte",
+ "ubuntu": "python-vte" },
+ "import decorator":
+ { "fedora": "python-decorator",
+ "ubuntu": "python-decorator" },
+ "import gi":
+ { "fedora": "pygobject3",
+ "ubuntu": "pygobject" },
+ "from gi.repository import EvinceDocument":
+ { "fedora": "evince-libs",
+ "ubuntu": "gir1.2-evince-3.0" },
+ "from gi.repository import GtkSource":
+ { "fedora": "gtksourceview3",
+ "ubuntu": "gir1.2-gtksource-3.0" },
+ "from gi.repository import GConf":
+ { "fedora": "GConf2",
+ "ubuntu": "gir1.2-gconf-2.0" },
+ "from gi.repository import Gst":
+ { "fedora": "gstreamer",
+ "ubuntu": "gir1.2-gstreamer-1.0" },
+ "from gi.repository import Wnck":
+ { "fedora": "libwnck3",
+ "ubuntu": "gir1.2-wnck-3.0" },
+ "import rsvg":
+ { "fedora": "gnome-python2-rsvg",
+ "ubuntu": "python-rsvg" },
+ "org.freedesktop.Telepathy.ConnectionManager.gabble":
+ { "fedora": "telepathy-gabble",
+ "ubuntu": "telepathy-gabble" },
+ "org.freedesktop.Telepathy.ConnectionManager.salut":
+ { "fedora": "telepathy-salut",
+ "ubuntu": "telepathy-salut" },
+ "from gi.repository import WebKit":
+ { "fedora": "webkitgtk3",
+ "ubuntu": "gir1.2-webkit-3.0" },
+ "import pygst":
+ { "fedora": "gstreamer-python",
+ "ubuntu": "python-gst0.10" },
+ "from gi.repository import Vte":
+ { "fedora": "vte3",
+ "ubuntu": "gir1.2-vte-2.90" },
+ "video4linux2":
+ { "fedora": "gstreamer-plugins-good",
+ "ubuntu": "gstreamer0.10-plugins-good" },
+ "import abiword":
+ { "fedora": "pyabiword",
+ "ubuntu": null },
+ "c++":
+ { "fedora": "gcc-c++",
+ "ubuntu": "g++" },
+ "yasm":
+ { "fedora": "yasm",
+ "ubuntu": "yasm" },
+ "flex":
+ { "fedora": "flex",
+ "ubuntu": "flex" },
+ "xtst":
+ { "fedora": "libXtst-devel",
+ "ubuntu": "libxtst-dev" },
+ "bison":
+ { "fedora": "bison",
+ "ubuntu": "bison" },
+ "gtk-doc":
+ { "fedora": "gtk-doc",
+ "ubuntu": "gtk-doc-tools" },
+ "cairo-gobject":
+ { "fedora": "cairo-gobject-devel",
+ "ubuntu": "libcairo2-dev" },
+ "iso-codes":
+ { "fedora": "iso-codes-devel",
+ "ubuntu": "iso-codes" },
+ "xkbfile":
+ { "fedora": "libxkbfile-devel",
+ "ubuntu": "libxkbfile-dev" },
+ "espeak/speak_lib.h":
+ { "fedora": "espeak-devel",
+ "ubuntu": "libespeak-dev" },
+ "libxml-2.0":
+ { "fedora": "libxml2-devel",
+ "ubuntu": "libxml2-dev" },
+ "atk-bridge":
+ { "fedora": "at-spi2-atk",
+ "ubuntu": "libatk-adaptor" },
+ "Xephyr":
+ { "fedora": "xorg-x11-server-Xephyr",
+ "ubuntu": "xserver-xephyr" },
+ "dbus-launch":
+ { "fedora": "dbus-x11",
+ "ubuntu": "dbus-x11" },
+ "import pyatspi":
+ { "fedora": "pyatspi",
+ "ubuntu": "python-pyatspi2" },
+ "xrandr":
+ { "fedora": "libXrandr-devel",
+ "ubuntu": "libxrandr-dev" },
+ "x11":
+ { "fedora": "libX11-devel",
+ "ubuntu": "libx11-dev" },
+ "tar":
+ { "fedora": "tar",
+ "ubuntu": "tar" }
+}
diff --git a/scripts/deps/prerequisites.json b/scripts/deps/prerequisites.json
new file mode 100755
index 0000000..63d18f5
--- /dev/null
+++ b/scripts/deps/prerequisites.json
@@ -0,0 +1,4 @@
+[{ "check": "Xvfb",
+ "checker": "binary" },
+ { "check": "pkg-config",
+ "checker": "binary" }]
diff --git a/scripts/deps/sugar-build-buildtime.json b/scripts/deps/sugar-build-buildtime.json
new file mode 100755
index 0000000..8bcf90c
--- /dev/null
+++ b/scripts/deps/sugar-build-buildtime.json
@@ -0,0 +1,4 @@
+[{ "check": "xrandr",
+ "checker": "pkgconfig" },
+ { "check": "x11",
+ "checker": "pkgconfig" }]
diff --git a/scripts/deps/sugar-build-runtime.json b/scripts/deps/sugar-build-runtime.json
new file mode 100755
index 0000000..503bf57
--- /dev/null
+++ b/scripts/deps/sugar-build-runtime.json
@@ -0,0 +1,8 @@
+[{ "check": "atk-bridge",
+ "checker": "gtkmodule" },
+ { "check": "Xephyr",
+ "checker": "binary" },
+ { "check": "dbus-launch",
+ "checker": "binary" },
+ { "check": "import pyatspi",
+ "checker": "python" }]
diff --git a/scripts/deps/sugar-buildtime.json b/scripts/deps/sugar-buildtime.json
new file mode 100755
index 0000000..996def3
--- /dev/null
+++ b/scripts/deps/sugar-buildtime.json
@@ -0,0 +1,40 @@
+[{ "check": "gcc",
+ "checker": "binary" },
+ { "check": "autoreconf",
+ "checker": "binary" },
+ { "check": "aclocal",
+ "checker": "binary" },
+ { "check": "libtool",
+ "checker": "binary" },
+ { "check": "icon-slicer",
+ "checker": "binary" },
+ { "check": "intltoolize",
+ "checker": "binary" },
+ { "check": "xcursorgen",
+ "checker": "binary" },
+ { "check": "gnome-doc-common",
+ "checker": "binary" },
+ { "check": "python2",
+ "checker": "pkgconfig" },
+ { "check": "glib-2.0",
+ "checker": "pkgconfig" },
+ { "check": "gtk+-3.0",
+ "checker": "pkgconfig" },
+ { "check": "sm",
+ "checker": "pkgconfig" },
+ { "check": "ice",
+ "checker": "pkgconfig" },
+ { "check": "alsa",
+ "checker": "pkgconfig" },
+ { "check": "librsvg-2.0",
+ "checker": "pkgconfig" },
+ { "check": "gobject-introspection-1.0",
+ "checker": "pkgconfig" },
+ { "check": "pygtk-2.0",
+ "checker": "pkgconfig" },
+ { "check": "gconf-2.0",
+ "checker": "pkgconfig" },
+ { "check": "pycairo",
+ "checker": "pkgconfig" },
+ { "check": "icon-naming-utils",
+ "checker": "pkgconfig" }]
diff --git a/scripts/deps/sugar-runtime.json b/scripts/deps/sugar-runtime.json
new file mode 100755
index 0000000..85f41c5
--- /dev/null
+++ b/scripts/deps/sugar-runtime.json
@@ -0,0 +1,48 @@
+[{ "check": "org.freedesktop.Telepathy.AccountManager",
+ "checker": "dbus" },
+ { "check": "dconf",
+ "checker": "binary" },
+ { "check": "gnome-keyring-daemon",
+ "checker": "binary" },
+ { "check": "metacity",
+ "checker": "binary" },
+ { "check": "Adwaita",
+ "checker": "metacity-theme" },
+ { "check": "espeak",
+ "checker": "binary" },
+ { "check": "import wnck",
+ "checker": "python" },
+ { "check": "import simplejson",
+ "checker": "python" },
+ { "check": "import hippo",
+ "checker": "python" },
+ { "check": "import telepathy",
+ "checker": "python" },
+ { "check": "import xapian",
+ "checker": "python" },
+ { "check": "import dateutil",
+ "checker": "python" },
+ { "check": "import gtksourceview2",
+ "checker": "python" },
+ { "check": "import vte",
+ "checker": "python" },
+ { "check": "import decorator",
+ "checker": "python" },
+ { "check": "import gi",
+ "checker": "python" },
+ { "check": "from gi.repository import EvinceDocument",
+ "checker": "python" },
+ { "check": "from gi.repository import GtkSource",
+ "checker": "python" },
+ { "check": "from gi.repository import GConf",
+ "checker": "python" },
+ { "check": "from gi.repository import Gst",
+ "checker": "python" },
+ { "check": "from gi.repository import Wnck",
+ "checker": "python" },
+ { "check": "import rsvg",
+ "checker": "python" },
+ { "check": "org.freedesktop.Telepathy.ConnectionManager.gabble",
+ "checker": "dbus" },
+ { "check": "org.freedesktop.Telepathy.ConnectionManager.salut",
+ "checker": "dbus" }]
diff --git a/scripts/deps/system-buildtime.json b/scripts/deps/system-buildtime.json
new file mode 100755
index 0000000..ea9e0ff
--- /dev/null
+++ b/scripts/deps/system-buildtime.json
@@ -0,0 +1,22 @@
+[{ "check": "c++",
+ "checker": "binary" },
+ { "check": "yasm",
+ "checker": "binary" },
+ { "check": "flex",
+ "checker": "binary" },
+ { "check": "xtst",
+ "checker": "pkgconfig" },
+ { "check": "bison",
+ "checker": "binary" },
+ { "check": "gtk-doc",
+ "checker": "pkgconfig" },
+ { "check": "cairo-gobject",
+ "checker": "pkgconfig" },
+ { "check": "iso-codes",
+ "checker": "pkgconfig" },
+ { "check": "xkbfile",
+ "checker": "pkgconfig" },
+ { "check": "espeak/speak_lib.h",
+ "checker": "include" },
+ { "check": "libxml-2.0",
+ "checker": "pkgconfig" }]