Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 13207 Details for
Bug 22758
jisx0213-fonts (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jisx0213-fonts.ebuild
jisx0213-fonts-1.03.ebuild (text/plain), 1.03 KB, created by
Mamoru KOMACHI (RETIRED)
on 2003-06-13 08:49:50 UTC
(
hide
)
Description:
jisx0213-fonts.ebuild
Filename:
MIME Type:
Creator:
Mamoru KOMACHI (RETIRED)
Created:
2003-06-13 08:49:50 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >IUSE="X" > >DESCRIPTION="Japanese JIS0213 fonts" > >HOMEPAGE="http://www.mars.sphere.ne.jp/imamura/jisx0213.html" >SRC_BASE1=http://www.mars.sphere.ne.jp/imamura >SRC_BASE2=http://gitatsu.hp.infoseek.co.jp/bdf >SRC_URI="${SRC_BASE1}/jiskan16-2000-1.bdf.gz > ${SRC_BASE1}/jiskan16-2000-2.bdf.gz > ${SRC_BASE1}/K14-1.bdf.gz > ${SRC_BASE1}/K14-2.bdf.gz > ${SRC_BASE1}/K14-2.bdf.gz > ${SRC_BASE1}/A14.bdf.gz > ${SRC_BASE1}/A12.bdf.gz > ${SRC_BASE2}/jiskan24-2000-1.bdf.gz > ${SRC_BASE2}/jiskan24-2000-2.bdf.gz" > >LICENSE="public-domain" >SLOT="0" > >KEYWORDS="~x86" > >DEPEND="virtual/x11" >RDEPEND="X? ( virtual/x11 )" > >S=${WORKDIR} > >src_compile() { > > for i in *.bdf; do > echo "Converting $i into pcf format..." > bdftopcf -o ${i/bdf/pcf} $i > gzip -9 ${i/bdf/pcf} > done >} > >src_install() { > > insinto /usr/X11R6/lib/X11/fonts/misc > doins *.pcf.gz >} > >pkg_postinst() { > > if [ -n "`use X`" ] ; then > cd /usr/X11R6/lib/X11/fonts/misc > mkfontdir > 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 22758
: 13207