notification-daemon: remove 0.3.5, package dbus services file in 0.3.6, add 0.3.7
authorMichael Lauer <mickey@vanille-media.de>
Sun, 9 Sep 2007 20:24:54 +0000 (20:24 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 9 Sep 2007 20:24:54 +0000 (20:24 +0000)
packages/notification-daemon/notification-daemon_0.3.6.bb
packages/notification-daemon/notification-daemon_0.3.7.bb [moved from packages/notification-daemon/notification-daemon_0.3.5.bb with 51% similarity]

index 8ee89ea..ee0f597 100644 (file)
@@ -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 \
+"
@@ -1,15 +1,19 @@
-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"
-
 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 \
+"