Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144372 Details for
Bug 210884
New eselect module and eclass for pango modules
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pango-graphite-2.3.ebuild
pango-graphite-2.3.ebuild (text/plain), 1.12 KB, created by
David Leverton
on 2008-02-22 18:38:33 UTC
(
hide
)
Description:
pango-graphite-2.3.ebuild
Filename:
MIME Type:
Creator:
David Leverton
Created:
2008-02-22 18:38:33 UTC
Size:
1.12 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=1 > >inherit eutils autotools pango-module > >MPN=silgraphite >MP=${MPN}-${PV} >DESCRIPTION="Pango module for Graphite" >HOMEPAGE="http://scripts.sil.org/RenderingGraphite" >SRC_URI="mirror://sourceforge/${MPN}/${MP}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug" > >RDEPEND="dev-libs/glib:2 > >=media-libs/fontconfig-2.2.93 > media-libs/freetype:2 > >=media-libs/silgraphite-2.2.0 > x11-libs/pango" >DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.14" > >S="${WORKDIR}/${MP}/wrappers/pangographite" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-check-ftface.patch > epatch "${FILESDIR}"/${P}-debug-CFLAGS.patch > epatch "${FILESDIR}"/${P}-fix-locking.patch > eautoreconf >} > >src_compile() { > econf \ > $(use_enable debug) \ > || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc README || die "dodoc failed" > rmdir "${D}"/usr/bin > > pango-module_add_path 50pango-graphite $(pango-module_standard_path)/graphite >}
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 210884
:
144110
|
144111
|
144112
|
144114
|
144115
|
144366
|
144368
|
144370
| 144372 |
144523
|
144524
|
144528