Package: xfce4-weather-plugin / 0.8.3-3

Metadata

Package Version Patches format
xfce4-weather-plugin 0.8.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_link libm.patch | (download)

configure.ac | 6 3 + 3 - 0 !
panel-plugin/Makefile.am | 4 2 + 2 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 link to libmath and clean up ac_check_headers.

(Patch slightly altered to patch configure.ac instead of configure.ac.in, not
present in release tarballs)

02_fix color parsing.patch | (download)

panel-plugin/weather.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix color parsing when reading config file.

This turned out to be a stupid copy & paste mistake.

03_fix panel icon size.patch | (download)

panel-plugin/weather.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix panel icon size.

Since the toggle button has been added, or maybe even before that,
the icon is cut off at the borders. Fix this by subtracting two pixels
from the icon size.

0001 Make plugin ready for met.no locationforecast 1.2 AP.patch | (download)

panel-plugin/weather-parsers.c | 3 2 + 1 - 0 !
panel-plugin/weather-translate.c | 70 69 + 1 - 0 !
panel-plugin/weather-translate.h | 2 2 + 0 - 0 !
3 files changed, 73 insertions(+), 2 deletions(-)

 [patch 1/7] make plugin ready for met.no locationforecast-1.2 api
 (bug #10916).

http://api.yr.no/weatherapi/locationforecastlts/1.1/documentation#version_1_2___2014_05_20

The updated API version uses CamelCase symbol names instead of UPPERCASE
ones and has added some new names (like 'Drizzle'), which unfortunately
have not been documented (yet?).

What's more, the typo 'celcius' has been replaced by the fixed 'celsius',
but luckily the plugin will not be affected by that change.

What's a bit more unfortunate is that the existing icon themes do not
cover the new symbol names, so one would have to create quite a lot of
new icons. Also, new translations would have to be added for the symbols,
and maybe existing ones would have to be altered. To prevent this, we're
simply going to map the new symbols to existing ones as good as possible.
This should be good enough for the time being.

0002 Switch to met.no locationforecastLTS 1.2 API bug 109.patch | (download)

panel-plugin/weather.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/7] switch to met.no locationforecastlts-1.2 api (bug
 #10916).


0003 Update NEWS and README.patch | (download)

NEWS | 22 22 + 0 - 0 !
README | 2 1 + 1 - 0 !
2 files changed, 23 insertions(+), 1 deletion(-)

 [patch 3/7] update news and readme


0004 Update URL for sunrise API to point to version 1.1 b.patch | (download)

README | 2 1 + 1 - 0 !
panel-plugin/weather-parsers.c | 2 1 + 1 - 0 !
panel-plugin/weather.c | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 [patch 4/7] update url for sunrise api to point to version 1.1 (bug
 #12333)

This is only a small part of the patch uploaded by ToZ. It restores
functionality of the current version while not introducing any new
translation strings. Additionally, this commits updates the link
in the README.

0005 Update http api.yr.no URLs to https api.met.no.patch | (download)

panel-plugin/weather-parsers.c | 2 1 + 1 - 0 !
panel-plugin/weather-translate.c | 2 1 + 1 - 0 !
panel-plugin/weather.c | 4 2 + 2 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 [patch 5/7] update http://api.yr.no urls to https://api.met.no

https://www.slightfuture.com/devel/met-norway-api-endpoints

Let's use the https protocol too, since libsoup supports it.
This should improve security and privacy.

0006 Bump LocationforecastLTS version to 1.3.patch | (download)

README | 2 1 + 1 - 0 !
panel-plugin/weather.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 [patch 6/7] bump locationforecastlts version to 1.3

See http://api.met.no/weatherapi/locationforecastlts/1.3/documentation:

Version 1.3 : 2017-02-13

- New version 1.3. The old version, 1.2, will expire at 2017-05-09.

- With this new version we have expired an old forecast model. As a consequence
  of this, areas in northern europe that previously had 1 hourly resolution short
  term forecast will temporarily get 3 hour resolution instead.

0007 Change more URLs from http yr.no to https met.no.patch | (download)

README | 10 5 + 5 - 0 !
panel-plugin/weather-summary.c | 2 1 + 1 - 0 !
panel-plugin/weather-translate.c | 2 1 + 1 - 0 !
3 files changed, 7 insertions(+), 7 deletions(-)

 [patch 7/7] change more urls from http://yr.no to https://met.no

This follow-up commit to
https://git.xfce.org/panel-plugins/xfce4-weather-plugin/commit/?id=ed692336446fe7b29c33cf03798236ad5744aa8a
should change all remaining http URLs to https and also from
*.yr.no to *.met.no, both in code and documentation.