diff options
Diffstat (limited to 'meta')
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 @@ | |||
1 | SUMMARY = "A library for bits of crypto UI and parsing etc" | 1 | SUMMARY = "A library for bits of crypto UI and parsing etc" |
2 | DESCRIPTION = "GCR is a library for displaying certificates, and crypto UI, \ | ||
3 | accessing key stores. It also provides the viewer for crypto files on the \ | ||
4 | GNOME desktop." | ||
2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcr" | 5 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcr" |
3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gcr/issues" | 6 | BUGTRACKER = "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 @@ | |||
1 | SUMMARY = "Image loading library for GTK+" | 1 | SUMMARY = "Image loading library for GTK+" |
2 | DESCRIPTION = "The GDK Pixbuf library provides: Image loading and saving \ | ||
3 | facilities, fast scaling and compositing of pixbufs and Simple animation \ | ||
4 | loading (ie. animated GIFs)" | ||
2 | HOMEPAGE = "https://wiki.gnome.org/Projects/GdkPixbuf" | 5 | HOMEPAGE = "https://wiki.gnome.org/Projects/GdkPixbuf" |
3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues" | 6 | BUGTRACKER = "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 @@ | |||
1 | SUMMARY = "GNOME configuration system" | 1 | SUMMARY = "GNOME configuration system" |
2 | DESCRIPTION = "GConf is a system for storing application preferences. \ | ||
3 | It is intended for user preferences; not configuration of something like \ | ||
4 | Apache, or arbitrary data storage." | ||
2 | SECTION = "x11/gnome" | 5 | SECTION = "x11/gnome" |
3 | HOMEPAGE = "https://projects.gnome.org/gconf/" | 6 | HOMEPAGE = "https://projects.gnome.org/gconf/" |
4 | LICENSE = "LGPLv2+" | 7 | LICENSE = "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 @@ | |||
1 | SUMMARY = "Middleware layer between GObject-using C libraries and language bindings" | 1 | SUMMARY = "Middleware layer between GObject-using C libraries and language bindings" |
2 | DESCRIPTION = "GObject Introspection is a project for providing machine \ | ||
3 | readable introspection data of the API of C libraries. This introspection \ | ||
4 | data can be used in several different use cases, for example automatic code \ | ||
5 | generation for bindings, API verification and documentation generation." | ||
2 | HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" | 6 | HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" |
3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues" |
4 | SECTION = "libs" | 8 | SECTION = "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 |
137 | do_install_append_class-target() { | 141 | do_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 @@ | |||
1 | SUMMARY = "GNOME desktop-wide GSettings schemas" | 1 | SUMMARY = "GNOME desktop-wide GSettings schemas" |
2 | DESCRIPTION = "GSettings desktop-wide schemas contains a collection of \ | ||
3 | GSettings schemas for settings shared by various components of a desktop." | ||
2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas" | 4 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas" |
3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/issues" | 5 | BUGTRACKER = "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 @@ | |||
1 | SUMMARY = "Default icon theme that all icon themes automatically inherit from" | 1 | SUMMARY = "Default icon theme that all icon themes automatically inherit from" |
2 | DESCRIPTION = "The hicolor-icon-theme package contains a default fallback \ | ||
3 | theme for implementations of the icon theme specification." | ||
2 | HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme" | 4 | HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme" |
3 | BUGTRACKER = "https://bugs.freedesktop.org/" | 5 | BUGTRACKER = "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 @@ | |||
1 | SUMMARY = "The libdazzle library is a companion library to GObject and Gtk+." | 1 | SUMMARY = "The libdazzle library is a companion library to GObject and Gtk+." |
2 | DESCRIPTION = "A wide range of components from utilities for GIO, widgets for \ | ||
3 | GTK+, an animation framework, state machines, paneling and high-performance \ | ||
4 | counters are included." | ||
2 | LICENSE = "GPLv3+" | 5 | LICENSE = "GPLv3+" |
3 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libdazzle" | 6 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libdazzle" |
4 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libdazzle/issues" | 7 | BUGTRACKER = "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 @@ | |||
1 | SUMMARY = "GObject wrapper for libudev" | 1 | SUMMARY = "GObject wrapper for libudev" |
2 | DESCRIPTION = "This library makes it much simpler to use libudev from programs \ | ||
3 | already using GObject. It also makes it possible to easily use libudev from \ | ||
4 | other programming languages, such as Javascript, because of GObject \ | ||
5 | introspection support." | ||
2 | HOMEPAGE = "https://wiki.gnome.org/Projects/libgudev" | 6 | HOMEPAGE = "https://wiki.gnome.org/Projects/libgudev" |
3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libgudev/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libgudev/issues" |
4 | SRC_URI[archive.sha256sum] = "587c4970eb23f4e2deee2cb1fb7838c94a78c578f41ce12cac0a3f4a80dabb03" | 8 | SRC_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 @@ | |||
1 | SUMMARY = "Library for rendering SVG files" | 1 | SUMMARY = "Library for rendering SVG files" |
2 | DESCRIPTION = "A small library to render Scalable Vector Graphics (SVG), \ | ||
3 | associated with the GNOME Project. It renders SVG files to Cairo surfaces. \ | ||
4 | Cairo is the 2D, antialiased drawing library that GNOME uses to draw things to \ | ||
5 | the screen or to generate output for printing." | ||
2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/librsvg" | 6 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/librsvg" |
3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/librsvg/issues" | 7 | BUGTRACKER = "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 @@ | |||
1 | SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets" | 1 | SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets" |
2 | DESCRIPTION = "A GObject-based library for accessing the Secret Service API of \ | ||
3 | the freedesktop.org project, a cross-desktop effort to access passwords, \ | ||
4 | tokens and other types of secrets. libsecret provides a convenient wrapper \ | ||
5 | for these methods so consumers do not have to call the low-level DBus methods." | ||
2 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPLv2.1" |
3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" |