Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -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 | GNOMEBN = "libgweather" |
| 7 | S = "${WORKDIR}/${GNOMEBN}-${PV}" |
| 8 | |
| 9 | inherit gnomebase gsettings gobject-introspection gettext gi-docgen vala features_check |
| 10 | |
| 11 | REQUIRED_DISTRO_FEATURES = "opengl" |
| 12 | |
| 13 | SRC_URI += "file://0001-Allow-building-gir-in-cross-environments.patch" |
| 14 | SRC_URI[archive.sha256sum] = "366e866ff2a708b894cfea9475b8e8ff54cb3e2b477ea72a8ade0dabee5f48a4" |
| 15 | |
| 16 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 17 | VALA_MESON_OPTION = "enable_vala" |
| 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 | " |