From d79aac6d3a1a1c79ca2ba89d01bb9f6457ce2458 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 9 Feb 2012 17:35:09 -0500 Subject: [PATCH] manifest: Pull in py2cario, pygobject, and caribou Needed for gnome-shell. --- gnomeos/3.4/manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnomeos/3.4/manifest.json b/gnomeos/3.4/manifest.json index 45e26e1c..2550f859 100644 --- a/gnomeos/3.4/manifest.json +++ b/gnomeos/3.4/manifest.json @@ -713,6 +713,14 @@ {"src": "cgwalters:dracut", "branch": "ostree4", - "config-opts": ["--disable-documentation"]} + "config-opts": ["--disable-documentation"]}, + + {"src": "git:git://git.cairographics.org/git/py2cairo", + "patches": ["py2cairo-autogen.patch"]}, + + {"src": "gnome:pygobject"}, + + {"src": "gnome:caribou"} + ] }