Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71053 Details for
Bug 109871
abiword 2.4.1 emerges with few modifications on x86 and ppc64.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for abiword 2.4.1
abiword-2.4.1.ebuild (text/plain), 2.25 KB, created by
Joshua (RETIRED)
on 2005-10-19 16:58:04 UTC
(
hide
)
Description:
Ebuild for abiword 2.4.1
Filename:
MIME Type:
Creator:
Joshua (RETIRED)
Created:
2005-10-19 16:58:04 UTC
Size:
2.25 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.2.11.ebuild,v 1.7 2005/10/19 15:48:51 ferdy Exp $ > >inherit eutils fdo-mime alternatives > >IUSE="gnome jpeg spell xml2 debug" > >S_P=${S}/${PN}-plugins >S=${WORKDIR}/${P}/abi > >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.bz2" > >KEYWORDS="~ppc64 ~x86" >LICENSE="GPL-2" >SLOT="2" > >RDEPEND="virtual/x11 > virtual/xft > >=media-libs/fontconfig-2.1 > media-libs/libpng > >=x11-libs/gtk+-2.4 > >=gnome-base/libglade-2 > >=app-text/wv-1 > >=dev-libs/fribidi-0.10.4 > jpeg? ( >=media-libs/jpeg-6b-r2 ) > xml2? ( >=dev-libs/libxml2-2.4.10 ) > !xml2? ( dev-libs/expat ) > spell? ( >=app-text/enchant-1.1 ) > gnome? ( >=gnome-base/libgnomeui-2.2 > >=gnome-base/libgnomeprint-2.2.1 > >=gnome-base/libgnomeprintui-2.2.1 > >=gnome-extra/gucharmap-1.4 )" > >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >src_compile() { > > # this is a hack since I don't want to go hack in the gnome-vfs headerfiles. > # The issue is about gnome-vfs containing "long long" which makes gcc 3.3.1 balk > cp configure configure.old > cat configure.old |sed s:-pedantic::g >configure > rm -f configure.old > > econf \ > `use_enable gnome` \ > `use_enable gnome gucharmap` \ > `use_with xml2 libxml2` \ > `use_enable spell enchant` \ > `use_enable debug` \ > --enable-threads \ > --without-ImageMagick \ > --disable-scripting \ > --with-sys-wv || die > > emake all-recursive || die > > # Build plugins > > cd ${S_P} > > econf \ > `use_enable debug` \ > --enable-all \ > --with-abiword=${S} \ > --without-ImageMagick || die > > emake || die > >} > >src_install() { > > dodir /usr/{bin,lib} > > make DESTDIR=${D} install || die > > dosed "s:Exec=abiword:Exec=abiword-2.2:" /usr/share/applications/abiword.desktop > > rm -f ${D}/usr/bin/abiword-2.2 > rm -f ${D}/usr/bin/abiword > dosym AbiWord-2.2 /usr/bin/abiword-2.2 > > dodoc COPYING *.TXT docs/build/BUILD.TXT user/wp/readme.txt > > # install plugins > cd ${S_P} > > make DESTDIR=${D} install || die > >} > >pkg_postinst() { > > fdo-mime_desktop_database_update > > alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/AbiWord-[0-9].[0-9]" > >}
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 109871
: 71053