1SUMMARY = "A library to access weather information from online services" 2 3LICENSE = "GPL-2.0-only" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 5 6GNOMEBASEBUILDCLASS = "meson" 7GNOMEBN = "libgweather" 8S = "${WORKDIR}/${GNOMEBN}-${PV}" 9 10inherit gnomebase gsettings gobject-introspection gettext gtk-doc vala 11 12SRC_URI += "file://0001-Allow-building-gir-in-cross-environments.patch" 13SRC_URI[archive.sha256sum] = "440d44801b6f72b48c676e5e37f9109cfee1394fd74cc92725e1b1ba4fae834c" 14 15GTKDOC_MESON_OPTION = "gtk_doc" 16 17DEPENDS = " \ 18 geocode-glib \ 19 gtk+3 \ 20 json-glib \ 21 libsoup-2.4 \ 22 python3-pygobject-native \ 23" 24 25FILES:${PN} += " \ 26 ${datadir}/libgweather-4 \ 27 ${libdir}/libgweather-4 \ 28" 29