mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e7bf9c976c
commit
deb2aea4eb
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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+"
|
||||
|
||||
@@ -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}/
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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/"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user