From 191ea8a90af26ee5c0b3c07ad7a2fb28d179cc84 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 9 Sep 2007 20:24:54 +0000 Subject: notification-daemon: remove 0.3.5, package dbus services file in 0.3.6, add 0.3.7 --- .../notification-daemon_0.3.5.bb | 15 -------------- .../notification-daemon_0.3.6.bb | 23 +++++++++++++--------- .../notification-daemon_0.3.7.bb | 19 ++++++++++++++++++ 3 files changed, 33 insertions(+), 24 deletions(-) delete mode 100644 packages/notification-daemon/notification-daemon_0.3.5.bb create mode 100644 packages/notification-daemon/notification-daemon_0.3.7.bb (limited to 'packages') diff --git a/packages/notification-daemon/notification-daemon_0.3.5.bb b/packages/notification-daemon/notification-daemon_0.3.5.bb deleted file mode 100644 index 791c285aed..0000000000 --- a/packages/notification-daemon/notification-daemon_0.3.5.bb +++ /dev/null @@ -1,15 +0,0 @@ -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 \ - ${datadir}/dbus-1/services/notification-daemon.service \ - ${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" - -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 8ee89ea847..ee0f597550 100644 --- a/packages/notification-daemon/notification-daemon_0.3.6.bb +++ b/packages/notification-daemon/notification-daemon_0.3.6.bb @@ -1,16 +1,21 @@ -DESCRIPTION = "a dbus service that listens to desktop notification requests and displays them" +DESCRIPTION = "A dbus service that listens to desktop notification requests and displays them" HOMEPAGE = "http://www.galago-project.org/" +SECTION = "x11" LICENSE = "GPL" DEPENDS = "gettext dbus gtk+ libsexy gconf libwnck" - -PACKAGES = "${PN}" -FILES_${PN} = "${libexecdir}/notification-daemon \ - ${datadir}/dbus-1/services/notification-daemon.service \ - ${libdir}/notification-daemon-1.0/engines/libstandard.so \ - ${sysconfdir}/gconf/schemas/notification-daemon.schemas" +PR = "r1" SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ - file://dbus-glib-tool-prefix.patch;patch=1" -EXTRA_OECONF = "--disable-binreloc" + file://dbus-glib-tool-prefix.patch;patch=1" + +EXTRA_OECONF = "--disable-binreloc" inherit autotools pkgconfig + +PACKAGES = "${PN}" +FILES_${PN} = "\ + ${libexecdir}/notification-daemon \ + ${datadir}/dbus-1/services \ + ${libdir}/notification-daemon-1.0/engines/libstandard.so \ + ${sysconfdir}/gconf/schemas/notification-daemon.schemas \ +" diff --git a/packages/notification-daemon/notification-daemon_0.3.7.bb b/packages/notification-daemon/notification-daemon_0.3.7.bb new file mode 100644 index 0000000000..43721f5e28 --- /dev/null +++ b/packages/notification-daemon/notification-daemon_0.3.7.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "A dbus service that listens to desktop notification requests and displays them" +HOMEPAGE = "http://www.galago-project.org/" +SECTION = "x11" +LICENSE = "GPL" +DEPENDS = "gettext dbus gtk+ libsexy gconf libwnck" + +SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" + +EXTRA_OECONF = "--disable-binreloc" + +inherit autotools pkgconfig + +PACKAGES = "${PN}" +FILES_${PN} = "\ + ${libexecdir}/notification-daemon \ + ${datadir}/dbus-1/services/ \ + ${libdir}/notification-daemon-1.0/engines/libstandard.so \ + ${sysconfdir}/gconf/schemas/notification-daemon.schemas \ +" -- cgit v1.2.3