diff options
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.0.bb')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.0.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.0.bb new file mode 100644 index 000000000..45b43863a --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.0.bb | |||
@@ -0,0 +1,12 @@ | |||
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[sha256sum] = "e3242ea951d51bc0fded1d02a4f1f662bec16a1fb10c855f71bda6541a1153fc" | ||
11 | |||
12 | FILES_${PN} += "${datadir}/xfce4/weather" | ||