Hello community, here is the log from the commit of package gwenview for openSUSE:Factory checked in at 2015-05-19 23:34:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gwenview (Old) and /work/SRC/openSUSE:Factory/.gwenview.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gwenview" Changes: -------- --- /work/SRC/openSUSE:Factory/gwenview/gwenview.changes 2014-11-19 20:28:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gwenview.new/gwenview.changes 2015-05-19 23:34:46.000000000 +0200 @@ -1,0 +2,5 @@ +Sun May 17 11:26:55 UTC 2015 - [email protected] + +- Symlink solid actions into place known to Plasma 5 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gwenview.spec ++++++ --- /var/tmp/diff_new_pack.sC03xh/_old 2015-05-19 23:34:47.000000000 +0200 +++ /var/tmp/diff_new_pack.sC03xh/_new 2015-05-19 23:34:47.000000000 +0200 @@ -56,6 +56,14 @@ %suse_update_desktop_file -r gwenview Graphics RasterGraphics Viewer %kde_post_install +# symlink solid actions into place known to Plasma 5, remove once k3b is KF5-based +mkdir -p %{buildroot}%{_datadir}/solid/actions +pushd %{buildroot}%{_kde4_appsdir}/solid/actions/ +for i in *.desktop; do +ln -s $i %{buildroot}%{_datadir}/solid/actions/ +done +popd + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -66,6 +74,9 @@ %{_kde4_appsdir}/gwenview/ %{_kde4_appsdir}/gvpart/ %{_kde4_appsdir}/solid +%dir %{_datadir}/solid +%dir %{_datadir}/solid/actions +%{_datadir}/solid/actions/*.desktop %{_kde4_applicationsdir}/gwenview.desktop %{_kde4_bindir}/gwenview %{_kde4_bindir}/gwenview_importer
