Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 16/38] xev: add proper SUMMARY and DESCRIPTION
Date: Sat, 28 Dec 2013 22:29:12 +0000	[thread overview]
Message-ID: <29dc43488654db8cb2cf22290338cfcfa34cfd76.1388269205.git.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <cover.1388269205.git.paul.eggleton@linux.intel.com>
In-Reply-To: <cover.1388269205.git.paul.eggleton@linux.intel.com>

Add these consistent with other X.Org application recipes.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-graphics/xorg-app/xev_1.2.1.bb | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-app/xev_1.2.1.bb b/meta/recipes-graphics/xorg-app/xev_1.2.1.bb
index 298910a..8dcb1ec 100644
--- a/meta/recipes-graphics/xorg-app/xev_1.2.1.bb
+++ b/meta/recipes-graphics/xorg-app/xev_1.2.1.bb
@@ -1,7 +1,13 @@
 require xorg-app-common.inc
+
+SUMMARY = "X Event Viewer"
+DESCRIPTION = "Xev creates a window and then asks the X server to send it events \
+whenever anything happens to the window (such as it being moved, resized, \
+typed in, clicked in, etc.). You can also attach it to an existing window."
+
 LIC_FILES_CHKSUM = "file://xev.c;beginline=1;endline=33;md5=577c99421f1803b891d2c79097ae4682"
-DESCRIPTION = "X Event Viewer"
 LICENSE = "MIT"
+
 PE = "1"
 
 DEPENDS += "libxrandr xproto"
-- 
1.8.1.2



  parent reply	other threads:[~2013-12-28 22:30 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-28 22:28 [PATCH 00/38] Cleanup series Paul Eggleton
2013-12-28 22:28 ` [PATCH 01/38] *-basic: rename to *-standardlinux Paul Eggleton
2013-12-29 23:46   ` [PATCH 01/38] *-basic: rename to *-standardlinux - AB Change NEEDED Saul Wold
2014-01-02 17:04     ` Flanagan, Elizabeth
2013-12-30  1:35   ` [PATCH 01/38] *-basic: rename to *-standardlinux Robert Yang
2013-12-30 12:59     ` Paul Eggleton
2014-02-24 16:38       ` Paul Eggleton
2014-02-24 17:00         ` Richard Purdie
2014-02-24 17:17           ` Mark Hatle
2014-02-24 23:01           ` Richard Purdie
2014-02-24 23:31             ` Paul Barker
2014-02-25  5:53         ` Khem Raj
2014-02-25  6:15           ` Saul Wold
2014-02-25  7:14             ` Robert Yang
2014-02-25 12:13         ` Koen Kooi
2014-02-25 14:23           ` Paul Eggleton
2013-12-28 22:28 ` [PATCH 02/38] Drop empty/invalid BUGTRACKER values Paul Eggleton
2013-12-28 22:28 ` [PATCH 03/38] Replace OpenedHand Bugzilla in BUGTRACKER Paul Eggleton
2013-12-28 22:29 ` [PATCH 04/38] Replace one-line DESCRIPTION with SUMMARY Paul Eggleton
2013-12-28 22:29 ` [PATCH 05/38] Replace one-line DESCRIPTION with SUMMARY and tweak Paul Eggleton
2013-12-28 22:29 ` [PATCH 06/38] Add missing SUMMARY values Paul Eggleton
2013-12-28 22:29 ` [PATCH 07/38] alsa-utils: add missing individual package " Paul Eggleton
2013-12-28 22:29 ` [PATCH 08/38] qmmp: add SUMMARY and tweak DESCRIPTION Paul Eggleton
2013-12-28 22:29 ` [PATCH 09/38] gettext: set reasonable SUMMARY and DESCRIPTION Paul Eggleton
2013-12-28 22:29 ` [PATCH 10/38] telepathy-mission-control: fix HOMEPAGE Paul Eggleton
2013-12-28 22:29 ` [PATCH 11/38] libsamplerate0: add HOMEPAGE Paul Eggleton
2013-12-28 22:29 ` [PATCH 12/38] lame: update HOMEPAGE Paul Eggleton
2013-12-28 22:29 ` [PATCH 13/38] startup-notification: fix HOMEPAGE Paul Eggleton
2013-12-28 22:29 ` [PATCH 14/38] bash: update HOMEPAGE Paul Eggleton
2013-12-28 22:29 ` [PATCH 15/38] libunique: fix HOMEPAGE and touch up DESCRIPTION Paul Eggleton
2013-12-28 22:29 ` Paul Eggleton [this message]
2013-12-28 22:29 ` [PATCH 17/38] gawk: set reasonable SUMMARY and DESCRIPTION Paul Eggleton
2013-12-28 22:29 ` [PATCH 18/38] linux-dummy: set LICENSE to GPLv2 to avoid license warning Paul Eggleton
2013-12-28 22:29 ` [PATCH 19/38] linux-dummy: set reasonable DESCRIPTION Paul Eggleton
2013-12-28 22:29 ` [PATCH 20/38] Basic recipe formatting fixes Paul Eggleton
2013-12-28 22:29 ` [PATCH 21/38] qt4: set SUMMARY and tweak DESCRIPTION Paul Eggleton
2013-12-28 22:29 ` [PATCH 22/38] xf86-input-vmmouse: set SUMMARY and DESCRIPTION Paul Eggleton
2013-12-28 22:29 ` [PATCH 23/38] xf86-video-fbdev: " Paul Eggleton
2013-12-28 22:29 ` [PATCH 24/38] xf86-video-modesetting: " Paul Eggleton
2013-12-28 22:29 ` [PATCH 25/38] gmp: " Paul Eggleton
2013-12-28 22:29 ` [PATCH 26/38] icecc-create-env-native: add SUMMARY and tweak DESCRIPTION Paul Eggleton
2013-12-28 22:29 ` [PATCH 27/38] binutils: add/tweak SUMMARY Paul Eggleton
2013-12-28 22:29 ` [PATCH 28/38] core-image-lsb: fix DESCRIPTION Paul Eggleton
2013-12-28 22:29 ` [PATCH 29/38] adt-installer: tweak DESCRIPTION and add SUMMARY and HOMEPAGE Paul Eggleton
2013-12-28 22:29 ` [PATCH 30/38] stat: tidy up recipe Paul Eggleton
2013-12-28 22:29 ` [PATCH 31/38] enchant: " Paul Eggleton
2013-12-28 22:29 ` [PATCH 32/38] guilt-native: " Paul Eggleton
2013-12-28 22:29 ` [PATCH 33/38] opkg-utils: " Paul Eggleton
2013-12-28 22:29 ` [PATCH 34/38] pciutils: " Paul Eggleton
2013-12-28 22:29 ` [PATCH 35/38] speex: fix SRC_URI to use PV instead of hardcoding the version Paul Eggleton
2013-12-28 22:29 ` [PATCH 36/38] bitbake.conf: add full stop to default DESCRIPTION Paul Eggleton
2013-12-28 22:29 ` [PATCH 37/38] classes/package: set SUMMARY in do_split_packages() Paul Eggleton
2013-12-28 22:29 ` [PATCH 38/38] bitbake.conf: set a default for MACHINE_FEATURES Paul Eggleton
2013-12-29 22:55 ` [PATCH 00/38] Cleanup series Trevor Woerner
2013-12-29 23:07   ` Paul Eggleton
2014-01-02 20:56 ` Paul Eggleton
2014-01-02 22:36   ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29dc43488654db8cb2cf22290338cfcfa34cfd76.1388269205.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox