Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "Library for sending desktop notifications to a notification daemon" |
Brad Bishop | 64c979e | 2019-11-04 13:55:29 -0500 | [diff] [blame] | 2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify" |
| 3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 4 | SECTION = "libs" |
| 5 | LICENSE = "LGPLv2.1" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
| 7 | |
Brad Bishop | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame] | 8 | DEPENDS = "dbus gtk+3 glib-2.0" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 9 | |
Andrew Geissler | 4b740dc | 2020-05-05 08:54:39 -0500 | [diff] [blame^] | 10 | GNOMEBASEBUILDCLASS = "meson" |
| 11 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 12 | GIR_MESON_ENABLE_FLAG = "enabled" |
| 13 | GIR_MESON_DISABLE_FLAG = "disabled" |
Brad Bishop | 6dbb316 | 2019-11-25 09:41:34 -0500 | [diff] [blame] | 14 | inherit gnomebase gtk-doc features_check gobject-introspection |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 15 | # depends on gtk+3 |
| 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 17 | |
Andrew Geissler | 4b740dc | 2020-05-05 08:54:39 -0500 | [diff] [blame^] | 18 | SRC_URI[archive.md5sum] = "ccd9c53364174cc8d13e18a1988faa76" |
| 19 | SRC_URI[archive.sha256sum] = "66c0517ed16df7af258e83208faaf5069727dfd66995c4bbc51c16954d674761" |
| 20 | |
| 21 | EXTRA_OEMESON = "-Dman=false" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 22 | |
| 23 | # there were times, we had two versions of libnotify (oe-core libnotify:0.6.x / |
| 24 | # meta-gnome libnotify3: 0.7.x) |
| 25 | PROVIDES += "libnotify3" |
| 26 | RPROVIDES_${PN} += "libnotify3" |
| 27 | RCONFLICTS_${PN} += "libnotify3" |
| 28 | RREPLACES_${PN} += "libnotify3" |