Compare commits

..

3 commits

Author SHA1 Message Date
Fabio Valentini
0cccf9aa87
update to version 2.2.0 2018-10-05 16:09:12 +02:00
Fabio Valentini
65f9eb82b2
update to version 2.1.1 2018-07-06 14:34:46 +02:00
Fabio Valentini
a8ed7f4581
update to version 2.1.0 2018-06-07 14:09:04 +02:00
4 changed files with 205 additions and 1 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
/results_*
/*.src.rpm
/wingpanel-2.0.1.tar.xz
/wingpanel-2.0.2.tar.xz
/wingpanel-2.0.3.tar.gz
/wingpanel-2.0.3-7a1a583.tar.gz
/wingpanel-2.0.3-434f674.tar.gz
/wingpanel-2.0.4.tar.gz
/wingpanel-2.1.0.tar.gz
/wingpanel-2.1.1.tar.gz
/wingpanel-2.2.0.tar.gz

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
SHA512 (wingpanel-2.2.0.tar.gz) = 84009ed2b3936ae749100c1ecb0ff6370b9e6637dfee9998a0f827408285a99d3adcff350c3fe8c26c3683682718ef7dead04ae3853e0a120a2cdcdd4bdfdf00

192
wingpanel.spec Normal file
View file

@ -0,0 +1,192 @@
%global appname io.elementary.desktop.wingpanel
Name: wingpanel
Summary: Stylish top panel
Version: 2.2.0
Release: 1%{?dist}
License: GPLv2+
URL: https://github.com/elementary/%{name}
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: desktop-file-utils
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: vala >= 0.24.0
BuildRequires: pkgconfig(gala)
BuildRequires: pkgconfig(gee-0.8)
BuildRequires: pkgconfig(glib-2.0) >= 2.40
BuildRequires: pkgconfig(gtk+-3.0) >= 3.14
BuildRequires: pkgconfig(granite)
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description
Stylish top panel that holds indicators and spawns an application
launcher.
%package libs
Summary: Stylish top panel (shared library)
%description libs
Stylish top panel that holds indicators and spawns an application
launcher.
This package contains the shared library.
%package devel
Summary: Stylish top panel (development files)
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description devel
Stylish top panel that holds indicators and spawns an application
launcher.
This package contains the files required for developing for wingpanel.
%prep
%autosetup
%build
mkdir build && pushd build
%cmake ..
%make_build
popd
%install
pushd build
%make_install
popd
%find_lang wingpanel
# create plugin directory
mkdir -p %{buildroot}/%{_libdir}/wingpanel
# create settings directory
mkdir -p %{buildroot}/%{_sysconfdir}/wingpanel.d
%check
desktop-file-validate \
%{buildroot}/%{_datadir}/applications/wingpanel.desktop
%files -f wingpanel.lang
%{_bindir}/wingpanel
%{_libdir}/gala/plugins/libwingpanel-interface.so
%{_datadir}/applications/wingpanel.desktop
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
%{_datadir}/icons/hicolor/scalable/apps/wingpanel.svg
%files libs
%license COPYING
%dir %{_sysconfdir}/wingpanel.d
%dir %{_libdir}/wingpanel
%{_libdir}/libwingpanel-2.0.so.0
%{_libdir}/libwingpanel-2.0.so.0.2.0
%files devel
%{_includedir}/wingpanel-2.0/
%{_libdir}/libwingpanel-2.0.so
%{_libdir}/pkgconfig/wingpanel-2.0.pc
%{_datadir}/vala/vapi/wingpanel-2.0.deps
%{_datadir}/vala/vapi/wingpanel-2.0.vapi
%changelog
* Fri Oct 05 2018 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
- Update to version 2.2.0.
* Fri Jul 06 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
- Update to version 2.1.1.
* Thu Jun 07 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
- Update to version 2.1.0.
* Sat Jan 06 2018 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-3
- Remove icon cache scriptlets, replaced by file triggers.
* Sat Nov 04 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-2
- Rebuild for granite soname bump.
* Wed Sep 13 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-1
- Update to version 2.0.4.
* Mon Sep 04 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-5.20170902.git434f674
- Bump to commit 434f674, which includes fixes for the latest mutter.
* Sat Sep 02 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-4.20170901.git7a1a583
- Bump to commit 7a1a583, which includes support for the latest mutter.
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Tue May 30 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-1
- Update to version 2.0.3.
* Sat Apr 08 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-2
- Create and own missing settings directory.
* Fri Mar 17 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-1
- Update to version 2.0.2.
- Remove upstreamed patches.
* Wed Feb 22 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-12
- Rebuild for new gala snapshot.
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Jan 11 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-10
- Add patch to fix pkgconfig file.
* Sat Jan 07 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-9
- Create and own plugin directory.
* Sat Jan 07 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-8
- Split off -libs subpackage.
* Sat Jan 07 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-7
- Don't let COPYING be executable.
* Fri Jan 06 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-6
- Clean up spec file.
* Thu Nov 17 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-5
- Add rpath workaround for f25.
* Thu Sep 29 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-4
- Mass rebuild.
* Wed Sep 28 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-3
- Spec file cleanups.
* Mon Sep 19 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-2
- Spec file cosmetics.
* Sun Aug 21 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-1
- Update to version 2.0.1.
* Fri Aug 19 2016 Fabio Valentini <decathorpe@gmail.com> - 0.4-1
- Update to version 0.4.