This commit is contained in:
parent
c07029c8fe
commit
c59dc58b3d
20
Fix-build-with-Qt-5_13.patch
Normal file
20
Fix-build-with-Qt-5_13.patch
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
commit 43851a0a655a3a961f289087bdea989aa32cc028
|
||||||
|
Author: Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
Date: Sun Jul 21 09:21:16 2019 +0200
|
||||||
|
|
||||||
|
Fix build with Qt 5.13
|
||||||
|
|
||||||
|
(cherry picked from commit 43e6bbb4721adc83d8b2a77bd51d9efaf7aefd6b)
|
||||||
|
|
||||||
|
diff --git a/src/gui/datewidget.cpp b/src/gui/datewidget.cpp
|
||||||
|
index 724370e2..e6502bb0 100644
|
||||||
|
--- a/src/gui/datewidget.cpp
|
||||||
|
+++ b/src/gui/datewidget.cpp
|
||||||
|
@@ -35,6 +35,7 @@
|
||||||
|
#include <QPushButton>
|
||||||
|
#include <QHBoxLayout>
|
||||||
|
#include <QFrame>
|
||||||
|
+#include <QDate>
|
||||||
|
#include <QEvent>
|
||||||
|
#include <QMenu>
|
||||||
|
#include <QWidgetAction>
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 12 09:07:26 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Add Fix-build-with-Qt-5_13.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 10 11:21:14 UTC 2019 - wbauer@tmo.at
|
Wed Jul 10 11:21:14 UTC 2019 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ License: GPL-2.0-or-later
|
|||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
URL: http://tellico-project.org/
|
URL: http://tellico-project.org/
|
||||||
Source0: http://tellico-project.org/files/%{name}-%{version}.tar.xz
|
Source0: http://tellico-project.org/files/%{name}-%{version}.tar.xz
|
||||||
|
Patch0: Fix-build-with-Qt-5_13.patch
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libcdio-devel
|
BuildRequires: libcdio-devel
|
||||||
@ -79,7 +80,7 @@ stamps, trading cards, comic books, and wines.
|
|||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 "-DENABLE_WEBCAM=true" -d build
|
%cmake_kf5 "-DENABLE_WEBCAM=true" -d build
|
||||||
@ -93,7 +94,7 @@ stamps, trading cards, comic books, and wines.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%kf5_find_htmldocs
|
%{kf5_find_htmldocs}
|
||||||
|
|
||||||
%{kf5_post_install}
|
%{kf5_post_install}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user