summaryrefslogtreecommitdiffstats
path: root/meta-openmoko
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-09-29 12:50:33 +0000
committerRoss Burton <ross@openedhand.com>2008-09-29 12:50:33 +0000
commitc40aba1b89c20d919a87197c2cba478a6ffc815a (patch)
treefa5c45f6d0c8a0c2518e8c2f94a9b703fcf2d609 /meta-openmoko
parentc2d945ef1cd3fbf2e496e9bdbf3375d152fc5d21 (diff)
downloadpoky-c40aba1b89c20d919a87197c2cba478a6ffc815a.tar.gz
Merged revisions 5306 via svnmerge from
https://svn.o-hand.com/repos/poky/trunk ........ r5306 | ross | 2008-09-29 13:49:37 +0100 (Mon, 29 Sep 2008) | 1 line libnotify: move from meta-extras to meta-openmoko ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5307 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko')
-rw-r--r--meta-openmoko/packages/libnotify/libnotify_0.4.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb b/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb
new file mode 100644
index 0000000000..7c95fb2ad6
--- /dev/null
+++ b/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "Send desktop notifications to a notification daemon"
2HOMEPAGE = "http://www.galago-project.org/"
3SECTION = "libs"
4LICENSE = "LGPL"
5DEPENDS = "dbus gtk+ dbus-glib"
6PR = "r0"
7
8SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"
9
10inherit autotools pkgconfig
11
12do_stage() {
13 autotools_stage_all
14}