diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-09-09 20:09:57 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-09-09 20:09:57 +0000 |
commit | e20dacffe9fa7e4d168c9cb556f2f09db9cdb17d (patch) | |
tree | 72c1d8959484c4d1739d6348a3dfa0f24830f1a2 /packages/libnotify | |
parent | 09858a04b00382d8932c45c48f086eb5610df069 (diff) |
libnotify: remove older ones, fix formatting
Diffstat (limited to 'packages/libnotify')
-rw-r--r-- | packages/libnotify/libnotify_0.4.2.bb | 13 | ||||
-rw-r--r-- | packages/libnotify/libnotify_0.4.3.bb | 13 | ||||
-rw-r--r-- | packages/libnotify/libnotify_0.4.4.bb | 13 |
3 files changed, 7 insertions, 32 deletions
diff --git a/packages/libnotify/libnotify_0.4.2.bb b/packages/libnotify/libnotify_0.4.2.bb deleted file mode 100644 index f3f3aff334..0000000000 --- a/packages/libnotify/libnotify_0.4.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -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 -} diff --git a/packages/libnotify/libnotify_0.4.3.bb b/packages/libnotify/libnotify_0.4.3.bb deleted file mode 100644 index f3f3aff334..0000000000 --- a/packages/libnotify/libnotify_0.4.3.bb +++ /dev/null @@ -1,13 +0,0 @@ -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 -} 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 |