From 5040dc5e704bfca1b6938faadf671839c3c90d55 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 7 Feb 2019 17:01:28 +0300 Subject: [PATCH] goldendict:rebuild --- .../files/goldendict-qt-5.11-1.patch | 34 +++++++++++++++++++ .../files/goldendict-qt-5.11-2.patch | 22 ++++++++++++ office/dictionary/goldendict/pspec.xml | 2 ++ 3 files changed, 58 insertions(+) create mode 100644 office/dictionary/goldendict/files/goldendict-qt-5.11-1.patch create mode 100644 office/dictionary/goldendict/files/goldendict-qt-5.11-2.patch diff --git a/office/dictionary/goldendict/files/goldendict-qt-5.11-1.patch b/office/dictionary/goldendict/files/goldendict-qt-5.11-1.patch new file mode 100644 index 0000000000..feb1b26e0b --- /dev/null +++ b/office/dictionary/goldendict/files/goldendict-qt-5.11-1.patch @@ -0,0 +1,34 @@ +From 3d4a468b6c8cb154c88cf4592a5845973999dc29 Mon Sep 17 00:00:00 2001 +From: Abs62 +Date: Tue, 10 Apr 2018 18:44:43 +0300 +Subject: [PATCH] Qt5: Fix compilation with Qt 5.11 (issue #991) + +--- + fulltextsearch.hh | 1 + + initializing.cc | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/fulltextsearch.hh b/fulltextsearch.hh +index da7e2943..adf9619f 100644 +--- a/fulltextsearch.hh ++++ b/fulltextsearch.hh +@@ -6,6 +6,7 @@ + #include + #include + #include ++#include + + #include "dictionary.hh" + #include "ui_fulltextsearch.h" +diff --git a/initializing.cc b/initializing.cc +index 0db6909b..59e605d6 100644 +--- a/initializing.cc ++++ b/initializing.cc +@@ -1,6 +1,7 @@ + /* This file is (c) 2008-2012 Konstantin Isakov + * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ + ++#include + #include "initializing.hh" + #include + diff --git a/office/dictionary/goldendict/files/goldendict-qt-5.11-2.patch b/office/dictionary/goldendict/files/goldendict-qt-5.11-2.patch new file mode 100644 index 0000000000..7410021651 --- /dev/null +++ b/office/dictionary/goldendict/files/goldendict-qt-5.11-2.patch @@ -0,0 +1,22 @@ +From a65967805ab424b299bdfa1d1f9c7ebb8a7fd517 Mon Sep 17 00:00:00 2001 +From: Perfect Gentleman +Date: Wed, 11 Apr 2018 00:04:12 +0700 +Subject: [PATCH] Update groups_widgets.hh + +fixes https://github.com/goldendict/goldendict/issues/991 +--- + groups_widgets.hh | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/groups_widgets.hh b/groups_widgets.hh +index ce442fa2..2064e3bb 100644 +--- a/groups_widgets.hh ++++ b/groups_widgets.hh +@@ -8,6 +8,7 @@ + + #include + ++#include + #include + #include + diff --git a/office/dictionary/goldendict/pspec.xml b/office/dictionary/goldendict/pspec.xml index 069cec7d8b..9064f9eb1d 100644 --- a/office/dictionary/goldendict/pspec.xml +++ b/office/dictionary/goldendict/pspec.xml @@ -31,6 +31,8 @@ tiff-devel + goldendict-qt-5.11-1.patch + goldendict-qt-5.11-2.patch ffmpeg4.patch