Compare commits
20 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
514dae534d |
||
|
|
c1fdeb0057 | ||
|
|
13423c6d73 |
||
|
|
73f2e15125 | ||
|
|
c4de2ac449 |
||
|
|
9b8b4fc48e |
||
|
|
a7924a6102 | ||
|
|
8c9b985312 |
||
|
|
d70c39e6bb |
||
|
|
fbb3eb997e |
||
|
|
fe98057159 | ||
|
|
931a2952f2 | ||
|
|
7942897119 |
||
|
|
473adbd5c3 |
||
|
|
54404c33fd | ||
|
|
25f7f8569e | ||
|
|
131f238137 |
||
|
|
02f61e10c0 | ||
|
|
59ed2d14cc |
||
|
|
2080088971 |
5 changed files with 1 additions and 135 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,10 +0,0 @@
|
|||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/wingpanel-indicator-network-2.0.2.tar.xz
|
||||
/wingpanel-indicator-network-2.1.0.tar.gz
|
||||
/wingpanel-indicator-network-2.1.1.tar.gz
|
||||
/wingpanel-indicator-network-edd2b7a.tar.gz
|
||||
/wingpanel-indicator-network-2.2.0.tar.gz
|
||||
/wingpanel-indicator-network-2.2.1.tar.gz
|
||||
/wingpanel-indicator-network-2.2.2.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
remove package (temporarily) due to unresolved issues with GNOME 43
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (wingpanel-indicator-network-2.2.2.tar.gz) = 6c47ee8101ce34c31238deec7f053bc0cb42a2a26270403b0ceee838cbbb517f6429fe1a4c978a93636ca20c601a7c426797e6e67f9a23d041d78804aed60b2e
|
||||
|
|
@ -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,121 +0,0 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||
|
||||
Name: wingpanel-indicator-network
|
||||
Summary: Network Indicator for wingpanel
|
||||
Version: 2.2.2
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3+
|
||||
|
||||
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(libnm)
|
||||
BuildRequires: pkgconfig(libnma)
|
||||
BuildRequires: pkgconfig(wingpanel-2.0)
|
||||
|
||||
Requires: network-manager-applet%{?_isa}
|
||||
Requires: wingpanel%{?_isa}
|
||||
|
||||
Supplements: wingpanel%{?_isa}
|
||||
|
||||
|
||||
%description
|
||||
A network indicator for wingpanel.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%find_lang network-indicator
|
||||
|
||||
|
||||
%files -f network-indicator.lang
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
|
||||
%{_libdir}/wingpanel/libnetwork.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 05 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.2-2
|
||||
- Add missing dependency on network-manager-applet.
|
||||
|
||||
* Mon Jan 28 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.2-1
|
||||
- Update to version 2.2.2.
|
||||
|
||||
* Wed Oct 03 2018 Fabio Valentini <decathorpe@gmail.com> - 2.2.1-1
|
||||
- Update to version 2.2.1.
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Jun 13 2018 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-2
|
||||
- Rebuild for granite5 soname bump.
|
||||
|
||||
* Thu Jun 07 2018 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
|
||||
- Update to version 2.2.0.
|
||||
|
||||
* Mon Mar 19 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-5.20171231.gitedd2b7a
|
||||
- Remove unnecessary libnm-util dependency.
|
||||
|
||||
* Thu Feb 22 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-4.20171231.gitedd2b7a
|
||||
- Bump to commit edd2b7a to switch away from libnm-glib amd libnm-gtk.
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sat Nov 04 2017 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-2
|
||||
- Rebuild for granite soname bump.
|
||||
|
||||
* Tue Sep 19 2017 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
|
||||
- Update to version 2.1.1.
|
||||
|
||||
* Wed Sep 13 2017 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
|
||||
- Update to version 2.1.0.
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Jan 25 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-3
|
||||
- Remove explicit BR: pkgconfig.
|
||||
|
||||
* Sun Jan 15 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-2
|
||||
- Clean up spec file.
|
||||
|
||||
* Tue Jan 03 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-1
|
||||
- Update to version 2.0.2.
|
||||
|
||||
* Thu Sep 29 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-3
|
||||
- Mass rebuild.
|
||||
|
||||
* Wed Sep 28 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-2
|
||||
- Spec file cleanups.
|
||||
|
||||
* Fri Sep 09 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-1
|
||||
- Update to version 2.0.1.
|
||||
|
||||
* 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