blob: 9652948a35ad2ba56cc45aea0b77eee5d5e6a0fc [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 Geissler95ac1b82021-03-31 14:34:31 -050012SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https"
Andrew Geisslerc926e172021-05-07 16:11:35 -050013SRCREV = "09f36006b26f41a2bb383b0c853e954c5792cfe1"
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"
27FILES_${PN}-examples = "${bindir}"