From 05bc82def7afe6d6e5ee2ad685faa52815055dae Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 10 Jan 2015 14:37:03 +0100 Subject: recipes: replace short DESCRIPTION with SUMMARY The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY. --- recipes-graphics/imlib2/imlib2_1.4.4.bb | 2 +- recipes-lxde/gpicview/gpicview_0.2.4.bb | 2 +- recipes-lxde/lxappearance-obconf/lxappearance-obconf_0.2.2.bb | 2 +- recipes-lxde/lxappearance/lxappearance_0.6.1.bb | 2 +- recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb | 2 +- recipes-lxde/lxmenu-data/lxmenu-data_0.1.4.bb | 2 +- recipes-lxde/lxpanel/keybinder_0.3.0.bb | 2 +- recipes-lxde/lxpanel/lxpanel_0.8.0.bb | 2 +- recipes-lxde/lxrandr/lxrandr_0.3.0.bb | 2 +- recipes-lxde/lxsession-edit/lxsession-edit_0.2.0.bb | 2 +- recipes-lxde/lxsession/lxsession_0.5.2.bb | 2 +- recipes-lxde/lxshortcut/lxshortcut_0.1.2.bb | 2 +- recipes-lxde/lxterminal/lxterminal_0.2.0.bb | 2 +- recipes-lxde/obconf/obconf_2.0.3+git.bb | 2 +- recipes-lxde/openbox/openbox_3.5.0.bb | 2 +- recipes-lxde/packagegroup/packagegroup-lxde-base.bb | 2 +- recipes-lxde/packagegroup/packagegroup-lxde-extended.bb | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/recipes-graphics/imlib2/imlib2_1.4.4.bb b/recipes-graphics/imlib2/imlib2_1.4.4.bb index 22550ae..22ebfff 100644 --- a/recipes-graphics/imlib2/imlib2_1.4.4.bb +++ b/recipes-graphics/imlib2/imlib2_1.4.4.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "A graphic library for file loading, saving, rendering, and manipulation." +SUMMARY = "Graphic library for file loading, saving, rendering, and manipulation" LICENSE = "MIT | BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" DEPENDS = "freetype libpng jpeg giflib tiff zlib bzip2 virtual/libx11 libxext libid3tag" diff --git a/recipes-lxde/gpicview/gpicview_0.2.4.bb b/recipes-lxde/gpicview/gpicview_0.2.4.bb index 3e5f2b5..1565088 100644 --- a/recipes-lxde/gpicview/gpicview_0.2.4.bb +++ b/recipes-lxde/gpicview/gpicview_0.2.4.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Simple Image Viewer for X" +SUMMARY = "Simple Image Viewer for X" HOMEPAGE = "http://lxde.sourceforge.net/gpicview" SECTION = "x11" diff --git a/recipes-lxde/lxappearance-obconf/lxappearance-obconf_0.2.2.bb b/recipes-lxde/lxappearance-obconf/lxappearance-obconf_0.2.2.bb index 1f99a40..4412900 100644 --- a/recipes-lxde/lxappearance-obconf/lxappearance-obconf_0.2.2.bb +++ b/recipes-lxde/lxappearance-obconf/lxappearance-obconf_0.2.2.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "LXDE Appearance Obconfig" +SUMMARY = "LXDE Appearance Obconfig" HOMEPAGE = "http://lxde.org/" SECTION = "x11" PR = "r1" diff --git a/recipes-lxde/lxappearance/lxappearance_0.6.1.bb b/recipes-lxde/lxappearance/lxappearance_0.6.1.bb index f07867d..67eb03a 100644 --- a/recipes-lxde/lxappearance/lxappearance_0.6.1.bb +++ b/recipes-lxde/lxappearance/lxappearance_0.6.1.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "LXDE GTK+ theme switcher" +SUMMARY = "LXDE GTK+ theme switcher" HOMEPAGE = "http://lxde.org/" SECTION = "x11" diff --git a/recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb b/recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb index ce61fb8..8a51e3e 100644 --- a/recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb +++ b/recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "LXDE Launcher" +SUMMARY = "LXDE Launcher" HOMEPAGE = "http://lxde.org/" SECTION = "x11" PR = "r1" diff --git a/recipes-lxde/lxmenu-data/lxmenu-data_0.1.4.bb b/recipes-lxde/lxmenu-data/lxmenu-data_0.1.4.bb index a96975b..6c37444 100644 --- a/recipes-lxde/lxmenu-data/lxmenu-data_0.1.4.bb +++ b/recipes-lxde/lxmenu-data/lxmenu-data_0.1.4.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Data files for application menu " +SUMMARY = "Data files for application menu " HOMEPAGE = "http://lxde.sourceforge.net/" SECTION = "x11" diff --git a/recipes-lxde/lxpanel/keybinder_0.3.0.bb b/recipes-lxde/lxpanel/keybinder_0.3.0.bb index 089d733..86d4500 100644 --- a/recipes-lxde/lxpanel/keybinder_0.3.0.bb +++ b/recipes-lxde/lxpanel/keybinder_0.3.0.bb @@ -1,4 +1,4 @@ -SUMMARY = "Library for registering global key bindings, for gtk-based applications" +SUMMARY = "Library for registering global key bindings, for gtk applications" SECTION = "x11" PR = "r0" diff --git a/recipes-lxde/lxpanel/lxpanel_0.8.0.bb b/recipes-lxde/lxpanel/lxpanel_0.8.0.bb index 0d72bc7..53884ac 100644 --- a/recipes-lxde/lxpanel/lxpanel_0.8.0.bb +++ b/recipes-lxde/lxpanel/lxpanel_0.8.0.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "LXDE Panel" +SUMMARY = "LXDE Panel" HOMEPAGE = "http://lxde.org/" SECTION = "x11" diff --git a/recipes-lxde/lxrandr/lxrandr_0.3.0.bb b/recipes-lxde/lxrandr/lxrandr_0.3.0.bb index 8291b7c..863500d 100644 --- a/recipes-lxde/lxrandr/lxrandr_0.3.0.bb +++ b/recipes-lxde/lxrandr/lxrandr_0.3.0.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "LXDE Randr graphical frontend" +SUMMARY = "LXDE Randr graphical frontend" HOMEPAGE = "http://lxde.org/" SECTION = "x11" diff --git a/recipes-lxde/lxsession-edit/lxsession-edit_0.2.0.bb b/recipes-lxde/lxsession-edit/lxsession-edit_0.2.0.bb index 0d9e926..f6f80b2 100644 --- a/recipes-lxde/lxsession-edit/lxsession-edit_0.2.0.bb +++ b/recipes-lxde/lxsession-edit/lxsession-edit_0.2.0.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "LXDE session autostart editor" +SUMMARY = "LXDE session autostart editor" HOMEPAGE = "http://lxde.org/" SECTION = "x11" diff --git a/recipes-lxde/lxsession/lxsession_0.5.2.bb b/recipes-lxde/lxsession/lxsession_0.5.2.bb index 1403add..a3007d9 100644 --- a/recipes-lxde/lxsession/lxsession_0.5.2.bb +++ b/recipes-lxde/lxsession/lxsession_0.5.2.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "LXDE session manager" +SUMMARY = "LXDE session manager" HOMEPAGE = "http://lxde.sf.net/" SECTION = "x11" diff --git a/recipes-lxde/lxshortcut/lxshortcut_0.1.2.bb b/recipes-lxde/lxshortcut/lxshortcut_0.1.2.bb index 21b8c28..bb7ef60 100644 --- a/recipes-lxde/lxshortcut/lxshortcut_0.1.2.bb +++ b/recipes-lxde/lxshortcut/lxshortcut_0.1.2.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "LXDE tool to edit desktop entry files" +SUMMARY = "LXDE tool to edit desktop entry files" HOMEPAGE = "http://lxde.org/" SECTION = "x11" diff --git a/recipes-lxde/lxterminal/lxterminal_0.2.0.bb b/recipes-lxde/lxterminal/lxterminal_0.2.0.bb index cc37e2b..d2dd74a 100644 --- a/recipes-lxde/lxterminal/lxterminal_0.2.0.bb +++ b/recipes-lxde/lxterminal/lxterminal_0.2.0.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Lightweight vte-based tabbed terminal emulator for LXDE" +SUMMARY = "Lightweight vte-based tabbed terminal emulator for LXDE" HOMEPAGE = "http://lxde.sf.net" SECTION = "x11" LICENSE = "GPLv2" diff --git a/recipes-lxde/obconf/obconf_2.0.3+git.bb b/recipes-lxde/obconf/obconf_2.0.3+git.bb index 0d269bb..eb44c4f 100644 --- a/recipes-lxde/obconf/obconf_2.0.3+git.bb +++ b/recipes-lxde/obconf/obconf_2.0.3+git.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Tool for configuring the Openbox window manager" +SUMMARY = "Tool for configuring the Openbox window manager" HOMEPAGE = "http://openbox.org/wiki/ObConf:About" SECTION = "x11" diff --git a/recipes-lxde/openbox/openbox_3.5.0.bb b/recipes-lxde/openbox/openbox_3.5.0.bb index 5fc54ae..91e5227 100644 --- a/recipes-lxde/openbox/openbox_3.5.0.bb +++ b/recipes-lxde/openbox/openbox_3.5.0.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "A standards compliant, fast, light-weight, extensible window manager" +SUMMARY = "A standards compliant, fast, light-weight, extensible window manager" HOMEPAGE = "http://openbox.org" SECTION = "x11/wm" LICENSE = "GPLv2" diff --git a/recipes-lxde/packagegroup/packagegroup-lxde-base.bb b/recipes-lxde/packagegroup/packagegroup-lxde-base.bb index f0097ec..9f23f62 100644 --- a/recipes-lxde/packagegroup/packagegroup-lxde-base.bb +++ b/recipes-lxde/packagegroup/packagegroup-lxde-base.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "All packages required for base LXDE installation." +SUMMARY = "All packages required for base LXDE installation." SECTION = "x11/wm" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" diff --git a/recipes-lxde/packagegroup/packagegroup-lxde-extended.bb b/recipes-lxde/packagegroup/packagegroup-lxde-extended.bb index 997179d..4bcf391 100644 --- a/recipes-lxde/packagegroup/packagegroup-lxde-extended.bb +++ b/recipes-lxde/packagegroup/packagegroup-lxde-extended.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "All packages required for full LXDE installation." +SUMMARY = "All packages required for full LXDE installation." SECTION = "x11/wm" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -- cgit v1.2.3