summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2018-09-15 14:59:52 +0200
committerJason A. Donenfeld <zx2c4@gentoo.org>2018-09-15 15:00:04 +0200
commita823527a271c3d7ab11e59f2c72a626b1c63b6cb (patch)
tree42f21af6cc36c03ae989dd642a019016498d63b5 /app-text
parentapp-misc/dnetc: Drop old (diff)
downloadgentoo-a823527a271c3d7ab11e59f2c72a626b1c63b6cb.tar.gz
gentoo-a823527a271c3d7ab11e59f2c72a626b1c63b6cb.tar.bz2
gentoo-a823527a271c3d7ab11e59f2c72a626b1c63b6cb.zip
app-text/cutemarked: add missing <QAction> include
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-text')
-rw-r--r--app-text/cutemarked/cutemarked-0.11.3.ebuild3
-rw-r--r--app-text/cutemarked/files/cutemarked-0.11.3-qaction-include.patch11
2 files changed, 13 insertions, 1 deletions
diff --git a/app-text/cutemarked/cutemarked-0.11.3.ebuild b/app-text/cutemarked/cutemarked-0.11.3.ebuild
index a6afe6931aeb..a04e77142d0c 100644
--- a/app-text/cutemarked/cutemarked-0.11.3.ebuild
+++ b/app-text/cutemarked/cutemarked-0.11.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -31,6 +31,7 @@ S="${WORKDIR}/CuteMarkEd-${PV}"
src_prepare() {
epatch "${FILESDIR}/${PN}"-0.11.1-respect-destdir.patch
+ epatch "${FILESDIR}/${PN}"-0.11.3-qaction-include.patch
}
src_configure() {
diff --git a/app-text/cutemarked/files/cutemarked-0.11.3-qaction-include.patch b/app-text/cutemarked/files/cutemarked-0.11.3-qaction-include.patch
new file mode 100644
index 000000000000..5e585945902c
--- /dev/null
+++ b/app-text/cutemarked/files/cutemarked-0.11.3-qaction-include.patch
@@ -0,0 +1,11 @@
+diff -Nru a/app/optionsdialog.cpp b/app/optionsdialog.cpp
+--- a/app/optionsdialog.cpp 2016-03-28 13:48:50.000000000 +0200
++++ b/app/optionsdialog.cpp 2018-06-05 07:28:09.086517828 +0200
+@@ -17,6 +17,7 @@
+ #include "optionsdialog.h"
+ #include "ui_optionsdialog.h"
+
++#include <QAction>
+ #include <QFontComboBox>
+ #include <QItemEditorFactory>
+ #include <QKeySequence>