From 2be2cbf444394e86c8ae924e423c97166c48311d Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 25 May 2015 11:47:18 +0200 Subject: orage: update to 4.12.1 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.12.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-xfce/recipes-apps/orage/orage_4.10.0.bb create mode 100644 meta-xfce/recipes-apps/orage/orage_4.12.1.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-apps/orage/orage_4.10.0.bb b/meta-xfce/recipes-apps/orage/orage_4.10.0.bb deleted file mode 100644 index 8164c3c147..0000000000 --- a/meta-xfce/recipes-apps/orage/orage_4.10.0.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] = "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.12.1.bb b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb new file mode 100644 index 0000000000..a2f25682bc --- /dev/null +++ b/meta-xfce/recipes-apps/orage/orage_4.12.1.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] = "2b7f5d38cb5c6edbcc65d0f52a742e46" +SRC_URI[sha256sum] = "3cf9aa441ae83c8688865f82217025cdf3ebaa152cce4571777b8c2aa8dd9062" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" + +PACKAGES =+ "xfce4-orageclock-plugin" +FILES_${PN} += "${datadir}/dbus-1" +FILES_${PN}-dbg += "${libdir}/xfce4/panel/plugins/.debug" +FILES_xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" + -- cgit 1.2.3-korg