Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d385cf1c19 |
||
|
|
8c214e2d10 |
4 changed files with 73 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/wingpanel-indicator-ayatana-2.0.2.tar.xz
|
||||
/wingpanel-indicator-ayatana-2.0.3.tar.gz
|
||||
|
|
@ -1 +0,0 @@
|
|||
project abandoned by elementaryOS upstream
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (wingpanel-indicator-ayatana-2.0.3.tar.gz) = cc61e9fb9f2bf5dae4d5212f854ffaa8becafb2ac05d22af0f8610e465c868c5e675144b6c87115368875bb6abb9a3c73f5975bef53c6cc698a7644a8421f22f
|
||||
70
wingpanel-indicator-ayatana.spec
Normal file
70
wingpanel-indicator-ayatana.spec
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||
|
||||
Name: wingpanel-indicator-ayatana
|
||||
Summary: Ayatana Indicator for wingpanel
|
||||
Version: 2.0.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
BuildRequires: vala >= 0.24.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%{?_isa}
|
||||
|
||||
|
||||
%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
|
||||
* Sat May 27 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-1
|
||||
- Update to version 2.0.3.
|
||||
|
||||
* Tue Jan 24 2017 Fabio Valentini <decathorpe@gmail.com>
|
||||
- Remove explicit BR: pkgconfig.
|
||||
|
||||
* 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