]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta: add missing description in recipes-gnome
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Wed, 23 Oct 2019 18:33:58 +0000 (14:33 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Oct 2019 11:03:18 +0000 (12:03 +0100)
Remove some trailing whitespace

Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gcr/gcr_3.28.1.bb
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.2.bb
meta/recipes-gnome/gnome/gconf_3.2.6.bb
meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb
meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.34.0.bb
meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb
meta/recipes-gnome/libdazzle/libdazzle_3.34.1.bb
meta/recipes-gnome/libgudev/libgudev_233.bb
meta/recipes-gnome/librsvg/librsvg_2.40.20.bb
meta/recipes-gnome/libsecret/libsecret_0.19.1.bb

index 419396f049129553eb5f40c1700da6633a4d74f6..0a9867451ee4ca4f682df933768167699104732e 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "A library for bits of crypto UI and parsing etc"
+DESCRIPTION = "GCR is a library for displaying certificates, and crypto UI, \
+accessing key stores. It also provides the viewer for crypto files on the \
+GNOME desktop."
 HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcr"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/gcr/issues"
 
index 90196e88184b3e9bfd222389909d882ee2623497..c99510609cf3f22e0ec607fb5a0c8d0693743efe 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "Image loading library for GTK+"
+DESCRIPTION = "The GDK Pixbuf library provides: Image loading and saving \
+facilities, fast scaling and compositing of pixbufs and Simple animation \
+loading (ie. animated GIFs)"
 HOMEPAGE = "https://wiki.gnome.org/Projects/GdkPixbuf"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues"
 
index e6742f37d8cca2861bc44d20055dd978af262cf6..b8466d4833d29b066c87d544913009901aa9bdaa 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "GNOME configuration system"
+DESCRIPTION = "GConf is a system for storing application preferences. \
+It is intended for user preferences; not configuration of something like \
+Apache, or arbitrary data storage."
 SECTION = "x11/gnome"
 HOMEPAGE = "https://projects.gnome.org/gconf/"
 LICENSE = "LGPLv2+"
index 1c3697b23df3fc3ea4777e1422019a392036ff84..a9739cc552b8a724e541276c648a57ca249f2a69 100644 (file)
@@ -1,4 +1,8 @@
 SUMMARY = "Middleware layer between GObject-using C libraries and language bindings"
+DESCRIPTION = "GObject Introspection is a project for providing machine \
+readable introspection data of the API of C libraries. This introspection \
+data can be used in several different use cases, for example automatic code \
+generation for bindings, API verification and documentation generation."
 HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues"
 SECTION = "libs"
@@ -92,7 +96,7 @@ EOF
 
         # Write out a wrapper for g-ir-scanner itself, which will be used when building introspection files
         # for glib-based packages. This wrapper calls the native version of the scanner, and tells it to use
-        # a qemu wrapper for running transient target binaries produced by the scanner, and an include directory 
+        # a qemu wrapper for running transient target binaries produced by the scanner, and an include directory
         # from the target sysroot.
         cat > ${B}/g-ir-scanner-wrapper << EOF
 #!/bin/sh
@@ -132,7 +136,7 @@ do_compile_prepend() {
         export GIR_EXTRA_LIBS_PATH=$B/.libs
 }
 
-# Our wrappers need to be available system-wide, because they will be used 
+# Our wrappers need to be available system-wide, because they will be used
 # to build introspection files for all other gobject-based packages
 do_install_append_class-target() {
         install -d ${D}${bindir}/
index 6b8d6a33ae0b8844cf25756a20f4c38d4246a90a..eea578bb6b8abf6f1d515c952d1ec14c55440926 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "GNOME desktop-wide GSettings schemas"
+DESCRIPTION = "GSettings desktop-wide schemas contains a collection of \
+GSettings schemas for settings shared by various components of a desktop."
 HOMEPAGE = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/issues"
 
index 756545976fb0ed053889b20f422b3ef1ae6ddf67..aad7eff25f11a2617339a6999ddae59521371348 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "Default icon theme that all icon themes automatically inherit from"
+DESCRIPTION = "The hicolor-icon-theme package contains a default fallback \
+theme for implementations of the icon theme specification."
 HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme"
 BUGTRACKER = "https://bugs.freedesktop.org/"
 
index 56678255fd505cb2d7c6e42f4eac3857cea4c39f..e2973905f8005d37c1b6237ceff39307d2d51ed4 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "The libdazzle library is a companion library to GObject and Gtk+."
+DESCRIPTION = "A wide range of components from utilities for GIO, widgets for \
+GTK+, an animation framework, state machines, paneling and high-performance \
+counters are included."
 LICENSE = "GPLv3+"
 HOMEPAGE = "https://gitlab.gnome.org/GNOME/libdazzle"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/libdazzle/issues"
index 04efc89212e41ca514c07650f0826b670fc24e36..8bc379ff626db58c6bbb38ceb926e9669548b5ee 100644 (file)
@@ -1,4 +1,8 @@
 SUMMARY = "GObject wrapper for libudev"
+DESCRIPTION = "This library makes it much simpler to use libudev from programs \
+already using GObject. It also makes it possible to easily use libudev from \
+other programming languages, such as Javascript, because of GObject \
+introspection support."
 HOMEPAGE = "https://wiki.gnome.org/Projects/libgudev"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/libgudev/issues"
 SRC_URI[archive.sha256sum] = "587c4970eb23f4e2deee2cb1fb7838c94a78c578f41ce12cac0a3f4a80dabb03"
index 38532834dde849f66956675bcd5b41f733cfdcb7..7f98127fd01fb64b9f9ac5faa890f413335067fd 100644 (file)
@@ -1,4 +1,8 @@
 SUMMARY = "Library for rendering SVG files"
+DESCRIPTION = "A small library to render Scalable Vector Graphics (SVG), \
+associated with the GNOME Project. It renders SVG files to Cairo surfaces. \
+Cairo is the 2D, antialiased drawing library that GNOME uses to draw things to \
+the screen or to generate output for printing."
 HOMEPAGE = "https://gitlab.gnome.org/GNOME/librsvg"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/librsvg/issues"
 
index 9145c04412796c329ee0fdf506e326dd281a008d..3da2a4acac1ff59cba4fbaaf0a9776cf5180b3ab 100644 (file)
@@ -1,4 +1,8 @@
 SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets"
+DESCRIPTION = "A GObject-based library for accessing the Secret Service API of \
+the freedesktop.org project, a cross-desktop effort to access passwords, \
+tokens and other types of secrets. libsecret provides a convenient wrapper \
+for these methods so consumers do not have to call the low-level DBus methods."
 LICENSE = "LGPLv2.1"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues"
 LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"