blob: a53a1388f99cb153a20e31d05f5b8a03e4e0a821 [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 Geissler90fd73c2021-03-05 15:25:55 -060012SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-0 \
13 file://determinism.patch"
Andrew Geisslerd1e89492021-02-12 15:35:20 -060014SRCREV = "7126d2e8da9dcdeb5751e60ff6a74930804f9637"
Andrew Geisslerc182c622020-05-15 14:13:32 -050015S = "${WORKDIR}/git"
Andrew Geisslerc182c622020-05-15 14:13:32 -050016
17GIR_MESON_ENABLE_FLAG = 'enabled'
18GIR_MESON_DISABLE_FLAG = 'disabled'
19GTKDOC_MESON_OPTION = 'gtk_doc'
20
21inherit meson gobject-introspection vala gettext gtk-doc features_check
22
23ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
24
25DEPENDS += "gtk+3"
26
27PACKAGES =+ "${PN}-examples"
28FILES_${PN}-examples = "${bindir}"