Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mint-y-icon-theme for 
openSUSE:Factory checked in at 2021-04-24 23:09:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mint-y-icon-theme (Old)
 and      /work/SRC/openSUSE:Factory/.mint-y-icon-theme.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mint-y-icon-theme"

Sat Apr 24 23:09:37 2021 rev:5 rq:888256 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mint-y-icon-theme/mint-y-icon-theme.changes      
2021-01-21 21:57:32.089860752 +0100
+++ 
/work/SRC/openSUSE:Factory/.mint-y-icon-theme.new.12324/mint-y-icon-theme.changes
   2021-04-24 23:10:56.823547014 +0200
@@ -1,0 +2,6 @@
+Sat Apr 17 19:40:53 UTC 2021 - andy great <andythe_gr...@pm.me>
+
+- Install multiple icon colors. Fix bsc#1184691, patch from
+  Dastingo Man <lorddasti...@gmail.com>
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mint-y-icon-theme.spec ++++++
--- /var/tmp/diff_new_pack.4hyLVT/_old  2021-04-24 23:10:57.519547999 +0200
+++ /var/tmp/diff_new_pack.4hyLVT/_new  2021-04-24 23:10:57.519547999 +0200
@@ -42,14 +42,19 @@
 
 %install
 mkdir -p %{buildroot}%{_datadir}/icons/
-cp -a .%{_datadir}/icons/%{_name} %{buildroot}%{_datadir}/icons/%{_name}
-%icon_theme_cache_create_ghost %{_name}
+
+for color in Mint-Y Mint-Y-Aqua Mint-Y-Blue Mint-Y-Brown \
+Mint-Y-Grey Mint-Y-Orange Mint-Y-Pink Mint-Y-Purple Mint-Y-Red \
+Mint-Y-Sand Mint-Y-Teal Mint-Y-Yellow
+    do cp -a .%{_datadir}/icons/${color} %{buildroot}%{_datadir}/icons/${color}
+    %icon_theme_cache_create_ghost ${color}
+done
 
 %fdupes %{buildroot}%{_datadir}/icons/
 
 %if 0%{?suse_version} < 1500
 %post
-%icon_theme_cache_post %{_name}
+%icon_theme_cache_post %{_name}*
 
 # No need for %%icon_theme_cache_postun in %%postun since themes won't exist 
anymore.
 %endif
@@ -57,7 +62,7 @@
 %files
 %license debian/copyright
 %doc debian/changelog
-%{_datadir}/icons/%{_name}
-%ghost %{_datadir}/icons/%{_name}/icon-theme.cache
+%{_datadir}/icons/%{_name}*
+%ghost %{_datadir}/icons/%{_name}*/icon-theme.cache
 
 %changelog

Reply via email to