Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/abiword/
Date: Sat, 23 Feb 2019 11:55:20
Message-Id: 1550922878.b4c1b039f810bfabee5f6c55e4d93ecf76bf4918.pacho@gentoo
1 commit: b4c1b039f810bfabee5f6c55e4d93ecf76bf4918
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 11:33:38 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 11:54:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c1b039
7
8 app-office/abiword: Multiple bug fixes
9
10 - Fix flickering with recent GTK+ versions (#601300)
11 - cairo[X] looks to not be needed, don't rdepend on it (as other
12 distributions do too) (#618756)
13 - Fix compilation issues (#656026)
14 - Fix libical3 compatibility (#677072)
15 - Don't force smooth scrolling (from Debian, upstreamed)
16
17 Closes: https://bugs.gentoo.org/601300
18 Closes: https://bugs.gentoo.org/618756
19 Closes: https://bugs.gentoo.org/656026
20 Closes: https://bugs.gentoo.org/677072
21 Package-Manager: Portage-2.3.62, Repoman-2.3.12
22 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
23
24 app-office/abiword/Manifest | 1 +
25 app-office/abiword/abiword-3.0.2-r2.ebuild | 164 +++++++++++++++++++++++++++++
26 2 files changed, 165 insertions(+)
27
28 diff --git a/app-office/abiword/Manifest b/app-office/abiword/Manifest
29 index 435ebe1a12d..e970f08cedb 100644
30 --- a/app-office/abiword/Manifest
31 +++ b/app-office/abiword/Manifest
32 @@ -1,2 +1,3 @@
33 DIST abiword-3.0.2-patchset.tar.gz 10475 BLAKE2B 41b4b894e1b433ca722270e09410de22be906920b551d19580db32b4c8557595902d23a7ed320cc71b1fc191f830e72178158ffb02cafb07e01c72d12ccd4faa SHA512 e81688bbe58cdc9c6848cd2bc74207bf9c6e8dd1f2652a707f007ce9a2f3cf8cc77eac65b04e24b67a694773f0b08ba14bdcf10db549e33cbb7ee5da634bdfb3
34 +DIST abiword-3.0.2-patchset.tar.xz 11976 BLAKE2B 72acb4956543843ad445525d1f5654c63f2544933aab35a95f0ed4f49e1385c06a29a3deb5b7ba09343188e9adf8f916f0223ab6c2a037424732f5e5bffba103 SHA512 afe6f791f167b40c2fdd16f2308add67990dd1fd0856f5a96e8f486a0af2e7b67cbcde29beacd2d869508e8f98bd3fb140240480882bcd9689cbb1fba6a75743
35 DIST abiword-3.0.2.tar.gz 11154333 BLAKE2B af49570ad766b0e698313a4a88f14b2370a0a230866c4e8672f56780705060dba4207d4e13358cc290fb3c1a4a6a56efa05fed1f0540f10f7572d8e717e6cd20 SHA512 29ce9e80b3b85ab2933e7d39216771d8c4e05db5255eaed0cf8e1d032ffaac2cb1880bf24e754196ad5dae4969a1c2101ce4dc9c1db14604adc2f852b6a17fe3
36
37 diff --git a/app-office/abiword/abiword-3.0.2-r2.ebuild b/app-office/abiword/abiword-3.0.2-r2.ebuild
38 new file mode 100644
39 index 00000000000..898df232056
40 --- /dev/null
41 +++ b/app-office/abiword/abiword-3.0.2-r2.ebuild
42 @@ -0,0 +1,164 @@
43 +# Copyright 1999-2019 Gentoo Authors
44 +# Distributed under the terms of the GNU General Public License v2
45 +
46 +EAPI=6
47 +GNOME2_EAUTORECONF="yes"
48 +GNOME2_LA_PUNT="yes"
49 +
50 +inherit gnome2
51 +
52 +DESCRIPTION="Fully featured yet light and fast cross platform word processor"
53 +HOMEPAGE="http://www.abisource.com/"
54 +SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz
55 + https://dev.gentoo.org/~pacho/gnome/${P}-patchset.tar.xz"
56 +
57 +LICENSE="GPL-2"
58 +SLOT="2"
59 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux"
60 +
61 +IUSE="calendar collab cups debug eds +goffice grammar +introspection latex map math ots +plugins readline redland spell wordperfect wmf thesaurus"
62 +# You need 'plugins' enabled if want to enable the extra plugins
63 +REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !ots !readline !thesaurus !wordperfect !wmf )"
64 +
65 +RDEPEND="
66 + >=app-text/wv-1.2
67 + >=dev-libs/fribidi-0.10.4
68 + >=dev-libs/glib-2.16:2
69 + >=dev-libs/libgcrypt-1.4.5:0=
70 + dev-libs/libxslt
71 + >=gnome-base/librsvg-2.16:2
72 + >=gnome-extra/libgsf-1.14.18:=
73 + >=media-libs/libpng-1.2:0=
74 + virtual/jpeg:0
75 + >=x11-libs/cairo-1.10
76 + >=x11-libs/gtk+-3.0.8:3[cups?]
77 + calendar? ( >=dev-libs/libical-0.46:= )
78 + eds? ( >=gnome-extra/evolution-data-server-3.6.0:= )
79 + goffice? ( >=x11-libs/goffice-0.10.2:0.10 )
80 + introspection? ( >=dev-libs/gobject-introspection-1.0.0:= )
81 + map? ( >=media-libs/libchamplain-0.12:0.12 )
82 + plugins? (
83 + collab? (
84 + >=dev-libs/libxml2-2.4:2
85 + >=net-libs/loudmouth-1
86 + net-libs/libsoup:2.4
87 + net-libs/gnutls:= )
88 + grammar? ( >=dev-libs/link-grammar-4.2.1 )
89 + math? ( >=x11-libs/gtkmathview-0.7.5 )
90 + ots? ( >=app-text/ots-0.5-r1 )
91 + readline? ( sys-libs/readline:0= )
92 + thesaurus? ( >=app-text/aiksaurus-1.2[gtk] )
93 + wordperfect? (
94 + app-text/libwpd:0.10
95 + app-text/libwpg:0.3 )
96 + wmf? ( >=media-libs/libwmf-0.2.8 )
97 + )
98 + redland? (
99 + >=dev-libs/redland-1.0.10
100 + >=dev-libs/rasqal-0.9.17 )
101 + spell? ( >=app-text/enchant-1.2 )
102 + !<app-office/abiword-plugins-2.8
103 +"
104 +DEPEND="${RDEPEND}
105 + dev-lang/perl
106 + >=dev-libs/boost-1.40.0
107 + virtual/pkgconfig
108 + collab? ( dev-cpp/asio )
109 +"
110 +
111 +PATCHES=(
112 + # http://bugzilla.abisource.com/show_bug.cgi?id=13842
113 + "${WORKDIR}"/${P}-patchset/${PN}-2.8.3-desktop.patch
114 +
115 + # http://bugzilla.abisource.com/show_bug.cgi?id=13843
116 + "${WORKDIR}"/${P}-patchset/${PN}-2.6.0-boolean.patch
117 +
118 + # http://bugzilla.abisource.com/show_bug.cgi?id=13844
119 + "${WORKDIR}"/${P}-patchset/${PN}-3.0.0-librevenge.patch
120 +
121 + # http://bugzilla.abisource.com/show_bug.cgi?id=13845
122 + "${WORKDIR}"/${P}-patchset/${PN}-3.0.0-link-grammar-5-second.patch
123 +
124 + # http://bugzilla.abisource.com/show_bug.cgi?id=13846
125 + "${WORKDIR}"/${P}-patchset/${PN}-3.0.0-libwp.patch
126 + "${WORKDIR}"/${P}-patchset/${PN}-3.0.1-libwps-0.4.patch
127 + "${WORKDIR}"/${P}-patchset/${PN}-3.0.1-fixwps.patch
128 +
129 + # http://bugzilla.abisource.com/show_bug.cgi?id=13847
130 + "${WORKDIR}"/${P}-patchset/${PN}-3.0.2-fix-installing-readme.patch
131 +
132 + # http://bugzilla.abisource.com/show_bug.cgi?id=13841
133 + "${WORKDIR}"/${P}-patchset/${PN}-3.0.2-fix-nullptr-c++98.patch
134 +
135 + # http://bugzilla.abisource.com/show_bug.cgi?id=13815
136 + "${WORKDIR}"/${P}-patchset/${PN}-3.0.2-fix-black-drawing-regression.patch
137 +
138 + # https://bugzilla.abisource.com/show_bug.cgi?id=13907
139 + "${WORKDIR}"/${P}-patchset/${PN}-3.0.2-smooth-scrolling.patch
140 +
141 + # https://bugzilla.abisource.com/show_bug.cgi?id=13791
142 + "${WORKDIR}"/${P}-patchset/${PN}-3.0.2-fix-flickering.patch
143 +
144 + # https://github.com/AbiWord/abiword/commit/bdaf0e2da72bdc9d9bb3020445fe7b1b5dd7c062
145 + "${WORKDIR}"/${P}-patchset/${PN}-3.0.2-libical3.patch
146 +
147 + # https://bugzilla.abisource.com/show_bug.cgi?id=13697
148 + "${WORKDIR}"/${P}-patchset/${PN}-3.0.2-bool-boolean.patch
149 +)
150 +
151 +src_configure() {
152 + local plugins=()
153 +
154 + if use plugins; then
155 + # Plugins depending on libgsf
156 + plugins=(t602 docbook clarisworks wml kword hancom openwriter pdf
157 + loadbindings mswrite garble pdb applix opendocument sdw xslfo)
158 +
159 + # Plugins depending on librsvg
160 + plugins+=(svg)
161 +
162 + # Plugins not depending on anything
163 + plugins+=(gimp bmp freetranslation iscii s5 babelfish opml eml wikipedia
164 + gdict passepartout google presentation urldict hrtext mif openxml)
165 +
166 + # inter7eps: eps.h
167 + # libtidy: gsf + tidy.h
168 + # paint: windows only ?
169 + use collab && plugins+=(collab)
170 + use goffice && plugins+=(goffice)
171 + use latex && plugins+=(latex)
172 + use math && plugins+=(mathview)
173 + use ots && plugins+=(ots)
174 + # psion: >=psiconv-0.9.4
175 + use readline && plugins+=(command)
176 + use thesaurus && plugins+=(aiksaurus)
177 + use wmf && plugins+=(wmf)
178 + # wordperfect: >=wpd-0.9 >=wpg-0.2
179 + use wordperfect && plugins+=(wpg)
180 + fi
181 +
182 + gnome2_src_configure \
183 + --enable-plugins="${plugins[*]}" \
184 + --disable-static \
185 + --disable-default-plugins \
186 + --disable-builtin-plugins \
187 + --disable-collab-backend-telepathy \
188 + --enable-clipart \
189 + --enable-statusbar \
190 + --enable-templates \
191 + --with-gio \
192 + --without-gnomevfs \
193 + --without-gtk2 \
194 + $(use_enable debug) \
195 + $(use_with goffice goffice) \
196 + $(use_with calendar libical) \
197 + $(use_enable cups print) \
198 + $(use_enable collab collab-backend-xmpp) \
199 + $(use_enable collab collab-backend-tcp) \
200 + $(use_enable collab collab-backend-service) \
201 + $(use_with eds evolution-data-server) \
202 + $(use_enable introspection) \
203 + $(use_with map champlain) \
204 + $(use_with redland) \
205 + $(use_enable spell)
206 +}