Commit Graph

26 Commits

Author SHA1 Message Date
Jason Schonberg
1a454697b6
xfce4-weather-plugin: upgrade 0.11.3 -> 0.12.0
Drop backported patches which have already been integrated into this version.

0001-libxfce4ui-Avoid-deprecated-functions.patch
  9115037ed7
0002-parsers-Generalise-input-to-array-of-gchar.patch
  c0653a903c
0003-libsoup-Port-to-libsoup-3.0.patch
  279c975dc1
0004-Report-UPower-Glib-support.patch
  3bfb13249d
0005-Make-libsoup-v3-support-optional.patch
  5116b68b45

Use meson as that is now the supported build system.

Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/tags/xfce4-weather-plugin-0.12.0

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-11-12 22:46:04 -08:00
Jason Schonberg
8179aa8940
xfce4 update HOMEPAGEs
https://goodies.xfce.org/ states "Starting this month (November 2019), a project is starting
to migrate the goodies.xfce.org documentation to https://docs.xfce.org/start. The goal is to
remove deprecated projects and, eventually, de-commission the goodies.xfce.org URLs. Additional
information will be posted on https://wiki.xfce.org/projects/goodies-decomm/start as the project
proceeds."

This patch updates the URLs being used in the HOMEPAGEs to reflect where the address is actually
resolving.

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-05-21 07:38:23 -07:00
Khem Raj
a6cd3e7be1
xfce4-weather-plugin: Upgrade to 0.11.3
* Backport patches to support libsoup3
* Replace libsoup-2.4 dependency with libsoup3
* Add required dependency on json-c in this version

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-05-18 09:07:34 -07:00
Khem Raj
684ac3c58e xfce4-weather-plugin: upgrade 0.11.0 -> 0.11.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:48:43 -08:00
Khem Raj
06c810a80e recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04 17:41:45 -08:00
Martin Jansa
c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00
Kai Kang
635343832c 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>
2021-03-16 21:37:15 -07:00
Kai Kang
7c4118d5fc xfce4-weather-plugin: 0.10.1 -> 0.10.2
0.10.2
======
- weather-icon: fix use-after-free in get_user_icons_dir
- Fix GTimeVal deprecation
- Update copyright/bugzilla URLs
- Switch to the 2.0 API
- Add basic GitLab pipeline
- Bug #16717: Move from exo-csource to xdt-csource
- Fix unprintable character in summary subtitle (bug #16394)
- Improve contrast in weather report, similar to GTK2 + Adwaita (bug #15806)
- Enable keyboard scrolling in Details pane (bug #15912)
- Support solarnoon and solarmidnight (bug #15771)
- Fix day/night calculation (bug #16091)
- Translation Updates

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-19 07:36:26 -08:00
Andreas Müller
89f1b6d203 xfce4-weather-plugin: upgrade 0.10.0 -> 0.10.1
Release notes for 0.10.1

========================
- Switch to 'locationforecast' product and use a more recent API version
(bug #16268)
- Fix invalid scrollbar index to add a label (bug #16023)
- Update URLs from goodies.x.o to docs.x.o (bug #16182)
- Fix build with panel 4.15
- Make build output less verbose
- Use standard icon names (bug #16059)

Translation Updates:
Albanian, Croatian, Finnish, Galician, Greek, Portuguese, Slovak,
Slovenian

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-27 08:25:49 -08:00
Kai Kang
4f80d6a378 xfce4-weather-plugin: 0.9.1 -> 0.10.0
Translation update only release.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-08 10:05:22 -08:00
Andreas Müller
2993b0525c xfce4-weather-plugin: upgrade 0.9.0 -> 0.9.1
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 <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-28 11:55:34 -07:00
Andreas Müller
de8cadafa0 xfce4-weather-plugin: upgrade 0.8.10 -> 0.9.0
Yet another smooth GTK3 transition

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-04 08:52:54 -07:00
Andreas Müller
b1296a0079 xfce4-weather-plugin: update 0.8.9 -> 0.8.10
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-19 13:36:25 -08:00
Andreas Müller
675d2ab543 xfce4-weather-plugin: update 0.8.8 -> 0.8.9
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-04-18 14:21:45 +02:00
Andreas Müller
9e36ee0575 xfce4-weather-plugin: update to 0.8.8
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03 19:19:56 +02:00
Andreas Müller
c16d59f296 xfce4-weather-plugin: update to 0.8.7
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-04-28 10:38:40 +02:00
Andreas Müller
f765995a36 xfce4-weather-plugin: update to 0.8.6
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-24 13:51:34 +02:00
Andreas Müller
54ae46b0b0 xfce4-weather-plugin: update to 0.8.5
patches were applied mainline

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19 10:09:58 +01:00
Andreas Müller
b4ed05ae7a xfce4-weather-plugin: make work properly after met.no API change
see [1] for more information

https://bugzilla.xfce.org/show_bug.cgi?id=10916

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-19 15:19:24 +01:00
Andreas Müller
78c021595a xfce4-weather-plugin: add dbus-glib and upower to DEPENDS
detected in Martin's world with test-dependencies

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-09 14:58:00 +02:00
Matthieu CRAPET
c95e155780 recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Changes:
- rename SUMMARY with length > 80 to DESCRIPTION
- rename DESCRIPTION with length < 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line

Note: don't bump PR

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23 23:20:02 +01:00
Andreas Müller
f31aedeca3 xfce4-weather-plugin: add libsoup-2.4 to DEPENDS
fixes (detected in Martin's) world build:

| configure:14617: checking for libsoup-2.4 >= 2.26.0
| configure:14659: result: not found

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-14 14:27:35 +02:00
Andreas Müller
1a37464df5 xfce4-weather-plugin: update to 0.8.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-19 13:56:57 +02:00
Martin Jansa
a45830a39b recipes: Unify indentation
* This change is only aesthetic (unlike indentation in Python
  tasks).
* Some recipes were using tabs.
* Some were using 8 spaces.
* Some were using mix or different number of spaces.
* Make them consistently use 4 spaces everywhere.
* Yocto styleguide advises to use tabs (but the only reason to keep
  tabs is the need to update a lot of recipes). Lately this advice
  was also merged into the styleguide on the OE wiki.
* Using 4 spaces in both types of tasks is better because it's less
  error prone when someone is not sure if e.g.
  do_generate_toolchain_file() is Python or shell task and also allows
  to highlight every tab used in .bb, .inc, .bbappend, .bbclass as
  potentially bad (shouldn't be used for indenting of multiline
  variable assignments and cannot be used for Python tasks).
* Don't indent closing quote on multiline variables
  we're quite inconsistent wheater it's first character on line
  under opening quote or under first non-whitespace character in
  previous line.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15 16:23:17 +02:00
Andreas Müller
7b92e431bb xfce4-weather-plugin: Make it work for a while by using different license info
Grabbed from [1]

This is a inztermediate solution until next version hopefully will use another weather
data supplier. There are proceedings ongoing [2].

[1] https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/xfce4-weather-plugin
[2] http://git.xfce.org/panel-plugins/xfce4-weather-plugin/log/

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:28:39 +02:00
Andreas Müller
883af4db62 xfce4-weather-plugin: initial add 0.7.4
port-to-libxfce4ui.patch was taken from [1]

[1] https://bugzilla.xfce.org/show_bug.cgi?id=7956

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-31 11:44:41 +01:00