Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | require recipes-graphics/xorg-font/xorg-font-common.inc |
| 2 | |
| 3 | SUMMARY = "Bitstream 100 DPI fonts" |
| 4 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/bitstream-100dpi/" |
| 5 | SECTION = "x11/font" |
| 6 | LICENSE = "MIT" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=30330812324ff9d9bd9ea645bb944427" |
| 8 | |
| 9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 10 | RDEPENDS:${PN} = "encodings font-util" |
| 11 | RDEPENDS:${PN}:class-native = "font-util-native" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 12 | |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 13 | UPSTREAM_CHECK_REGEX = "font\-bitstream\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz" |
| 14 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 15 | inherit features_check |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 16 | # depends on bdftopcf-native -> virtual/libx11 |
| 17 | REQUIRED_DISTRO_FEATURES = "x11" |
| 18 | |
| 19 | SRC_URI[md5sum] = "6b223a54b15ecbd5a1bc52312ad790d8" |
| 20 | SRC_URI[sha256sum] = "ebe0d7444e3d7c8da7642055ac2206f0190ee060700d99cd876f8fc9964cb6ce" |