diff options
author | Ben Shelton <ben.shelton@ni.com> | 2014-07-28 14:17:48 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-01 14:23:45 +0200 |
commit | 2f349356127dc37e21f78cf5767230c85270c0cc (patch) | |
tree | 239f753ffa58438562617d1730cb5b56ab8429aa /meta-oe/recipes-graphics/xorg-app | |
parent | cf71711dcf8ec96e719c203b5d869311706ab007 (diff) | |
download | meta-openembedded-2f349356127dc37e21f78cf5767230c85270c0cc.tar.gz |
xlsfonts: add recipe
xlsfonts is a lightweight command-line utility that is useful for
verifying which X.org fonts are installed and available on a system.
Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.4.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.4.bb new file mode 100644 index 000000000..e6985d057 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.4.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "server font list displayer for X" | ||
4 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xlsfonts/" | ||
5 | SECTION = "x11/app" | ||
6 | LICENSE = "MIT" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b" | ||
8 | |||
9 | SRC_URI[md5sum] = "5a2b476c2d84759529f01e0cd06145fe" | ||
10 | SRC_URI[sha256sum] = "28179185ec2bf81dfe13652d65bdb2a4ae74e2775df591a62d66a70f80e90cd2" | ||