blob: 1ff4b2e15feab9a438096dbed5052cdb0387177d [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "Library for sending desktop notifications to a notification daemon"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "It sends desktop notifications to a notification daemon, as defined \
3in the Desktop Notifications spec. These notifications can be used to inform \
4the user about an event or display some form of information without getting \
5in the user's way."
Brad Bishop64c979e2019-11-04 13:55:29 -05006HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify"
7BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues"
Brad Bishopc342db32019-05-15 21:57:59 -04008SECTION = "libs"
9LICENSE = "LGPLv2.1"
10LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
11
Brad Bishop96ff1982019-08-19 13:50:42 -040012DEPENDS = "dbus gtk+3 glib-2.0"
Brad Bishopc342db32019-05-15 21:57:59 -040013
Andrew Geissler4b740dc2020-05-05 08:54:39 -050014GNOMEBASEBUILDCLASS = "meson"
15GTKDOC_MESON_OPTION = "gtk_doc"
16GIR_MESON_ENABLE_FLAG = "enabled"
17GIR_MESON_DISABLE_FLAG = "disabled"
Brad Bishop6dbb3162019-11-25 09:41:34 -050018inherit gnomebase gtk-doc features_check gobject-introspection
Brad Bishopc342db32019-05-15 21:57:59 -040019# depends on gtk+3
20ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
21
Andrew Geissler4b740dc2020-05-05 08:54:39 -050022SRC_URI[archive.md5sum] = "ccd9c53364174cc8d13e18a1988faa76"
23SRC_URI[archive.sha256sum] = "66c0517ed16df7af258e83208faaf5069727dfd66995c4bbc51c16954d674761"
24
25EXTRA_OEMESON = "-Dman=false"
Brad Bishopc342db32019-05-15 21:57:59 -040026
27# there were times, we had two versions of libnotify (oe-core libnotify:0.6.x /
28# meta-gnome libnotify3: 0.7.x)
29PROVIDES += "libnotify3"
30RPROVIDES_${PN} += "libnotify3"
31RCONFLICTS_${PN} += "libnotify3"
32RREPLACES_${PN} += "libnotify3"