xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Library for sending desktop notifications to a notification daemon"
2*4882a593SmuzhiyunDESCRIPTION = "It sends desktop notifications to a notification daemon, as defined \
3*4882a593Smuzhiyunin the Desktop Notifications spec. These notifications can be used to inform \
4*4882a593Smuzhiyunthe user about an event or display some form of information without getting \
5*4882a593Smuzhiyunin the user's way."
6*4882a593SmuzhiyunHOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify"
7*4882a593SmuzhiyunBUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues"
8*4882a593SmuzhiyunSECTION = "libs"
9*4882a593SmuzhiyunLICENSE = "LGPL-2.1-only"
10*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunDEPENDS = "dbus glib-2.0 gdk-pixbuf"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunPACKAGECONFIG ?= ""
15*4882a593SmuzhiyunPACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,gtk+3"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunGNOMEBASEBUILDCLASS = "meson"
18*4882a593SmuzhiyunGTKDOC_MESON_OPTION = "gtk_doc"
19*4882a593SmuzhiyunGIR_MESON_ENABLE_FLAG = "enabled"
20*4882a593SmuzhiyunGIR_MESON_DISABLE_FLAG = "disabled"
21*4882a593Smuzhiyuninherit gnomebase gtk-doc features_check gobject-introspection
22*4882a593Smuzhiyun# depends on gtk+3 if tests are enabled
23*4882a593SmuzhiyunANY_OF_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'tests', '${GTK3DISTROFEATURES}', '', d)}"
24*4882a593Smuzhiyun
25*4882a593SmuzhiyunSRC_URI[archive.md5sum] = "ccd9c53364174cc8d13e18a1988faa76"
26*4882a593SmuzhiyunSRC_URI[archive.sha256sum] = "66c0517ed16df7af258e83208faaf5069727dfd66995c4bbc51c16954d674761"
27*4882a593Smuzhiyun
28*4882a593SmuzhiyunEXTRA_OEMESON = "-Dman=false"
29*4882a593Smuzhiyun
30*4882a593Smuzhiyun# there were times, we had two versions of libnotify (oe-core libnotify:0.6.x /
31*4882a593Smuzhiyun# meta-gnome libnotify3: 0.7.x)
32*4882a593SmuzhiyunPROVIDES += "libnotify3"
33*4882a593SmuzhiyunRPROVIDES:${PN} += "libnotify3"
34*4882a593SmuzhiyunRCONFLICTS:${PN} += "libnotify3"
35*4882a593SmuzhiyunRREPLACES:${PN} += "libnotify3"
36*4882a593Smuzhiyun
37*4882a593Smuzhiyun# -7381 is specific to the NodeJS bindings
38*4882a593SmuzhiyunCVE_CHECK_IGNORE += "CVE-2013-7381"
39