[oe-commits] org.oe.dev notification-daemon: remove 0.3.5, package dbus services file in 0.3.6, add 0.3.7

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Sep 10 16:04:44 UTC 2007


notification-daemon: remove 0.3.5, package dbus services file in 0.3.6, add 0.3.7

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 8f24f687fb1ef557bf1f1a9e66188d67dde2ea47
ViewMTN: http://monotone.openembedded.org/revision/info/8f24f687fb1ef557bf1f1a9e66188d67dde2ea47
Files:
1
packages/notification-daemon/notification-daemon_0.3.5.bb
packages/notification-daemon/notification-daemon_0.3.7.bb
packages/notification-daemon/notification-daemon_0.3.6.bb
Diffs:

#
# mt diff -r5978397b02d8a8abb7fa15a1a2056df95cf7ce92 -r8f24f687fb1ef557bf1f1a9e66188d67dde2ea47
#
# 
# 
# delete "packages/notification-daemon/notification-daemon_0.3.5.bb"
# 
# add_file "packages/notification-daemon/notification-daemon_0.3.7.bb"
#  content [6f71c88888837c894369e739bf3eab65d9f5f03d]
# 
# patch "packages/notification-daemon/notification-daemon_0.3.6.bb"
#  from [2b7f4a18e862fcf7635cbed3b7e6f6c8a0dd99cf]
#    to [2efc86c41f88c4292c92ae24d1e2f2d067c39959]
# 
============================================================
--- packages/notification-daemon/notification-daemon_0.3.7.bb	6f71c88888837c894369e739bf3eab65d9f5f03d
+++ packages/notification-daemon/notification-daemon_0.3.7.bb	6f71c88888837c894369e739bf3eab65d9f5f03d
@@ -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 \
+"
============================================================
--- packages/notification-daemon/notification-daemon_0.3.6.bb	2b7f4a18e862fcf7635cbed3b7e6f6c8a0dd99cf
+++ packages/notification-daemon/notification-daemon_0.3.6.bb	2efc86c41f88c4292c92ae24d1e2f2d067c39959
@@ -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"
+PR = "r1"
 
-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 \
+           file://dbus-glib-tool-prefix.patch;patch=1"
 
-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"
+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 \
+"






More information about the Openembedded-commits mailing list