Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d9b9ad43f |
||
|
|
f897cd7dcd |
3 changed files with 14 additions and 17 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
/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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-2.0.3.tar.gz) = 4f42ed52b6e95f2db2cf1bf02817102d76814de5a8d16cfbcd4d0551190726d82c658ae0918d021dd95a10462168810398da88f678735d8a93c0ccdcfa1ecc71
|
||||
SHA512 (wingpanel-2.0.4.tar.gz) = a9d4a53f97ed8f29cb00db9f5d970278329a741bb7d52f57850ef1f090b61e7c2b92c7b842d296d77580921a975494a6c11710d476f9b6e7ae4bc74c50b349dc
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Name: wingpanel
|
||||
Summary: Stylish top panel
|
||||
Version: 2.0.3
|
||||
Release: 1%{?dist}
|
||||
Version: 2.0.4
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
|
|
@ -71,20 +71,8 @@ mkdir -p %{buildroot}/%{_sysconfdir}/wingpanel.d
|
|||
|
||||
|
||||
%check
|
||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/wingpanel.desktop
|
||||
|
||||
|
||||
%post
|
||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ] ; then
|
||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans
|
||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
desktop-file-validate \
|
||||
%{buildroot}/%{_datadir}/applications/wingpanel.desktop
|
||||
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
|
|
@ -122,6 +110,12 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 06 2018 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-2
|
||||
- Remove icon cache scriptlets, replaced by file triggers.
|
||||
|
||||
* Wed Sep 13 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-1
|
||||
- Update to version 2.0.4.
|
||||
|
||||
* Tue May 30 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-1
|
||||
- Update to version 2.0.3.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue