Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 164690 Details for
Bug 236843
ebuild for app-i18n/ibus-table(General table engine for ibus framework)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ibus-table-9999.ebuild
ibus-table-9999.ebuild (text/plain), 1.78 KB, created by
Hong Hao
on 2008-09-06 07:51:06 UTC
(
hide
)
Description:
ibus-table-9999.ebuild
Filename:
MIME Type:
Creator:
Hong Hao
Created:
2008-09-06 07:51:06 UTC
Size:
1.78 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EGIT_REPO_URI="git://github.com/acevery/${PN}.git" >inherit autotools eutils git > >DESCRIPTION="General Table Engine for IBus Framework" >HOMEPAGE="http://ibus.googlecode.com" >SRC_URI="" > >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="" >IUSE="additional cangjie5 erbi-qs +extra-phrases nls wubi zhengma" > ># Autopoint needs cvs to work. Bug #152872 ># NOTE(to myself): ># 1.autopoint is part of gettext, so we ># don't need the conditional USE flag 'nls' *here*. ># 2.ibus seems to work without gettext (tested on my box). ># 3.extra-phrases is suggested by upstream. >DEPEND="dev-util/cvs > >=dev-lang/python-2.5 > sys-devel/gettext >RDEPEND="app-i18n/ibus > >=dev-lang/python-2.5" > >pkg_setup() { > if ! built_with_use '>=dev-lang/python-2.5' sqlite; then > eerror "You need build dev-lang/python with \"sqlite\" USE flag!" > die "Please rebuild dev-lang/python with \"sqlite\" USE flag!" > fi >} > >src_unpack() { > git_src_unpack > autopoint || die "failed to run autopoint" > eautoreconf >} > >src_compile() { > econf $(use_enable additional) \ > $(use_enable cangjie5) \ > $(use_enable erbi-qs) \ > $(use_enable extra-phrases) \ > $(use_enable nls) \ > $(use_enable wubi wubi86) \ > $(use_enable wubi wubi98) \ > $(use_enable zhengma) \ > --disable-option-checking \ > --disable-rpath > emake || die "emake failed" >} > >src_install() { > emake install DESTDIR="${D}" || die "Install failed" > dodoc AUTHORS ChangeLog NEWS README >} > >pkg_postinst() { > ewarn "This package is very experimental, please report your bugs to" > ewarn "http://ibus.googlecode.com/issues/list" > elog > elog "You should set USE flag properly before installing this package." > elog "Don't forget to run ibus-setup and enable the IM Engines you want to use!" > elog >}
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 236843
: 164690 |
164691