forked from pool/gnome-weather
Accepting request 963608 from GNOME:Factory
GNOME 42 - ready for impact OBS-URL: https://build.opensuse.org/request/show/963608 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-weather?expand=0&rev=46
This commit is contained in:
commit
0c628015cc
@ -1,26 +0,0 @@
|
||||
From 4be71525f07189e97720688472172604879d49a5 Mon Sep 17 00:00:00 2001
|
||||
From: rvalue <i@rvalue.moe>
|
||||
Date: Fri, 17 Dec 2021 12:26:42 +0000
|
||||
Subject: [PATCH] Remove incorrect args for i18n.merge_file
|
||||
|
||||
`i18n.merge_file` has been ignoring positional arguments for a time and
|
||||
explicitly rejects with error since meson 0.60.0
|
||||
---
|
||||
data/meson.build | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/data/meson.build b/data/meson.build
|
||||
index f6692b6..6981b96 100644
|
||||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -59,7 +59,6 @@ endif
|
||||
appdata_conf = configuration_data()
|
||||
appdata_conf.set('app_id', weather_id)
|
||||
appdata = i18n.merge_file(
|
||||
- 'appdata',
|
||||
input: configure_file(
|
||||
input: '@0@.appdata.xml.in.in'.format(default_id),
|
||||
output: '@0@.appdata.xml.in'.format(default_id),
|
||||
--
|
||||
GitLab
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5614eb74297e072960d6447557fa9fbfccf24bfcb314944b6d976640ee62dee
|
||||
size 943500
|
3
gnome-weather-42.0.tar.xz
Normal file
3
gnome-weather-42.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:579ee691d853e5bb3ff50e8c7b43f85ae9dd7e5b3a649e02c254a2d9b807b465
|
||||
size 233552
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 05:01:32 UTC 2022 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
- Update to version 42.0:
|
||||
+ New thermometer widget.
|
||||
+ Updated translations.
|
||||
- Update https://live.gnome.org/Design/Apps/Weather URL tag to
|
||||
https://apps.gnome.org/app/org.gnome.Weather new GNOME Weather's
|
||||
web home.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 10:39:40 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 42.rc:
|
||||
+ Fix position of "Now" in hourly forecast.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 08:49:45 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 42.beta:
|
||||
+ Port to GTK4 and libadwaita
|
||||
+ Updated translations.
|
||||
- Replace the following BuildRequires:
|
||||
+ pkgconfig(gtk+-3.0) with pkgconfig(gtk4)
|
||||
+ pkgconfig(gweather-3.0) with pkgconfig(gweather4)
|
||||
+ pkgconfig(libhandy-1) with pkgconfig(libadwaita-1)
|
||||
- Drop 4be71525f07189e97720688472172604879d49a5.patch: Fixed
|
||||
upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 17:17:49 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
@ -8,6 +38,17 @@ Wed Feb 2 17:17:49 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
- Add appstream-glib and desktop-file-utils BuildRequires, verify
|
||||
desktop file and metainfo during meson_test macro run.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 10:49:15 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 42.alpha:
|
||||
+ Show current temperature in the forecast chart.
|
||||
+ Opt in to libhandy dark style preference.
|
||||
+ Add new Thermometer widget.
|
||||
+ Use location portal to access location.
|
||||
+ Fix hourly graph shifted to the left by one day.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 21 14:04:52 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -18,15 +18,13 @@
|
||||
|
||||
%define _name org.gnome.Weather
|
||||
Name: gnome-weather
|
||||
Version: 41.0
|
||||
Version: 42.0
|
||||
Release: 0
|
||||
Summary: Weather App for GNOME
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Other
|
||||
URL: https://live.gnome.org/Design/Apps/Weather
|
||||
Source0: https://download.gnome.org/sources/gnome-weather/41/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM 4be71525f07189e97720688472172604879d49a5.patch -- Fix build with meson 0.61 and newer
|
||||
Patch0: https://gitlab.gnome.org/GNOME/gnome-weather/-/commit/4be71525f07189e97720688472172604879d49a5.patch
|
||||
URL: https://apps.gnome.org/app/org.gnome.Weather
|
||||
Source0: https://download.gnome.org/sources/gnome-weather/42/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -36,22 +34,23 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gdk-3.0)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gjs-1.0) >= 1.50.0
|
||||
BuildRequires: pkgconfig(gjs-1.0) >= 1.71.0
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= 3.25.91
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(gweather4)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.3.1
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
GNOME 3 weather app that does:
|
||||
* display current conditions
|
||||
* display forecasts
|
||||
* show radar maps
|
||||
* notify on hazardous weather conditions
|
||||
|
||||
* Display current conditions;
|
||||
* Display forecasts;
|
||||
* Show radar maps;
|
||||
* Notify on hazardous weather conditions.
|
||||
|
||||
%package -n gnome-shell-search-provider-gnome-weather
|
||||
Summary: GNOME Weather -- Search Provider for GNOME Shell
|
||||
|
Loading…
Reference in New Issue
Block a user