summaryrefslogtreecommitdiff
path: root/meta/packages/vera-fonts
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-06-26 09:25:56 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-06-26 09:25:56 +0000
commitcdf70f4723feb9e25555388b613030fc59fe9a67 (patch)
tree206d8a0f65a675d2f4659f1cb60402c8226723e2 /meta/packages/vera-fonts
parentb8ed58ca16b83fa0f273803150c7e5395521c8be (diff)
downloadopenembedded-core-cdf70f4723feb9e25555388b613030fc59fe9a67.tar.gz
openembedded-core-cdf70f4723feb9e25555388b613030fc59fe9a67.tar.bz2
openembedded-core-cdf70f4723feb9e25555388b613030fc59fe9a67.zip
vera-fonts: renamed to ttf-fonts as I plan to add few more fonts
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2003 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/vera-fonts')
-rw-r--r--meta/packages/vera-fonts/ttf-bitstream-vera_1.10.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/packages/vera-fonts/ttf-bitstream-vera_1.10.bb b/meta/packages/vera-fonts/ttf-bitstream-vera_1.10.bb
deleted file mode 100644
index a6f4cd62fb..0000000000
--- a/meta/packages/vera-fonts/ttf-bitstream-vera_1.10.bb
+++ /dev/null
@@ -1,34 +0,0 @@
-DESCRIPTION = "The Bitstream Vera fonts - TTF Edition"
-SECTION = "x11/fonts"
-PRIORITY = "optional"
-LICENSE = "Bitstream Vera"
-PACKAGE_ARCH = "all"
-PR = "r3"
-RDEPENDS = "fontconfig-utils"
-
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"
-
-do_install () {
- install -d ${D}${prefix}/share/fonts/ttf/
- for i in *.ttf; do
- install -m 644 $i ${D}${prefix}/share/fonts/ttf/${i}
- done
-
- # fontconfig ships this too. not sure what to do about it.
- #install -d ${D}${sysconfdir}/fonts
- #install -m 644 local.conf ${D}${sysconfdir}/fonts/local.conf
-
-
- install -d ${D}${prefix}/share/doc/${PN}/
- for i in *.TXT; do
- install -m 644 $i ${D}${prefix}/share/doc/${PN}/$i
- done
-}
-
-pkg_postinst () {
-#!/bin/sh
-fc-cache
-}
-
-
-FILES_${PN} = "/etc ${datadir}/fonts"