From 2993b0525cfe3d70b37fbfe808d380bba7d7299c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 27 Mar 2019 16:34:55 +0100 Subject: xfce4-weather-plugin: upgrade 0.9.0 -> 0.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most notable changes from announcement [1]: 1. Use https for all connections (bug #13645) 2. Use the latest sunrise API (2.0) (bug #14972) Note on 2.: although met.no announced they will stop support for API 1.1 after 2019-02-15 plugin 0.9.0 still works for me. So in case of trouble on our stable branches we should consider upgrading. [1] https://mail.xfce.org/pipermail/xfce/2019-March/036322.html [2] https://api.met.no/weatherapi/sunrise/2.0/documentation#version_2.0_released:_2018-11-19 Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../weather/xfce4-weather-plugin_0.9.0.bb | 13 ------------- .../weather/xfce4-weather-plugin_0.9.1.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.9.0.bb create mode 100644 meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.9.1.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.9.0.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.9.0.bb deleted file mode 100644 index 1663bb9af3..0000000000 --- a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.9.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -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[md5sum] = "25d3d9fb2e688a619201655f6eea51c2" -SRC_URI[sha256sum] = "34368cf2332774ad2a05226b2914ecb60e7550e9b2164be53ebe8f370198bb3d" - -FILES_${PN} += "${datadir}/xfce4/weather" diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.9.1.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.9.1.bb new file mode 100644 index 0000000000..c53ca13c88 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.9.1.bb @@ -0,0 +1,13 @@ +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[md5sum] = "e0bde3ba6a7e863022a86a23c7871255" +SRC_URI[sha256sum] = "7cdc18b8df759dee4ceaaf6ce303eff7fda48e247dbc26b78142929213506cfd" + +FILES_${PN} += "${datadir}/xfce4/weather" -- cgit 1.2.3-korg