Gentoo Archives: gentoo-commits

From: Jason Donenfeld <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/cutemarked/files/, app-text/cutemarked/
Date: Sat, 15 Sep 2018 13:00:21
Message-Id: 1537016404.a823527a271c3d7ab11e59f2c72a626b1c63b6cb.zx2c4@gentoo
1 commit: a823527a271c3d7ab11e59f2c72a626b1c63b6cb
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 15 12:59:52 2018 +0000
4 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 13:00:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a823527a
7
8 app-text/cutemarked: add missing <QAction> include
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 app-text/cutemarked/cutemarked-0.11.3.ebuild | 3 ++-
13 .../cutemarked/files/cutemarked-0.11.3-qaction-include.patch | 11 +++++++++++
14 2 files changed, 13 insertions(+), 1 deletion(-)
15
16 diff --git a/app-text/cutemarked/cutemarked-0.11.3.ebuild b/app-text/cutemarked/cutemarked-0.11.3.ebuild
17 index a6afe6931ae..a04e77142d0 100644
18 --- a/app-text/cutemarked/cutemarked-0.11.3.ebuild
19 +++ b/app-text/cutemarked/cutemarked-0.11.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -31,6 +31,7 @@ S="${WORKDIR}/CuteMarkEd-${PV}"
27
28 src_prepare() {
29 epatch "${FILESDIR}/${PN}"-0.11.1-respect-destdir.patch
30 + epatch "${FILESDIR}/${PN}"-0.11.3-qaction-include.patch
31 }
32
33 src_configure() {
34
35 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
36 new file mode 100644
37 index 00000000000..5e585945902
38 --- /dev/null
39 +++ b/app-text/cutemarked/files/cutemarked-0.11.3-qaction-include.patch
40 @@ -0,0 +1,11 @@
41 +diff -Nru a/app/optionsdialog.cpp b/app/optionsdialog.cpp
42 +--- a/app/optionsdialog.cpp 2016-03-28 13:48:50.000000000 +0200
43 ++++ b/app/optionsdialog.cpp 2018-06-05 07:28:09.086517828 +0200
44 +@@ -17,6 +17,7 @@
45 + #include "optionsdialog.h"
46 + #include "ui_optionsdialog.h"
47 +
48 ++#include <QAction>
49 + #include <QFontComboBox>
50 + #include <QItemEditorFactory>
51 + #include <QKeySequence>