[arch-commits] Commit in mysql-workbench/repos (5 files)

2020-04-27 Thread Evangelos Foutras via arch-commits
Date: Monday, April 27, 2020 @ 19:22:40
  Author: foutrelis
Revision: 621921

archrelease: copy trunk to community-staging-x86_64

Added:
  mysql-workbench/repos/community-staging-x86_64/
  
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 621920, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(from rev 621920, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
  mysql-workbench/repos/community-staging-x86_64/PKGBUILD
(from rev 621920, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-staging-x86_64/arch_linux_profile.xml
(from rev 621920, mysql-workbench/trunk/arch_linux_profile.xml)

-+
 0001-mysql-workbench-no-check-for-updates.patch |   30 ++
 0002-disable-unsupported-operating-system-warning.patch |   26 ++
 PKGBUILD|  170 ++
 3 files changed, 226 insertions(+)

Copied: 
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 621920, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(rev 0)
+++ community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
2020-04-27 19:22:40 UTC (rev 621921)
@@ -0,0 +1,30 @@
+From d15e588be02e44b1317bf90ff7be1714267281c8 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:03:19 +0200
+Subject: [PATCH 1/4] mysql-workbench-no-check-for-updates
+
+Signed-off-by: Christian Hesse 
+---
+ res/wbdata/main_menu.xml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index bfa63ef..957f809 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2277,6 +2277,7 @@
+ builtin:show_log_file
+ action
+ 
++
+ 
+ separator
+ windows,linux

Copied: 
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
 (from rev 621920, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
===
--- 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(rev 0)
+++ 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
2020-04-27 19:22:40 UTC (rev 621921)
@@ -0,0 +1,26 @@
+From 98a9974f550dfb5c8f66213774e4ef95848127e1 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:04:55 +0200
+Subject: [PATCH 2/4] disable-unsupported-operating-system-warning
+
+Signed-off-by: Christian Hesse 
+---
+ backend/wbprivate/workbench/wb_context.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/backend/wbprivate/workbench/wb_context.cpp 
b/backend/wbprivate/workbench/wb_context.cpp
+index e80501a..a4047b1 100644
+--- a/backend/wbprivate/workbench/wb_context.cpp
 b/backend/wbprivate/workbench/wb_context.cpp
+@@ -1011,9 +1011,11 @@ void WBContext::init_finish_(WBOptions *options) {
+ 
+   _frontendCallbacks->show_status_text(_("Ready."));
+ 
++#if 0
+   // Avoid our runtime tests to lock up when a modal warning dialog is 
displayed.
+   if (options->open_at_startup_type != "run-script")
+ warnIfRunningOnUnsupportedOS();
++#endif
+ 
+   try {
+ // execute action requested from command line

Copied: mysql-workbench/repos/community-staging-x86_64/PKGBUILD (from rev 
621920, mysql-workbench/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-27 19:22:40 UTC (rev 621921)
@@ -0,0 +1,170 @@
+# Maintainer: Christian Hesse 
+# Contributor: Alexandre Boily 
+# Contributor: Illarion Kovalchuk 
+# Contributor: totoloco 
+# Contributor: Ionut Biru 
+
+pkgname=mysql-workbench
+pkgver=8.0.20
+pkgrel=3
+_mysql_version=${pkgver}
+_connector_version=${pkgver}
+_gdal_version=3.0.4
+_boost_version=1.70.0
+pkgdesc='A cross-platform, visual database design tool developed by MySQL'
+arch=('x86_64')
+url='https://www.mysql.com/products/workbench/'
+license=('GPL2')
+depends=('cairo' 'desktop-file-utils' 'freetype2' 'gtkmm3'
+   'hicolor-icon-theme' 'libgl' 'libsecret' 'libiodbc' 'libxml2'
+   'libzip' 'mysql-python' 'pcre' 'python2' 'python2-cairo' 'libssh'
+   'python2-pexpect' 'tinyxml' 'unixodbc' 'vsqlite++' 'proj' 'json-c'
+   'antlr4-runtime' 'giflib' 'zstd' 

[arch-commits] Commit in mysql-workbench/repos (5 files)

2020-04-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 25, 2020 @ 15:01:43
  Author: foutrelis
Revision: 620829

archrelease: copy trunk to community-staging-x86_64

Added:
  mysql-workbench/repos/community-staging-x86_64/
  
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 620828, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(from rev 620828, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
  mysql-workbench/repos/community-staging-x86_64/PKGBUILD
(from rev 620828, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-staging-x86_64/arch_linux_profile.xml
(from rev 620828, mysql-workbench/trunk/arch_linux_profile.xml)

-+
 0001-mysql-workbench-no-check-for-updates.patch |   30 ++
 0002-disable-unsupported-operating-system-warning.patch |   26 ++
 PKGBUILD|  170 ++
 3 files changed, 226 insertions(+)

Copied: 
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 620828, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(rev 0)
+++ community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
2020-04-25 15:01:43 UTC (rev 620829)
@@ -0,0 +1,30 @@
+From d15e588be02e44b1317bf90ff7be1714267281c8 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:03:19 +0200
+Subject: [PATCH 1/4] mysql-workbench-no-check-for-updates
+
+Signed-off-by: Christian Hesse 
+---
+ res/wbdata/main_menu.xml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index bfa63ef..957f809 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2277,6 +2277,7 @@
+ builtin:show_log_file
+ action
+ 
++
+ 
+ separator
+ windows,linux

Copied: 
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
 (from rev 620828, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
===
--- 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(rev 0)
+++ 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
2020-04-25 15:01:43 UTC (rev 620829)
@@ -0,0 +1,26 @@
+From 98a9974f550dfb5c8f66213774e4ef95848127e1 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:04:55 +0200
+Subject: [PATCH 2/4] disable-unsupported-operating-system-warning
+
+Signed-off-by: Christian Hesse 
+---
+ backend/wbprivate/workbench/wb_context.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/backend/wbprivate/workbench/wb_context.cpp 
b/backend/wbprivate/workbench/wb_context.cpp
+index e80501a..a4047b1 100644
+--- a/backend/wbprivate/workbench/wb_context.cpp
 b/backend/wbprivate/workbench/wb_context.cpp
+@@ -1011,9 +1011,11 @@ void WBContext::init_finish_(WBOptions *options) {
+ 
+   _frontendCallbacks->show_status_text(_("Ready."));
+ 
++#if 0
+   // Avoid our runtime tests to lock up when a modal warning dialog is 
displayed.
+   if (options->open_at_startup_type != "run-script")
+ warnIfRunningOnUnsupportedOS();
++#endif
+ 
+   try {
+ // execute action requested from command line

Copied: mysql-workbench/repos/community-staging-x86_64/PKGBUILD (from rev 
620828, mysql-workbench/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 15:01:43 UTC (rev 620829)
@@ -0,0 +1,170 @@
+# Maintainer: Christian Hesse 
+# Contributor: Alexandre Boily 
+# Contributor: Illarion Kovalchuk 
+# Contributor: totoloco 
+# Contributor: Ionut Biru 
+
+pkgname=mysql-workbench
+pkgver=8.0.19
+pkgrel=3
+_mysql_version=${pkgver}
+_connector_version=${pkgver}
+_gdal_version=3.0.4
+_boost_version=1.70.0
+pkgdesc='A cross-platform, visual database design tool developed by MySQL'
+arch=('x86_64')
+url='https://www.mysql.com/products/workbench/'
+license=('GPL2')
+depends=('cairo' 'desktop-file-utils' 'freetype2' 'gtkmm3'
+   'hicolor-icon-theme' 'libgl' 'libsecret' 'libiodbc' 'libxml2'
+   'libzip' 'mysql-python' 'pcre' 'python2' 'python2-cairo' 'libssh'
+   'python2-pexpect' 'tinyxml' 'unixodbc' 'vsqlite++' 'proj' 'json-c'
+   'antlr4-runtime' 'giflib' 'zstd' 

[arch-commits] Commit in mysql-workbench/repos (5 files)

2020-01-23 Thread Christian Hesse via arch-commits
Date: Thursday, January 23, 2020 @ 10:01:31
  Author: eworm
Revision: 554797

archrelease: copy trunk to community-staging-x86_64

Added:
  mysql-workbench/repos/community-staging-x86_64/
  
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 554796, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(from rev 554796, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
  mysql-workbench/repos/community-staging-x86_64/PKGBUILD
(from rev 554796, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-staging-x86_64/arch_linux_profile.xml
(from rev 554796, mysql-workbench/trunk/arch_linux_profile.xml)

-+
 0001-mysql-workbench-no-check-for-updates.patch |   30 ++
 0002-disable-unsupported-operating-system-warning.patch |   26 ++
 PKGBUILD|  170 ++
 3 files changed, 226 insertions(+)

Copied: 
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 554796, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(rev 0)
+++ community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
2020-01-23 10:01:31 UTC (rev 554797)
@@ -0,0 +1,30 @@
+From d15e588be02e44b1317bf90ff7be1714267281c8 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:03:19 +0200
+Subject: [PATCH 1/4] mysql-workbench-no-check-for-updates
+
+Signed-off-by: Christian Hesse 
+---
+ res/wbdata/main_menu.xml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index bfa63ef..957f809 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2277,6 +2277,7 @@
+ builtin:show_log_file
+ action
+ 
++
+ 
+ separator
+ windows,linux

Copied: 
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
 (from rev 554796, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
===
--- 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(rev 0)
+++ 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
2020-01-23 10:01:31 UTC (rev 554797)
@@ -0,0 +1,26 @@
+From 98a9974f550dfb5c8f66213774e4ef95848127e1 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:04:55 +0200
+Subject: [PATCH 2/4] disable-unsupported-operating-system-warning
+
+Signed-off-by: Christian Hesse 
+---
+ backend/wbprivate/workbench/wb_context.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/backend/wbprivate/workbench/wb_context.cpp 
b/backend/wbprivate/workbench/wb_context.cpp
+index e80501a..a4047b1 100644
+--- a/backend/wbprivate/workbench/wb_context.cpp
 b/backend/wbprivate/workbench/wb_context.cpp
+@@ -1011,9 +1011,11 @@ void WBContext::init_finish_(WBOptions *options) {
+ 
+   _frontendCallbacks->show_status_text(_("Ready."));
+ 
++#if 0
+   // Avoid our runtime tests to lock up when a modal warning dialog is 
displayed.
+   if (options->open_at_startup_type != "run-script")
+ warnIfRunningOnUnsupportedOS();
++#endif
+ 
+   try {
+ // execute action requested from command line

Copied: mysql-workbench/repos/community-staging-x86_64/PKGBUILD (from rev 
554796, mysql-workbench/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-23 10:01:31 UTC (rev 554797)
@@ -0,0 +1,170 @@
+# Maintainer: Christian Hesse 
+# Contributor: Alexandre Boily 
+# Contributor: Illarion Kovalchuk 
+# Contributor: totoloco 
+# Contributor: Ionut Biru 
+
+pkgname=mysql-workbench
+pkgver=8.0.19
+pkgrel=2
+_mysql_version=${pkgver}
+_connector_version=${pkgver}
+_gdal_version=3.0.2
+_boost_version=1.70.0
+pkgdesc='A cross-platform, visual database design tool developed by MySQL'
+arch=('x86_64')
+url='https://www.mysql.com/products/workbench/'
+license=('GPL2')
+depends=('cairo' 'ctemplate' 'desktop-file-utils' 'freetype2' 'gtkmm3'
+   'hicolor-icon-theme' 'libgl' 'libsecret' 'libiodbc' 'libxml2'
+   'libzip' 'mysql-python' 'pcre' 'python2' 'python2-cairo' 'libssh'
+   'python2-pexpect' 'tinyxml' 'unixodbc' 'vsqlite++' 'proj' 'json-c'
+   'antlr4-runtime' 

[arch-commits] Commit in mysql-workbench/repos (5 files)

2019-11-11 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 12, 2019 @ 02:57:14
  Author: foutrelis
Revision: 526942

archrelease: copy trunk to community-staging-x86_64

Added:
  mysql-workbench/repos/community-staging-x86_64/
  
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 526941, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(from rev 526941, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
  mysql-workbench/repos/community-staging-x86_64/PKGBUILD
(from rev 526941, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-staging-x86_64/arch_linux_profile.xml
(from rev 526941, mysql-workbench/trunk/arch_linux_profile.xml)

-+
 0001-mysql-workbench-no-check-for-updates.patch |   30 ++
 0002-disable-unsupported-operating-system-warning.patch |   26 ++
 PKGBUILD|  170 ++
 3 files changed, 226 insertions(+)

Copied: 
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 526941, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(rev 0)
+++ community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
2019-11-12 02:57:14 UTC (rev 526942)
@@ -0,0 +1,30 @@
+From d15e588be02e44b1317bf90ff7be1714267281c8 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:03:19 +0200
+Subject: [PATCH 1/4] mysql-workbench-no-check-for-updates
+
+Signed-off-by: Christian Hesse 
+---
+ res/wbdata/main_menu.xml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index bfa63ef..957f809 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2277,6 +2277,7 @@
+ builtin:show_log_file
+ action
+ 
++
+ 
+ separator
+ windows,linux

Copied: 
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
 (from rev 526941, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
===
--- 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(rev 0)
+++ 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
2019-11-12 02:57:14 UTC (rev 526942)
@@ -0,0 +1,26 @@
+From 98a9974f550dfb5c8f66213774e4ef95848127e1 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:04:55 +0200
+Subject: [PATCH 2/4] disable-unsupported-operating-system-warning
+
+Signed-off-by: Christian Hesse 
+---
+ backend/wbprivate/workbench/wb_context.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/backend/wbprivate/workbench/wb_context.cpp 
b/backend/wbprivate/workbench/wb_context.cpp
+index e80501a..a4047b1 100644
+--- a/backend/wbprivate/workbench/wb_context.cpp
 b/backend/wbprivate/workbench/wb_context.cpp
+@@ -1011,9 +1011,11 @@ void WBContext::init_finish_(WBOptions *options) {
+ 
+   _frontendCallbacks->show_status_text(_("Ready."));
+ 
++#if 0
+   // Avoid our runtime tests to lock up when a modal warning dialog is 
displayed.
+   if (options->open_at_startup_type != "run-script")
+ warnIfRunningOnUnsupportedOS();
++#endif
+ 
+   try {
+ // execute action requested from command line

Copied: mysql-workbench/repos/community-staging-x86_64/PKGBUILD (from rev 
526941, mysql-workbench/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-12 02:57:14 UTC (rev 526942)
@@ -0,0 +1,170 @@
+# Maintainer: Christian Hesse 
+# Contributor: Alexandre Boily 
+# Contributor: Illarion Kovalchuk 
+# Contributor: totoloco 
+# Contributor: Ionut Biru 
+
+pkgname=mysql-workbench
+pkgver=8.0.18
+pkgrel=2
+_mysql_version=${pkgver}
+_connector_version=${pkgver}
+_gdal_version=3.0.1
+_boost_version=1.70.0
+pkgdesc='A cross-platform, visual database design tool developed by MySQL'
+arch=('x86_64')
+url='https://www.mysql.com/products/workbench/'
+license=('GPL2')
+depends=('cairo' 'ctemplate' 'desktop-file-utils' 'freetype2' 'gtkmm3'
+   'hicolor-icon-theme' 'libgl' 'libsecret' 'libiodbc' 'libxml2'
+   'libzip' 'mysql-python' 'pcre' 'python2' 'python2-cairo' 'libssh'
+   'python2-pexpect' 'tinyxml' 'unixodbc' 'vsqlite++' 'proj' 'json-c'
+   'antlr4-runtime' 

[arch-commits] Commit in mysql-workbench/repos (5 files)

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:11:23
  Author: foutrelis
Revision: 449865

archrelease: copy trunk to community-staging-x86_64

Added:
  mysql-workbench/repos/community-staging-x86_64/
  
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 449862, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(from rev 449862, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
  mysql-workbench/repos/community-staging-x86_64/PKGBUILD
(from rev 449862, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-staging-x86_64/arch_linux_profile.xml
(from rev 449862, mysql-workbench/trunk/arch_linux_profile.xml)

-+
 0001-mysql-workbench-no-check-for-updates.patch |   30 ++
 0002-disable-unsupported-operating-system-warning.patch |   26 ++
 PKGBUILD|  167 ++
 3 files changed, 223 insertions(+)

Copied: 
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 449862, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(rev 0)
+++ community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
2019-04-05 15:11:23 UTC (rev 449865)
@@ -0,0 +1,30 @@
+From d15e588be02e44b1317bf90ff7be1714267281c8 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:03:19 +0200
+Subject: [PATCH 1/4] mysql-workbench-no-check-for-updates
+
+Signed-off-by: Christian Hesse 
+---
+ res/wbdata/main_menu.xml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index bfa63ef..957f809 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2277,6 +2277,7 @@
+ builtin:show_log_file
+ action
+ 
++
+ 
+ separator
+ windows,linux

Copied: 
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
 (from rev 449862, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
===
--- 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(rev 0)
+++ 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
2019-04-05 15:11:23 UTC (rev 449865)
@@ -0,0 +1,26 @@
+From 98a9974f550dfb5c8f66213774e4ef95848127e1 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:04:55 +0200
+Subject: [PATCH 2/4] disable-unsupported-operating-system-warning
+
+Signed-off-by: Christian Hesse 
+---
+ backend/wbprivate/workbench/wb_context.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/backend/wbprivate/workbench/wb_context.cpp 
b/backend/wbprivate/workbench/wb_context.cpp
+index e80501a..a4047b1 100644
+--- a/backend/wbprivate/workbench/wb_context.cpp
 b/backend/wbprivate/workbench/wb_context.cpp
+@@ -1011,9 +1011,11 @@ void WBContext::init_finish_(WBOptions *options) {
+ 
+   _frontendCallbacks->show_status_text(_("Ready."));
+ 
++#if 0
+   // Avoid our runtime tests to lock up when a modal warning dialog is 
displayed.
+   if (options->open_at_startup_type != "run-script")
+ warnIfRunningOnUnsupportedOS();
++#endif
+ 
+   try {
+ // execute action requested from command line

Copied: mysql-workbench/repos/community-staging-x86_64/PKGBUILD (from rev 
449862, mysql-workbench/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 15:11:23 UTC (rev 449865)
@@ -0,0 +1,167 @@
+# Maintainer: Christian Hesse 
+# Contributor: Alexandre Boily 
+# Contributor: Illarion Kovalchuk 
+# Contributor: totoloco 
+# Contributor: Ionut Biru 
+
+pkgname=mysql-workbench
+pkgver=8.0.15
+pkgrel=3
+_mysql_version=${pkgver}
+_connector_version=${pkgver}
+_gdal_version=2.4.1
+_boost_version=1.68.0
+pkgdesc='A cross-platform, visual database design tool developed by MySQL'
+arch=('x86_64')
+url='https://www.mysql.com/products/workbench/'
+license=('GPL2')
+depends=('cairo' 'ctemplate' 'desktop-file-utils' 'freetype2' 'gtkmm3'
+   'hicolor-icon-theme' 'libgl' 'libsecret' 'libiodbc' 'libxml2'
+   'libzip' 'mysql-python' 'pcre' 'python2' 'python2-cairo' 'libssh'
+   'python2-pexpect' 'tinyxml' 'unixodbc' 'vsqlite++' 'proj' 'json-c'
+   'antlr4-runtime' 'giflib' 

[arch-commits] Commit in mysql-workbench/repos (5 files)

2018-10-22 Thread Evangelos Foutras via arch-commits
Date: Monday, October 22, 2018 @ 22:47:15
  Author: foutrelis
Revision: 398560

archrelease: copy trunk to community-staging-x86_64

Added:
  mysql-workbench/repos/community-staging-x86_64/
  
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 398559, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(from rev 398559, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
  mysql-workbench/repos/community-staging-x86_64/PKGBUILD
(from rev 398559, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-staging-x86_64/arch_linux_profile.xml
(from rev 398559, mysql-workbench/trunk/arch_linux_profile.xml)

-+
 0001-mysql-workbench-no-check-for-updates.patch |   30 ++
 0002-disable-unsupported-operating-system-warning.patch |   26 ++
 PKGBUILD|  167 ++
 3 files changed, 223 insertions(+)

Copied: 
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 398559, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(rev 0)
+++ community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
2018-10-22 22:47:15 UTC (rev 398560)
@@ -0,0 +1,30 @@
+From d15e588be02e44b1317bf90ff7be1714267281c8 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:03:19 +0200
+Subject: [PATCH 1/4] mysql-workbench-no-check-for-updates
+
+Signed-off-by: Christian Hesse 
+---
+ res/wbdata/main_menu.xml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index bfa63ef..957f809 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2277,6 +2277,7 @@
+ builtin:show_log_file
+ action
+ 
++
+ 
+ separator
+ windows,linux

Copied: 
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
 (from rev 398559, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
===
--- 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(rev 0)
+++ 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
2018-10-22 22:47:15 UTC (rev 398560)
@@ -0,0 +1,26 @@
+From 98a9974f550dfb5c8f66213774e4ef95848127e1 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:04:55 +0200
+Subject: [PATCH 2/4] disable-unsupported-operating-system-warning
+
+Signed-off-by: Christian Hesse 
+---
+ backend/wbprivate/workbench/wb_context.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/backend/wbprivate/workbench/wb_context.cpp 
b/backend/wbprivate/workbench/wb_context.cpp
+index e80501a..a4047b1 100644
+--- a/backend/wbprivate/workbench/wb_context.cpp
 b/backend/wbprivate/workbench/wb_context.cpp
+@@ -1011,9 +1011,11 @@ void WBContext::init_finish_(WBOptions *options) {
+ 
+   _frontendCallbacks->show_status_text(_("Ready."));
+ 
++#if 0
+   // Avoid our runtime tests to lock up when a modal warning dialog is 
displayed.
+   if (options->open_at_startup_type != "run-script")
+ warnIfRunningOnUnsupportedOS();
++#endif
+ 
+   try {
+ // execute action requested from command line

Copied: mysql-workbench/repos/community-staging-x86_64/PKGBUILD (from rev 
398559, mysql-workbench/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-22 22:47:15 UTC (rev 398560)
@@ -0,0 +1,167 @@
+# Maintainer: Christian Hesse 
+# Contributor: Alexandre Boily 
+# Contributor: Illarion Kovalchuk 
+# Contributor: totoloco 
+# Contributor: Ionut Biru 
+
+pkgname=mysql-workbench
+pkgver=8.0.13
+pkgrel=2
+_mysql_version=8.0.13
+_connector_version=8.0.13
+_gdal_version=2.3.2
+_boost_version=1.67.0
+pkgdesc='A cross-platform, visual database design tool developed by MySQL'
+arch=('x86_64')
+url='https://www.mysql.com/products/workbench/'
+license=('GPL2')
+depends=('cairo' 'ctemplate' 'desktop-file-utils' 'freetype2' 'gtkmm3'
+   'hicolor-icon-theme' 'libgl' 'libsecret' 'libiodbc' 'libxml2'
+   'libzip' 'mysql-python' 'pcre' 'python2' 'python2-cairo' 'libssh'
+   'python2-pexpect' 'tinyxml' 'unixodbc' 'vsqlite++' 'proj' 'json-c'
+   'antlr4-runtime' 'giflib' 

[arch-commits] Commit in mysql-workbench/repos (5 files)

2018-08-17 Thread Christian Hesse via arch-commits
Date: Friday, August 17, 2018 @ 19:38:28
  Author: eworm
Revision: 372544

archrelease: copy trunk to community-testing-x86_64

Added:
  mysql-workbench/repos/community-testing-x86_64/
  
mysql-workbench/repos/community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 372543, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-testing-x86_64/0002-disable-unsupported-operating-system-warning.patch
(from rev 372543, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
  mysql-workbench/repos/community-testing-x86_64/PKGBUILD
(from rev 372543, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-testing-x86_64/arch_linux_profile.xml
(from rev 372543, mysql-workbench/trunk/arch_linux_profile.xml)

-+
 0001-mysql-workbench-no-check-for-updates.patch |   30 ++
 0002-disable-unsupported-operating-system-warning.patch |   26 ++
 PKGBUILD|  167 ++
 3 files changed, 223 insertions(+)

Copied: 
mysql-workbench/repos/community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 372543, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(rev 0)
+++ community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch
2018-08-17 19:38:28 UTC (rev 372544)
@@ -0,0 +1,30 @@
+From d15e588be02e44b1317bf90ff7be1714267281c8 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:03:19 +0200
+Subject: [PATCH 1/4] mysql-workbench-no-check-for-updates
+
+Signed-off-by: Christian Hesse 
+---
+ res/wbdata/main_menu.xml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index bfa63ef..957f809 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2277,6 +2277,7 @@
+ builtin:show_log_file
+ action
+ 
++
+ 
+ separator
+ windows,linux

Copied: 
mysql-workbench/repos/community-testing-x86_64/0002-disable-unsupported-operating-system-warning.patch
 (from rev 372543, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
===
--- 
community-testing-x86_64/0002-disable-unsupported-operating-system-warning.patch
(rev 0)
+++ 
community-testing-x86_64/0002-disable-unsupported-operating-system-warning.patch
2018-08-17 19:38:28 UTC (rev 372544)
@@ -0,0 +1,26 @@
+From 98a9974f550dfb5c8f66213774e4ef95848127e1 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:04:55 +0200
+Subject: [PATCH 2/4] disable-unsupported-operating-system-warning
+
+Signed-off-by: Christian Hesse 
+---
+ backend/wbprivate/workbench/wb_context.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/backend/wbprivate/workbench/wb_context.cpp 
b/backend/wbprivate/workbench/wb_context.cpp
+index e80501a..a4047b1 100644
+--- a/backend/wbprivate/workbench/wb_context.cpp
 b/backend/wbprivate/workbench/wb_context.cpp
+@@ -1011,9 +1011,11 @@ void WBContext::init_finish_(WBOptions *options) {
+ 
+   _frontendCallbacks->show_status_text(_("Ready."));
+ 
++#if 0
+   // Avoid our runtime tests to lock up when a modal warning dialog is 
displayed.
+   if (options->open_at_startup_type != "run-script")
+ warnIfRunningOnUnsupportedOS();
++#endif
+ 
+   try {
+ // execute action requested from command line

Copied: mysql-workbench/repos/community-testing-x86_64/PKGBUILD (from rev 
372543, mysql-workbench/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-08-17 19:38:28 UTC (rev 372544)
@@ -0,0 +1,167 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Alexandre Boily 
+# Contributor: Illarion Kovalchuk 
+# Contributor: totoloco 
+# Contributor: Ionut Biru 
+
+pkgname=mysql-workbench
+pkgver=8.0.12
+pkgrel=4
+_mysql_version=8.0.12
+_connector_version=8.0.12
+_gdal_version=2.3.1
+_boost_version=1.67.0
+pkgdesc='A cross-platform, visual database design tool developed by MySQL'
+arch=('x86_64')
+url='https://www.mysql.com/products/workbench/'
+license=('GPL2')
+depends=('cairo' 'ctemplate' 'desktop-file-utils' 'freetype2' 'gtkmm3'
+   'hicolor-icon-theme' 'libgl' 'libsecret' 'libiodbc' 'libxml2'
+   'libzip' 'mysql-python' 'pcre' 'python2' 'python2-cairo' 'libssh'
+   'python2-pexpect' 'tinyxml' 'unixodbc' 'vsqlite++' 'proj' 'json-c'
+   'antlr4-runtime')