Accepting request 160505 from home:dimstar:branches:GNOME:Factory
Update to 3.7.92 - locally built OBS-URL: https://build.opensuse.org/request/show/160505 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=3
This commit is contained in:
parent
7b32593d9b
commit
969a9f4761
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3690fba2c5964a08b8a48112786236090ff740f43f77073f8da497c76afeb749
|
||||
size 223212
|
3
gnome-weather-3.7.92.tar.xz
Normal file
3
gnome-weather-3.7.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de1f67ef240a65cff3a787c21c0541869358f6e478ee77562d89103d3fe61347
|
||||
size 10327688
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 19:30:42 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.92:
|
||||
+ First release to follow GNOME versioning.
|
||||
+ Application completely rewritten in JS + gtk + libgd.
|
||||
+ Features a full GNOME 3 layout (header bar, content view,
|
||||
selection toolbar, application menu).
|
||||
+ Includes the ability to show multiple cities at once.
|
||||
+ Uses dark theme and symbolic icons.
|
||||
+ Includes pretty backgrounds matching the current conditions.
|
||||
+ Many many bugfixes and translation fixes.
|
||||
- Replace python BuildRequires with gjs, following upstreams port
|
||||
to JavaScript.
|
||||
- Drop pkgconfig(clutter-1.0) and pkgconfig(gweather-3.0)
|
||||
BuildRequires: no longer needed.
|
||||
- Add glib2_gsettings_schema and desktop_database macros to post
|
||||
and postun.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 20:38:21 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package
|
||||
# spec file for package gnome-weather
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -15,25 +15,25 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gnome-weather
|
||||
Version: 0.2
|
||||
Version: 3.7.92
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Summary: Weather App for GNOME
|
||||
Url: https://live.gnome.org/Design/Apps/Weather
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Other
|
||||
Source: http://ftp.acc.umu.se/pub/GNOME/sources/gnome-weather/0.2/gnome-weather-0.2.tar.xz
|
||||
Url: https://live.gnome.org/Design/Apps/Weather
|
||||
Source: http://download.gnome.org/sources/gnome-weather/3.7/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gjs
|
||||
BuildRequires: intltool >= 0.26
|
||||
BuildRequires: python >= 3
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(clutter-1.0)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= 3.5.0
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.7.10
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
GNOME 3 weather app that does:
|
||||
@ -55,12 +55,21 @@ make %{?_smp_mflags}
|
||||
%suse_update_desktop_file %{name} Utility DesktopUtility
|
||||
%find_lang %{name}
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%desktop_database_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%{_libdir}/%{name}/
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user