diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-01-26 11:01:54 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-19 10:09:58 +0100 |
commit | 54ae46b0b0aa010197070b2a4057492ca323e18f (patch) | |
tree | 335cb86e7b914c0f3da3d4773c53d843aed7d898 /meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.5.bb | |
parent | f26d42cd3469cdea025f00502d2de8f98d6a2b02 (diff) | |
download | meta-openembedded-54ae46b0b0aa010197070b2a4057492ca323e18f.tar.gz |
xfce4-weather-plugin: update to 0.8.5
patches were applied mainline
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.5.bb')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.5.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.5.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.5.bb new file mode 100644 index 000000000..3fc5eae7a --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.5.bb | |||
@@ -0,0 +1,13 @@ | |||
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] = "cc6d9039540a71e57102ae75224a3f5e" | ||
11 | SRC_URI[sha256sum] = "be8ac0e5635355d568e4095a3459f53efd5f10a8ef46976a43dc30cbb277e5cd" | ||
12 | |||
13 | FILES_${PN} += "${datadir}/xfce4/weather" | ||