diff options
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb (renamed from meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.35.bb) | 11 |
1 files changed, 7 insertions, 4 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.37.bb index 3ce791b75e..1d24f2f137 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.35.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb | |||
| @@ -3,7 +3,7 @@ require ttf.inc | |||
| 3 | SUMMARY = "DejaVu font - TTF Edition" | 3 | SUMMARY = "DejaVu font - TTF Edition" |
| 4 | HOMEPAGE = "http://dejavu.sourceforge.net/wiki/" | 4 | HOMEPAGE = "http://dejavu.sourceforge.net/wiki/" |
| 5 | LICENSE = "BitstreamVera" | 5 | LICENSE = "BitstreamVera" |
| 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/dejavu-fonts-ttf-${PV}/LICENSE;md5=9f867da7a73fad2715291348e80d0763" | 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/dejavu-fonts-ttf-${PV}/LICENSE;md5=449b2c30bfe5fa897fe87b8b70b16cfa"" |
| 7 | 7 | ||
| 8 | # all subpackages except ${PN}-common itself rdepends on ${PN}-common | 8 | # all subpackages except ${PN}-common itself rdepends on ${PN}-common |
| 9 | RDEPENDS_${PN}-sans = "${PN}-common" | 9 | RDEPENDS_${PN}-sans = "${PN}-common" |
| @@ -11,6 +11,7 @@ RDEPENDS_${PN}-sans-mono = "${PN}-common" | |||
| 11 | RDEPENDS_${PN}-sans-condensed = "${PN}-common" | 11 | RDEPENDS_${PN}-sans-condensed = "${PN}-common" |
| 12 | RDEPENDS_${PN}-serif = "${PN}-common" | 12 | RDEPENDS_${PN}-serif = "${PN}-common" |
| 13 | RDEPENDS_${PN}-serif-condensed = "${PN}-common" | 13 | RDEPENDS_${PN}-serif-condensed = "${PN}-common" |
| 14 | RDEPENDS_${PN}-mathtexgyre = "${PN}-common" | ||
| 14 | RDEPENDS_${PN}-common = "" | 15 | RDEPENDS_${PN}-common = "" |
| 15 | PR = "r7" | 16 | PR = "r7" |
| 16 | 17 | ||
| @@ -30,15 +31,17 @@ PACKAGES = "\ | |||
| 30 | ${PN}-sans-condensed \ | 31 | ${PN}-sans-condensed \ |
| 31 | ${PN}-serif \ | 32 | ${PN}-serif \ |
| 32 | ${PN}-serif-condensed \ | 33 | ${PN}-serif-condensed \ |
| 34 | ${PN}-mathtexgyre \ | ||
| 33 | ${PN}-common" | 35 | ${PN}-common" |
| 34 | FONT_PACKAGES = "${PN}-sans ${PN}-sans-mono ${PN}-sans-condensed ${PN}-serif ${PN}-serif-condensed" | 36 | FONT_PACKAGES = "${PN}-sans ${PN}-sans-mono ${PN}-sans-condensed ${PN}-serif ${PN}-serif-condensed ${PN}-mathtexgyre" |
| 35 | 37 | ||
| 36 | FILES_${PN}-sans = "${datadir}/fonts/truetype/DejaVuSans.ttf ${datadir}/fonts/truetype/DejaVuSans-*.ttf" | 38 | FILES_${PN}-sans = "${datadir}/fonts/truetype/DejaVuSans.ttf ${datadir}/fonts/truetype/DejaVuSans-*.ttf" |
| 37 | FILES_${PN}-sans-mono = "${datadir}/fonts/truetype/DejaVuSansMono*.ttf" | 39 | FILES_${PN}-sans-mono = "${datadir}/fonts/truetype/DejaVuSansMono*.ttf" |
| 38 | FILES_${PN}-sans-condensed = "${datadir}/fonts/truetype/DejaVuSansCondensed*.ttf" | 40 | FILES_${PN}-sans-condensed = "${datadir}/fonts/truetype/DejaVuSansCondensed*.ttf" |
| 39 | FILES_${PN}-serif = "${datadir}/fonts/truetype/DejaVuSerif.ttf ${datadir}/fonts/truetype/DejaVuSerif-*.ttf" | 41 | FILES_${PN}-serif = "${datadir}/fonts/truetype/DejaVuSerif.ttf ${datadir}/fonts/truetype/DejaVuSerif-*.ttf" |
| 40 | FILES_${PN}-serif-condensed = "${datadir}/fonts/truetype/DejaVuSerifCondensed*.ttf" | 42 | FILES_${PN}-serif-condensed = "${datadir}/fonts/truetype/DejaVuSerifCondensed*.ttf" |
| 43 | FILES_${PN}-mathtexgyre = "${datadir}/fonts/truetype/DejaVuMathTeXGyre.ttf" | ||
| 41 | FILES_${PN}-common = "${sysconfdir}" | 44 | FILES_${PN}-common = "${sysconfdir}" |
| 42 | 45 | ||
| 43 | SRC_URI[md5sum] = "59eaca5acf5c7c8212e92778e3e01f32" | 46 | SRC_URI[md5sum] = "d0efec10b9f110a32e9b8f796e21782c" |
| 44 | SRC_URI[sha256sum] = "f6d7965586101ff3a8a5c3ec503e082bb6a9604ff53413e10702e5917c194d88" | 47 | SRC_URI[sha256sum] = "fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7" |
