[oe-commits] Steve Sakoman : libnotify: add 0.4.5

git version control git at git.openembedded.org
Thu Sep 3 08:34:20 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ae751ce3cd3e186aa0b167de1c5634e1ee98ef7a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ae751ce3cd3e186aa0b167de1c5634e1ee98ef7a

Author: Steve Sakoman <steve at sakoman.com>
Date:   Wed Sep  2 22:58:01 2009 -0700

libnotify: add 0.4.5

---

 conf/checksums.ini                   |    4 ++++
 recipes/libnotify/libnotify_0.4.5.bb |   14 ++++++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 87e8ac1..3eb9f6f 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -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
index 0000000..9152133
--- /dev/null
+++ b/recipes/libnotify/libnotify_0.4.5.bb
@@ -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
+}





More information about the Openembedded-commits mailing list