Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-04-23 00:22:52 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-23 00:22:52 (GMT)
commite68ee4961e03392c93a3c01bf7d9ee43d857feaf (patch)
tree92900d4970f5495e3684bfd22c42679f62b50ca4 /config
parented5cdf0ad28ceec92587af796ff723574a1a71b4 (diff)
Add webkit
Diffstat (limited to 'config')
-rw-r--r--config/modules/system.json32
1 files changed, 25 insertions, 7 deletions
diff --git a/config/modules/system.json b/config/modules/system.json
index c19a838..46d843a 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -15,28 +15,24 @@
"repo": "git://github.com/dnarvaez/gnome-keyring.git"
},
{
- "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
"name": "glib",
"options": [
"--disable-modular-tests"
],
"repo": "git://git.gnome.org/glib",
- "tag": "2.34.3"
+ "tag": "2.36.1"
},
{
- "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
"name": "gobject-introspection",
"options": [
"--disable-tests"
],
"repo": "git://git.gnome.org/gobject-introspection",
- "tag": "GOBJECT_INTROSPECTION_1_34_2"
+ "tag": "GOBJECT_INTROSPECTION_1_36_0"
},
{
- "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
"name": "pygobject",
- "repo": "git://github.com/dnarvaez/pygobject.git",
- "branch": "sugar-build-3-4"
+ "repo": "git://git.gnome.org/pygobject"
},
{
"if": "distro == 'debian-7.0'",
@@ -119,5 +115,27 @@
],
"repo": "git://git.gnome.org/metacity",
"tag": "METACITY_2_34_13"
+ },
+ {
+ "if": "gnome_version == '3.4'",
+ "name": "libsoup",
+ "repo": "git://git.gnome.org/libsoup",
+ "tag": "2.42.1"
+ },
+ {
+ "if": "gnome_version == '3.4'",
+ "name": "libsecret",
+ "repo": "git://git.gnome.org/libsecret",
+ "tag": "0.15"
+ },
+ {
+ "if": "gnome_version == '3.4'",
+ "name": "harfbuzz",
+ "repo": "git://anongit.freedesktop.org/harfbuzz",
+ "tag": "0.9.16"
+ },
+ {
+ "name": "webkitgtk",
+ "repo": "git://github.com/dnarvaez/webkitgtk"
}
]