diff options
Diffstat (limited to 'meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.35.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.35.bb | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.35.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.35.bb new file mode 100644 index 0000000000..3ce791b75e --- /dev/null +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.35.bb | |||
| @@ -0,0 +1,44 @@ | |||
| 1 | require ttf.inc | ||
| 2 | |||
| 3 | SUMMARY = "DejaVu font - TTF Edition" | ||
| 4 | HOMEPAGE = "http://dejavu.sourceforge.net/wiki/" | ||
| 5 | LICENSE = "BitstreamVera" | ||
| 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/dejavu-fonts-ttf-${PV}/LICENSE;md5=9f867da7a73fad2715291348e80d0763" | ||
| 7 | |||
| 8 | # all subpackages except ${PN}-common itself rdepends on ${PN}-common | ||
| 9 | RDEPENDS_${PN}-sans = "${PN}-common" | ||
| 10 | RDEPENDS_${PN}-sans-mono = "${PN}-common" | ||
| 11 | RDEPENDS_${PN}-sans-condensed = "${PN}-common" | ||
| 12 | RDEPENDS_${PN}-serif = "${PN}-common" | ||
| 13 | RDEPENDS_${PN}-serif-condensed = "${PN}-common" | ||
| 14 | RDEPENDS_${PN}-common = "" | ||
| 15 | PR = "r7" | ||
| 16 | |||
| 17 | SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \ | ||
| 18 | file://30-dejavu-aliases.conf" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/dejavu-fonts-ttf-${PV}/ttf" | ||
| 21 | |||
| 22 | do_install_append () { | ||
| 23 | install -d ${D}${sysconfdir}/fonts/conf.d/ | ||
| 24 | install -m 0644 ${WORKDIR}/30-dejavu-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ | ||
| 25 | } | ||
| 26 | |||
| 27 | PACKAGES = "\ | ||
| 28 | ${PN}-sans \ | ||
| 29 | ${PN}-sans-mono \ | ||
| 30 | ${PN}-sans-condensed \ | ||
| 31 | ${PN}-serif \ | ||
| 32 | ${PN}-serif-condensed \ | ||
| 33 | ${PN}-common" | ||
| 34 | FONT_PACKAGES = "${PN}-sans ${PN}-sans-mono ${PN}-sans-condensed ${PN}-serif ${PN}-serif-condensed" | ||
| 35 | |||
| 36 | FILES_${PN}-sans = "${datadir}/fonts/truetype/DejaVuSans.ttf ${datadir}/fonts/truetype/DejaVuSans-*.ttf" | ||
| 37 | FILES_${PN}-sans-mono = "${datadir}/fonts/truetype/DejaVuSansMono*.ttf" | ||
| 38 | FILES_${PN}-sans-condensed = "${datadir}/fonts/truetype/DejaVuSansCondensed*.ttf" | ||
| 39 | FILES_${PN}-serif = "${datadir}/fonts/truetype/DejaVuSerif.ttf ${datadir}/fonts/truetype/DejaVuSerif-*.ttf" | ||
| 40 | FILES_${PN}-serif-condensed = "${datadir}/fonts/truetype/DejaVuSerifCondensed*.ttf" | ||
| 41 | FILES_${PN}-common = "${sysconfdir}" | ||
| 42 | |||
| 43 | SRC_URI[md5sum] = "59eaca5acf5c7c8212e92778e3e01f32" | ||
| 44 | SRC_URI[sha256sum] = "f6d7965586101ff3a8a5c3ec503e082bb6a9604ff53413e10702e5917c194d88" | ||
