diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-09-28 09:30:42 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:15:48 +0100 |
commit | 75732f544356d3107e624eb64a2d310c8e048180 (patch) | |
tree | 345495142138a2ec7321b5f6c7b5af303930e6ac /meta/recipes-connectivity/telepathy | |
parent | daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c (diff) | |
download | openembedded-core-75732f544356d3107e624eb64a2d310c8e048180.tar.gz openembedded-core-75732f544356d3107e624eb64a2d310c8e048180.tar.bz2 openembedded-core-75732f544356d3107e624eb64a2d310c8e048180.tar.xz openembedded-core-75732f544356d3107e624eb64a2d310c8e048180.zip |
recipes-connectivity: Cleanup package descriptions and summaries
[BUGID #281]
Evaluate and update each package in recipes-connectivity to ensure they
have a consistent summary and description.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-connectivity/telepathy')
6 files changed, 18 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/telepathy/empathy_2.26.1.bb b/meta/recipes-connectivity/telepathy/empathy_2.26.1.bb index fe506faf1..2e07b19c1 100644 --- a/meta/recipes-connectivity/telepathy/empathy_2.26.1.bb +++ b/meta/recipes-connectivity/telepathy/empathy_2.26.1.bb @@ -1,4 +1,8 @@ -DESCRIPTION = "Empathy: a Telepathy based IM client" +SUMMARY = "a Telepathy based IM client" +DESCRIPTION = "Instant messaging program supporting text, voice, video, file \ +transfers and interapplication communication over many different protocols, \ +include: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, \ +Gadu-Gadu, Groupwise, ICQ and QQ." HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" LICENSE = "GPL" DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus" diff --git a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb index c1e0c76bd..526a31605 100644 --- a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb +++ b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb @@ -1,4 +1,8 @@ -DESCRIPTION = "Telepathy framework - GLib library" +SUMMARY = "Telepathy framework" +DESCRIPTION = "Telepathy is a D-Bus framework for unifying real time \ +communication, including instant messaging, voice calls and video calls. It \ +abstracts differences between protocols to provide a unified interface for \ +applications." HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" DEPENDS = "glib-2.0 dbus dbus-glib telepathy-glib" LICENSE = "LGPL" diff --git a/meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb b/meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb index dfb7e39b0..3e8d10fe5 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb @@ -1,4 +1,6 @@ -DESCRIPTION = "Telepathy fasrsight" +SUMMARY = "Telepathy fasrsight" +DESCRIPTION = "Glue library for telepathy media signalling and the media \ +streaming capabilities of Farsight2." HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" DEPENDS = "glib-2.0 dbus telepathy-glib farsight2" LICENSE = "LGPLv2" diff --git a/meta/recipes-connectivity/telepathy/telepathy-gabble_0.7.8.bb b/meta/recipes-connectivity/telepathy/telepathy-gabble_0.7.8.bb index 84eed373f..ff4941854 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-gabble_0.7.8.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-gabble_0.7.8.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "Jabber/XMPP connection manager" +SUMMARY = "Telepathy Jabber/XMPP connection manager" +DESCRIPTION = "Telepathy implementation of the Jabber/XMPP protocols." HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" DEPENDS = "glib-2.0 dbus loudmouth telepathy-glib dbus-glib" LICENSE = "LGPL" diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.9.2.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.9.2.bb index 5c773bdb2..e7d9a9230 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.9.2.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.9.2.bb @@ -1,3 +1,4 @@ +SUMMARY = "Telepathy Framework glib-base helper library" DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib gettext" diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.2.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.2.bb index d152e31a2..d82c43da6 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.2.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.2.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "IRC connection manager for Telepathy" +SUMMARY = "Telepathy IRC connection manager" +DESCRIPTION = "Telepathy implementation of the Internet Relay Chat protocols." HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" DEPENDS = "glib-2.0 dbus telepathy-glib openssl" LICENSE = "LGPL" |