diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libnotify/libnotify_0.4.2.bb | 13 | ||||
-rw-r--r-- | packages/libnotify/libnotify_0.4.3.bb | 13 | ||||
-rw-r--r-- | packages/libnotify/libnotify_0.4.4.bb | 13 | ||||
-rw-r--r-- | packages/notification-daemon/notification-daemon_0.3.6.bb | 23 | ||||
-rw-r--r-- | packages/notification-daemon/notification-daemon_0.3.7.bb (renamed from packages/notification-daemon/notification-daemon_0.3.5.bb) | 18 |
5 files changed, 32 insertions, 48 deletions
diff --git a/packages/libnotify/libnotify_0.4.2.bb b/packages/libnotify/libnotify_0.4.2.bb deleted file mode 100644 index f3f3aff334..0000000000 --- a/packages/libnotify/libnotify_0.4.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "sends desktop notifications to a notification daemon" -HOMEPAGE = "http://www.galago-project.org/" -LICENSE = "LGPL" -DEPENDS = "dbus gtk+" -PR = "r0" - -SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz" - -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} diff --git a/packages/libnotify/libnotify_0.4.3.bb b/packages/libnotify/libnotify_0.4.3.bb deleted file mode 100644 index f3f3aff334..0000000000 --- a/packages/libnotify/libnotify_0.4.3.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "sends desktop notifications to a notification daemon" -HOMEPAGE = "http://www.galago-project.org/" -LICENSE = "LGPL" -DEPENDS = "dbus gtk+" -PR = "r0" - -SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz" - -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} diff --git a/packages/libnotify/libnotify_0.4.4.bb b/packages/libnotify/libnotify_0.4.4.bb index f3f3aff334..9152133b4d 100644 --- a/packages/libnotify/libnotify_0.4.4.bb +++ b/packages/libnotify/libnotify_0.4.4.bb @@ -1,10 +1,11 @@ -DESCRIPTION = "sends desktop notifications to a notification daemon" -HOMEPAGE = "http://www.galago-project.org/" -LICENSE = "LGPL" -DEPENDS = "dbus gtk+" -PR = "r0" +DESCRIPTION = "Send desktop notifications to a notification daemon" +HOMEPAGE = "http://www.galago-project.org/" +SECTION = "libs" +LICENSE = "LGPL" +DEPENDS = "dbus gtk+" +PR = "r0" -SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz" +SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz" 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.5.bb b/packages/notification-daemon/notification-daemon_0.3.7.bb index 791c285aed..43721f5e28 100644 --- a/packages/notification-daemon/notification-daemon_0.3.5.bb +++ b/packages/notification-daemon/notification-daemon_0.3.7.bb @@ -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 \ +" |