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 <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jason Schonberg 2025-11-17 09:51:31 -05:00 committed by Khem Raj
parent 788169b265
commit d3d49d7e00
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -1,4 +1,5 @@
SUMMARY = "Xfce Calender" SUMMARY = "Xfce Calender"
HOMEPAGE = "https://docs.xfce.org/apps/orage/start"
SECTION = "x11/application" SECTION = "x11/application"
LICENSE = "GPL-2.0-only" LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
@ -6,7 +7,7 @@ DEPENDS = "gtk+ xfce4-panel libical popt"
inherit xfce-app mime-xdg inherit xfce-app mime-xdg
SRC_URI[sha256sum] = "7e0331167ba438e494e0dc7fbdf03843fdfa4004910f4d5b113afea77b3eecc0" SRC_URI[sha256sum] = "6bfd3da084c2977fb5cee26c8e94bf55e358da8e86dd2a83c6fa9174f24672a1"
PACKAGECONFIG ??= "notify" PACKAGECONFIG ??= "notify"
PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"