Hello community,

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

Package is "enlightenment-theme-openSUSE"

Tue Jan 21 20:59:10 2020 rev:12 rq:761076 version:20191110

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/enlightenment-theme-openSUSE/enlightenment-theme-openSUSE.changes
        2018-05-16 11:35:38.361296564 +0200
+++ 
/work/SRC/openSUSE:Factory/.enlightenment-theme-openSUSE.new.26092/enlightenment-theme-openSUSE.changes
     2020-01-21 20:59:36.940827987 +0100
@@ -1,0 +2,6 @@
+Wed Nov  6 05:49:31 UTC 2019 - Simon Lees <sfl...@suse.com>
+
+- 20191110 - efl 1.23  
+  * Now also ship openSUSE-e-X icon theme to match efl theme
+
+-------------------------------------------------------------------

Old:
----
  enlightenment-theme-openSUSE-20180511.tar.xz

New:
----
  enlightenment-theme-openSUSE-20191110.tar.xz

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

Other differences:
------------------
++++++ enlightenment-theme-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.Fhemzy/_old  2020-01-21 20:59:37.900828434 +0100
+++ /var/tmp/diff_new_pack.Fhemzy/_new  2020-01-21 20:59:37.904828436 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enlightenment-theme-openSUSE
 #
-# Copyright (c) 2018 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
+
 Name:           enlightenment-theme-openSUSE
-Version:        20180511
+Version:        20191110
 Release:        0
 Summary:        openSUSE theme for Enlightenment
 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-%{version}.tar.xz
 BuildRequires:  edje
 # for convert
@@ -42,6 +44,15 @@
 %description
 openSUSE, theme for Enlightenment
 
+%package -n openSUSE-e-X-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-Icons
+An FDO Icon theme that matches the one used by the openSUSE Enlightenment
+theme
+
 %prep
 %setup -q
 #%setup -q -n enlightenment-theme-openSUSE-%{Version}
@@ -50,14 +61,40 @@
 ./build-darkmod.sh --epkg
 cp enlightenment-elementary/openSUSE.edj ./default.edj
 cp licenses-authors/* .
+cp openSUSE-icons/README README.icons
 
 %install
 install -m 0755 -d %{buildroot}%{_datadir}/elementary/themes
 install -m 0644 -t %{buildroot}%{_datadir}/elementary/themes default.edj
+install -m 0755 -d %{buildroot}%{_datadir}/icons/%{icon_theme_name}
+install -m 0644 -t %{buildroot}%{_datadir}/icons/%{icon_theme_name} 
openSUSE-icons/index.theme
+
+pushd openSUSE-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
+%license AUTHORS COPYING AUTHORS.elementary AUTHORS.enlightenment 
COPYING.images COPYING.lgpl
 %{_datadir}/elementary
 
+%files -n openSUSE-e-X-Icons
+%license README.icons
+%{_datadir}/icons/%{icon_theme_name}
+
 %changelog

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


Reply via email to