summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/libnotify/libnotify_0.8.3.bb')
-rw-r--r--meta/recipes-gnome/libnotify/libnotify_0.8.3.bb35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb b/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb
new file mode 100644
index 0000000000..1e606b84b2
--- /dev/null
+++ b/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb
@@ -0,0 +1,35 @@
1SUMMARY = "Library for sending desktop notifications to a notification daemon"
2DESCRIPTION = "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."
6HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify"
7BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues"
8SECTION = "libs"
9LICENSE = "LGPL-2.1-only"
10LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
11
12DEPENDS = "glib-2.0 glib-2.0-native gdk-pixbuf"
13
14PACKAGECONFIG ?= ""
15PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,gtk+3"
16
17GIR_MESON_ENABLE_FLAG = "enabled"
18GIR_MESON_DISABLE_FLAG = "disabled"
19inherit gnomebase gi-docgen features_check gobject-introspection
20# depends on gtk+3 if tests are enabled
21ANY_OF_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'tests', '${GTK3DISTROFEATURES}', '', d)}"
22
23SRC_URI[archive.sha256sum] = "ee8f3ef946156ad3406fdf45feedbdcd932dbd211ab4f16f75eba4f36fb2f6c0"
24
25EXTRA_OEMESON = "-Dman=false"
26
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"
33
34# -7381 is specific to the NodeJS bindings
35CVE_STATUS[CVE-2013-7381] = "cpe-incorrect: The issue is specific to the NodeJS bindings"