From: Michael Lauer Date: Thu, 28 Oct 2004 19:18:48 +0000 (+0000) Subject: remove the individually split vera bold/non-bold/rotated/non-rotated/font .oe in... X-Git-Tag: Release-2010-05/1~16445 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9a5c2aa6f852a319dd8daa8ab53080fda2940a7;p=openembedded.git remove the individually split vera bold/non-bold/rotated/non-rotated/font .oe in favour of one .oe spitting out three handy packages: vera-mono-small vera-mono-large vera-mono-huge BKrev: 41814618G7_AHFjFpnHUCuqy_JHKWA --- diff --git a/vera-fonts/qpf-bitstream-vera-sans-mono-50-t5_1.1.oe b/vera-fonts/qpf-bitstream-vera-sans-mono-50-t5_1.1.oe deleted file mode 100644 index 38f0da087a..0000000000 --- a/vera-fonts/qpf-bitstream-vera-sans-mono-50-t5_1.1.oe +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "fonts-bitstream-vera-sans-mono-50-t5 is a package \ -containing QPF font files of Bitstream Vera Mono, at the \ -normal line weight (not bold), 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-50-t5_1.1.tar.gz" - -FILES_${PN} += "/opt" - -do_install () { - install -d ${D}${palmqtdir}/lib/fonts/ - - cd ${WORKDIR}/fonts-bitstream-vera-sans-mono-50-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 -} diff --git a/vera-fonts/qpf-bitstream-vera-sans-mono-50_1.1.oe b/vera-fonts/qpf-bitstream-vera-sans-mono-50_1.1.oe deleted file mode 100644 index 6449a0f5f4..0000000000 --- a/vera-fonts/qpf-bitstream-vera-sans-mono-50_1.1.oe +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "fonts-bitstream-vera-sans-mono-50 is a package \ -containing QPF font files of Bitstream Vera Mono, at the \ -normal line weight (not bold)." -SECTION = "opie/fonts" -PRIORITY = "optional" - -SRC_URI = "http://openzaurus.org/mirror/fonts-bitstream-vera-sans-mono-50_1.1.tar.gz" - -FILES_${PN} += "/opt" - -do_install () { - install -d ${D}${palmqtdir}/lib/fonts/ - - cd ${WORKDIR}/fonts-bitstream-vera-sans-mono-50_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 -} 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 deleted file mode 100644 index 18868ddaac..0000000000 --- a/vera-fonts/qpf-bitstream-vera-sans-mono-75-t5_1.1.oe +++ /dev/null @@ -1,28 +0,0 @@ -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 -} diff --git a/vera-fonts/qpf-bitstream-vera-sans-mono-75_1.1.oe b/vera-fonts/qpf-bitstream-vera-sans-mono-75_1.1.oe deleted file mode 100644 index 152330aa9f..0000000000 --- a/vera-fonts/qpf-bitstream-vera-sans-mono-75_1.1.oe +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "fonts-bitstream-vera-sans-mono-75 is a package \ -containing QPF font files of Bitstream Vera Mono, at the \ -bold line weight." -SECTION = "opie/fonts" -PRIORITY = "optional" - -SRC_URI = "http://openzaurus.org/mirror/fonts-bitstream-vera-sans-mono-75_1.1.tar.gz" - -FILES_${PN} += "/opt" - -do_install () { - install -d ${D}${palmqtdir}/lib/fonts/ - - cd ${WORKDIR}/fonts-bitstream-vera-sans-mono-75_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 -} diff --git a/vera-fonts/qpf-bitstream-vera-sans-mono_1.10.oe b/vera-fonts/qpf-bitstream-vera-sans-mono_1.10.oe new file mode 100644 index 0000000000..e69de29bb2