summaryrefslogtreecommitdiff
path: root/vera-fonts/qpf-bitstream-vera-sans-mono-75-t5_1.1.oe
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-10-12 14:04:40 +0000
committerMatthias Hentges <oe@hentges.net>2004-10-12 14:04:40 +0000
commitad67cc461bf2d612f427df24a9b0078fd23293ca (patch)
tree212572ac516b7dfc8e8b08c9c16e72a4492851b3 /vera-fonts/qpf-bitstream-vera-sans-mono-75-t5_1.1.oe
parentd1c3b5ac5b67787dd8591d75c37b450367900831 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/mhentges/OpenEmbedded/packages 2004/10/12 16:03:13+02:00 handhelds.org!CoreDump More section fixes BKrev: 416be478U3wZ_yiCDqd0QreoBYPNrg
Diffstat (limited to 'vera-fonts/qpf-bitstream-vera-sans-mono-75-t5_1.1.oe')
-rw-r--r--vera-fonts/qpf-bitstream-vera-sans-mono-75-t5_1.1.oe28
1 files changed, 28 insertions, 0 deletions
diff --git a/vera-fonts/qpf-bitstream-vera-sans-mono-75-t5_1.1.oe b/vera-fonts/qpf-bitstream-vera-sans-mono-75-t5_1.1.oe
index e69de29bb2..18868ddaac 100644
--- a/vera-fonts/qpf-bitstream-vera-sans-mono-75-t5_1.1.oe
+++ b/vera-fonts/qpf-bitstream-vera-sans-mono-75-t5_1.1.oe
@@ -0,0 +1,28 @@
+DESCRIPTION = "fonts-bitstream-vera-sans-mono-75-t5 is a \
+package containing QPF font files of Bitstream Vera Mono, \
+at the bold line weight, and rotated 90 degrees, for \
+Qtopia apps in -display Transformed:Rot90 mode."
+SECTION = "opie/fonts"
+PRIORITY = "optional"
+
+SRC_URI = "http://openzaurus.org/mirror/fonts-bitstream-vera-sans-mono-75-t5_1.1.tar.gz"
+
+FILES_${PN} += "/opt"
+
+do_install () {
+ install -d ${D}${palmqtdir}/lib/fonts/
+
+ cd ${WORKDIR}/fonts-bitstream-vera-sans-mono-75-t5_1.1/home/QtPalmtop/lib/fonts/
+
+ for i in *.qpf; do
+ install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
+ done
+}
+
+pkg_postinst () {
+#!/bin/sh
+if [ -n "$D" ]; then exit 1; fi
+set -e
+. /etc/profile
+${sbindir}/update-qtfontdir
+}