Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Panel plugin to display current temperature and weather condition" |
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 5 | |
| 6 | inherit xfce-panel-plugin |
| 7 | |
| 8 | DEPENDS += "libsoup-2.4 dbus-glib upower" |
| 9 | |
| 10 | SRC_URI[md5sum] = "25d3d9fb2e688a619201655f6eea51c2" |
| 11 | SRC_URI[sha256sum] = "34368cf2332774ad2a05226b2914ecb60e7550e9b2164be53ebe8f370198bb3d" |
| 12 | |
| 13 | FILES_${PN} += "${datadir}/xfce4/weather" |