diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2018-09-15 15:11:14 +0200 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2018-09-15 15:11:24 +0200 |
commit | 16a56a2a32b0b78b64a5a6da0455020ba2c83376 (patch) | |
tree | 349adf1e8663aecfb526caf82f5baaf465f3d1d7 /app-text/cutemarked | |
parent | app-emulation/lxd: Bump to 3.5 (diff) | |
download | gentoo-16a56a2a32b0b78b64a5a6da0455020ba2c83376.tar.gz gentoo-16a56a2a32b0b78b64a5a6da0455020ba2c83376.tar.bz2 gentoo-16a56a2a32b0b78b64a5a6da0455020ba2c83376.zip |
app-text/cutemarked: modernize
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-text/cutemarked')
-rw-r--r-- | app-text/cutemarked/cutemarked-0.11.3-r1.ebuild (renamed from app-text/cutemarked/cutemarked-0.11.3.ebuild) | 19 | ||||
-rw-r--r-- | app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch | 12 |
2 files changed, 22 insertions, 9 deletions
diff --git a/app-text/cutemarked/cutemarked-0.11.3.ebuild b/app-text/cutemarked/cutemarked-0.11.3-r1.ebuild index a04e77142d0c..d4f1373747d4 100644 --- a/app-text/cutemarked/cutemarked-0.11.3.ebuild +++ b/app-text/cutemarked/cutemarked-0.11.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit qmake-utils @@ -15,24 +15,25 @@ KEYWORDS="~amd64 ~x86" 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 diff --git a/app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch b/app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch new file mode 100644 index 000000000000..8cf1fe5f1c30 --- /dev/null +++ b/app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch @@ -0,0 +1,12 @@ +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; |