diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-06-23 07:51:39 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-26 11:27:17 +0100 |
| commit | da6e2a3c36758f8673d47e801a7af1bb44670511 (patch) | |
| tree | dd1a5a645de82d78a28b0a15031fde0e9ee37d0d /meta/recipes-gnome/libhandy/libhandy_1.2.3.bb | |
| parent | 46e198e2f35cc2dc00b8bd00f5cc8a66b4791f6b (diff) | |
| download | poky-da6e2a3c36758f8673d47e801a7af1bb44670511.tar.gz | |
libhandy: upgrade 1.2.2 -> 1.2.3
(From OE-Core rev: f820f2fd8f7b5fb8b3fc7b62cbc08940dd992052)
(From OE-Core rev: 1d39f667d3bf1a4180dd8b5858d742bbd795bd2e)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libhandy/libhandy_1.2.3.bb')
| -rw-r--r-- | meta/recipes-gnome/libhandy/libhandy_1.2.3.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.2.3.bb b/meta/recipes-gnome/libhandy/libhandy_1.2.3.bb new file mode 100644 index 0000000000..acb6e53b72 --- /dev/null +++ b/meta/recipes-gnome/libhandy/libhandy_1.2.3.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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" | ||
| 9 | LICENSE = "LGPLv2.1" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 11 | |||
| 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-2" | ||
| 13 | SRCREV = "e9ca4ac4b134bbd6ab91b6f916a915192fd3a465" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
| 17 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
| 18 | GTKDOC_MESON_OPTION = 'gtk_doc' | ||
| 19 | |||
| 20 | inherit meson gobject-introspection vala gettext gtk-doc features_check | ||
| 21 | |||
| 22 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 23 | |||
| 24 | DEPENDS += "gtk+3" | ||
| 25 | |||
| 26 | PACKAGES =+ "${PN}-examples" | ||
| 27 | FILES_${PN}-examples = "${bindir}" | ||
