forked from pool/gnome-weather
Accepting request 881147 from GNOME:Factory
GNOME 40 - here we come (forwarded request 880978 from dimstar) OBS-URL: https://build.opensuse.org/request/show/881147 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-weather?expand=0&rev=41
This commit is contained in:
commit
6514a55fad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68e6e646159f31c4525c3a5dd308fc0b88dcfc79b61351e9e930dd6efc2ce787
|
||||
size 5959192
|
3
gnome-weather-40.0.tar.xz
Normal file
3
gnome-weather-40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a35a73ab2408762181d8650b037205c17ef7bcb8dff3cf0b34af1a2de66aeef
|
||||
size 938732
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 21 08:01:04 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 15 11:13:29 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Update to version 40.beta:
|
||||
+ Major redesign with new charts.
|
||||
+ Adaptive for mobile and desktop.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 16 10:14:04 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.alpha:
|
||||
+ Major redesign with new charts.
|
||||
+ Adaptive for mobile and desktop.
|
||||
+ Bugs fixed: Unknown temperature and cloud conditions since
|
||||
3.34.1 when using auto location.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(libhandy-1) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 10 09:57:13 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-weather
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,16 +17,14 @@
|
||||
|
||||
|
||||
%define _name org.gnome.Weather
|
||||
|
||||
Name: gnome-weather
|
||||
Version: 3.36.1
|
||||
Version: 40.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/3.36/%{name}-%{version}.tar.xz
|
||||
|
||||
Source0: https://download.gnome.org/sources/gnome-weather/40/%{name}-%{version}.tar.xz
|
||||
BuildRequires: intltool >= 0.26
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
@ -41,6 +39,7 @@ 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(libgeoclue-2.0) >= 2.3.1
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -54,7 +53,7 @@ GNOME 3 weather app that does:
|
||||
Summary: GNOME Weather -- Search Provider for GNOME Shell
|
||||
Group: Productivity/Other
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: packageand(gnome-shell:%{name})
|
||||
Supplements: (gnome-shell and %{name})
|
||||
|
||||
%description -n gnome-shell-search-provider-gnome-weather
|
||||
This package contains a search provider to enable GNOME Shell to get
|
||||
@ -67,7 +66,7 @@ search results from GNOME Weather.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
--libdir=/usr/unused-in-noarch \
|
||||
--libdir=%{_prefix}/unused-in-noarch \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
@ -90,6 +89,7 @@ search results from GNOME Weather.
|
||||
%{_datadir}/dbus-1/services/org.gnome.Weather.BackgroundService.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Weather.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/%{_name}*
|
||||
%{_datadir}/icons/hicolor/scalable/status/*
|
||||
|
||||
%files -n gnome-shell-search-provider-gnome-weather
|
||||
%dir %{_datadir}/gnome-shell
|
||||
|
Loading…
Reference in New Issue
Block a user