diff --git a/.files b/.files index 1490296..39e855e 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 618ec16..2702268 100644 --- a/.rev +++ b/.rev @@ -29,4 +29,12 @@ 600997 + + 3274681e6970e717a0276f23a8d612d8 + 1.1 + + dimstar_suse + + 985409 + diff --git a/econnman.changes b/econnman.changes index f1bd949..bac578e 100644 --- a/econnman.changes +++ b/econnman.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 31 19:32:57 UTC 2022 - Bernhard Wiedemann + +- Work without network-fixed.png - dropped from adwaita-icon-theme + +------------------------------------------------------------------- Tue Apr 24 04:37:13 UTC 2018 - avvissu@yandex.by - Install icon from adwaita-icon-theme diff --git a/econnman.spec b/econnman.spec index 5b11f41..7ecfb85 100644 --- a/econnman.spec +++ b/econnman.spec @@ -30,7 +30,6 @@ BuildRequires: pkgconfig BuildRequires: python3 BuildRequires: pkgconfig(edje) >= 1.8.0 # SECTION Check list of dependencies -BuildRequires: adwaita-icon-theme BuildRequires: connman BuildRequires: python3-efl Requires: connman @@ -64,19 +63,6 @@ make %{?_smp_mflags} %install %make_install -# Fix: Icon file not found -for _file in $(find %{buildroot} -name \*.desktop); do - _icon=$(sed -ne '/^Icon/s/[^=]*=//p' -ne '/^Icon/s/\..*//p' $_file) - if ! find %{buildroot} -name "${_icon##*/}.??g" | grep -q .; then - for _icon in $(find %{_datadir}/icons -name network-wired.png | sort -r | head -n1); do - install -Dm0644 "$_icon" "%{buildroot}%{_datadir}/pixmaps/${_icon##*/}" - sed -i '/^Icon/s/[^=]*$/network-wired/' $_file - done - else - "$_icon file exists" 2> /dev/null - fi -done - %if 0%{?suse_version} %suse_update_desktop_file -r %{name} Enlightenment Network Settings %suse_update_desktop_file -u -r %{name} Enlightenment Network Settings @@ -88,6 +74,5 @@ done %{_bindir}/%{name}-bin %{_datadir}/%{name}/ %{_datadir}/applications/%{name}*.desktop -%{_datadir}/pixmaps/network-wired.??g %changelog