Compare commits
33 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
514dae534d |
||
|
|
c1fdeb0057 | ||
|
|
13423c6d73 |
||
|
|
73f2e15125 | ||
|
|
c4de2ac449 |
||
|
|
9b8b4fc48e |
||
|
|
a7924a6102 | ||
|
|
8c9b985312 |
||
|
|
d70c39e6bb |
||
|
|
fbb3eb997e |
||
|
|
fe98057159 | ||
|
|
931a2952f2 | ||
|
|
7942897119 |
||
|
|
473adbd5c3 |
||
|
|
54404c33fd | ||
|
|
25f7f8569e | ||
|
|
131f238137 |
||
|
|
02f61e10c0 | ||
|
|
59ed2d14cc |
||
|
|
2080088971 |
||
|
|
f5247ffb22 |
||
|
|
dfffd6cedf | ||
|
|
7b9f840f69 |
||
|
|
296ae5a851 |
||
|
|
dbf301586b |
||
|
|
181baa1350 |
||
|
|
630dd613b4 | ||
|
|
5ecdd458eb |
||
|
|
4a6a5ae7b8 |
||
|
|
1919e3aa6d |
||
|
|
c7172cb38e | ||
|
|
3298ca5cfd | ||
|
|
26d635e421 |
4 changed files with 1 additions and 81 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/wingpanel-indicator-network-2.0.2.tar.xz
|
||||
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.0.2.tar.xz) = 8777e765ac47f1b5f5d08def0b7f63e134085a6328bfeb6ca61ab7062c979f149a196bac3bca332b629c0ecb1680e67dc79e394f1da7ee1c9ae5f3c5aa09fd6e
|
||||
|
|
@ -1,79 +0,0 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||
|
||||
Name: wingpanel-indicator-network
|
||||
Summary: Network Indicator for wingpanel
|
||||
Version: 2.0.2
|
||||
Release: 3%{?dist}
|
||||
License: GPLv3+
|
||||
URL: https://launchpad.net/wingpanel-indicator-network
|
||||
|
||||
Source0: https://launchpad.net/%{name}/loki/%{version}/+download/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
BuildRequires: vala >= 0.22.0
|
||||
BuildRequires: vala-tools
|
||||
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(granite)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libnm-glib)
|
||||
BuildRequires: pkgconfig(libnm-gtk)
|
||||
BuildRequires: pkgconfig(libnm-util)
|
||||
BuildRequires: pkgconfig(wingpanel-2.0)
|
||||
|
||||
Supplements: wingpanel
|
||||
|
||||
|
||||
%description
|
||||
A network indicator for wingpanel.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
mkdir build && pushd build
|
||||
%cmake ..
|
||||
%make_build
|
||||
popd
|
||||
|
||||
|
||||
%install
|
||||
pushd build
|
||||
%make_install
|
||||
popd
|
||||
|
||||
%find_lang network-indicator
|
||||
|
||||
|
||||
%files -f network-indicator.lang
|
||||
%{_libdir}/wingpanel/libnetwork.so
|
||||
|
||||
%{_datadir}/glib-2.0/schemas/org.pantheon.desktop.wingpanel.indicators.network.gschema.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* 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