-PACKAGE_ARCH = "all"
+RDEPENDS = "font-update-common qte-fonts-common"
do_configure() {
:
}
pkg_postinst_fonts() {
-. /etc/profile
-${sbindir}/update-qtfontdir
+ update-fonts
}
pkg_postrm_fonts() {
-. /etc/profile
-${sbindir}/update-qtfontdir -f
+ update-fonts
}
python populate_packages_prepend() {
description=pkgdescription, postinst=postinst, postrm=postrm, recursive=True, hook=None,
extra_depends='qpf-font-common')
}
+
+PACKAGE_ARCH = "all"
DESCRIPTION= "Tools to update the Qt fontdir"
+HOMEPAGE = "http://www.trolltech.com"
SECTION = "opie/base"
LICENSE = "GPL QPL"
-PACKAGE_ARCH = "all"
-HOMEPAGE = "http://www.trolltech.com"
-PR = "r3"
+RDEPENDS = "font-update-common"
+RDEPENDS_qte-font-common = ""
+PR = "r4"
+
+SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-free-${PV}.tar.bz2 \
+ file://update-qtfontdir"
-SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-free-${PV}.tar.bz2"
-SRC_URI += "file://update-qtfontdir"
S = "${WORKDIR}/qt-embedded-free-${PV}"
do_compile() {
PACKAGES = "qte-fonts-common"
FILES_${PN} = "${sbindir}"
-
PACKAGES += "qte-font-fixed"
PROVIDES += "qte-font-fixed"
FILES_qte-font-fixed = "${palmtopdir}/lib/fonts/fixed*"
#. /etc/profile
#${sbindir}/update-qtfontdir -f
#}
+
+PACKAGE_ARCH = "all"