cutemarked: add patch for qt5.13

This commit is contained in:
John 2019-07-02 19:00:38 +02:00 committed by John Zimmermann
parent 65b279d571
commit a4e6a26b98
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- app/optionsdialog.cpp 2016-03-28 13:48:50.000000000 +0200
+++ - 2019-07-02 18:59:36.832374065 +0200
@@ -17,6 +17,7 @@
#include "optionsdialog.h"
#include "ui_optionsdialog.h"
+#include <QAction>
#include <QFontComboBox>
#include <QItemEditorFactory>
#include <QKeySequence>

View file

@ -15,6 +15,10 @@ homepage="http://cloose.github.io/CuteMarkEd/"
distfiles="https://github.com/cloose/${pkgname}/archive/v${version}.tar.gz"
checksum=78a41808c2f0452375810abdff76eeaaee012f8d1368a2b8772ec6b4d2ceeec8
pre_build() {
lrelease app/app.pro
}
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel qt5-webkit-devel"
fi