Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31140 Details for
Bug 26381
ebuild for Unicode compliant Open Type Bangla fonts
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild for "Free Bangla Font"
free-bangla-font-0.2.ebuild (text/plain), 1.24 KB, created by
archan
on 2004-05-10 23:07:13 UTC
(
hide
)
Description:
New ebuild for "Free Bangla Font"
Filename:
MIME Type:
Creator:
archan
Created:
2004-05-10 23:07:13 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >DESCRIPTION="Unicode compliant Open Type Bangla fonts" >HOMEPAGE="http://www.nongnu.org/freebangfont/index.html" >SRC_BASE="http://savannah.nongnu.org/download/freebangfont" >SRC_URI="${SRC_BASE}/Akaash-0.8.5.tar.gz > ${SRC_BASE}/Ani.tar.gz > ${SRC_BASE}/Likhan-0.5.tar.gz > ${SRC_BASE}/MuktiNarrow-0.94.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >DEPEND="virtual/x11" > >S="${WORKDIR}" >FONTDIR="/usr/share/fonts/ttf/bangla" > >src_unpack() { > cd ${S} > tar -xzf ${DISTDIR}/Akaash-0.8.5.tar.gz > tar -xzf ${DISTDIR}/Ani.tar.gz > tar -xzf ${DISTDIR}/Likhan-0.5.tar.gz > tar -xjf ${DISTDIR}/MuktiNarrow-0.94.tar.bz2 >} > >src_install() { > insopts -m0644 > insinto ${FONTDIR} > > doins ${S}/Akaash/*ttf > doins ${S}/Ani/*ttf > doins ${S}/Likhan-0.5/*ttf > doins ${S}/MuktiNarrow0.94/*ttf > > mkfontscale ${D}/${FONTDIR} > newins ${D}/${FONTDIR}/fonts.scale fonts.dir >} > >pkg_postinst() { > einfo "You need you add following line into /etc/X11/XftConfig" > einfo "" > einfo "\t dir \"${FONTDIR}\"" > einfo "" >} > >pkg_postrm(){ > einfo "You need you remove following line into /etc/X11/XftConfig" > einfo "" > einfo "\t dir \"${FONTDIR}\"" > einfo "" >} >
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 26381
:
15881
| 31140