From d026d3a1dea54e2341727ec6df598478c5b183a8 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 18 Sep 2011 14:46:50 +0100 Subject: qpf-qte: remove 3.3.5 version We don't have Qt/E 3.x so we do not need this. Signed-off-by: Paul Eggleton --- recipes-qtopia/qpf-fonts/qpf-qte_3.3.5.bb | 60 ------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 recipes-qtopia/qpf-fonts/qpf-qte_3.3.5.bb (limited to 'recipes-qtopia') diff --git a/recipes-qtopia/qpf-fonts/qpf-qte_3.3.5.bb b/recipes-qtopia/qpf-fonts/qpf-qte_3.3.5.bb deleted file mode 100644 index b467271..0000000 --- a/recipes-qtopia/qpf-fonts/qpf-qte_3.3.5.bb +++ /dev/null @@ -1,60 +0,0 @@ -require qpf.inc - -DESCRIPTION = "Qt/Embedded fonts version ${PV}" -HOMEPAGE = "http://www.trolltech.com" -LICENSE = "GPL QPL" -PR = "r6" - -SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-free-${PV}.tar.bz2" -S = "${WORKDIR}/qt-embedded-free-${PV}" - -do_compile() { - : -} - -do_install() { - mkdir -p ${D}${sbindir} - mkdir -p ${D}${palmtopdir}/lib/fonts - cp -pPR lib/fonts/* ${D}${palmtopdir}/lib/fonts - # Delete all other font formats, Qt/E would have a dead slow - # application start time if it had to use any other font format - # as *.qpf ... - find ${D}${palmtopdir}/lib/fonts \ - -name "*.bdf" \ - -o -name "*.ttf" \ - -o -name "*.pfa" \ - -o -name "*.pfb" | xargs rm -} - -PACKAGES = "qte-font-fixed" -PROVIDES += "qte-font-fixed" -FILES_qte-font-fixed = "${palmtopdir}/lib/fonts/fixed*" - -PACKAGES += "qte-font-helvetica-small" -PROVIDES += "qte-font-helvetica-small" -FILES_qte-font-helvetica-small = "${palmtopdir}/lib/fonts/helvetica_80*.qpf \ - ${palmtopdir}/lib/fonts/helvetica_100*.qpf ${palmtopdir}/lib/fonts/helvetica_120*.qpf" - -PACKAGES += "qte-font-helvetica-large" -PROVIDES += "qte-font-helvetica-large" -FILES_qte-font-helvetica-large = "${palmtopdir}/lib/fonts/helvetica_140*.qpf \ - ${palmtopdir}/lib/fonts/helvetica_180*.qpf ${palmtopdir}/lib/fonts/helvetica_240*.qpf" - -PACKAGES += "qte-font-smoothtimes" -PROVIDES += "qte-font-smoothtimes" -FILES_qte-font-smoothtimes = "${palmtopdir}/lib/fonts/smoothtimes*" - -PACKAGES += "qte-font-smallsmooth" -PROVIDES += "qte-font-smallsmooth" -FILES_qte-font-smallsmooth = "${palmtopdir}/lib/fonts/smallsmooth*" - -PACKAGES += "qte-font-unicode" -PROVIDES += "qte-font-unicode" -FILES_qte-font-unicode = "${palmtopdir}/lib/fonts/unifont*.qpf" - -PACKAGES += "qte-font-micro" -PROVIDES += "qte-font-micro" -FILES_qte-font-micro = "${palmtopdir}/lib/fonts/micro*.qpf" - -SRC_URI[md5sum] = "022d7a3c572b554f3c47b12cae71a8a4" -SRC_URI[sha256sum] = "a97656796c0ef8e87dd83e6138bc406e31830d08f9b213e039d8be39ea65c8e4" -- cgit 1.2.3-korg