recipes-graphics: Add SUMMARY and update DESCRIPTION

Add the missing SUMMARY fields and update DESCRIPTION fields if necessary

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
Mark Hatle 2010-11-19 14:37:01 -06:00 committed by Richard Purdie
parent 04e811c2a8
commit cda749d2b8
12 changed files with 27 additions and 5 deletions

View File

@ -1,4 +1,7 @@
DESCRIPTION = "Cairo graphics library"
SUMMARY = "A 2D graphics library"
DESCRIPTION = "Cairo is a 2D graphics library designed to provide high-quality display \
and print output. Cairo is designed to produce consistent output on all output media while \
taking advantage of display hardware acceleration when available."
HOMEPAGE = "http://cairographics.org"
BUGTRACKER = "http://bugs.freedesktop.org"
SECTION = "libs"

View File

@ -1,3 +1,4 @@
SUMMARY = "Direct Rendering Manager userspace library"
DESCRIPTION = "userspace library for accessing the DRM(direct rendering manager)"
HOMEPAGE = "http://dri.freedesktop.org"
SECTION = "x11/base"

View File

@ -1,3 +1,4 @@
SUMMARY = "Font configuration and customization library"
DESCRIPTION = "A library for configuring and customizing font access."
HOMEPAGE = "http://www.fontconfig.org"
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig"

View File

@ -1,4 +1,8 @@
DESCRIPTION = "Freetype font rendering library"
SUMMARY = "Freetype font rendering library"
DESCRIPTION = "FreeType is a software font engine that is designed to be small, efficient, \
highly customizable, and portable while capable of producing high-quality output (glyph \
images). It can be used in graphics libraries, display servers, font conversion tools, text \
image generation tools, and many other products as well."
HOMEPAGE = "http://www.freetype.org/"
BUGTRACKER = "https://savannah.nongnu.org/bugs/?group=freetype"

View File

@ -1,4 +1,6 @@
DESCRIPTION = "libfakekey"
SUMMARY = "Library for converting characters to X key-presses"
DESCRIPTION = "libfakekey is a simple library for converting UTF-8 characters into 'fake' X \
key-presses."
HOMEPAGE = "http://matchbox-project.org/"
BUGTRACKER = "http://bugzilla.openedhand.com/"

View File

@ -1,4 +1,8 @@
DESCRIPTION = "Common code for XSETTINGS"
SUMMARY = "utility functions for the Xsettings protocol"
DESCRIPTION = "Libraries used for applications making use of the Xsettings configuration \
setting propagation protocol. Controls setting of double click timeout, drag-and-drop \
threshold, and default foreground and background colors for all applications running within a \
desktop."
HOMEPAGE = "http://matchbox-project.org/sources/optional-dependencies/"
BUGTRACKER = "http://bugzilla.openedhand.com/"
SECTION = "x/libs"

View File

@ -1,3 +1,4 @@
SUMMARY = "Library for caching application menus"
DESCRIPTION = "A library creating and utilizing caches to speed up freedesktop.org application menus"
HOMEPAGE = "http://lxde.sourceforge.net/"
BUGTRACKER = ""

View File

@ -1,3 +1,4 @@
SUMMARY = "Liberation(tm) Fonts"
DESCRIPTION = "The Liberation(tm) Fonts is a font family originally created by Ascender(c) which aims metric compatibility as usage of Arial, Times New Roman, Courier New"
HOMEPAGE = "https://fedorahosted.org/liberation-fonts/"
BUGTRACKER = "https://bugzilla.redhat.com/"

View File

@ -1,3 +1,4 @@
SUMMARY = "Library that provides weak aliases for pthread functions"
DESCRIPTION = "This library provides weak aliases for pthread functions \
not provided in libc or otherwise available by default."
HOMEPAGE = "http://xcb.freedesktop.org"

View File

@ -1,5 +1,5 @@
require xorg-app-common.inc
SUMMARY = "X authority utilities"
DESCRIPTION = "X application to edit and display the authorization \
information used in connecting to the X server"

View File

@ -1,5 +1,7 @@
require xorg-app-common.inc
SUMMARY = "X Keyboard Extensions"
DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
LIC_FILES_CHKSUM = "file://COPYING;md5=08436e4f4476964e2e2dd7e7e41e076a"

View File

@ -1,3 +1,5 @@
SUMMARY = "X transport library"
DESCRIPTION = "network API translation layer to insulate X applications and \
libraries from OS network vageries."