From 3d9fe0f3f47496c7779d4fa0ec0cfb15820df349 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 15 Feb 2005 12:12:21 +0000 Subject: add qpf-font-common, adjust qpf.bbclass, and add some SECTION changes Opie did upstream. Note: We have to remember to change the SECTIONs also in the 1.1.9 packages when we upgrade to 1.2.0 BKrev: 4211e725SUokkvw592Dp9PknQ1WNVA --- classes/qpf.bbclass | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'classes/qpf.bbclass') diff --git a/classes/qpf.bbclass b/classes/qpf.bbclass index e69de29bb2..7073d25f7e 100644 --- a/classes/qpf.bbclass +++ b/classes/qpf.bbclass @@ -0,0 +1,28 @@ +PACKAGE_ARCH = "all" + +do_configure() { + : +} + +do_compile() { + : +} + +pkg_postinst_fonts() { +#!/bin/sh +set -e +. /etc/profile +${sbindir}/update-qtfontdir +} + +python populate_packages_prepend() { + postinst = bb.data.getVar('pkg_postinst_fonts', d, 1) + postrm = postinst + pkgregex = "^([a-z]*_[0-9]*).*.qpf$" + pkgpattern = bb.data.getVar('QPF_PKGPATTERN', d, 1) or 'qpf-%s' + pkgdescription = bb.data.getVar('QPF_DESCRIPTION', d, 1) or 'QPF font %s' + + do_split_packages(d, root='/opt/QtPalmtop/lib/fonts', file_regex=pkgregex, output_pattern=pkgpattern, + description=pkgdescription, postinst=postinst, postrm=postrm, recursive=True, hook=None, + extra_depends='qpf-font-common') +} -- cgit v1.2.3