libgweather_3.36.1.bb 754 B

123456789101112131415161718192021222324
  1. SUMMARY = "A library to access weather information from online services"
  2. LICENSE = "GPLv2"
  3. LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  4. GNOMEBASEBUILDCLASS = "meson"
  5. inherit gnomebase gsettings gobject-introspection gettext gtk-doc vala features_check upstream-version-is-even
  6. SRC_URI[archive.md5sum] = "d6081108f9c224c5cb594f8ccb025db9"
  7. SRC_URI[archive.sha256sum] = "de2709f0ee233b20116d5fa9861d406071798c4aa37830ca25f5ef2c0083e450"
  8. # gobject-introspection is mandatory and cannot be configured
  9. REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
  10. UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
  11. GTKDOC_MESON_OPTION = "gtk_doc"
  12. DEPENDS = " \
  13. gtk+3 \
  14. json-glib \
  15. libsoup-2.4 \
  16. geocode-glib \
  17. "