blob: 3921099412dfb683cb8db1ea75db6eec2064373c [file] [log] [blame]
Andrew Geisslerc182c622020-05-15 14:13:32 -05001SUMMARY = "A library full of GTK+ widgets for mobile phones"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "Library with GTK widgets for mobile phones. Libhandy provides \
3GTK widgets and GObjects to ease developing applications for mobile phones. \
4It was developed by Purism (and used by several official GNOME projects) \
5to extend Gtk by providing mobile-friendly widgets and make the creation of \
6responsive apps easier."
7HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy"
8BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues"
Andrew Geisslerc182c622020-05-15 14:13:32 -05009LICENSE = "LGPLv2.1"
10LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
11
Andrew Geissler5f350902021-07-23 13:09:54 -040012SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-2"
13SRCREV = "e9ca4ac4b134bbd6ab91b6f916a915192fd3a465"
Andrew Geisslerc182c622020-05-15 14:13:32 -050014S = "${WORKDIR}/git"
Andrew Geisslerc182c622020-05-15 14:13:32 -050015
16GIR_MESON_ENABLE_FLAG = 'enabled'
17GIR_MESON_DISABLE_FLAG = 'disabled'
18GTKDOC_MESON_OPTION = 'gtk_doc'
19
20inherit meson gobject-introspection vala gettext gtk-doc features_check
21
22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
23
24DEPENDS += "gtk+3"
25
26PACKAGES =+ "${PN}-examples"
Patrick Williams213cb262021-08-07 19:21:33 -050027FILES:${PN}-examples = "${bindir}"