mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
app-office/abiword: add 3.0.7
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
parent
6a173d5b4c
commit
f2bee6f6c0
@ -1,2 +1,3 @@
|
||||
DIST AbiWord-release-3.0.6.tar.bz2 7885506 BLAKE2B d01b1b04898c7e484af1514b9782910eaeaec7291e52ab0cdd5a5d989bf2b1e843c9e81770ab1a006fff9b0e8ec0b699e094894356e6faa0b187fb166cabd279 SHA512 f62508ec27b1dd15bab9db337c2f4274ed0ba39878f8189fa7926bbf255b55408d8707f0fdd27e66ef14148980bdb86b1cfae0d0dfd2d1c05757385ceafec21a
|
||||
DIST AbiWord-release-3.0.7.tar.bz2 7888336 BLAKE2B 61eafd3264e3b9c548bbb6fc572a5159f3dacab471c1df6aea3b4aa7c7a03450eca2609533b4b14b4fcfb53b7ec4bdb19aa30ba0ebc97319904c730b976c4eef SHA512 8cd75bcef936e8db1f859a8685e44c60b6f23a61a3bd702f320fa931dd645c85e9c2e671f870b7873ed57f37f75de71888f8a261cc6c97a58edf7af2114c26b7
|
||||
DIST abiword-3.0.6-patches-r1.tar.xz 23384 BLAKE2B 1c0487d96cab127ec34f4c33947f7d33559e2b2980d07c9d439d0fa6d32e72237dc15b04a5f074589f91536c521077c42dfe8dd22a86554127ed9beb75d9103d SHA512 8e9d34051dcc23c3f7db86bc4d006ed2c2c60cbaae708ff88f653859a3b04ce2800f7d653caaf0e120f95037d5a39d6ffc2e2da6b530ad44dabe6eaac772697b
|
||||
|
||||
164
app-office/abiword/abiword-3.0.7.ebuild
Normal file
164
app-office/abiword/abiword-3.0.7.ebuild
Normal file
@ -0,0 +1,164 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit autotools flag-o-matic python-single-r1 xdg
|
||||
|
||||
DESCRIPTION="Fully featured yet light and fast cross platform word processor"
|
||||
HOMEPAGE="http://www.abisource.com/"
|
||||
SRC_URI="
|
||||
https://gitlab.gnome.org/World/AbiWord/-/archive/release-${PV}/AbiWord-release-${PV}.tar.bz2
|
||||
https://dev.gentoo.org/~soap/distfiles/${PN}-3.0.6-patches-r1.tar.xz"
|
||||
S="${WORKDIR}/AbiWord-release-${PV}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="2"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="calendar collab cups debug eds +goffice grammar +introspection latex map math +plugins readline redland spell wordperfect wmf thesaurus"
|
||||
# You need 'plugins' enabled if want to enable the extra plugins
|
||||
REQUIRED_USE="
|
||||
collab? ( plugins )
|
||||
grammar? ( plugins )
|
||||
introspection? ( ${PYTHON_REQUIRED_USE} )
|
||||
latex? ( plugins )
|
||||
math? ( plugins )
|
||||
readline? ( plugins )
|
||||
thesaurus? ( plugins )
|
||||
wmf? ( plugins )
|
||||
wordperfect? ( plugins )"
|
||||
|
||||
RDEPEND="
|
||||
>=app-text/wv-1.2
|
||||
>=dev-libs/fribidi-0.10.4
|
||||
>=dev-libs/glib-2.16:2
|
||||
>=dev-libs/libgcrypt-1.4.5:0=
|
||||
>=dev-libs/libxml2-2.4:2=
|
||||
dev-libs/libxslt
|
||||
>=gnome-base/librsvg-2.16:2
|
||||
>=gnome-extra/libgsf-1.14.18:=
|
||||
media-libs/libjpeg-turbo:=
|
||||
>=media-libs/libpng-1.2:0=
|
||||
>=x11-libs/cairo-1.10
|
||||
>=x11-libs/gtk+-3.0.8:3[cups?]
|
||||
calendar? ( >=dev-libs/libical-0.46:= )
|
||||
eds? ( >=gnome-extra/evolution-data-server-3.6.0:= )
|
||||
goffice? ( >=x11-libs/goffice-0.10.2:0.10 )
|
||||
introspection? (
|
||||
${PYTHON_DEPS}
|
||||
>=dev-libs/gobject-introspection-1.82.0-r2:=
|
||||
)
|
||||
map? ( >=media-libs/libchamplain-0.12:0.12[gtk] )
|
||||
plugins? (
|
||||
collab? (
|
||||
>=net-libs/loudmouth-1
|
||||
net-libs/libsoup:2.4
|
||||
net-libs/gnutls:=
|
||||
)
|
||||
grammar? ( >=dev-libs/link-grammar-4.2.1 )
|
||||
math? ( >=x11-libs/gtkmathview-0.7.5 )
|
||||
readline? ( sys-libs/readline:0= )
|
||||
thesaurus? ( >=app-text/aiksaurus-1.2[gtk] )
|
||||
wordperfect? (
|
||||
app-text/libwpd:0.10
|
||||
app-text/libwpg:0.3
|
||||
)
|
||||
wmf? ( >=media-libs/libwmf-0.2.8 )
|
||||
)
|
||||
redland? (
|
||||
>=dev-libs/redland-1.0.10
|
||||
>=dev-libs/rasqal-0.9.17
|
||||
)
|
||||
spell? ( app-text/enchant:2 )"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/boost
|
||||
collab? ( dev-cpp/asio )"
|
||||
BDEPEND="
|
||||
dev-lang/perl
|
||||
virtual/pkgconfig"
|
||||
|
||||
PATCHES=( "${WORKDIR}"/patches )
|
||||
|
||||
pkg_setup() {
|
||||
use introspection && python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# -Werror=odr
|
||||
# https://bugs.gentoo.org/940907
|
||||
#
|
||||
# Upstream closed as wontfix. The bug is gone due to refactoring (?) in the
|
||||
# unreleased 4.x branch. "The stable branch (3.0.x) will not get any
|
||||
# significant changes."
|
||||
filter-lto
|
||||
|
||||
local plugins=()
|
||||
|
||||
if use plugins; then
|
||||
# Plugins depending on libgsf
|
||||
plugins+=(t602 docbook clarisworks wml kword hancom openwriter pdf
|
||||
loadbindings mswrite garble pdb applix opendocument sdw xslfo)
|
||||
|
||||
# Plugins depending on librsvg
|
||||
plugins+=(svg)
|
||||
|
||||
# Plugins not depending on anything
|
||||
plugins+=(gimp bmp freetranslation iscii s5 babelfish opml eml wikipedia
|
||||
gdict passepartout google presentation urldict hrtext mif openxml)
|
||||
|
||||
# inter7eps: eps.h
|
||||
# libtidy: gsf + tidy.h
|
||||
# paint: windows only ?
|
||||
plugins+=(
|
||||
$(usev collab)
|
||||
$(usev goffice)
|
||||
$(usev latex)
|
||||
$(usev math mathview)
|
||||
# psion: >=psiconv-0.9.4
|
||||
$(usev readline command)
|
||||
$(usev thesaurus aiksaurus)
|
||||
$(usev wmf)
|
||||
# wordperfect: >=wpd-0.9 >=wpg-0.2
|
||||
$(usev wordperfect wpg)
|
||||
)
|
||||
fi
|
||||
|
||||
econf \
|
||||
--disable-maintainer-mode \
|
||||
--enable-plugins="${plugins[*]}" \
|
||||
--disable-default-plugins \
|
||||
--disable-builtin-plugins \
|
||||
--disable-collab-backend-telepathy \
|
||||
--enable-clipart \
|
||||
--enable-statusbar \
|
||||
--enable-templates \
|
||||
--with-gio \
|
||||
--without-gnomevfs \
|
||||
--without-gtk2 \
|
||||
$(use_enable debug) \
|
||||
$(use_with goffice goffice) \
|
||||
$(use_with calendar libical) \
|
||||
$(use_enable cups print) \
|
||||
$(use_enable collab collab-backend-xmpp) \
|
||||
$(use_enable collab collab-backend-tcp) \
|
||||
$(use_enable collab collab-backend-service) \
|
||||
$(use_with eds evolution-data-server) \
|
||||
$(use_enable introspection) \
|
||||
$(use_with map champlain) \
|
||||
$(use_with redland) \
|
||||
$(use_enable spell)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
# no static archives
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user