Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 130242 Details for
Bug 191563
app-office/abiword-plugins-2.4.6 needs >=x11-libs/goffice-0.2.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
abiword-plugins-2.4.6-r1.ebuild
abiword-plugins-2.4.6-r1.ebuild (text/plain), 2.22 KB, created by
Robert Bridge
on 2007-09-07 06:23:51 UTC
(
hide
)
Description:
abiword-plugins-2.4.6-r1.ebuild
Filename:
MIME Type:
Creator:
Robert Bridge
Created:
2007-09-07 06:23:51 UTC
Size:
2.22 KB
patch
obsolete
># Copyright 1999-2007 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.6.ebuild,v 1.10 2007/06/26 07:32:29 opfer Exp $ > >inherit eutils > >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="alpha amd64 hppa ia64 ppc ppc64 sparc x86" >IUSE="bzip2 debug gnome grammar jpeg libgda math ots pdf readline svg thesaurus wmf wordperfect" > ># libgsf dependency used by some document format importers >RDEPEND="=app-office/abiword-${PV}* > virtual/xft > >=media-libs/fontconfig-1 > >=dev-libs/fribidi-0.10.4 > >=dev-libs/glib-2 > >=x11-libs/gtk+-2 > >=gnome-base/libglade-2 > >=gnome-extra/libgsf-1.12.1 > bzip2? ( app-arch/bzip2 ) > gnome? ( > >=x11-libs/goffice-0.2.1 > <x11-libs/goffice-0.3 ) > grammar? ( >=dev-libs/link-grammar-4.2.2 ) > jpeg? ( >=media-libs/jpeg-6b-r2 ) > libgda? ( > =gnome-extra/libgda-1* > =gnome-extra/libgnomedb-1* ) > math? ( >=x11-libs/gtkmathview-0.7.5 ) > !ia64? ( !ppc64? ( !sparc? ( ots? ( >=app-text/ots-0.4.1 ) ) ) ) > pdf? ( >=app-text/poppler-0.5.0-r1 ) > readline? ( sys-libs/readline ) > thesaurus? ( >=app-text/aiksaurus-1.2 ) > wordperfect? ( >=app-text/libwpd-0.8 ) > wmf? ( >=media-libs/libwmf-0.2.8 ) > svg? ( >=gnome-base/librsvg-2 )" > >DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.9" > >S="${WORKDIR}/abiword-${PV}/${PN}" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/poppler_abi_change.patch >} > >src_compile() { > local myconf="--enable-all \ > --with-abiword=${WORKDIR}/abiword-${PV}/abi \ > $(use_enable debug) \ > $(use_with bzip2 bz2abw) \ > $(use_with gnome abigochart) \ > $(use_with grammar abigrammar) \ > $(use_with jpeg) \ > $(use_with libgda gda) \ > $(use_with math abimathview) \ > $(use_with ots) \ > $(use_with pdf) \ > $(use_with readline abicommand) > $(use_with svg librsvg) \ > $(use_with thesaurus aiksaurus) \ > $(use_with wmf) \ > $(use_with wordperfect) \ > --without-psion" > > econf $myconf || die "./configure failed" > > emake || die "Compilation failed" >} > >src_install() { > make DESTDIR="${D}" install || die "Installation failed" > dodoc AUTHORS ChangeLog README >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 191563
: 130242