From c0c657bd92911788b96d9670620eabf024453752 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 30 Sep 2010 22:15:13 +0100 Subject: Split meta-extras and meta-moblin out of the main repository Signed-off-by: Richard Purdie --- .../notification-daemon_0.3.7.bb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta-extras/packages/notification-daemon/notification-daemon_0.3.7.bb (limited to 'meta-extras/packages/notification-daemon/notification-daemon_0.3.7.bb') diff --git a/meta-extras/packages/notification-daemon/notification-daemon_0.3.7.bb b/meta-extras/packages/notification-daemon/notification-daemon_0.3.7.bb deleted file mode 100644 index f443e307c..000000000 --- a/meta-extras/packages/notification-daemon/notification-daemon_0.3.7.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "A dbus service that listens to desktop notification requests and displays them" -HOMEPAGE = "http://www.galago-project.org/" -SECTION = "x11" -LICENSE = "GPL" -DEPENDS = "dbus gtk+ gconf" - -SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ - file://no-wnck-sexy.patch;patch=1" - -EXTRA_OECONF = "--disable-binreloc" - -inherit autotools pkgconfig - -FILES_${PN} = "\ - ${libexecdir}/notification-daemon \ - ${datadir}/dbus-1/services/ \ - ${libdir}/notification-daemon-1.0/engines/*.so \ - ${sysconfdir}/gconf/schemas/notification-daemon.schemas \ -" - -FILES_${PN}-dbg += "${libexecdir}/.debug ${libdir}/notification-daemon-1.0/engines/.debug" -- cgit v1.2.3