Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [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" |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 9 | LICENSE = "LGPL-2.1-only" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 11 | |
Andrew Geissler | d583833 | 2022-05-27 11:33:10 -0500 | [diff] [blame] | 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-6" |
Patrick Williams | db4c27e | 2022-08-05 08:10:29 -0500 | [diff] [blame] | 13 | SRCREV = "2885c314c9c84037b6fe55ead6a232e60ebfc9c5" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 14 | S = "${WORKDIR}/git" |
| 15 | |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 17 | GIR_MESON_ENABLE_FLAG = 'enabled' |
| 18 | GIR_MESON_DISABLE_FLAG = 'disabled' |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 19 | |
Andrew Geissler | d583833 | 2022-05-27 11:33:10 -0500 | [diff] [blame] | 20 | inherit meson gobject-introspection vala gettext gi-docgen features_check pkgconfig |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 21 | |
| 22 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 23 | |
| 24 | DEPENDS += "gtk+3" |
| 25 | |
| 26 | PACKAGES =+ "${PN}-examples" |
| 27 | FILES:${PN}-examples = "${bindir}" |