Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d46eb90dc |
||
|
|
b27afab36b |
3 changed files with 21 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,3 +6,5 @@
|
|||
/wingpanel-indicator-keyboard-2.1.0.tar.gz
|
||||
/wingpanel-indicator-keyboard-2.1.1.tar.gz
|
||||
/wingpanel-indicator-keyboard-2.1.2.tar.gz
|
||||
/wingpanel-indicator-keyboard-2.2.0.tar.gz
|
||||
/wingpanel-indicator-keyboard-2.2.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-indicator-keyboard-2.1.2.tar.gz) = 6ded6be317b2d436bbf8b14c13b62635eaf07926f467991d4a6cb83923f997b7a3ae31deeb8489a7695104e37bdc6499726b40118ba84fe2e5aed920127553f3
|
||||
SHA512 (wingpanel-indicator-keyboard-2.2.1.tar.gz) = e2e7881726b83a1ec30b1b5b052143df3b64326fa46ea0f22456f107b3a8415fd562d36ee292f8f40f5c4634e68899dbfce403610af30a712a550f74c6de8dc7
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||
|
||||
%global appname io.elementary.wingpanel.keyboard
|
||||
|
||||
Name: wingpanel-indicator-keyboard
|
||||
Summary: Keyboard Indicator for wingpanel
|
||||
Version: 2.1.2
|
||||
Version: 2.2.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
|
||||
|
|
@ -10,6 +12,7 @@ URL: https://github.com/elementary/%{name}
|
|||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala >= 0.22.0
|
||||
|
||||
|
|
@ -18,6 +21,7 @@ BuildRequires: pkgconfig(granite)
|
|||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(wingpanel-2.0)
|
||||
BuildRequires: pkgconfig(xkeyboard-config)
|
||||
|
||||
Requires: wingpanel%{?_isa}
|
||||
Supplements: wingpanel%{?_isa}
|
||||
|
|
@ -42,14 +46,27 @@ A keyboard indicator for wingpanel.
|
|||
%find_lang keyboard-indicator
|
||||
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet \
|
||||
%{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%files -f keyboard-indicator.lang
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
|
||||
%{_libdir}/wingpanel/libkeyboard.so
|
||||
|
||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 02 2020 Fabio Valentini <decathorpe@gmail.com> - 2.2.1-1
|
||||
- Update to version 2.2.1.
|
||||
|
||||
* Tue Nov 05 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
|
||||
- Update to version 2.2.0.
|
||||
|
||||
* Wed Mar 06 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1.2-1
|
||||
- Update to version 2.1.2.
|
||||
|
||||
|
|
@ -101,4 +118,3 @@ A keyboard indicator for wingpanel.
|
|||
* Sun Aug 21 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0-1
|
||||
- Update to version 2.0.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue