diff options
author | Kai Kang <kai.kang@windriver.com> | 2021-03-16 11:42:00 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-16 21:37:15 -0700 |
commit | 635343832c83f083fb3512f0240dbd6bb7b4849b (patch) | |
tree | ea431579688b729fcd36543dfa9fd541daac3121 /meta-xfce | |
parent | 44284f23c18eb8e68fcf2070db182e878415f883 (diff) | |
download | meta-openembedded-635343832c83f083fb3512f0240dbd6bb7b4849b.tar.gz |
xfce4-weather-plugin: 0.10.2 -> 0.11.0
Release notes for 0.11.0
========================
- Port to Xfconf
Please note that settings from the rc file are not automatically
migrated.
- Fix null g_array_sort() argument
- settings: Use infobar and symbolic icons
- Improve forecast window
- autoconf: Remove AC_HEADER_STDC
- Update `.gitignore`
- Set pointers to NULL
- Fix double-free
- Fix missing-prototypes
- Enable debug=yes when compiling from git and fix warnings
- Remove GSourceFunc casts
- Update copyright
- Translation Updates:
Basque, Belarusian, Bulgarian, Czech, Danish, Finnish, Greek,
Portuguese (Brazil), Russian, Serbian, Slovak, Turkish, Ukrainian
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.0.bb (renamed from meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.10.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.10.2.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.0.bb index 404523019..45b43863a 100644 --- a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.10.2.bb +++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.0.bb | |||
@@ -7,6 +7,6 @@ inherit xfce-panel-plugin | |||
7 | 7 | ||
8 | DEPENDS += "libsoup-2.4 dbus-glib upower" | 8 | DEPENDS += "libsoup-2.4 dbus-glib upower" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "9017790b92953090c849b17b357b42fa8c562bf0e25af2fd2e5f53cfebc662c6" | 10 | SRC_URI[sha256sum] = "e3242ea951d51bc0fded1d02a4f1f662bec16a1fb10c855f71bda6541a1153fc" |
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/xfce4/weather" | 12 | FILES_${PN} += "${datadir}/xfce4/weather" |