archrelease: copy trunk to community-any
[ArchLinux/community.git] / mysql-workbench / repos / community-x86_64 / 0001-mysql-workbench-no-check-for-updates.patch
blob825d4de5894740f9f88fa16492474c5b421043de
1 From d15e588be02e44b1317bf90ff7be1714267281c8 Mon Sep 17 00:00:00 2001
2 From: Christian Hesse <mail@eworm.de>
3 Date: Mon, 23 Jul 2018 11:03:19 +0200
4 Subject: [PATCH 1/4] mysql-workbench-no-check-for-updates
6 Signed-off-by: Christian Hesse <mail@eworm.de>
7 ---
8 res/wbdata/main_menu.xml | 2 ++
9 1 file changed, 2 insertions(+)
11 diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
12 index bfa63ef..957f809 100644
13 --- a/res/wbdata/main_menu.xml
14 +++ b/res/wbdata/main_menu.xml
15 @@ -2277,6 +2277,7 @@
16 <value type="string" key="command">builtin:show_log_file</value>
17 <value type="string" key="itemType">action</value>
18 </value>
19 + <!-- We build a package that should be updated via pacman, so disable this check.
20 <value type="object" struct-name="app.MenuItem" id="com.mysql.wb.menu.separator.help.checkver">
21 <value type="string" key="itemType">separator</value>
22 </value>
23 @@ -2287,6 +2288,7 @@
24 <value type="string" key="command">plugin:wb.tools.checkForUpdates</value>
25 <value type="string" key="itemType">action</value>
26 </value>
27 + </value> //-->
28 <value type="object" struct-name="app.MenuItem" id="com.mysql.wb.menu.separator.help.report_a_bug">
29 <value type="string" key="itemType">separator</value>
30 <value type="string" key="platform">windows,linux</value>