Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-23 17:40:21 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-23 17:40:21 (GMT)
commit9c186e63e71ea79609d460a03df8327b699c7dbf (patch)
treec0e4c25dd6a13d3e9124cb996f03364dbee17d67 /config/modules
parent7713378c690a85f069b6a8358535682c282b236d (diff)
Add metacity
We need a patch in the latest version for journal
Diffstat (limited to 'config/modules')
-rw-r--r--config/modules/system-3.4.json6
-rw-r--r--config/modules/system-3.6.json7
2 files changed, 11 insertions, 2 deletions
diff --git a/config/modules/system-3.4.json b/config/modules/system-3.4.json
index 9bdde2a..0fd5978 100644
--- a/config/modules/system-3.4.json
+++ b/config/modules/system-3.4.json
@@ -33,4 +33,8 @@
"out-of-source": false },
{ "name": "libxklavier",
"repo": "git://anongit.freedesktop.org/libxklavier",
- "branch": "libxklavier-5.3" }]
+ "branch": "libxklavier-5.3" },
+ { "name": "metacity",
+ "repo": "git://git.gnome.org/metacity",
+ "branch": "METACITY_2_34_13",
+ "options": ["--disable-themes-documentation"] }]
diff --git a/config/modules/system-3.6.json b/config/modules/system-3.6.json
index 7815e66..41be24f 100644
--- a/config/modules/system-3.6.json
+++ b/config/modules/system-3.6.json
@@ -6,4 +6,9 @@
"branch": "GOBJECT_INTROSPECTION_1_34_1_1" },
{ "name": "pygobject",
"repo": "git://github.com/dnarvaez/pygobject.git",
- "branch": "pygobject-3-4" }]
+ "branch": "pygobject-3-4" },
+ { "name": "metacity",
+ "repo": "git://git.gnome.org/metacity",
+ "branch": "METACITY_2_34_13",
+ "options": ["--disable-themes-documentation"] }]
+