From 675d2ab543fd872e05a374e52a4102cf120e7fbc Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 27 Mar 2017 23:12:33 +0200 Subject: xfce4-weather-plugin: update 0.8.8 -> 0.8.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../weather/xfce4-weather-plugin_0.8.8.bb | 13 ------------- .../weather/xfce4-weather-plugin_0.8.9.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.8.bb create mode 100644 meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.9.bb diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.8.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.8.bb deleted file mode 100644 index 28d3bda073..0000000000 --- a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.8.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] = "29fe8892bb4c6b1e639862a63110618e" -SRC_URI[sha256sum] = "651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f" - -FILES_${PN} += "${datadir}/xfce4/weather" diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.9.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.9.bb new file mode 100644 index 0000000000..d9ed2ce376 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.9.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] = "0c56c057e1c354b30409b7871ab6f314" +SRC_URI[sha256sum] = "0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5" + +FILES_${PN} += "${datadir}/xfce4/weather" -- cgit 1.2.3-korg