http://bugs.openembedded.org/show_bug.cgi?id=1112
Summary: bb file for qpf-unismall, a light-weight Japanese font
suitable for 320x240 display
Product: Openembedded
Version: OpenZaurus 3.5.4.x
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
OtherBugsDependingO 1094
nThis:
This is what it looks like. I will also include a patch file. Hope you like
it ;-) I have not had the chance to actually compile since my OE install is
acting up. I will post an update if I successfully compiled this.
DESCRIPTION = "Japanese Font in 10 point suitable for 320x240 display"
SECTION = "opie/fonts"
PRIORITY = "optional"
MAINTAINER = "Rolf Leggewie <[EMAIL PROTECTED]>"
LICENSE = "GPL"
HOMEPAGE = "http://sourceforge.jp/projects/zaurus-ja/"
PR = "r0"
SRC_URI =
"http://prdownloads.sourceforge.jp/zaurus-ja/773/unismall-1.0.0.tar.gz"
S = "${WORKDIR}"
do_install () {
install -d ${D}${palmqtdir}/lib/fonts/
for i in *_100_*.qpf; do
ln -sf $i $(echo $i | sed 's/_100_/_160_/')
done
for i in *.qpf; do
install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
done
}
inherit qpf
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe