Compare commits
27 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67f5c5ad9f | ||
|
|
abc4053b23 | ||
|
|
4645d07021 | ||
|
|
f6354c10f9 | ||
|
|
464b06b706 |
||
|
|
e428b54ca4 | ||
|
|
a2c3a269dc |
||
|
|
9c403805ed | ||
|
|
6d2b02ea47 |
||
|
|
63a869196c | ||
|
|
0da0f4a11e | ||
|
|
72e02f571d | ||
|
|
e5e04b1ae4 |
||
|
|
ece67c6a3e |
||
|
|
6a53ec015c |
||
|
|
f2204fe33c | ||
|
|
e343cc5be5 |
||
|
|
6880b6d3ba | ||
|
|
98af7e5bff |
||
|
|
11d63d1104 | ||
|
|
5d3abe49ec |
||
|
|
ae10094587 | ||
|
|
4e0d7aaec0 |
||
|
|
db43162035 | ||
|
|
2a9cf116d4 |
||
|
|
c351c07b5a | ||
|
|
ff80d74ad9 |
5 changed files with 1 additions and 107 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,8 +0,0 @@
|
|||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/wingpanel-indicator-keyboard-2.0.1.tar.xz
|
||||
/wingpanel-indicator-keyboard-2.0.2.tar.gz
|
||||
/wingpanel-indicator-keyboard-2.1.0.tar.gz
|
||||
/wingpanel-indicator-keyboard-2.1.1.tar.gz
|
||||
/wingpanel-indicator-keyboard-2.1.2.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (wingpanel-indicator-keyboard-2.1.2.tar.gz) = 6ded6be317b2d436bbf8b14c13b62635eaf07926f467991d4a6cb83923f997b7a3ae31deeb8489a7695104e37bdc6499726b40118ba84fe2e5aed920127553f3
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# false positives
|
||||
addFilter("E: invalid-lc-messages-dir /usr/share/locale/bh*")
|
||||
addFilter("E: invalid-lc-messages-dir /usr/share/locale/mo*")
|
||||
|
|
@ -1,95 +0,0 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||
|
||||
Name: wingpanel-indicator-keyboard
|
||||
Summary: Keyboard Indicator for wingpanel
|
||||
Version: 2.1.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala >= 0.22.0
|
||||
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(granite)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(wingpanel-2.0)
|
||||
|
||||
Requires: wingpanel%{?_isa}
|
||||
Supplements: wingpanel%{?_isa}
|
||||
|
||||
|
||||
%description
|
||||
A keyboard indicator for wingpanel.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%find_lang keyboard-indicator
|
||||
|
||||
|
||||
%files -f keyboard-indicator.lang
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
|
||||
%{_libdir}/wingpanel/libkeyboard.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1.2-1
|
||||
- Update to version 2.1.2.
|
||||
|
||||
* Sat Oct 20 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
|
||||
- Update to version 2.1.1.
|
||||
|
||||
* Thu Jun 07 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
|
||||
- Update to version 2.1.0.
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sat Nov 04 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-4
|
||||
- Rebuild for granite soname bump.
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Thu May 04 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-1
|
||||
- Update to version 2.0.2.
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Jan 25 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-3
|
||||
- Remove explicit BR: pkgconfig.
|
||||
|
||||
* Sun Jan 15 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-2
|
||||
- Clean up spec file.
|
||||
|
||||
* Thu Dec 08 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-1
|
||||
- Update to version 2.0.1.
|
||||
|
||||
* Thu Sep 29 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0-2
|
||||
- Mass rebuild.
|
||||
|
||||
* 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