diff options
Diffstat (limited to 'vera-fonts')
-rw-r--r-- | vera-fonts/qpf-bitstream-vera-sans-mono-50-t5_1.1.oe | 28 | ||||
-rw-r--r-- | vera-fonts/qpf-bitstream-vera-sans-mono-50_1.1.oe | 27 | ||||
-rw-r--r-- | vera-fonts/qpf-bitstream-vera-sans-mono-75-t5_1.1.oe | 28 | ||||
-rw-r--r-- | vera-fonts/qpf-bitstream-vera-sans-mono-75_1.1.oe | 27 | ||||
-rw-r--r-- | vera-fonts/qpf-bitstream-vera-sans-mono_1.10.oe | 0 |
5 files changed, 0 insertions, 110 deletions
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 --- /dev/null +++ b/vera-fonts/qpf-bitstream-vera-sans-mono_1.10.oe |