diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-10-25 10:01:53 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-11-15 11:48:26 +0100 |
commit | ec0429ef42cb828cfecaf1dab3c5c3adbe2e6e61 (patch) | |
tree | a0a63d6421e06362e866fa5ca2b6612db9e92030 /packages | |
parent | 2f90f5cc55629f5a4de8b2cb0619ee8f66830078 (diff) |
package: Fix the pitivi package + Bump version to 0.94
Diffstat (limited to 'packages')
-rw-r--r-- | packages/pitivi.package | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/pitivi.package b/packages/pitivi.package index aff669dd..218d730f 100644 --- a/packages/pitivi.package +++ b/packages/pitivi.package @@ -7,7 +7,7 @@ class Package(package.App): name = 'pitivi' app_name = 'Pitivi' app_recipe = 'pitivi' - version = '0.93-beta' + version = '0.94' shortdesc = 'Pitivi video editor' longdesc = 'An open source full featured video editing application' url = "http://www.pitivi.org" @@ -17,10 +17,10 @@ class Package(package.App): uuid = 'd9626750-e8b7-4e40-944d-98b67ed0c6bf' deps = ['gstreamer-1.0', 'gtk-3.0', 'python3'] - files = ['shared-mime-info'] + files = ['shared-mime-info', 'clutter', 'clutter-gtk'] # Needed to bundle for linux desktop_file='share/applications/pitivi.desktop' commands=[('pitivi', 'bin/pitivi')] - default_gtk_theme='Adwaita' + default_gtk_theme='Adwaita:dark' |