Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

14 commits

Author SHA1 Message Date
Fabio Valentini
8c615d6810
project abandoned by elementaryOS upstream 2020-05-01 14:54:38 +02:00
Fedora Release Engineering
41faf2515f - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-31 03:45:09 +00:00
Fedora Release Engineering
715052516b - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 03:31:33 +00:00
Fedora Release Engineering
ac0138307d - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 11:46:05 +00:00
Fedora Release Engineering
3dde10e21b - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 08:52:44 +00:00
Igor Gnatenko
74d520da1f add BuildRequires: gcc-c++
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-09 19:06:53 +02:00
Fabio Valentini
ce1d43fe40
rebuild for granite5 soname bump 2018-06-13 21:36:11 +02:00
Fedora Release Engineering
95af62bf59 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 20:59:12 +00:00
Fabio Valentini
c12237fbe6
rebuild for granite soname bump 2017-11-04 19:24:34 +01:00
Fedora Release Engineering
3144d1f56c - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 10:18:02 +00:00
Fedora Release Engineering
ec1a215470 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 21:38:45 +00:00
Fabio Valentini
1bbc0662d3
R1: update to version 2.0.3 2017-05-27 13:37:39 +02:00
Fedora Release Engineering
6d3090ee39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:25:00 +00:00
Fabio Valentini
a48fc850b8 remove explicit BR: pkgconfig 2017-01-24 18:09:25 +01:00
4 changed files with 1 additions and 67 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/wingpanel-indicator-ayatana-2.0.2.tar.xz

1
dead.package Normal file
View file

@ -0,0 +1 @@
project abandoned by elementaryOS upstream

View file

@ -1 +0,0 @@
SHA512 (wingpanel-indicator-ayatana-2.0.2.tar.xz) = ac856b7d474f84d15ec08d9e5522386c95a669bd6bded22a8d152183b8423cf00e92edc90db121a6d9a96f342a52b8efb82d3f88e0d9ae6791e0760a645af42e

View file

@ -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.