openshot: disable google-analytics by default

This commit is contained in:
Michael Gehring 2016-09-04 08:59:13 +02:00
parent d6b49dec90
commit bfbe7fce56
2 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,18 @@
--- src/settings/_default.settings.orig 2016-09-04 08:57:45.591685817 +0200
+++ src/settings/_default.settings 2016-09-04 08:57:59.528686536 +0200
@@ -232,7 +232,7 @@
"restart": true
},
{
- "value": true,
+ "value": false,
"title": "Send Anonymous Metrics and Errors",
"type": "bool",
"category": "Debug",
@@ -628,4 +628,4 @@
"value": "Ctrl+I",
"type": "text"
}
-]
\ No newline at end of file
+]

View file

@ -1,7 +1,7 @@
# Template file for 'openshot'
pkgname=openshot
version=2.1.0
revision=1
revision=2
build_style=python-module
python_versions="3.4"
only_for_archs="i686 x86_64"