Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144112 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]
[patch]
pango-1.18.4.ebuild.patch
pango-1.18.4.ebuild.patch (text/plain), 1.45 KB, created by
David Leverton
on 2008-02-20 15:26:18 UTC
(
hide
)
Description:
pango-1.18.4.ebuild.patch
Filename:
MIME Type:
Creator:
David Leverton
Created:
2008-02-20 15:26:18 UTC
Size:
1.45 KB
patch
obsolete
>--- pango-1.18.4.ebuild.old 2008-02-20 00:05:15.000000000 +0000 >+++ pango-1.18.4.ebuild 2008-02-20 00:06:03.000000000 +0000 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.18.4.ebuild,v 1.7 2008/02/04 04:18:44 jer Exp $ > >-inherit eutils gnome2 multilib >+inherit eutils gnome2 pango-module > > DESCRIPTION="Text rendering and layout library" > HOMEPAGE="http://www.pango.org/" >@@ -29,17 +29,13 @@ > > DOCS="AUTHORS ChangeLog* HACKING NEWS README" > >-function multilib_enabled() { >- has_multilib_profile || ( use x86 && [ "$(get_libdir)" == "lib32" ] ) >-} >- > src_unpack() { > gnome2_src_unpack > > # make config file location host specific so that a 32bit and 64bit pango > # wont fight with each other on a multilib system. Fix building for > # emul-linux-x86-gtklibs >- if multilib_enabled ; then >+ if pango-module-multilib-enabled ; then > epatch "${FILESDIR}/${PN}-1.2.5-lib64.patch" > fi > >@@ -49,22 +45,5 @@ > src_install() { > gnome2_src_install > rm "${D}/etc/pango/pango.modules" >-} >- >-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 >+ pango-module-add-modules-path 00pango $(pango-module-standard-path) > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210884
:
144110
|
144111
|
144112
|
144114
|
144115
|
144366
|
144368
|
144370
|
144372
|
144523
|
144524
|
144528