Hello community,
here is the log from the commit of package enlightenment-theme-openSUSE for
openSUSE:Leap:15.2 checked in at 2020-02-04 17:59:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/enlightenment-theme-openSUSE (Old)
and /work/SRC/openSUSE:Leap:15.2/.enlightenment-theme-openSUSE.new.26092
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "enlightenment-theme-openSUSE"
Tue Feb 4 17:59:06 2020 rev:14 rq:761077 version:20191110
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/enlightenment-theme-openSUSE/enlightenment-theme-openSUSE.changes
2020-01-15 14:54:02.701543169 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.enlightenment-theme-openSUSE.new.26092/enlightenment-theme-openSUSE.changes
2020-02-04 17:59:10.360921453 +0100
@@ -1,0 +2,6 @@
+Wed Nov 6 05:49:31 UTC 2019 - Simon Lees <[email protected]>
+
+- 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.d3rCGx/_old 2020-02-04 17:59:11.260921996 +0100
+++ /var/tmp/diff_new_pack.d3rCGx/_new 2020-02-04 17:59:11.260921996 +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:Leap:15.2/enlightenment-theme-openSUSE/enlightenment-theme-openSUSE-20180511.tar.xz
/work/SRC/openSUSE:Leap:15.2/.enlightenment-theme-openSUSE.new.26092/enlightenment-theme-openSUSE-20191110.tar.xz
differ: char 25, line 1