Hello community, here is the log from the commit of package kaffeine for openSUSE:Factory checked in at 2016-01-08 15:23:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kaffeine (Old) and /work/SRC/openSUSE:Factory/.kaffeine.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kaffeine" Changes: -------- --- /work/SRC/openSUSE:Factory/kaffeine/kaffeine.changes 2015-07-03 00:06:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kaffeine.new/kaffeine.changes 2016-01-08 15:23:16.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Jan 6 13:43:54 UTC 2016 - [email protected] + +- Symlink solid actions into place known to Plasma 5 (boo#960480) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kaffeine.spec ++++++ --- /var/tmp/diff_new_pack.FPJb9v/_old 2016-01-08 15:23:17.000000000 +0100 +++ /var/tmp/diff_new_pack.FPJb9v/_new 2016-01-08 15:23:17.000000000 +0100 @@ -94,6 +94,14 @@ %suse_update_desktop_file -r %{name} Qt KDE AudioVideo Video Player TV %endif +# symlink solid actions into place known to Plasma 5 +mkdir -p %{buildroot}%{_datadir}/solid/actions +pushd %{buildroot}%{_kde4_appsdir}/solid/actions/ +for i in kaffeine_*.desktop; do +ln -s %{_kde4_appsdir}/solid/actions/$i %{buildroot}%{_datadir}/solid/actions/ +done +popd + %kde_post_install # Removed unneeded locales @@ -125,5 +133,8 @@ %{_kde4_appsdir}/solid/actions/kaffeine_play_audiocd.desktop %{_kde4_appsdir}/solid/actions/kaffeine_play_dvd.desktop %{_kde4_appsdir}/solid/actions/kaffeine_play_videocd.desktop +%dir %{_datadir}/solid +%dir %{_datadir}/solid/actions +%{_datadir}/solid/actions/kaffeine_*.desktop %changelog
