diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-13 10:56:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-13 10:56:52 +0000 |
commit | 27e9acfbf83d8bbbf83076d7757f54e4485a0df4 (patch) | |
tree | be4557cd5b9637feb0b21f1ab59320060a3e6de4 /packages/libnotify/libnotify_0.4.4.bb | |
parent | 1c24210e3f0b3f6a5a5783ed597252d453e6bd64 (diff) | |
parent | d49aa984dfa45e53c2ca1d62d3e772efb18ae7a7 (diff) |
propagate from branch 'org.openembedded.dev' (head ab0d9a488e49d9ec307f6d034845a25a157b066b)
to branch 'org.openembedded.dev.avr32' (head 4c5317ddb5784cda08980db89021f3fc1e9b786e)
Diffstat (limited to 'packages/libnotify/libnotify_0.4.4.bb')
-rw-r--r-- | packages/libnotify/libnotify_0.4.4.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/libnotify/libnotify_0.4.4.bb b/packages/libnotify/libnotify_0.4.4.bb index f3f3aff334..9152133b4d 100644 --- a/packages/libnotify/libnotify_0.4.4.bb +++ b/packages/libnotify/libnotify_0.4.4.bb @@ -1,10 +1,11 @@ -DESCRIPTION = "sends desktop notifications to a notification daemon" -HOMEPAGE = "http://www.galago-project.org/" -LICENSE = "LGPL" -DEPENDS = "dbus gtk+" -PR = "r0" +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" +SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz" inherit autotools pkgconfig |