From 0fac9d7251fa37aab3c5db617de5467f53400280 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 24 Jun 2011 20:58:55 +0200 Subject: [PATCH] libnotify3: add 0.7.3 Signed-off-by: Koen Kooi --- .../recipes-gnome/libnotify/libnotify3_0.7.3.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb diff --git a/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb b/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb new file mode 100644 index 0000000000..2ff6879f19 --- /dev/null +++ b/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Send desktop notifications to a notification daemon" +SECTION = "libs" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" + +DEPENDS = "dbus gtk+3" + +BPN = "libnotify" + +inherit gnome lib_package +