Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 141086 Details for
Bug 206273
app-text/gtkspell: - add noenchant use flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
added useflag noenchant
gtkspell-2.0.11-r2.ebuild (text/plain), 1.18 KB, created by
Grimpy Reaper
on 2008-01-16 23:51:39 UTC
(
hide
)
Description:
added useflag noenchant
Filename:
MIME Type:
Creator:
Grimpy Reaper
Created:
2008-01-16 23:51:39 UTC
Size:
1.18 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-text/gtkspell/gtkspell-2.0.11-r1.ebuild,v 1.6 2007/01/16 14:02:49 uberlord Exp $ > >WANT_AUTOCONF="latest" >WANT_AUTOMAKE="latest" > >inherit libtool eutils autotools > >DESCRIPTION="Spell checking widget for GTK2" >HOMEPAGE="http://gtkspell.sourceforge.net/" >SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" >IUSE="doc noenchant" > >RDEPEND=">=x11-libs/gtk+-2 > !noenchant? ( >=app-text/enchant-1.1.6 )" > >DEPEND="${RDEPEND} > dev-util/pkgconfig > doc? ( >=dev-util/gtk-doc-1 > =app-text/docbook-xml-dtd-4.2* )" > >src_unpack() { > > unpack ${A} > > cd "${S}" > > # use enchant as backend > if ! use noenchant; then > epatch "${FILESDIR}/${PN}-2.0.11-enchant.patch" > fi > # build on systems without nls (#134467) > epatch "${FILESDIR}/${PN}-2.0.11-nonls.patch" > > eautoreconf > elibtoolize >} > >src_compile() { > > econf $(use_enable doc gtk-doc) || die > emake || die "compile failure" > >} > >src_install() { > > make DESTDIR="${D}" install || die > > dodoc AUTHORS ChangeLog NEWS 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 206273
: 141086