Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c615d6810 |
||
|
|
41faf2515f | ||
|
|
715052516b | ||
|
|
ac0138307d | ||
|
|
3dde10e21b | ||
|
|
74d520da1f | ||
|
|
ce1d43fe40 |
||
|
|
95af62bf59 | ||
|
|
c12237fbe6 |
||
|
|
3144d1f56c | ||
|
|
ec1a215470 | ||
|
|
1bbc0662d3 |
||
|
|
6d3090ee39 | ||
|
|
a48fc850b8 |
4 changed files with 1 additions and 67 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/wingpanel-indicator-ayatana-2.0.2.tar.xz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
project abandoned by elementaryOS upstream
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (wingpanel-indicator-ayatana-2.0.2.tar.xz) = ac856b7d474f84d15ec08d9e5522386c95a669bd6bded22a8d152183b8423cf00e92edc90db121a6d9a96f342a52b8efb82d3f88e0d9ae6791e0760a645af42e
|
||||
|
|
@ -1,65 +0,0 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||
|
||||
Name: wingpanel-indicator-ayatana
|
||||
Summary: Ayatana Indicator for wingpanel
|
||||
Version: 2.0.2
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://launchpad.net/wingpanel-indicator-ayatana
|
||||
|
||||
Source0: https://launchpad.net/%{name}/loki/%{version}/+download/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: vala >= 0.22.0
|
||||
BuildRequires: vala-tools
|
||||
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||
BuildRequires: pkgconfig(granite)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(indicator3-0.4)
|
||||
BuildRequires: pkgconfig(wingpanel-2.0)
|
||||
|
||||
Supplements: wingpanel
|
||||
|
||||
|
||||
%description
|
||||
An ayatana indicator for wingpanel.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
mkdir build && pushd build
|
||||
%cmake ..
|
||||
%make_build
|
||||
popd
|
||||
|
||||
|
||||
%install
|
||||
pushd build
|
||||
%make_install
|
||||
popd
|
||||
|
||||
|
||||
%files
|
||||
%{_libdir}/wingpanel/libayatana_compatibility.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 17 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-2
|
||||
- Clean up spec file.
|
||||
|
||||
* Tue Oct 04 2016 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-2
|
||||
- Mass rebuild.
|
||||
|
||||
* Sun Aug 21 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-1
|
||||
- Update to version 2.0.1.
|
||||
|
||||
|
||||
Reference in a new issue