Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15881 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]
Ebuild for free-bangla-font Version 0.2
free-bangla-font-0.1.ebuild (text/plain), 1.20 KB, created by
archan
on 2003-08-11 01:12:25 UTC
(
hide
)
Description:
Ebuild for free-bangla-font Version 0.2
Filename:
MIME Type:
Creator:
archan
Created:
2003-08-11 01:12:25 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2003 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.pkg/0.8.5/Akaash-0.8.5.tar.gz > ${SRC_BASE}/Ani.pkg/0.8.0/Ani-0.8.0.tar.gz > ${SRC_BASE}/Likhan.pkg/0.5/Likhan-0.5.tar.gz > ${SRC_BASE}/Sagar.pkg/0.6.0/Sagar-0.60.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >DEPEND="virtual/x11" > >S="${WORKDIR}" >FONTDIR="/usr/share/fonts/ttf/bangla/free-bangla-font/" > >src_unpack() { > cd ${S} > for gz in ${A}; do > tar -xzf ${DISTDIR}/${gz} > done >} > >src_install() { > insopts -m0644 > insinto ${FONTDIR} > > doins ${S}/Akaash/*ttf > doins ${S}/ani/*ttf > doins ${S}/Likhan-0.5/*ttf > doins ${S}/Sagar/*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