Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 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 = "LGPL-2.1-only" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 11 | |
Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-8" |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 13 | SRCREV = "48ae7ec0f7f9ee5f666da38b0e39e66874957166" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))" |
| 17 | GIR_MESON_ENABLE_FLAG = 'enabled' |
| 18 | GIR_MESON_DISABLE_FLAG = 'disabled' |
| 19 | |
| 20 | inherit meson gobject-introspection vala gettext gi-docgen features_check pkgconfig |
| 21 | |
| 22 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 23 | |
| 24 | DEPENDS += "gtk+3" |
| 25 | |
| 26 | PACKAGES =+ "${PN}-examples" |
| 27 | FILES:${PN}-examples = "${bindir}" |