libnotify: add 0.4.5
authorSteve Sakoman <steve@sakoman.com>
Thu, 3 Sep 2009 05:58:01 +0000 (22:58 -0700)
committerKoen Kooi <koen@openembedded.org>
Thu, 3 Sep 2009 08:32:22 +0000 (10:32 +0200)
conf/checksums.ini
recipes/libnotify/libnotify_0.4.5.bb [new file with mode: 0644]

index 87e8ac1..3eb9f6f 100644 (file)
@@ -14522,6 +14522,10 @@ sha256=15b0492ac252f6e8ce57c106bda0722413196d16d198c97f20a05908d1b977af
 md5=ba76f68b7e3bd284ac2c2a1b9c5ecb06
 sha256=2389a9b8220f776033f728a8d46352cfee5c8705066e34887bfb188f9f0d3856
 
+[http://www.galago-project.org/files/releases/source/libnotify/libnotify-0.4.5.tar.gz]
+md5=472e2c1f808848365572a9b024d9e8f5
+sha256=0799db8ea1500b65a477421a8c930cc8c8b0bbc0596e55ea1601e2542f3fb0d9
+
 [http://www.netsurf-browser.org/projects/releases/libnsbmp-0.0.1-src.tar.gz]
 md5=61e1e5703580c1bc7d950a1aacea7bad
 sha256=424d12aae7a6ea8c90438cf4ccff486dc01a3a2a7b68eb602ee2b8c28178b6d1
diff --git a/recipes/libnotify/libnotify_0.4.5.bb b/recipes/libnotify/libnotify_0.4.5.bb
new file mode 100644 (file)
index 0000000..9152133
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "Send desktop notifications to a notification daemon"
+HOMEPAGE = "http://www.galago-project.org/"
+SECTION = "libs"
+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
+}