Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 143637 Details for
Bug 209765
New ebuilds: media-libs/silgraphite and x11-plugins/pangographite
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.66 KB, created by
Nguyen Thai Ngoc Duy (RETIRED)
on 2008-02-16 07:03:44 UTC
(
hide
)
Description:
pango-graphite-2.3.ebuild
Filename:
MIME Type:
Creator:
Nguyen Thai Ngoc Duy (RETIRED)
Created:
2008-02-16 07:03:44 UTC
Size:
1.66 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 multilib > >MP=silgraphite-${PV} >DESCRIPTION="SIL Graphite smart-font engine" >HOMEPAGE="http://scripts.sil.org/RenderingGraphite" >SRC_URI="mirror://sourceforge/${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}-pango-modules.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 >} > ># stolen from pango-1.18.4.ebuild > >multilib_enabled() { > has_multilib_profile || ( use x86 && [[ $(get_libdir) == lib32 ]] ) >} > >pkg_postinst() { > if [[ "${ROOT}" == / ]] ; then > einfo "Generating modules listing..." > local PANGO_CONFDIR= > if multilib_enabled ; then > PANGO_CONFDIR=/etc/pango/${CHOST} > else > PANGO_CONFDIR=/etc/pango > fi > mkdir -p ${PANGO_CONFDIR} > > pango-querymodules >${PANGO_CONFDIR}/pango.modules > fi >} > >pkg_postrm() { > if [[ "${ROOT}" == / ]] ; then > einfo "Generating modules listing..." > local PANGO_CONFDIR= > if multilib_enabled ; then > PANGO_CONFDIR=/etc/pango/${CHOST} > else > PANGO_CONFDIR=/etc/pango > fi > mkdir -p ${PANGO_CONFDIR} > > pango-querymodules >${PANGO_CONFDIR}/pango.modules > fi >}
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 209765
:
143264
|
143265
|
143266
|
143268
|
143269
|
143271
|
143636
|
143637
|
143638
|
143818
|
143820
|
144031
|
144033
|
144035
|
144037
|
144038
|
144043
|
144045
|
144365