Accepting request 352306 from KDE:Extra
1 OBS-URL: https://build.opensuse.org/request/show/352306 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kaffeine?expand=0&rev=57
This commit is contained in:
commit
0cd568be7b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 13:43:54 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Symlink solid actions into place known to Plasma 5 (boo#960480)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 27 11:00:45 UTC 2015 - wbauer@tmo.at
|
||||
|
||||
|
@ -94,6 +94,14 @@ popd
|
||||
%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 @@ rm -rf %{buildroot}
|
||||
%{_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
|
||||
|
Loading…
Reference in New Issue
Block a user