From bfbe7fce569137439cb9862b52f8337d5cd69d62 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 4 Sep 2016 08:59:13 +0200 Subject: [PATCH] openshot: disable google-analytics by default --- .../disable-google-analytics-by-default.patch | 18 ++++++++++++++++++ srcpkgs/openshot/template | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/openshot/patches/disable-google-analytics-by-default.patch diff --git a/srcpkgs/openshot/patches/disable-google-analytics-by-default.patch b/srcpkgs/openshot/patches/disable-google-analytics-by-default.patch new file mode 100644 index 0000000000..62db4f3dc9 --- /dev/null +++ b/srcpkgs/openshot/patches/disable-google-analytics-by-default.patch @@ -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 ++] diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template index 614e32e0f7..0837d2a9bd 100644 --- a/srcpkgs/openshot/template +++ b/srcpkgs/openshot/template @@ -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"