From 1d35099fb41a53905eb8b2d88b6d4863ca29802a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:13:49 +0100 Subject: [PATCH] update to 1.2 [release 1.2-1mamba;Sun Jun 19 2022] --- README.md | 2 ++ openmamba-icons.spec | 61 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 openmamba-icons.spec diff --git a/README.md b/README.md index 0a7d904..0685219 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # openmamba-icons +Additional icons provided with the openmamba distribution. + diff --git a/openmamba-icons.spec b/openmamba-icons.spec new file mode 100644 index 0000000..f397867 --- /dev/null +++ b/openmamba-icons.spec @@ -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 +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 1.2-1mamba +- update to 1.2 + +* Sun Jun 19 2022 Silvan Calarco 1.1-1mamba +- update to 1.1 + +* Sun Jun 19 2022 Silvan Calarco 1.0-1mamba +- package created by autospec