Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93ffa7382c |
||
|
|
1a299be31e |
||
|
|
610c96774f |
3 changed files with 25 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -7,3 +7,6 @@
|
||||||
/wingpanel-indicator-datetime-2.1.1.tar.gz
|
/wingpanel-indicator-datetime-2.1.1.tar.gz
|
||||||
/wingpanel-indicator-datetime-2.1.2.tar.gz
|
/wingpanel-indicator-datetime-2.1.2.tar.gz
|
||||||
/wingpanel-indicator-datetime-2.1.3.tar.gz
|
/wingpanel-indicator-datetime-2.1.3.tar.gz
|
||||||
|
/wingpanel-indicator-datetime-2.2.0.tar.gz
|
||||||
|
/wingpanel-indicator-datetime-2.2.1.tar.gz
|
||||||
|
/wingpanel-indicator-datetime-2.2.2.tar.gz
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (wingpanel-indicator-datetime-2.1.3.tar.gz) = ab3100c98485aa7aafaedf7cb80d56eb75963b317d4a1d81d39e11eb28ddb5f61143072d4e86ebdf4557b39e17ce2e285c57113ca004b28d9cdf175b1b540efd
|
SHA512 (wingpanel-indicator-datetime-2.2.2.tar.gz) = 08214b2edb87e0a9e56329be72e6ff8c47e702f052a8a96ccfa4167626ade7f7a1a4277ef4837a134fc7a3f3596725b8bdc6fcc93512a974c8b54dea8dc6613c
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,18 @@
|
||||||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||||
|
|
||||||
%global appname io.elementary.desktop.wingpanel.datetime
|
%global appname io.elementary.wingpanel.datetime
|
||||||
|
|
||||||
Name: wingpanel-indicator-datetime
|
Name: wingpanel-indicator-datetime
|
||||||
Summary: Datetime Indicator for wingpanel
|
Summary: Datetime Indicator for wingpanel
|
||||||
Version: 2.1.3
|
Version: 2.2.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
|
|
||||||
URL: https://github.com/elementary/%{name}
|
URL: https://github.com/elementary/wingpanel-indicator-datetime
|
||||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
|
BuildRequires: libappstream-glib
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: vala >= 0.22.0
|
BuildRequires: vala >= 0.22.0
|
||||||
|
|
||||||
|
|
@ -46,16 +47,31 @@ A datetime indicator for wingpanel.
|
||||||
%find_lang datetime-indicator
|
%find_lang datetime-indicator
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
appstream-util validate-relax --nonet \
|
||||||
|
%{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||||
|
|
||||||
|
|
||||||
%files -f datetime-indicator.lang
|
%files -f datetime-indicator.lang
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%{_libdir}/wingpanel/libdatetime.so
|
%{_libdir}/wingpanel/libdatetime.so
|
||||||
|
|
||||||
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
%{_datadir}/glib-2.0/schemas/io.elementary.desktop.wingpanel.datetime.gschema.xml
|
||||||
|
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 30 2020 Fabio Valentini <decathorpe@gmail.com> - 2.2.2-1
|
||||||
|
- Update to version 2.2.2.
|
||||||
|
|
||||||
|
* Wed Nov 27 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.1-1
|
||||||
|
- Update to version 2.2.1.
|
||||||
|
|
||||||
|
* Fri Nov 01 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
|
||||||
|
- Update to version 2.2.0.
|
||||||
|
|
||||||
* Mon Jul 08 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1.3-4
|
* Mon Jul 08 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1.3-4
|
||||||
- Drop unnecessary granite/datetime patch.
|
- Drop unnecessary granite/datetime patch.
|
||||||
|
|
||||||
|
|
@ -131,4 +147,3 @@ A datetime indicator for wingpanel.
|
||||||
* Sun Aug 21 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0-1
|
* Sun Aug 21 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0-1
|
||||||
- Update to version 2.0.
|
- Update to version 2.0.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue