Hello community, here is the log from the commit of package krfb for openSUSE:Factory checked in at 2016-07-03 12:26:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/krfb (Old) and /work/SRC/openSUSE:Factory/.krfb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krfb" Changes: -------- --- /work/SRC/openSUSE:Factory/krfb/krfb.changes 2016-06-20 11:02:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.krfb.new/krfb.changes 2016-07-03 12:26:58.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jun 27 18:56:52 UTC 2016 - [email protected] + +- Fix copying of oxygen icons + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krfb.spec ++++++ --- /var/tmp/diff_new_pack.hX358H/_old 2016-07-03 12:26:59.000000000 +0200 +++ /var/tmp/diff_new_pack.hX358H/_new 2016-07-03 12:26:59.000000000 +0200 @@ -63,17 +63,15 @@ %install cd build %makeinstall - for i in 128 64 48 32 22 16 + cd .. + + for i in 128 16 22 32 48 64 do - mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/ + mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/${i}x${i}/apps + cp %{_kf5_iconsdir}/oxygen/${i}x${i}/apps/krfb.png %{buildroot}%{_kf5_iconsdir}/hicolor/${i}x${i}/apps/ \ + || cp %{_kf5_iconsdir}/oxygen/base/${i}x${i}/apps/krfb.png %{buildroot}%{_kf5_iconsdir}/hicolor/${i}x${i}/apps/ done - cp /usr/share/icons/oxygen/128x128/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/ - cp /usr/share/icons/oxygen/16x16/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/ - cp /usr/share/icons/oxygen/22x22/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/ - cp /usr/share/icons/oxygen/32x32/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ - cp /usr/share/icons/oxygen/48x48/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/ - cp /usr/share/icons/oxygen/64x64/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/ - cd .. + %suse_update_desktop_file -r org.kde.krfb System RemoteAccess %post -p /sbin/ldconfig
