Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/
Date: Wed, 03 Jun 2020 22:58:00
Message-Id: 1591225031.846dd925cddce1ce8b4622989393ae6942cc0e1f.zmedico@gentoo
1 commit: 846dd925cddce1ce8b4622989393ae6942cc0e1f
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 3 22:56:38 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 3 22:57:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846dd925
7
8 app-text/calibre: add qt-5.15 patch to 4.9.1-r2 (bug 727024)
9
10 Closes: https://bugs.gentoo.org/727024
11 Package-Manager: Portage-2.3.100, Repoman-2.3.22
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 app-text/calibre/calibre-4.9.1-r2.ebuild | 6 ++++--
15 1 file changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/app-text/calibre/calibre-4.9.1-r2.ebuild b/app-text/calibre/calibre-4.9.1-r2.ebuild
18 index 6dd804fe08b..0eb5f2c1295 100644
19 --- a/app-text/calibre/calibre-4.9.1-r2.ebuild
20 +++ b/app-text/calibre/calibre-4.9.1-r2.ebuild
21 @@ -10,7 +10,8 @@ inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils
22
23 DESCRIPTION="Ebook management application"
24 HOMEPAGE="https://calibre-ebook.com/"
25 -SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz"
26 +SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz
27 + https://github.com/kovidgoyal/calibre/commit/db7007a25faefb0cc90e64dda1c0793393b9512d.patch -> calibre-4.17.0-qt-5.15-fontconfig-bug-725020.patch"
28
29 LICENSE="
30 GPL-3+
31 @@ -122,7 +123,8 @@ src_prepare() {
32 eapply \
33 "${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
34 "${FILESDIR}/${PN}-disable_plugins.patch" \
35 - "${FILESDIR}/${PN}-4.9.1-py3-Ignore-TypeError-sorting-collections-kobo.patch"
36 + "${FILESDIR}/${PN}-4.9.1-py3-Ignore-TypeError-sorting-collections-kobo.patch" \
37 + "${DISTDIR}/calibre-4.17.0-qt-5.15-fontconfig-bug-725020.patch"
38
39 eapply_user