aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-02-27 00:48:16 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-28 12:14:50 +0000
commit5293df3a10a27dcd1d68b2a5c716f236fcbbaff8 (patch)
tree55cf1304e2bf53c96e9c2c71eac1a38ef779e182 /meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb
parent87fad1bbdad0b1da6aa6f1e5e933655fbf3247cd (diff)
downloadopenembedded-core-contrib-5293df3a10a27dcd1d68b2a5c716f236fcbbaff8.tar.gz
mkfontscale: Update to version 1.1.0
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb
new file mode 100644
index 0000000000..49706e5a44
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb
@@ -0,0 +1,18 @@
+require xorg-app-common.inc
+
+SUMMARY = "A program to create an index of scalable font files for X"
+
+DESCRIPTION = "For each directory argument, mkfontscale reads all of the \
+scalable font files in the directory. For every font file found, an X11 \
+font name (XLFD) is generated, and is written together with the file \
+name to a file fonts.scale in the directory. The resulting fonts.scale \
+is used by the mkfontdir program."
+
+DEPENDS += " zlib libfontenc freetype virtual/libx11"
+
+BBCLASSEXTEND = "native"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f"
+
+SRC_URI[md5sum] = "414fcb053418fb1418e3a39f4a37e0f7"
+SRC_URI[sha256sum] = "ce55f862679b8ec127d7f7315ac04a8d64a0d90a0309a70dc56c1ba3f9806994"