diff options
author | Joe McCann <joem@gentoo.org> | 2005-10-30 18:19:12 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-10-30 18:19:12 +0000 |
commit | 4150d4cf52eb937e0841e40bdc6b04e5fd43fb7f (patch) | |
tree | 2ac6a32463402294b9ff936346df75c319858301 /app-office/abiword-plugins | |
parent | new flags for abiword-plugins (diff) | |
download | historical-4150d4cf52eb937e0841e40bdc6b04e5fd43fb7f.tar.gz historical-4150d4cf52eb937e0841e40bdc6b04e5fd43fb7f.tar.bz2 historical-4150d4cf52eb937e0841e40bdc6b04e5fd43fb7f.zip |
Adding two new use flags for thesaurus and wordperfect support. Disabling unsupported psiconv and libwmf.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'app-office/abiword-plugins')
4 files changed, 69 insertions, 2 deletions
diff --git a/app-office/abiword-plugins/ChangeLog b/app-office/abiword-plugins/ChangeLog index cb841ea1d081..bec0a5303479 100644 --- a/app-office/abiword-plugins/ChangeLog +++ b/app-office/abiword-plugins/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-office/abiword-plugins # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.2 2005/10/30 14:57:05 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.3 2005/10/30 18:19:12 joem Exp $ + +*abiword-plugins-2.4.1-r1 (30 Oct 2005) + + 30 Oct 2005; Joe McCann <joem@gentoo.org> + +abiword-plugins-2.4.1-r1.ebuild: + Adding two new use flags for thesaurus and wordperfect support. Disabling + unsupported psiconv and libwmf. 30 Oct 2005; Luca Barbato <lu_zero@gentoo.org> abiword-plugins-2.4.1.ebuild: diff --git a/app-office/abiword-plugins/Manifest b/app-office/abiword-plugins/Manifest index a21da21302e0..0ef366ce014f 100644 --- a/app-office/abiword-plugins/Manifest +++ b/app-office/abiword-plugins/Manifest @@ -1,4 +1,6 @@ -MD5 f82d06fb25ae47ccf01708c62b740424 ChangeLog 538 +MD5 fec4fe5f6a66969105f45c8276242ac8 ChangeLog 767 +MD5 6cdd20bbbbf0cd519908929cfa0dc9a4 abiword-plugins-2.4.1-r1.ebuild 1622 MD5 1413f7b6c8a1ab7fcdd2c5f827b44287 abiword-plugins-2.4.1.ebuild 1439 MD5 c20fafc315b3ee5486c3d8ab489e84b1 files/digest-abiword-plugins-2.4.1 68 +MD5 c20fafc315b3ee5486c3d8ab489e84b1 files/digest-abiword-plugins-2.4.1-r1 68 MD5 6335b6382b6a4268a1852aefe1e33384 metadata.xml 342 diff --git a/app-office/abiword-plugins/abiword-plugins-2.4.1-r1.ebuild b/app-office/abiword-plugins/abiword-plugins-2.4.1-r1.ebuild new file mode 100644 index 000000000000..2576f8ce2600 --- /dev/null +++ b/app-office/abiword-plugins/abiword-plugins-2.4.1-r1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.1-r1.ebuild,v 1.1 2005/10/30 18:19:12 joem Exp $ + +DESCRIPTION="Set of plugins for abiword" +HOMEPAGE="http://www.abisource.com/" +SRC_URI="http://www.abisource.com/downloads/abiword/${PV}/abiword-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="gnome grammar jpeg math svg libgda thesaurus wordperfect" +S=${WORKDIR}/abiword-${PV}/${PN} + +RDEPEND="=app-office/abiword-${PV} + >=app-text/aiksaurus-1.2 + virtual/xft + >=media-libs/fontconfig-2.1 + >=dev-libs/glib-2 + >=x11-libs/gtk+-2 + >=gnome-base/libglade-2 + grammar? ( >=dev-libs/link-grammar-4.1.3 ) + math? ( >=x11-libs/gtkmathview-0.7.5 ) + thesaurus? ( >=app-text/aiksaurus-1.2 ) + wordperfect? ( >=app-text/libwpd-0.8.0 ) + gnome? ( >=x11-libs/goffice-0.1.0 ) + libgda? ( >=gnome-extra/libgda-1.2 ) + jpeg? ( >=media-libs/jpeg-6b-r2 ) + svg? ( >=gnome-base/librsvg-2.9.5 )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_compile() { + + econf \ + --enable-all \ + --with-abiword=${WORKDIR}/abiword-${PV}/abi \ + `use_with grammar abigrammar` \ + `use_with math abimathview` \ + `use_with thesaurus aiksaurus` \ + `use_with wordperfect` \ + `use_with gnome abigochart` \ + `use_with svg librsvg` \ + `use_with jpeg` \ + `use_with libgda gda` \ + --without-psion \ + --without-libwmf \ + --without-ImageMagick || die "configure failed" + + emake || die "make failed" +} + +src_install() { + + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog README +} diff --git a/app-office/abiword-plugins/files/digest-abiword-plugins-2.4.1-r1 b/app-office/abiword-plugins/files/digest-abiword-plugins-2.4.1-r1 new file mode 100644 index 000000000000..5a69f901f132 --- /dev/null +++ b/app-office/abiword-plugins/files/digest-abiword-plugins-2.4.1-r1 @@ -0,0 +1 @@ +MD5 03d47aad66c4c9f9d329e3538de97dcd abiword-2.4.1.tar.bz2 24630989 |