From 854f3130426cfa404749abc68a5877500bb77458 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Tue, 10 Jun 2025 10:42:52 -0400 Subject: [PATCH] orage: upgrade 4.18.0 -> 4.20.1 Changelog: https://gitlab.xfce.org/apps/orage/-/tags/orage-4.20.1 Changelog: https://gitlab.xfce.org/apps/orage/-/tags/orage-4.20.0 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../recipes-apps/orage/{orage_4.18.0.bb => orage_4.20.1.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-xfce/recipes-apps/orage/{orage_4.18.0.bb => orage_4.20.1.bb} (84%) diff --git a/meta-xfce/recipes-apps/orage/orage_4.18.0.bb b/meta-xfce/recipes-apps/orage/orage_4.20.1.bb similarity index 84% rename from meta-xfce/recipes-apps/orage/orage_4.18.0.bb rename to meta-xfce/recipes-apps/orage/orage_4.20.1.bb index 83a65885ac..cc17393504 100644 --- a/meta-xfce/recipes-apps/orage/orage_4.18.0.bb +++ b/meta-xfce/recipes-apps/orage/orage_4.20.1.bb @@ -6,7 +6,7 @@ DEPENDS = "gtk+ xfce4-panel libical popt" inherit xfce-app mime-xdg -SRC_URI[sha256sum] = "6313b49b26cfa39fc5e99468f3fbcfe0fa1c0f3f74273f03674f1a7d6141a3ec" +SRC_URI[sha256sum] = "7e0331167ba438e494e0dc7fbdf03843fdfa4004910f4d5b113afea77b3eecc0" PACKAGECONFIG ??= "notify" PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" @@ -15,6 +15,7 @@ PACKAGES =+ "xfce4-orageclock-plugin" FILES:${PN} += " \ ${datadir}/dbus-1 \ ${datadir}/metainfo \ + ${datadir}/themes \ " FILES:xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la"