summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-28 17:09:22 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-28 17:09:22 +0200
commit295c53c0b928778027fd5c8735408368628f564d (patch)
tree5e8652d1be86067512c01b89814641a60b63530d
parent1d4438929500c95ad217b22597effc71dd1be154 (diff)
pitivi: fix dependencies and files list
-rw-r--r--recipes/pitivi.recipe7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/pitivi.recipe b/recipes/pitivi.recipe
index e432c87..2f5522c 100644
--- a/recipes/pitivi.recipe
+++ b/recipes/pitivi.recipe
@@ -8,4 +8,9 @@ class Recipe(recipe.Recipe):
autoreconf = True
autoreconf_sh = 'sh autogen.sh'
commit = 'RELEASE-0_15_2'
- deps = ['gnome-doc-utils', 'pygoocanvas', 'pygtk', 'gst-python', 'pyxdg', 'glade']
+ deps = ['gnome-doc-utils', 'pygoocanvas', 'pygtk',
+ 'gst-python', 'pyxdg', 'glade', 'gnonlin',
+ 'frei0r-plugins']
+
+ files_lang = ['pitivi']
+ files_pitivi = ['lib/python/pitivi', 'share/pitivi', 'share/applications/pitivi.desktop']