summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-04-18 13:02:24 +0200
committerDavid Seifert <soap@gentoo.org>2020-04-18 13:02:24 +0200
commit6a38810bc88dcefe0612eeafcc8e713b0026717a (patch)
tree7cbb51a720842c71217d625b3777ce76d1ba770c /app-office/abiword/abiword-3.0.4.ebuild
parentprofiles/arch/sparc/package.use.stable.mask: add ntp[parse-clocks] (diff)
downloadgentoo-6a38810bc88dcefe0612eeafcc8e713b0026717a.tar.gz
gentoo-6a38810bc88dcefe0612eeafcc8e713b0026717a.tar.bz2
gentoo-6a38810bc88dcefe0612eeafcc8e713b0026717a.zip
app-office/abiword: Add patches back
Closes: https://bugs.gentoo.org/717738 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-office/abiword/abiword-3.0.4.ebuild')
-rw-r--r--app-office/abiword/abiword-3.0.4.ebuild13
1 files changed, 9 insertions, 4 deletions
diff --git a/app-office/abiword/abiword-3.0.4.ebuild b/app-office/abiword/abiword-3.0.4.ebuild
index 3142f1c8cda8..c8ab57891cf5 100644
--- a/app-office/abiword/abiword-3.0.4.ebuild
+++ b/app-office/abiword/abiword-3.0.4.ebuild
@@ -7,7 +7,9 @@ inherit autotools xdg
DESCRIPTION="Fully featured yet light and fast cross platform word processor"
HOMEPAGE="http://www.abisource.com/"
-SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz"
+SRC_URI="
+ http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz
+ https://dev.gentoo.org/~soap/distfiles/${P}-patchset.tar.gz"
LICENSE="GPL-2"
SLOT="2"
@@ -65,9 +67,12 @@ BDEPEND="
virtual/pkgconfig"
PATCHES=(
- # Backport of hard dep on enchant-2
- # https://gitlab.gnome.org/World/AbiWord/commit/ae05e92df5a5d6151641622c83d35a6fdba47b1f
- "${FILESDIR}"/${P}-enchant-2.patch
+ "${WORKDIR}"/patches/${PN}-2.6.0-boolean.patch
+ "${WORKDIR}"/patches/${PN}-2.8.3-desktop.patch
+ "${WORKDIR}"/patches/${PN}-3.0.0-librevenge.patch
+ "${WORKDIR}"/patches/${PN}-3.0.2-explicit-python.patch
+ "${WORKDIR}"/patches/${PN}-3.0.4-enchant-2.patch # backport
+ "${WORKDIR}"/patches/${PN}-3.0.4-pygobject.patch
)
src_prepare() {