Update to 42.alpha
This commit is contained in:
parent
b3d0a44966
commit
07015cdfe7
1
.gitignore
vendored
1
.gitignore
vendored
@ -65,3 +65,4 @@
|
||||
/gnome-clocks-40.beta.tar.xz
|
||||
/gnome-clocks-40.0.tar.xz
|
||||
/gnome-clocks-41.0.tar.xz
|
||||
/gnome-clocks-42.alpha.tar.xz
|
||||
|
@ -1,34 +1,37 @@
|
||||
%global libgweather_version 3.32.0
|
||||
%global gtk4_version 4.5
|
||||
%global libadwaita_version 1.0.0
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-clocks
|
||||
Version: 41.0
|
||||
Version: 42~alpha
|
||||
Release: 1%{?dist}
|
||||
Summary: Clock application designed for GNOME 3
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/Clocks
|
||||
Source0: https://download.gnome.org/sources/gnome-clocks/41/%{name}-%{tarball_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-clocks/42/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: vala
|
||||
# Required for gnome-desktop-4 VAPI.
|
||||
BuildRequires: vala >= 0.55
|
||||
|
||||
BuildRequires: pkgconfig(geocode-glib-1.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(gnome-desktop-4)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gsound)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
||||
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
||||
BuildRequires: pkgconfig(gweather4)
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0)
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
||||
|
||||
Requires: libgweather%{?_isa} >= %{libgweather_version}
|
||||
Requires: gtk4%{?_isa} >= %{gtk4_version}
|
||||
Requires: libadwaita%{?_isa} >= %{libadwaita_version}
|
||||
|
||||
%description
|
||||
Clock application designed for GNOME 3
|
||||
@ -62,6 +65,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.clocks.d
|
||||
%{_datadir}/metainfo/org.gnome.clocks.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Fri Jan 14 2022 David King <amigadave@amigadave.com> - 42~alpha-1
|
||||
- Update to 42.alpha
|
||||
|
||||
* Wed Oct 27 2021 Kalev Lember <klember@redhat.com> - 41.0-1
|
||||
- Update to 41.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-clocks-41.0.tar.xz) = da0d0b487310d63f14c99dd7e4018dfb0779482e9936594641bb26b1d12479d373da5a2652392d6927a16ec072ee7c08515548c347fb7dcc82e32be5c0e626ba
|
||||
SHA512 (gnome-clocks-42.alpha.tar.xz) = ec643d69154bf421cef588cbb25ea6366742bc6d5c9868f3fff345e9ef139cb073f233f0c9b22efe9e2bac3e3b73c46ef94ab5214508c526f7c59deb0fec1337
|
||||
|
Loading…
Reference in New Issue
Block a user