mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
Drop backported patches which have already been integrated into this version. 0001-libxfce4ui-Avoid-deprecated-functions.patch9115037ed70002-parsers-Generalise-input-to-array-of-gchar.patchc0653a903c0003-libsoup-Port-to-libsoup-3.0.patch279c975dc10004-Report-UPower-Glib-support.patch3bfb13249d0005-Make-libsoup-v3-support-optional.patch5116b68b45Use meson as that is now the supported build system. Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/tags/xfce4-weather-plugin-0.12.0 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
513 B
BlitzBasic
16 lines
513 B
BlitzBasic
SUMMARY = "Panel plugin to display current temperature and weather condition"
|
|
HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-weather-plugin/start"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
XFCEBASEBUILDCLASS = "meson"
|
|
XFCE_COMPRESS_TYPE = "xz"
|
|
|
|
inherit xfce-panel-plugin
|
|
|
|
DEPENDS += "libsoup dbus-glib upower json-c"
|
|
|
|
SRC_URI[sha256sum] = "5dd90b032c06ef4b64b818023154ef9463a2c694a0290e57f3412296c7545ff6"
|
|
|
|
FILES:${PN} += "${datadir}/xfce4/weather"
|