Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cccf9aa87 |
||
|
|
65f9eb82b2 |
||
|
|
a8ed7f4581 |
3 changed files with 23 additions and 8 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,6 +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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-2.0.4.tar.gz) = a9d4a53f97ed8f29cb00db9f5d970278329a741bb7d52f57850ef1f090b61e7c2b92c7b842d296d77580921a975494a6c11710d476f9b6e7ae4bc74c50b349dc
|
||||
SHA512 (wingpanel-2.2.0.tar.gz) = 84009ed2b3936ae749100c1ecb0ff6370b9e6637dfee9998a0f827408285a99d3adcff350c3fe8c26c3683682718ef7dead04ae3853e0a120a2cdcdd4bdfdf00
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
%global appname io.elementary.desktop.wingpanel
|
||||
|
||||
Name: wingpanel
|
||||
Summary: Stylish top panel
|
||||
Version: 2.0.4
|
||||
Release: 3%{?dist}
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
|
|
@ -9,6 +11,8 @@ 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
|
||||
|
||||
|
|
@ -75,17 +79,13 @@ desktop-file-validate \
|
|||
%{buildroot}/%{_datadir}/applications/wingpanel.desktop
|
||||
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
|
||||
%files -f wingpanel.lang
|
||||
%{_bindir}/wingpanel
|
||||
|
||||
%{_libdir}/gala/plugins/libwingpanel-interface.so
|
||||
|
||||
%{_datadir}/applications/wingpanel.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.pantheon.desktop.wingpanel.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/wingpanel.svg
|
||||
|
||||
|
||||
|
|
@ -110,6 +110,15 @@ desktop-file-validate \
|
|||
|
||||
|
||||
%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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue