diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0fe0fce..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/wingpanel-indicator-ayatana-2.0.2.tar.xz -/wingpanel-indicator-ayatana-2.0.3.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..d471043 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +project abandoned by elementaryOS upstream diff --git a/sources b/sources deleted file mode 100644 index 45c7c47..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (wingpanel-indicator-ayatana-2.0.3.tar.gz) = cc61e9fb9f2bf5dae4d5212f854ffaa8becafb2ac05d22af0f8610e465c868c5e675144b6c87115368875bb6abb9a3c73f5975bef53c6cc698a7644a8421f22f diff --git a/wingpanel-indicator-ayatana.spec b/wingpanel-indicator-ayatana.spec deleted file mode 100644 index 8dd5ac0..0000000 --- a/wingpanel-indicator-ayatana.spec +++ /dev/null @@ -1,70 +0,0 @@ -%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. - -