From 4ab5d64b96d88b22393768f2ee095ac7a700925c Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 27 Feb 2012 00:48:16 -0800 Subject: mkfontscale: Update to version 1.1.0 (From OE-Core rev: 5293df3a10a27dcd1d68b2a5c716f236fcbbaff8) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.bb | 18 ------------------ meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.bb create mode 100644 meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.bb deleted file mode 100644 index 4db3015939..0000000000 --- a/meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.bb +++ /dev/null @@ -1,18 +0,0 @@ -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] = "3d1dc487f3e859f4e5c46540cb49abd3" -SRC_URI[sha256sum] = "1e911c361c7617aebf2c9bffdc15b7b8956d64a49cef449f533ef1cc418e7e76" 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" -- cgit v1.2.3-54-g00ecf