mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
0.10.2 ====== - weather-icon: fix use-after-free in get_user_icons_dir - Fix GTimeVal deprecation - Update copyright/bugzilla URLs - Switch to the 2.0 API - Add basic GitLab pipeline - Bug #16717: Move from exo-csource to xdt-csource - Fix unprintable character in summary subtitle (bug #16394) - Improve contrast in weather report, similar to GTK2 + Adwaita (bug #15806) - Enable keyboard scrolling in Details pane (bug #15912) - Support solarnoon and solarmidnight (bug #15771) - Fix day/night calculation (bug #16091) - Translation Updates Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
452 B
BlitzBasic
13 lines
452 B
BlitzBasic
SUMMARY = "Panel plugin to display current temperature and weather condition"
|
|
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
inherit xfce-panel-plugin
|
|
|
|
DEPENDS += "libsoup-2.4 dbus-glib upower"
|
|
|
|
SRC_URI[sha256sum] = "9017790b92953090c849b17b357b42fa8c562bf0e25af2fd2e5f53cfebc662c6"
|
|
|
|
FILES_${PN} += "${datadir}/xfce4/weather"
|