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 | |
| 10 | inherit gnomebase gtk-doc distro_features_check gobject-introspection |
| 11 | # depends on gtk+3 |
| 12 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 13 | |
| 14 | SRC_URI[archive.md5sum] = "babb4b07b5f21bef42a386d3d7019599" |
| 15 | SRC_URI[archive.sha256sum] = "69209e0b663776a00c7b6c0e560302a8dbf66b2551d55616304f240bba66e18c" |
| 16 | |
| 17 | # there were times, we had two versions of libnotify (oe-core libnotify:0.6.x / |
| 18 | # meta-gnome libnotify3: 0.7.x) |
| 19 | PROVIDES += "libnotify3" |
| 20 | RPROVIDES_${PN} += "libnotify3" |
| 21 | RCONFLICTS_${PN} += "libnotify3" |
| 22 | RREPLACES_${PN} += "libnotify3" |