From fbb8a5766367ecbc8abfb1ea9fbd33cac32fc03b Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 1 Oct 2014 14:09:33 +0200 Subject: orage: update to 4.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- meta-xfce/recipes-apps/orage/orage_4.10.0.bb | 19 +++++++++++++++++++ meta-xfce/recipes-apps/orage/orage_4.8.4.bb | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 meta-xfce/recipes-apps/orage/orage_4.10.0.bb delete mode 100644 meta-xfce/recipes-apps/orage/orage_4.8.4.bb diff --git a/meta-xfce/recipes-apps/orage/orage_4.10.0.bb b/meta-xfce/recipes-apps/orage/orage_4.10.0.bb new file mode 100644 index 0000000000..8164c3c147 --- /dev/null +++ b/meta-xfce/recipes-apps/orage/orage_4.10.0.bb @@ -0,0 +1,19 @@ +SUMMARY = "Xfce Calender" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" +DEPENDS = "gtk+ xfce4-panel libical popt" + +inherit xfce-app + +SRC_URI[md5sum] = "b33fa272d92f539a224a7a40b1926dfc" +SRC_URI[sha256sum] = "6cb854f3437e31bab23abfce97bd10afa1636a9a1480d80e14e26c85d06be7c0" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" + +PACKAGES =+ "xfce4-orageclock-plugin" +FILES_${PN} += "${datadir}/dbus-1" +FILES_${PN}-dbg += "${libdir}/orage/xfce4/panel-plugins/.debug" +FILES_xfce4-orageclock-plugin = "${libdir}/orage/xfce4/panel-plugins/xfce4-orageclock-plugin ${datadir}/xfce4/panel-plugins" + diff --git a/meta-xfce/recipes-apps/orage/orage_4.8.4.bb b/meta-xfce/recipes-apps/orage/orage_4.8.4.bb deleted file mode 100644 index cf3081e378..0000000000 --- a/meta-xfce/recipes-apps/orage/orage_4.8.4.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Xfce Calender" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" -DEPENDS = "gtk+ xfce4-panel libical popt" - -inherit xfce-app - -SRC_URI[md5sum] = "d5105981a9d77ed22be42615d70f3cc0" -SRC_URI[sha256sum] = "b19df727da9da48b979e238ac7113c803976de80bd1e2dadf6d84b864956dfd5" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" - -PACKAGES =+ "xfce4-orageclock-plugin" -FILES_${PN} += "${datadir}/dbus-1" -FILES_${PN}-dbg += "${libdir}/orage/xfce4/panel-plugins/.debug" -FILES_xfce4-orageclock-plugin = "${libdir}/orage/xfce4/panel-plugins/xfce4-orageclock-plugin ${datadir}/xfce4/panel-plugins" - -- cgit v1.2.3-54-g00ecf