From 9ee3c77f4e23081e8fa30f66afec4330b8d07562 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 2 Feb 2011 08:43:42 -0600 Subject: recipes-graphics: Add more detailed SUMMARY and DESCRIPTIONS Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle --- meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb | 8 +++++++- meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb | 8 +++++++- meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb | 7 ++++++- meta/recipes-graphics/xorg-app/xauth_1.0.5.bb | 2 +- meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb | 9 ++++++++- meta/recipes-graphics/xorg-app/xhost_1.0.4.bb | 10 +++++++++- meta/recipes-graphics/xorg-app/xinit_1.3.0.bb | 9 ++++++++- meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb | 7 +++++-- meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb | 9 ++++++++- meta/recipes-graphics/xorg-app/xprop_1.2.0.bb | 8 +++++++- meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb | 7 ++++++- meta/recipes-graphics/xorg-app/xset_1.2.1.bb | 6 +++++- meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb | 7 ++++++- meta/recipes-graphics/xorg-app/xwininfo_1.1.1.bb | 7 ++++++- 14 files changed, 89 insertions(+), 15 deletions(-) (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb index 9b843fc86e..2657ecf71a 100644 --- a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb +++ b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb @@ -1,6 +1,12 @@ require xorg-app-common.inc -DESCRIPTION = "a program to create an index of X font files in a directory" +SUMMARY = "A program to create an index of X font files in a directory" + +DESCRIPTION = "For each directory argument, mkfontdir reads all of the \ +font files in the directory. The font names and related data are written \ +out to the files \"fonts.dir\", \"fonts.scale\", and \"fonts.alias\". \ +The X server and font server use these files to find the available font \ +files." PE = "1" PR = "r0" diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb index 23bae39a44..3b21c1ee2a 100644 --- a/meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb +++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb @@ -1,6 +1,12 @@ require xorg-app-common.inc -DESCRIPTION = "a program to create an index of scalable font files for X" +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" diff --git a/meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb b/meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb index 88dec1b780..e10fcf0b53 100644 --- a/meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb +++ b/meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb @@ -1,6 +1,11 @@ require xorg-app-common.inc -DESCRIPTION = "X11 server performance test program" +SUMMARY = "X11 server performance test program" + +DESCRIPTION = "The x11perf program runs one or more performance tests \ +and reports how fast an X server can execute the tests." + + DEPENDS += "libxmu libxrender libxft libxext fontconfig" LIC_FILES_CHKSUM = "file://COPYING;md5=428ca4d67a41fcd4fc3283dce9bbda7e \ diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb b/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb index 43e51c84df..23986ac1b2 100644 --- a/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb +++ b/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb @@ -1,7 +1,7 @@ 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" +information used in connecting to the X server." LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b" diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb index e448d3c852..d975d82952 100644 --- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb +++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb @@ -1,6 +1,13 @@ require xorg-app-common.inc -DESCRIPTION = "X display information utility" +SUMMARY = "Display information utility for X" + +DESCRIPTION = "Xdpyinfo is a utility for displaying information about an \ +X server. It is used to examine the capabilities of a server, the \ +predefined values for various parameters used in communicating between \ +clients and the server, and the different types of screens and visuals \ +that are available." + LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" PR = "r0" diff --git a/meta/recipes-graphics/xorg-app/xhost_1.0.4.bb b/meta/recipes-graphics/xorg-app/xhost_1.0.4.bb index 602027b605..9330228a15 100644 --- a/meta/recipes-graphics/xorg-app/xhost_1.0.4.bb +++ b/meta/recipes-graphics/xorg-app/xhost_1.0.4.bb @@ -1,6 +1,14 @@ require xorg-app-common.inc -DESCRIPTION = "Server access control program for X" +SUMMARY = "Server access control program for X" + +DESCRIPTION = "The xhost program is used to add and delete host names or \ +user names to the list allowed to make connections to the X server. In \ +the case of hosts, this provides a rudimentary form of privacy control \ +and security. Environments which require more sophisticated measures \ +should implement the user-based mechanism or use the hooks in the \ +protocol for passing other authentication data to the server." + LIC_FILES_CHKSUM = "file://COPYING;md5=8fbed71dddf48541818cef8079124199" DEPENDS += "libxmu libxau" PR = "r0" diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb index 6a87f42ee5..ee7c64d928 100644 --- a/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb @@ -1,6 +1,13 @@ require xorg-app-common.inc -DESCRIPTION = "X Window System initializer" +SUMMARY = "X Window System initializer" + +DESCRIPTION = "The xinit program is used to start the X Window System \ +server and a first client program on systems that cannot start X \ +directly from /etc/init or in environments that use multiple window \ +systems. When this first client exits, xinit will kill the X server and \ +then terminate." + LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" PR = "r0" PE = "1" diff --git a/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb b/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb index b8592fa470..f574690898 100644 --- a/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb +++ b/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb @@ -1,8 +1,11 @@ require xorg-app-common.inc -SUMMARY = "X Keyboard Extensions" +SUMMARY = "A program to compile XKB keyboard description" -DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard." +DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \ +XKB keymap into one of several output formats. The most common use for \ +xkbcomp is to create a compiled keymap file (.xkm extension) which can \ +be read directly by XKB-capable X servers or utilities." LIC_FILES_CHKSUM = "file://COPYING;md5=08436e4f4476964e2e2dd7e7e41e076a" diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb index 2d5ee24bc7..e98ed4fdfa 100644 --- a/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb +++ b/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb @@ -1,6 +1,13 @@ require xorg-app-common.inc -DESCRIPTION = "utility for modifying keymaps and pointer button mappings in X" +SUMMARY = "Utility for modifying keymaps and pointer button mappings in X" + +DESCRIPTION = "The xmodmap program is used to edit and display the \ +keyboard modifier map and keymap table that are used by client \ +applications to convert event keycodes into keysyms. It is usually run \ +from the user's session startup script to configure the keyboard \ +according to personal tastes." + LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=eef098b27f09d0ac39268df0cc2c00b5" diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.0.bb b/meta/recipes-graphics/xorg-app/xprop_1.2.0.bb index 4d35636860..dc53b987cd 100644 --- a/meta/recipes-graphics/xorg-app/xprop_1.2.0.bb +++ b/meta/recipes-graphics/xorg-app/xprop_1.2.0.bb @@ -1,6 +1,12 @@ require xorg-app-common.inc -DESCRIPTION = "utility to display window and font properties of an X server" +SUMMARY = "Utility to display window and font properties of an X server" + +DESCRIPTION = "The xprop utility is for displaying window and font \ +properties in an X server. One window or font is selected using the \ +command line arguments or possibly in the case of a window, by clicking \ +on the desired window. A list of properties is then given, possibly with \ +formatting information." LIC_FILES_CHKSUM = "file://COPYING;md5=e226ab8db88ac0bc0391673be40c9f91" diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb index 9a6e4702b9..ab298740af 100644 --- a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb +++ b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb @@ -1,6 +1,11 @@ require xorg-app-common.inc -DESCRIPTION = "X Resize and Rotate extension command." +SUMMARY = "XRandR: X Resize, Rotate and Reflect extension command" + +DESCRIPTION = "Xrandr is used to set the size, orientation and/or \ +reflection of the outputs for a screen. It can also set the screen \ +size." + LICENSE= "BSD-X" LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" DEPENDS += "libxrandr libxrender" diff --git a/meta/recipes-graphics/xorg-app/xset_1.2.1.bb b/meta/recipes-graphics/xorg-app/xset_1.2.1.bb index 5ce0a5bb0b..b5d63bcd65 100644 --- a/meta/recipes-graphics/xorg-app/xset_1.2.1.bb +++ b/meta/recipes-graphics/xorg-app/xset_1.2.1.bb @@ -1,6 +1,10 @@ require xorg-app-common.inc -DESCRIPTION = "Utility of setting various user preference options of the display" +SUMMARY = "Utility for setting various user preference options of the display" + +DESCRIPTION = "xset is a utility that is used to set various user \ +preference options of the display." + LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb b/meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb index 0547bd62ca..7a0b822aa9 100644 --- a/meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb +++ b/meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb @@ -1,6 +1,11 @@ require xorg-app-common.inc -DESCRIPTION = "Print out X-Video extension adaptor information" +SUMMARY = "Print out X-Video extension adaptor information" + +DESCRIPTION = "xvinfo prints out the capabilities of any video adaptors \ +associated with the display that are accessible through the X-Video \ +extension." + LIC_FILES_CHKSUM = "file://COPYING;md5=b664101ad7a1dc758a4c4109bf978e68" DEPENDS += " libxv" PE = "1" diff --git a/meta/recipes-graphics/xorg-app/xwininfo_1.1.1.bb b/meta/recipes-graphics/xorg-app/xwininfo_1.1.1.bb index 0011a0a884..cabd4663a7 100644 --- a/meta/recipes-graphics/xorg-app/xwininfo_1.1.1.bb +++ b/meta/recipes-graphics/xorg-app/xwininfo_1.1.1.bb @@ -1,6 +1,11 @@ require xorg-app-common.inc -DESCRIPTION = "window information utility for X" +SUMMARY = "Window information utility for X" + +DESCRIPTION = "Xwininfo is a utility for displaying information about \ +windows. Information may include window position, size, color depth, \ +and a number of other items." + LIC_FILES_CHKSUM = "file://COPYING;md5=78976cd3115f6faf615accc4e094d90e" DEPENDS += "libxext libxmu" -- cgit v1.2.3-54-g00ecf