File kora-icon-theme.spec of Package kora-icon-theme

%global themes kora-pgrey kora kora-light kora-light-panel

Name:           kora-icon-theme
Version:        1.5.7
Release:        7%{?dist}
Summary:        Icon theme designed for Equinox GTK theme

Group:          User Interface/Desktops 
License:        GPLv3
URL:            https://github.com/bikass/kora
Source0:        https://github.com/bikass/kora/archive/refs/tags/v%{version}.tar.gz#/kora-%{version}.tar.gz
Source1:	application-x-rpm-redhat.svg
Source2:	goa-account-yandex.svg
Source3:	goa-account-yandex-symbolic.svg
Source4:	accessories-calculator.svg
Source5:	mail_generic.svg
Source6:	gnome-software.svg
Source7:	goa-account-exchange.svg
Source8:	goa-account-ms365.svg
Source9:	goa-account-google.svg
Source10:	goa-account-msn.svg
Source11:	goa-account-owncloud.svg
# MSVSphere
#Source100:  msvsphere-logo-icon.svg
#Patch100:   0001-Change-default-logo-icon.patch

BuildArch:      noarch
BuildRequires:  fdupes

%description
This icon theme for Gnome provides monochromatic icons for panels, toolbars and
buttons and colorful squared icons for devices, applications, folder, files and
Gnome menu items. Six themes are included to fit with light or dark
themes/panels.


%prep
%autosetup -p1 -n kora-%{version}
cp %{SOURCE1} kora/mimetypes/scalable/application-x-rpm-redhat.svg
cp %{SOURCE2} kora/apps/scalable/goa-account-yandex.svg
cp %{SOURCE3} kora/categories/symbolic/goa-account-yandex-symbolic.svg
cp %{SOURCE4} kora/apps/scalable/accessories-calculator.svg
cp %{SOURCE5} kora/apps/scalable/mail_generic.svg
cp %{SOURCE6} kora/apps/scalable/gnome-software.svg
cp --remove-destination %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} %{SOURCE11} kora/apps/scalable/
#cp %{SOURCE100} kora/apps/scalable/msvsphere-logo-icon.svg

# Remove executable bits on all files
find . -type f -exec chmod 0644 {} \;
find . -type d -exec chmod 0755 {} \;
find . -name '*.sh' -exec chmod +x {} \;

# Update Fedora icon
cp kora/apps/scalable/distributor-logo-fedora.svg \
  kora/apps/scalable/fedorautils.svg

cp kora/apps/scalable/distributor-logo-fedora.svg \
  kora/apps/scalable/goa-account-fedora.svg
%build
# nothing to build

%install
install -dm 755 %{buildroot}%{_datadir}/icons

cp -a kora* %{buildroot}%{_datadir}/icons
%fdupes -s %{buildroot}



%post
for theme in %{themes}
do
    touch --no-create %{_datadir}/icons/${theme} &>/dev/null ||:
done


%postun
if [ $1 -eq 0 ] ; then
    for theme in %{themes}
    do
        touch --no-create %{_datadir}/icons/${theme} &>/dev/null
        gtk-update-icon-cache %{_datadir}/icons/${theme} &>/dev/null || :
    done
fi


%posttrans
for theme in %{themes}
do
    gtk-update-icon-cache %{_datadir}/icons/${theme} &>/dev/null || :
done


%files
%doc README.md
%license LICENSE
%{_datadir}/icons/kora*


%changelog
* Mon Dec 29 2025 Arkady L. Shane <ashejn@gmail.com> - 1.5.7-7
- Update goa icons (Fedora and 365)

* Wed Dec 24 2025 Arkady L. Shane <ashejn@gmail.com> - 1.5.7-6
- Update fedora icon

* Tue Dec 23 2025 Arkady L. Shane <ashejn@gmail.com> - 1.5.7-5
- Drop MSVSphere logo

* Mon Dec 22 2025 Arkady L. Shane <ashejn@gmail.com> - 1.5.7-4
- Rebuilt for Fedora 43

* Sun Jan 12 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.5.7-3.inferit
- Update default logo icon

* Fri Jan 10 2025 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.5.7-2.inferit.2
- Change default logo icon

* Mon Jul 17 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1.5.7-2.inferit.1
- restored some default icons

* Fri Jul  7 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1.5.7-2.inferit
- update some icons

* Mon Jul  3 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1.5.7-1.inferit
- update rpm logo

* Mon Jun 19 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1.5.7-1
- initial build for MSVSphere 9.2
openSUSE Build Service is sponsored by