Hello community,

here is the log from the commit of package enlightenment-theme-openSUSE-ice for 
openSUSE:Factory checked in at 2020-01-21 20:59:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/enlightenment-theme-openSUSE-ice (Old)
 and      
/work/SRC/openSUSE:Factory/.enlightenment-theme-openSUSE-ice.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "enlightenment-theme-openSUSE-ice"

Tue Jan 21 20:59:15 2020 rev:5 rq:761079 version:20200101

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/enlightenment-theme-openSUSE-ice/enlightenment-theme-openSUSE-ice.changes
        2016-10-31 09:56:43.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.enlightenment-theme-openSUSE-ice.new.26092/enlightenment-theme-openSUSE-ice.changes
     2020-01-21 20:59:38.676828796 +0100
@@ -1,0 +2,11 @@
+Wed Jan  1 05:49:31 UTC 2019 - Simon Lees <sfl...@suse.com>
+
+- 20200101 - efl 1.23
+  * Now also ship openSUSE-e-X-ice icon theme to match efl theme
+
+-------------------------------------------------------------------
+Wed Nov 29 04:35:41 UTC 2017 - sfl...@suse.de
+
+- Update for e22
+
+-------------------------------------------------------------------
@@ -33 +43,0 @@
-

Old:
----
  enlightenment-theme-openSUSE-ice-20161028.tar.xz

New:
----
  enlightenment-theme-openSUSE-ice-20200101.tar.xz

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

Other differences:
------------------
++++++ enlightenment-theme-openSUSE-ice.spec ++++++
--- /var/tmp/diff_new_pack.4LsEQH/_old  2020-01-21 20:59:39.968829398 +0100
+++ /var/tmp/diff_new_pack.4LsEQH/_new  2020-01-21 20:59:39.968829398 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enlightenment-theme-openSUSE-ice
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define icon_theme_name openSUSE-e-X-Ice
+
 Name:           enlightenment-theme-openSUSE-ice
-Version:        20161028
+Version:        20200101
 Release:        0
 Summary:        A light openSUSE theme modified to suite the openSUSE 13.2 
artwork
-License:        BSD-2-Clause and LGPL-2.1 and CC-BY-SA-3.0
+License:        BSD-2-Clause AND LGPL-2.1-only AND CC-BY-SA-3.0
 Group:          System/GUI/Other
-Url:            https://en.opensuse.org/Portal:Enlightenment
+URL:            https://en.opensuse.org/Portal:Enlightenment
 Source:         enlightenment-theme-openSUSE-ice-%{version}.tar.xz
 # for convert
 BuildRequires:  ImageMagick
@@ -35,6 +37,15 @@
 %description
 Ice is a light theme for enlightenment, this version has been modified to 
suite the artwork for openSUSE 13.2
 
+%package -n openSUSE-e-X-Ice-Icons
+Summary:        FDO Icon theme to go with openSUSE Enlightenment Theme
+License:        GPL-3.0-only
+Group:          System/GUI/Other
+
+%description -n openSUSE-e-X-Ice-Icons
+An FDO Icon theme that matches the one used by the openSUSE Enlightenment
+theme
+
 %prep
 %setup -q -n enlightenment-theme-openSUSE-ice-%{version}
 
@@ -42,14 +53,41 @@
 ./build-darkmod.sh --epkg
 cp enlightenment-elementary/openSUSE-ice.edj .
 cp licenses-authors/* .
+cp openSUSE-ice-icons/README README.icons
 
 %install
 install -m 0755 -d %{buildroot}%{_datadir}/elementary/themes
 install -m 0644 -t %{buildroot}%{_datadir}/elementary/themes openSUSE-ice.edj
 
+install -m 0755 -d %{buildroot}%{_datadir}/icons/%{icon_theme_name}
+install -m 0644 -t %{buildroot}%{_datadir}/icons/%{icon_theme_name} 
openSUSE-ice-icons/index.theme
+
+pushd openSUSE-ice-icons
+for d in */ ; do
+    install -m 0755 -d %{buildroot}%{_datadir}/icons/%{icon_theme_name}/$d
+    for in in $d/*/ ; do
+      install -m 0755 -d %{buildroot}%{_datadir}/icons/%{icon_theme_name}/$in
+      for ind in $in/*.png ; do
+        if [ -f "$ind" ]; then
+          install -m 0644 -t 
%{buildroot}%{_datadir}/icons/%{icon_theme_name}/$in "$ind"
+        fi
+      done
+      for ind in $in/*.svg ; do
+        if [ -f "$ind" ]; then
+          install -m 0644 -t 
%{buildroot}%{_datadir}/icons/%{icon_theme_name}/$in "$ind"
+        fi
+      done
+    done
+done
+popd
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING AUTHORS.elementary AUTHORS.enlightenment COPYING.images 
COPYING.lgpl
 %{_datadir}/elementary
 
+%files -n openSUSE-e-X-Ice-Icons
+%license README.icons
+%{_datadir}/icons/%{icon_theme_name}
+
 %changelog

++++++ enlightenment-theme-openSUSE-ice-20161028.tar.xz -> 
enlightenment-theme-openSUSE-ice-20200101.tar.xz ++++++
/work/SRC/openSUSE:Factory/enlightenment-theme-openSUSE-ice/enlightenment-theme-openSUSE-ice-20161028.tar.xz
 
/work/SRC/openSUSE:Factory/.enlightenment-theme-openSUSE-ice.new.26092/enlightenment-theme-openSUSE-ice-20200101.tar.xz
 differ: char 25, line 1


Reply via email to