libnotify_0.7.9.bb 1.0 KB

12345678910111213141516171819202122232425262728
  1. SUMMARY = "Library for sending desktop notifications to a notification daemon"
  2. HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify"
  3. BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues"
  4. SECTION = "libs"
  5. LICENSE = "LGPLv2.1"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
  7. DEPENDS = "dbus gtk+3 glib-2.0"
  8. GNOMEBASEBUILDCLASS = "meson"
  9. GTKDOC_MESON_OPTION = "gtk_doc"
  10. GIR_MESON_ENABLE_FLAG = "enabled"
  11. GIR_MESON_DISABLE_FLAG = "disabled"
  12. inherit gnomebase gtk-doc features_check gobject-introspection
  13. # depends on gtk+3
  14. ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
  15. SRC_URI[archive.md5sum] = "ccd9c53364174cc8d13e18a1988faa76"
  16. SRC_URI[archive.sha256sum] = "66c0517ed16df7af258e83208faaf5069727dfd66995c4bbc51c16954d674761"
  17. EXTRA_OEMESON = "-Dman=false"
  18. # there were times, we had two versions of libnotify (oe-core libnotify:0.6.x /
  19. # meta-gnome libnotify3: 0.7.x)
  20. PROVIDES += "libnotify3"
  21. RPROVIDES_${PN} += "libnotify3"
  22. RCONFLICTS_${PN} += "libnotify3"
  23. RREPLACES_${PN} += "libnotify3"