From d3fcee05e0b3a1ecc9f7481fb41c5c5a29cf9abd Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Mon, 5 Aug 2013 13:51:53 +0300 Subject: mkfontscale: upgrade to 1.1.1 Signed-off-by: Cristiana Voicu Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb | 20 -------------------- meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb create mode 100644 meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb deleted file mode 100644 index d98057badf..0000000000 --- a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb +++ /dev/null @@ -1,20 +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" - -PR = "${INC_PR}.0" - -BBCLASSEXTEND = "native" - -LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f" - -SRC_URI[md5sum] = "414fcb053418fb1418e3a39f4a37e0f7" -SRC_URI[sha256sum] = "ce55f862679b8ec127d7f7315ac04a8d64a0d90a0309a70dc56c1ba3f9806994" diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb new file mode 100644 index 0000000000..3d248d110a --- /dev/null +++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.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] = "03de3f15db678e277f5ef9c013aca1ad" +SRC_URI[sha256sum] = "244017992477ced2397a44fd0ddcfb0f1d9899128613f5c4db81471163b0b731" -- cgit 1.2.3-korg