Christophe Giboudeaux 2019-08-12 09:08:22 +00:00 committed by Git OBS Bridge
parent c07029c8fe
commit c59dc58b3d
3 changed files with 28 additions and 2 deletions

View 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>

View File

@ -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

View File

@ -24,6 +24,7 @@ License: GPL-2.0-or-later
Group: Productivity/Office/Other
URL: http://tellico-project.org/
Source0: http://tellico-project.org/files/%{name}-%{version}.tar.xz
Patch0: Fix-build-with-Qt-5_13.patch
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: libcdio-devel
@ -79,7 +80,7 @@ stamps, trading cards, comic books, and wines.
%lang_package
%prep
%setup -q
%autosetup -p1
%build
%cmake_kf5 "-DENABLE_WEBCAM=true" -d build
@ -93,7 +94,7 @@ stamps, trading cards, comic books, and wines.
%endif
%find_lang %{name}
%kf5_find_htmldocs
%{kf5_find_htmldocs}
%{kf5_post_install}