summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2019-10-23 14:33:58 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-28 05:31:42 +0000
commitdeb2aea4eb8e3ffc9e72b09789d053b29d0cdf9e (patch)
treeb131df24b8fc4ff0abd7d39a374870fba5c578e5
parente7bf9c976cc07b687f1ac7636f9f5a595948dfe7 (diff)
downloadpoky-deb2aea4eb8e3ffc9e72b09789d053b29d0cdf9e.tar.gz
meta: add missing description in recipes-gnome
Remove some trailing whitespace (From OE-Core rev: 5714e4fb5e35454f2f3e523b1161a6451fcd3427) Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-gnome/gcr/gcr_3.28.1.bb3
-rw-r--r--meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.2.bb3
-rw-r--r--meta/recipes-gnome/gnome/gconf_3.2.6.bb3
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb8
-rw-r--r--meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.34.0.bb2
-rw-r--r--meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb2
-rw-r--r--meta/recipes-gnome/libdazzle/libdazzle_3.34.1.bb3
-rw-r--r--meta/recipes-gnome/libgudev/libgudev_233.bb4
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.40.20.bb4
-rw-r--r--meta/recipes-gnome/libsecret/libsecret_0.19.1.bb4
10 files changed, 34 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gcr/gcr_3.28.1.bb b/meta/recipes-gnome/gcr/gcr_3.28.1.bb
index 419396f049..0a9867451e 100644
--- a/meta/recipes-gnome/gcr/gcr_3.28.1.bb
+++ b/meta/recipes-gnome/gcr/gcr_3.28.1.bb
@@ -1,4 +1,7 @@
1SUMMARY = "A library for bits of crypto UI and parsing etc" 1SUMMARY = "A library for bits of crypto UI and parsing etc"
2DESCRIPTION = "GCR is a library for displaying certificates, and crypto UI, \
3accessing key stores. It also provides the viewer for crypto files on the \
4GNOME desktop."
2HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcr" 5HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcr"
3BUGTRACKER = "https://gitlab.gnome.org/GNOME/gcr/issues" 6BUGTRACKER = "https://gitlab.gnome.org/GNOME/gcr/issues"
4 7
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.2.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.2.bb
index 90196e8818..c99510609c 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.2.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.2.bb
@@ -1,4 +1,7 @@
1SUMMARY = "Image loading library for GTK+" 1SUMMARY = "Image loading library for GTK+"
2DESCRIPTION = "The GDK Pixbuf library provides: Image loading and saving \
3facilities, fast scaling and compositing of pixbufs and Simple animation \
4loading (ie. animated GIFs)"
2HOMEPAGE = "https://wiki.gnome.org/Projects/GdkPixbuf" 5HOMEPAGE = "https://wiki.gnome.org/Projects/GdkPixbuf"
3BUGTRACKER = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues" 6BUGTRACKER = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues"
4 7
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
index e6742f37d8..b8466d4833 100644
--- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb
+++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
@@ -1,4 +1,7 @@
1SUMMARY = "GNOME configuration system" 1SUMMARY = "GNOME configuration system"
2DESCRIPTION = "GConf is a system for storing application preferences. \
3It is intended for user preferences; not configuration of something like \
4Apache, or arbitrary data storage."
2SECTION = "x11/gnome" 5SECTION = "x11/gnome"
3HOMEPAGE = "https://projects.gnome.org/gconf/" 6HOMEPAGE = "https://projects.gnome.org/gconf/"
4LICENSE = "LGPLv2+" 7LICENSE = "LGPLv2+"
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb
index 1c3697b23d..a9739cc552 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb
@@ -1,4 +1,8 @@
1SUMMARY = "Middleware layer between GObject-using C libraries and language bindings" 1SUMMARY = "Middleware layer between GObject-using C libraries and language bindings"
2DESCRIPTION = "GObject Introspection is a project for providing machine \
3readable introspection data of the API of C libraries. This introspection \
4data can be used in several different use cases, for example automatic code \
5generation for bindings, API verification and documentation generation."
2HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" 6HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection"
3BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues" 7BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues"
4SECTION = "libs" 8SECTION = "libs"
@@ -92,7 +96,7 @@ EOF
92 96
93 # Write out a wrapper for g-ir-scanner itself, which will be used when building introspection files 97 # Write out a wrapper for g-ir-scanner itself, which will be used when building introspection files
94 # for glib-based packages. This wrapper calls the native version of the scanner, and tells it to use 98 # for glib-based packages. This wrapper calls the native version of the scanner, and tells it to use
95 # a qemu wrapper for running transient target binaries produced by the scanner, and an include directory 99 # a qemu wrapper for running transient target binaries produced by the scanner, and an include directory
96 # from the target sysroot. 100 # from the target sysroot.
97 cat > ${B}/g-ir-scanner-wrapper << EOF 101 cat > ${B}/g-ir-scanner-wrapper << EOF
98#!/bin/sh 102#!/bin/sh
@@ -132,7 +136,7 @@ do_compile_prepend() {
132 export GIR_EXTRA_LIBS_PATH=$B/.libs 136 export GIR_EXTRA_LIBS_PATH=$B/.libs
133} 137}
134 138
135# Our wrappers need to be available system-wide, because they will be used 139# Our wrappers need to be available system-wide, because they will be used
136# to build introspection files for all other gobject-based packages 140# to build introspection files for all other gobject-based packages
137do_install_append_class-target() { 141do_install_append_class-target() {
138 install -d ${D}${bindir}/ 142 install -d ${D}${bindir}/
diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.34.0.bb b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.34.0.bb
index 6b8d6a33ae..eea578bb6b 100644
--- a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.34.0.bb
+++ b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.34.0.bb
@@ -1,4 +1,6 @@
1SUMMARY = "GNOME desktop-wide GSettings schemas" 1SUMMARY = "GNOME desktop-wide GSettings schemas"
2DESCRIPTION = "GSettings desktop-wide schemas contains a collection of \
3GSettings schemas for settings shared by various components of a desktop."
2HOMEPAGE = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas" 4HOMEPAGE = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
3BUGTRACKER = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/issues" 5BUGTRACKER = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/issues"
4 6
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb
index 756545976f..aad7eff25f 100644
--- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb
+++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb
@@ -1,4 +1,6 @@
1SUMMARY = "Default icon theme that all icon themes automatically inherit from" 1SUMMARY = "Default icon theme that all icon themes automatically inherit from"
2DESCRIPTION = "The hicolor-icon-theme package contains a default fallback \
3theme for implementations of the icon theme specification."
2HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme" 4HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme"
3BUGTRACKER = "https://bugs.freedesktop.org/" 5BUGTRACKER = "https://bugs.freedesktop.org/"
4 6
diff --git a/meta/recipes-gnome/libdazzle/libdazzle_3.34.1.bb b/meta/recipes-gnome/libdazzle/libdazzle_3.34.1.bb
index 56678255fd..e2973905f8 100644
--- a/meta/recipes-gnome/libdazzle/libdazzle_3.34.1.bb
+++ b/meta/recipes-gnome/libdazzle/libdazzle_3.34.1.bb
@@ -1,4 +1,7 @@
1SUMMARY = "The libdazzle library is a companion library to GObject and Gtk+." 1SUMMARY = "The libdazzle library is a companion library to GObject and Gtk+."
2DESCRIPTION = "A wide range of components from utilities for GIO, widgets for \
3GTK+, an animation framework, state machines, paneling and high-performance \
4counters are included."
2LICENSE = "GPLv3+" 5LICENSE = "GPLv3+"
3HOMEPAGE = "https://gitlab.gnome.org/GNOME/libdazzle" 6HOMEPAGE = "https://gitlab.gnome.org/GNOME/libdazzle"
4BUGTRACKER = "https://gitlab.gnome.org/GNOME/libdazzle/issues" 7BUGTRACKER = "https://gitlab.gnome.org/GNOME/libdazzle/issues"
diff --git a/meta/recipes-gnome/libgudev/libgudev_233.bb b/meta/recipes-gnome/libgudev/libgudev_233.bb
index 04efc89212..8bc379ff62 100644
--- a/meta/recipes-gnome/libgudev/libgudev_233.bb
+++ b/meta/recipes-gnome/libgudev/libgudev_233.bb
@@ -1,4 +1,8 @@
1SUMMARY = "GObject wrapper for libudev" 1SUMMARY = "GObject wrapper for libudev"
2DESCRIPTION = "This library makes it much simpler to use libudev from programs \
3already using GObject. It also makes it possible to easily use libudev from \
4other programming languages, such as Javascript, because of GObject \
5introspection support."
2HOMEPAGE = "https://wiki.gnome.org/Projects/libgudev" 6HOMEPAGE = "https://wiki.gnome.org/Projects/libgudev"
3BUGTRACKER = "https://gitlab.gnome.org/GNOME/libgudev/issues" 7BUGTRACKER = "https://gitlab.gnome.org/GNOME/libgudev/issues"
4SRC_URI[archive.sha256sum] = "587c4970eb23f4e2deee2cb1fb7838c94a78c578f41ce12cac0a3f4a80dabb03" 8SRC_URI[archive.sha256sum] = "587c4970eb23f4e2deee2cb1fb7838c94a78c578f41ce12cac0a3f4a80dabb03"
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb
index 38532834dd..7f98127fd0 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb
@@ -1,4 +1,8 @@
1SUMMARY = "Library for rendering SVG files" 1SUMMARY = "Library for rendering SVG files"
2DESCRIPTION = "A small library to render Scalable Vector Graphics (SVG), \
3associated with the GNOME Project. It renders SVG files to Cairo surfaces. \
4Cairo is the 2D, antialiased drawing library that GNOME uses to draw things to \
5the screen or to generate output for printing."
2HOMEPAGE = "https://gitlab.gnome.org/GNOME/librsvg" 6HOMEPAGE = "https://gitlab.gnome.org/GNOME/librsvg"
3BUGTRACKER = "https://gitlab.gnome.org/GNOME/librsvg/issues" 7BUGTRACKER = "https://gitlab.gnome.org/GNOME/librsvg/issues"
4 8
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.19.1.bb b/meta/recipes-gnome/libsecret/libsecret_0.19.1.bb
index 9145c04412..3da2a4acac 100644
--- a/meta/recipes-gnome/libsecret/libsecret_0.19.1.bb
+++ b/meta/recipes-gnome/libsecret/libsecret_0.19.1.bb
@@ -1,4 +1,8 @@
1SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets" 1SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets"
2DESCRIPTION = "A GObject-based library for accessing the Secret Service API of \
3the freedesktop.org project, a cross-desktop effort to access passwords, \
4tokens and other types of secrets. libsecret provides a convenient wrapper \
5for these methods so consumers do not have to call the low-level DBus methods."
2LICENSE = "LGPLv2.1" 6LICENSE = "LGPLv2.1"
3BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" 7BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues"
4LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" 8LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"