Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 1 | SUMMARY = "A library to access weather information from online services" |
| 2 | |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 5 | |
| 6 | GNOMEBASEBUILDCLASS = "meson" |
| 7 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 8 | inherit gnomebase gsettings gobject-introspection gettext gtk-doc vala features_check upstream-version-is-even |
Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 9 | |
William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 10 | SRC_URI[archive.md5sum] = "ff399cf89e97a3e574ae05db5617b96b" |
| 11 | SRC_URI[archive.sha256sum] = "ee1201a8fc25c14e940d3b26db49a34947c8aebf67dee01ee67fbcb06ecb37a0" |
Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 12 | |
| 13 | # gobject-introspection is mandatory and cannot be configured |
| 14 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 15 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 16 | |
| 17 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 18 | |
| 19 | DEPENDS = " \ |
| 20 | gtk+3 \ |
| 21 | json-glib \ |
| 22 | libsoup-2.4 \ |
| 23 | geocode-glib \ |
| 24 | " |