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