From: Philipp Zabel Date: Sun, 5 Feb 2006 16:54:13 +0000 (+0000) Subject: libnotify: add 0.3.2, a library to send desktop notifications to a notification daemon X-Git-Tag: Release-2010-05/1~9453^2~2441 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40a843f4f9fef0b89b494c3105064e73e49d04eb;p=openembedded.git libnotify: add 0.3.2, a library to send desktop notifications to a notification daemon --- diff --git a/packages/libnotify/.mtn2git_empty b/packages/libnotify/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/libnotify/libnotify_0.3.2.bb b/packages/libnotify/libnotify_0.3.2.bb new file mode 100644 index 0000000000..f3f3aff334 --- /dev/null +++ b/packages/libnotify/libnotify_0.3.2.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "sends desktop notifications to a notification daemon" +HOMEPAGE = "http://www.galago-project.org/" +LICENSE = "LGPL" +DEPENDS = "dbus gtk+" +PR = "r0" + +SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +}