# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit qmake-utils
IUSE=""
DEPEND="
+ app-text/discount
+ app-text/hunspell
+ dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtgui:5
- dev-qt/qtwebkit:5
- dev-qt/linguist-tools:5
dev-qt/qtnetwork:5
dev-qt/qtprintsupport:5
dev-qt/qttest:5
- app-text/discount
- app-text/hunspell
+ dev-qt/qtwebkit:5
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/CuteMarkEd-${PV}"
-src_prepare() {
- epatch "${FILESDIR}/${PN}"-0.11.1-respect-destdir.patch
- epatch "${FILESDIR}/${PN}"-0.11.3-qaction-include.patch
-}
+PATCHES=(
+ "${FILESDIR}/${PN}"-0.11.1-respect-destdir.patch
+ "${FILESDIR}/${PN}"-0.11.3-qaction-include.patch
+ "${FILESDIR}/${PN}"-0.11.3-bgcolor.patch
+)
src_configure() {
eqmake5 ROOT="${D}" CuteMarkEd.pro
--- /dev/null
+diff --git a/app/styles/markdown.css b/app/styles/markdown.css
+index 7c87385..607f025 100644
+--- a/app/styles/markdown.css
++++ b/app/styles/markdown.css
+@@ -25,6 +25,7 @@ body{
+ line-height: 1;
+ max-width: 960px;
+ padding: 30px;
++ background-color: #ffffff;
+ }
+ h1, h2, h3, h4 {
+ color: #111111;