app-text/cutemarked: modernize
authorJason A. Donenfeld <zx2c4@gentoo.org>
Sat, 15 Sep 2018 13:11:14 +0000 (15:11 +0200)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Sat, 15 Sep 2018 13:11:24 +0000 (15:11 +0200)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-text/cutemarked/cutemarked-0.11.3-r1.ebuild [moved from app-text/cutemarked/cutemarked-0.11.3.ebuild with 80% similarity]
app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch [new file with mode: 0644]

similarity index 80%
rename from app-text/cutemarked/cutemarked-0.11.3.ebuild
rename to app-text/cutemarked/cutemarked-0.11.3-r1.ebuild
index a04e77142d0c587f8d79b2a497da903d5a4a746a..d4f1373747d4179505b3d73a4e5fe4b074faa8a1 100644 (file)
@@ -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 (file)
index 0000000..8cf1fe5
--- /dev/null
@@ -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;