Hello community, here is the log from the commit of package icewm-theme-branding for openSUSE:Factory checked in at 2020-03-08 22:23:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icewm-theme-branding (Old) and /work/SRC/openSUSE:Factory/.icewm-theme-branding.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icewm-theme-branding" Sun Mar 8 22:23:32 2020 rev:7 rq:781773 version:1.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/icewm-theme-branding/icewm-theme-branding.changes 2018-03-19 23:38:53.420244888 +0100 +++ /work/SRC/openSUSE:Factory/.icewm-theme-branding.new.26092/icewm-theme-branding.changes 2020-03-08 22:23:51.800067315 +0100 @@ -1,0 +2,11 @@ +Thu Mar 5 02:46:24 UTC 2020 - Yifan Jiang <yfji...@suse.com> + +- Add the adwaita legacy path to the IconPath in + preferences. adwaita-icon-theme has its main icon updated to + symbolic style, while icewm's style is more suitable for + legacy-style icons (eg. web-browser). Without the update, + current icewm can not find default web-browser toolbar icon + (bsc#1157930). + * add-adwaita-legacy-iconpath-to-preference.patch + +------------------------------------------------------------------- New: ---- add-adwaita-legacy-iconpath-to-preference.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icewm-theme-branding.spec ++++++ --- /var/tmp/diff_new_pack.WeZf9V/_old 2020-03-08 22:23:52.652067841 +0100 +++ /var/tmp/diff_new_pack.WeZf9V/_new 2020-03-08 22:23:52.656067843 +0100 @@ -1,7 +1,7 @@ # # spec file for package icewm-theme-branding # -# 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,7 +12,7 @@ # 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/ # @@ -21,15 +21,15 @@ Version: 1.2.4 Release: 0 Summary: Icewm theme branding for SLES or openSUSE -License: LGPL-2.1+ and GPL-3.0+ -Group: System/GUI/Other -Url: https://github.com/openSUSE/icewm-config-openSUSE +License: LGPL-2.1-or-later AND GPL-3.0-or-later +URL: https://github.com/openSUSE/icewm-config-openSUSE Source: https://github.com/openSUSE/%{_name}/archive/%{_name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM add-adwaita-legacy-iconpath-to-preference.patch bsc#1157930 gh#openSUSE/icewm-config-openSUSE!8 yfji...@suse.com -- Add the adwaita legacy path to the IconPath +Patch0: add-adwaita-legacy-iconpath-to-preference.patch Requires: icewm Conflicts: icewm < 1.3.11 -Conflicts: otherproviders(icewm-configuration-files) +Conflicts: icewm-configuration-files Provides: icewm-configuration-files = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -38,6 +38,7 @@ %prep %setup -q -n %{_name}-%{_name}-%{version} +%patch0 -p1 %build %if 0%{?is_opensuse} @@ -51,8 +52,7 @@ %{buildroot}/%{_sysconfdir}/icewm/prefoverride %files -%defattr(-,root,root) -%doc LICENSE.GPL-2.0 LICENSE.LGPL-2.1 LICENSE.MIT +%license LICENSE.GPL-2.0 LICENSE.LGPL-2.1 LICENSE.MIT %dir %{_sysconfdir}/icewm %config %{_sysconfdir}/icewm/keys %config %{_sysconfdir}/icewm/menu ++++++ add-adwaita-legacy-iconpath-to-preference.patch ++++++ Index: icewm-config-openSUSE-icewm-config-openSUSE-1.2.4/preferences =================================================================== --- icewm-config-openSUSE-icewm-config-openSUSE-1.2.4.orig/preferences +++ icewm-config-openSUSE-icewm-config-openSUSE-1.2.4/preferences @@ -539,7 +539,7 @@ MenuMouseTracking=1 # 0/1 # NetWorkAreaBehaviour=0 # [0-2] # Icon search path (colon separated) -IconPath="/usr/share/icons/Adwaita/16x16/apps:/usr/share/icons/hicolor/16x16/apps:/usr/share/pixmaps" +IconPath="/usr/share/icons/Adwaita/16x16/legacy:/usr/share/icons/Adwaita/16x16/apps:/usr/share/icons/hicolor/16x16/apps:/usr/share/pixmaps" # Mailbox path (use $MAIL instead) # MailBoxPath=""