colord-gtk_0.2.0.bb 733 B

123456789101112131415161718192021
  1. SUMMARY = "GTK support library for colord"
  2. HOMEPAGE = "https://www.freedesktop.org/software/colord/"
  3. LICENSE = "LGPLv3"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
  5. inherit meson gobject-introspection gettext gtk-doc features_check
  6. DEPENDS = " \
  7. gtk+3 \
  8. colord \
  9. "
  10. SRC_URI = "http://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz"
  11. SRC_URI[md5sum] = "66d048803c8b89e5e63da4b461484933"
  12. SRC_URI[sha256sum] = "2a4cfae08bc69f000f40374934cd26f4ae86d286ce7de89f1622abc59644c717"
  13. EXTRA_OEMESON = "-Dman=false"
  14. # gobject-introspection is mandatory and cannot be configured
  15. REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
  16. UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"