diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-02-27 10:38:24 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-20 17:19:04 +0100 |
commit | b575a5d6d8924c0ad5f5be8005ab3a8aa0179afb (patch) | |
tree | 95f14c18d0fbb137b0087f84faed510373a88ef4 /recipes/gtk.recipe | |
parent | 3f182290e9ebf0f2986f3337428900426e7eacec (diff) |
Move recipes out of the python code dir
Diffstat (limited to 'recipes/gtk.recipe')
-rw-r--r-- | recipes/gtk.recipe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/gtk.recipe b/recipes/gtk.recipe new file mode 100644 index 00000000..cc88c360 --- /dev/null +++ b/recipes/gtk.recipe @@ -0,0 +1,7 @@ +from cerbero import recipe + + +class Recipe(recipe.Recipe): + name = 'gtk+' + version = '2.24.10' + deps = ['glib', 'atk', 'pango', 'gdk-pixbuf', 'cairo'] |