]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipes-gnome: Add missing HOMEPAGE and DESCRIPTION for recipes
authorMeh Mbeh Ida Delphine <idadelm@gmail.com>
Mon, 1 Mar 2021 13:57:33 +0000 (14:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Mar 2021 20:35:07 +0000 (20:35 +0000)
Fixes: [YOCTO #13471]
Signed-off-by: Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/epiphany/epiphany_3.38.2.bb
meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb
meta/recipes-gnome/libhandy/libhandy_1.0.3.bb
meta/recipes-gnome/libnotify/libnotify_0.7.9.bb
meta/recipes-gnome/libportal/libportal_0.3.bb
meta/recipes-gnome/libsecret/libsecret_0.20.4.bb

index 71b4a8a162a067dab48acfa7f3403ed3ccd8853f..7fedc43a99afc4ec250c085218dc65130b704eb0 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "WebKit based web browser for GNOME"
+DESCRIPTION = "Epiphany is an open source web browser for the Linux desktop environment. \
+It provides a simple and easy-to-use internet browsing experience."
+HOMEPAGE = "https://wiki.gnome.org/Apps/Web"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany"
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
index ff557978dc3c5bff27766ac102cc0fd4859cde27..a36a2b113cd92bf3a75eba8470aaa8e3616c874c 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "GTK+ icon theme"
+DESCRIPTION = "The Adwaita icon theme is the default icon theme of the GNOME desktop \
+This package package contains an icon theme for Gtk+ 3 applications."
 HOMEPAGE = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues"
 SECTION = "x11/gnome"
index f2b9ebf140b559044aea1d79fdb7c01f30b7dd3a..a53a1388f99cb153a20e31d05f5b8a03e4e0a821 100644 (file)
@@ -1,4 +1,11 @@
 SUMMARY = "A library full of GTK+ widgets for mobile phones"
+DESCRIPTION = "Library with GTK widgets for mobile phones. Libhandy provides \
+GTK widgets and GObjects to ease developing applications for mobile phones. \
+It was developed by Purism (and used by several official GNOME projects) \
+to extend Gtk by providing mobile-friendly widgets and make the creation of \
+responsive apps easier."
+HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy"
+BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
index 29a28272e17296d42589d2dc8243cb2a882cec05..1ff4b2e15feab9a438096dbed5052cdb0387177d 100644 (file)
@@ -1,4 +1,8 @@
 SUMMARY = "Library for sending desktop notifications to a notification daemon"
+DESCRIPTION = "It sends desktop notifications to a notification daemon, as defined \
+in the Desktop Notifications spec. These notifications can be used to inform \
+the user about an event or display some form of information without getting \
+in the user's way."
 HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues"
 SECTION = "libs"
index 022628b1ac0851e78f06936bb479de789f9f1965..bc4ff3784c606ced5c46417c36c745fb31abdd03 100644 (file)
@@ -1,4 +1,8 @@
 SUMMARY = "libportal provides GIO-style async APIs for most Flatpak portals."
+DESCRIPTION = "It provides simple asynchronous wrappers for most Flatpak portals \
+with a familiar GObject API along side the D-Bus API"
+HOMEPAGE = "https://github.com/flatpak/libportal"
+BUGTRACKER = "https://github.com/flatpak/libportal/issues"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
 
index 4b6b2172e4e85155dbbc021c809edda006e12fc6..287ac70f1e042364768257950d0bcab089546d54 100644 (file)
@@ -4,6 +4,7 @@ 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"
+HOMEPAGE = "https://github.com/GNOME/libsecret"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues"
 LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"