diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-12 18:53:12 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-12 18:53:12 +0000 |
commit | f04c66a0233d157184a98ae889e8ef562e4bbb5a (patch) | |
tree | 64e9f1210c8a8c1bbc866ee48e940de0ecd97a80 /packages/notification-daemon | |
parent | 48b917443d7520347e433b6534355bb8bb19bc76 (diff) |
divers: fix minor spacing errors, sanitize
Diffstat (limited to 'packages/notification-daemon')
-rw-r--r-- | packages/notification-daemon/notification-daemon_0.3.5.bb | 12 | ||||
-rw-r--r-- | packages/notification-daemon/notification-daemon_0.3.6.bb | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/packages/notification-daemon/notification-daemon_0.3.5.bb b/packages/notification-daemon/notification-daemon_0.3.5.bb index 8acabfae73..791c285aed 100644 --- a/packages/notification-daemon/notification-daemon_0.3.5.bb +++ b/packages/notification-daemon/notification-daemon_0.3.5.bb @@ -1,7 +1,7 @@ -DESCRIPTION = "a dbus service that listens to desktop notification requests and displays them" -HOMEPAGE = "http://www.galago-project.org/" -LICENSE = "GPL" -DEPENDS = "gettext dbus gtk+ libsexy gconf libwnck" +DESCRIPTION = "a dbus service that listens to desktop notification requests and displays them" +HOMEPAGE = "http://www.galago-project.org/" +LICENSE = "GPL" +DEPENDS = "gettext dbus gtk+ libsexy gconf libwnck" PACKAGES = "${PN}" FILES_${PN} = "${libexecdir}/notification-daemon \ @@ -9,7 +9,7 @@ FILES_${PN} = "${libexecdir}/notification-daemon \ ${libdir}/notification-daemon-1.0/engines/libstandard.so \ ${sysconfdir}/gconf/schemas/notification-daemon.schemas" -SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" -EXTRA_OECONF = "--disable-binreloc" +SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" +EXTRA_OECONF = "--disable-binreloc" inherit autotools pkgconfig diff --git a/packages/notification-daemon/notification-daemon_0.3.6.bb b/packages/notification-daemon/notification-daemon_0.3.6.bb index 1fdf6f2762..8ee89ea847 100644 --- a/packages/notification-daemon/notification-daemon_0.3.6.bb +++ b/packages/notification-daemon/notification-daemon_0.3.6.bb @@ -1,7 +1,7 @@ -DESCRIPTION = "a dbus service that listens to desktop notification requests and displays them" -HOMEPAGE = "http://www.galago-project.org/" -LICENSE = "GPL" -DEPENDS = "gettext dbus gtk+ libsexy gconf libwnck" +DESCRIPTION = "a dbus service that listens to desktop notification requests and displays them" +HOMEPAGE = "http://www.galago-project.org/" +LICENSE = "GPL" +DEPENDS = "gettext dbus gtk+ libsexy gconf libwnck" PACKAGES = "${PN}" FILES_${PN} = "${libexecdir}/notification-daemon \ |