commit: 846dd925cddce1ce8b4622989393ae6942cc0e1f Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Wed Jun 3 22:56:38 2020 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Wed Jun 3 22:57:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846dd925
app-text/calibre: add qt-5.15 patch to 4.9.1-r2 (bug 727024) Closes: https://bugs.gentoo.org/727024 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-text/calibre/calibre-4.9.1-r2.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-text/calibre/calibre-4.9.1-r2.ebuild b/app-text/calibre/calibre-4.9.1-r2.ebuild index 6dd804fe08b..0eb5f2c1295 100644 --- a/app-text/calibre/calibre-4.9.1-r2.ebuild +++ b/app-text/calibre/calibre-4.9.1-r2.ebuild @@ -10,7 +10,8 @@ inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils DESCRIPTION="Ebook management application" HOMEPAGE="https://calibre-ebook.com/" -SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz" +SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz + https://github.com/kovidgoyal/calibre/commit/db7007a25faefb0cc90e64dda1c0793393b9512d.patch -> calibre-4.17.0-qt-5.15-fontconfig-bug-725020.patch" LICENSE=" GPL-3+ @@ -122,7 +123,8 @@ src_prepare() { eapply \ "${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \ "${FILESDIR}/${PN}-disable_plugins.patch" \ - "${FILESDIR}/${PN}-4.9.1-py3-Ignore-TypeError-sorting-collections-kobo.patch" + "${FILESDIR}/${PN}-4.9.1-py3-Ignore-TypeError-sorting-collections-kobo.patch" \ + "${DISTDIR}/calibre-4.17.0-qt-5.15-fontconfig-bug-725020.patch" eapply_user