diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0fe0fce --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/wingpanel-indicator-ayatana-2.0.2.tar.xz +/wingpanel-indicator-ayatana-2.0.3.tar.gz diff --git a/dead.package b/dead.package deleted file mode 100644 index d471043..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -project abandoned by elementaryOS upstream diff --git a/sources b/sources new file mode 100644 index 0000000..45c7c47 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (wingpanel-indicator-ayatana-2.0.3.tar.gz) = cc61e9fb9f2bf5dae4d5212f854ffaa8becafb2ac05d22af0f8610e465c868c5e675144b6c87115368875bb6abb9a3c73f5975bef53c6cc698a7644a8421f22f diff --git a/wingpanel-indicator-ayatana.spec b/wingpanel-indicator-ayatana.spec new file mode 100644 index 0000000..8dd5ac0 --- /dev/null +++ b/wingpanel-indicator-ayatana.spec @@ -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 - 2.0.3-1 +- Update to version 2.0.3. + +* Tue Jan 24 2017 Fabio Valentini +- Remove explicit BR: pkgconfig. + +* Tue Jan 17 2017 Fabio Valentini - 2.0.2-2 +- Clean up spec file. + +* Tue Oct 04 2016 Fabio Valentini - 2.0.2-1 +- Update to version 2.0.2. + +* Thu Sep 29 2016 Fabio Valentini - 2.0.1-2 +- Mass rebuild. + +* Sun Aug 21 2016 Fabio Valentini - 2.0.1-1 +- Update to version 2.0.1. + +