From d3d49d7e0053bc65183238ff7502e2cf3f6d085d Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Mon, 17 Nov 2025 09:51:31 -0500 Subject: orage: upgrade 4.20.1 -> 4.20.2 Add a HOMEPAGE while we are here. Changelog: https://gitlab.xfce.org/apps/orage/-/releases/orage-4.20.2 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/orage/orage_4.20.1.bb | 21 --------------------- meta-xfce/recipes-apps/orage/orage_4.20.2.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 21 deletions(-) delete mode 100644 meta-xfce/recipes-apps/orage/orage_4.20.1.bb create mode 100644 meta-xfce/recipes-apps/orage/orage_4.20.2.bb diff --git a/meta-xfce/recipes-apps/orage/orage_4.20.1.bb b/meta-xfce/recipes-apps/orage/orage_4.20.1.bb deleted file mode 100644 index cc17393504..0000000000 --- a/meta-xfce/recipes-apps/orage/orage_4.20.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Xfce Calender" -SECTION = "x11/application" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -DEPENDS = "gtk+ xfce4-panel libical popt" - -inherit xfce-app mime-xdg - -SRC_URI[sha256sum] = "7e0331167ba438e494e0dc7fbdf03843fdfa4004910f4d5b113afea77b3eecc0" - -PACKAGECONFIG ??= "notify" -PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" - -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" diff --git a/meta-xfce/recipes-apps/orage/orage_4.20.2.bb b/meta-xfce/recipes-apps/orage/orage_4.20.2.bb new file mode 100644 index 0000000000..461e471146 --- /dev/null +++ b/meta-xfce/recipes-apps/orage/orage_4.20.2.bb @@ -0,0 +1,22 @@ +SUMMARY = "Xfce Calender" +HOMEPAGE = "https://docs.xfce.org/apps/orage/start" +SECTION = "x11/application" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +DEPENDS = "gtk+ xfce4-panel libical popt" + +inherit xfce-app mime-xdg + +SRC_URI[sha256sum] = "6bfd3da084c2977fb5cee26c8e94bf55e358da8e86dd2a83c6fa9174f24672a1" + +PACKAGECONFIG ??= "notify" +PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" + +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" -- cgit v1.2.3-54-g00ecf