update to 1.2 [release 1.2-1mamba;Sun Jun 19 2022]
This commit is contained in:
parent
51897363e4
commit
1d35099fb4
@ -1,2 +1,4 @@
|
||||
# openmamba-icons
|
||||
|
||||
Additional icons provided with the openmamba distribution.
|
||||
|
||||
|
61
openmamba-icons.spec
Normal file
61
openmamba-icons.spec
Normal file
@ -0,0 +1,61 @@
|
||||
Name: openmamba-icons
|
||||
Version: 1.2
|
||||
Release: 1mamba
|
||||
Summary: Additional icons provided with the openmamba distribution
|
||||
Group: Graphical Desktop/Look 'n' feel
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://gitlab.mambasoft.it/openmamba/openmamba-icons
|
||||
Source: https://gitlab.mambasoft.it/openmamba/openmamba-icons/v%{version}/openmamba-icons-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
Requires(post): /usr/bin/gtk-update-icon-cache
|
||||
|
||||
%description
|
||||
Additional icons provided with the openmamba distribution.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null
|
||||
:
|
||||
|
||||
%postun
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/pixmaps/system-logo-white.png
|
||||
%{_datadir}/pixmaps/vendor-logo-large.png
|
||||
%{_datadir}/icons/hicolor/*/apps/distromenu-*.png
|
||||
%{_datadir}/icons/hicolor/*/apps/openmamba.png
|
||||
%{_datadir}/icons/hicolor/*/apps/system-logo.png
|
||||
%{_datadir}/icons/hicolor/*/apps/mambabase.png
|
||||
%{_datadir}/icons/hicolor/*/apps/mambareport.png
|
||||
%{_datadir}/icons/hicolor/*/apps/mambatray.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/openmamba.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/system-logo.svg
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sun Jun 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
|
||||
- update to 1.2
|
||||
|
||||
* Sun Jun 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
||||
- update to 1.1
|
||||
|
||||
* Sun Jun 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user