diff options
author | Meh Mbeh Ida Delphine <idadelm@gmail.com> | 2021-03-01 14:57:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 20:39:35 +0000 |
commit | 30f694fec7f47264ec20086c45a3de5fbc55842e (patch) | |
tree | e405f6b7afcee2e8cfbb8c3ae4a363a79968a61a | |
parent | d53dddd7ca22c68f0b8ae010c38b330aa7a4bc15 (diff) | |
download | poky-30f694fec7f47264ec20086c45a3de5fbc55842e.tar.gz |
recipes-gnome: Add missing HOMEPAGE and DESCRIPTION for recipes
Fixes: [YOCTO #13471]
(From OE-Core rev: e501e87b847d915e97b11d966b5781059daaf362)
Signed-off-by: Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.38.2.bb | 3 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/libhandy/libhandy_1.0.3.bb | 7 | ||||
-rw-r--r-- | meta/recipes-gnome/libnotify/libnotify_0.7.9.bb | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/libportal/libportal_0.3.bb | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/libsecret/libsecret_0.20.4.bb | 1 |
6 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb b/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb index 71b4a8a162..7fedc43a99 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "WebKit based web browser for GNOME" | 1 | SUMMARY = "WebKit based web browser for GNOME" |
2 | DESCRIPTION = "Epiphany is an open source web browser for the Linux desktop environment. \ | ||
3 | It provides a simple and easy-to-use internet browsing experience." | ||
4 | HOMEPAGE = "https://wiki.gnome.org/Apps/Web" | ||
2 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany" | 5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany" |
3 | LICENSE = "GPLv3+" | 6 | LICENSE = "GPLv3+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb index ff557978dc..a36a2b113c 100644 --- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb +++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | SUMMARY = "GTK+ icon theme" | 1 | SUMMARY = "GTK+ icon theme" |
2 | DESCRIPTION = "The Adwaita icon theme is the default icon theme of the GNOME desktop \ | ||
3 | This package package contains an icon theme for Gtk+ 3 applications." | ||
2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme" | 4 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme" |
3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues" | 5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues" |
4 | SECTION = "x11/gnome" | 6 | SECTION = "x11/gnome" |
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb b/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb index f2b9ebf140..a53a1388f9 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb | |||
@@ -1,4 +1,11 @@ | |||
1 | SUMMARY = "A library full of GTK+ widgets for mobile phones" | 1 | SUMMARY = "A library full of GTK+ widgets for mobile phones" |
2 | DESCRIPTION = "Library with GTK widgets for mobile phones. Libhandy provides \ | ||
3 | GTK widgets and GObjects to ease developing applications for mobile phones. \ | ||
4 | It was developed by Purism (and used by several official GNOME projects) \ | ||
5 | to extend Gtk by providing mobile-friendly widgets and make the creation of \ | ||
6 | responsive apps easier." | ||
7 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy" | ||
8 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues" | ||
2 | LICENSE = "LGPLv2.1" | 9 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
4 | 11 | ||
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb index 29a28272e1..1ff4b2e15f 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | SUMMARY = "Library for sending desktop notifications to a notification daemon" | 1 | SUMMARY = "Library for sending desktop notifications to a notification daemon" |
2 | DESCRIPTION = "It sends desktop notifications to a notification daemon, as defined \ | ||
3 | in the Desktop Notifications spec. These notifications can be used to inform \ | ||
4 | the user about an event or display some form of information without getting \ | ||
5 | in the user's way." | ||
2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify" | 6 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify" |
3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues" |
4 | SECTION = "libs" | 8 | SECTION = "libs" |
diff --git a/meta/recipes-gnome/libportal/libportal_0.3.bb b/meta/recipes-gnome/libportal/libportal_0.3.bb index 022628b1ac..bc4ff3784c 100644 --- a/meta/recipes-gnome/libportal/libportal_0.3.bb +++ b/meta/recipes-gnome/libportal/libportal_0.3.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | SUMMARY = "libportal provides GIO-style async APIs for most Flatpak portals." | 1 | SUMMARY = "libportal provides GIO-style async APIs for most Flatpak portals." |
2 | DESCRIPTION = "It provides simple asynchronous wrappers for most Flatpak portals \ | ||
3 | with a familiar GObject API along side the D-Bus API" | ||
4 | HOMEPAGE = "https://github.com/flatpak/libportal" | ||
5 | BUGTRACKER = "https://github.com/flatpak/libportal/issues" | ||
2 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
4 | 8 | ||
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb b/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb index 4b6b2172e4..287ac70f1e 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb | |||
@@ -4,6 +4,7 @@ the freedesktop.org project, a cross-desktop effort to access passwords, \ | |||
4 | tokens and other types of secrets. libsecret provides a convenient wrapper \ | 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." | 5 | for these methods so consumers do not have to call the low-level DBus methods." |
6 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPLv2.1" |
7 | HOMEPAGE = "https://github.com/GNOME/libsecret" | ||
7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" | 8 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" |
9 | 10 | ||