Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-12 19:55:49 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-12 19:55:49 (GMT)
commit65942dd40955a2298c85db3cbc24c82482cbfe30 (patch)
tree9e373dbbc27b0c31f73b4f957d9775c1df8b26fb
parent41016acae3e8ac04a9f31e9fa1d387f5b3b00afc (diff)
Remove a few modules on gnome 3.6
-rw-r--r--config/modules/system.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/modules/system.json b/config/modules/system.json
index eddd82c..d0f891d 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -15,6 +15,7 @@
"repo": "git://github.com/dnarvaez/gnome-keyring.git"
},
{
+ "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
"name": "glib",
"options": [
"--disable-modular-tests"
@@ -23,6 +24,7 @@
"tag": "2.34.3"
},
{
+ "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
"name": "gobject-introspection",
"options": [
"--disable-tests"
@@ -31,12 +33,12 @@
"tag": "GOBJECT_INTROSPECTION_1_34_2"
},
{
+ "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
"name": "pygobject",
"repo": "git://git.gnome.org/pygobject",
"tag": "c36e12368bb430ca1fb6eafd7d86f59c44965a31"
},
{
- "if": "gnome_version == '3.4'",
"name": "atk",
"repo": "git://git.gnome.org/atk",
"tag": "ATK_2_6_0"
@@ -96,6 +98,7 @@
"tag": "libxklavier-5.3"
},
{
+ "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
"name": "metacity",
"options": [
"--disable-themes-documentation"