Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/deps/sugar-runtime.json15
-rw-r--r--config/modules/system.json23
-rw-r--r--config/packages/deps.json22
3 files changed, 54 insertions, 6 deletions
diff --git a/config/deps/sugar-runtime.json b/config/deps/sugar-runtime.json
index 603a14d..d26131e 100644
--- a/config/deps/sugar-runtime.json
+++ b/config/deps/sugar-runtime.json
@@ -10,6 +10,21 @@
"name": "X"
},
{
+ "check": "dbus-glib-1",
+ "checker": "pkgconfig",
+ "name": "dbus-glib-1"
+ },
+ {
+ "check": "expat",
+ "checker": "pkgconfig",
+ "name": "expat"
+ },
+ {
+ "check": "X",
+ "checker": "binary",
+ "name": "X"
+ },
+ {
"check": "autodetect",
"checker": "gstreamer-1.0",
"if": "gstreamer_version == '1.0'",
diff --git a/config/modules/system.json b/config/modules/system.json
index eda65a9..3279428 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -1,16 +1,27 @@
[
{
- "branch": "sugar-build-v1.11.6",
- "name": "automake",
- "repo": "git://github.com/dnarvaez/automake.git"
- },
- {
"name": "node",
"options_ev": [
"'--prefix=%s' % prefix"
],
"out-of-source": false,
- "repo": "git://github.com/joyent/node.git"
+ "repo": "git://github.com/joyent/node.git",
+ "tag": "v0.8.18-release"
+ },
+ {
+ "name": "node-dbus",
+ "out-of-source": false,
+ "repo": "git://github.com/Shouqun/node-dbus.git"
+ },
+ {
+ "name": "node-static",
+ "out-of-source": false,
+ "repo": "git://github.com/cloudhead/node-static.git"
+ },
+ {
+ "branch": "sugar-build-v1.11.6",
+ "name": "automake",
+ "repo": "git://github.com/dnarvaez/automake.git"
},
{
"branch": "gnome-3-4",
diff --git a/config/packages/deps.json b/config/packages/deps.json
index e13ff86..3824272 100644
--- a/config/packages/deps.json
+++ b/config/packages/deps.json
@@ -1,4 +1,26 @@
{
+ "expat": {
+ "debian": [
+ "libexpat1-dev"
+ ],
+ "fedora": [
+ "expat-devel"
+ ],
+ "ubuntu": [
+ "libexpat1-dev"
+ ]
+ },
+ "dbus-glib-1": {
+ "debian": [
+ "libdbus-glib-1-dev"
+ ],
+ "fedora": [
+ "dbus-glib-devel"
+ ],
+ "ubuntu": [
+ "libdbus-glib-1-dev"
+ ]
+ },
"Adwaita": {
"debian": [
"gnome-themes-standard"