Accepting request 355092 from home:wolfi323:branches:KDE:Applications

- Fix ServiceMenus symlinks for KF5/Plasma5, they were pointing to nowhere (boo#959490)

OBS-URL: https://build.opensuse.org/request/show/355092
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=22
This commit is contained in:
Christophe Giboudeaux 2016-01-21 08:47:42 +00:00 committed by Git OBS Bridge
parent b44da18bfa
commit 2e755ba2bc
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 20 20:49:50 UTC 2016 - wbauer@tmo.at
- Fix ServiceMenus symlinks for KF5/Plasma5, they were pointing to
nowhere (boo#959490)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 9 18:19:52 UTC 2016 - tittiatcoke@gmail.com Sat Jan 9 18:19:52 UTC 2016 - tittiatcoke@gmail.com

View File

@ -53,7 +53,9 @@ Kgpg is a simple GUI for gpg
%if 0%{?suse_version} > 1310 %if 0%{?suse_version} > 1310
mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus
pushd %{buildroot}%{_kde4_servicesdir}/ServiceMenus/ > /dev/null pushd %{buildroot}%{_kde4_servicesdir}/ServiceMenus/ > /dev/null
ln -s *.desktop %{buildroot}/%{_kf5_servicesdir}/ServiceMenus/ for i in *.desktop; do
ln -s %{_kde4_servicesdir}/ServiceMenus/$i %{buildroot}/%{_kf5_servicesdir}/ServiceMenus/
done
popd > /dev/null popd > /dev/null
%endif %endif
%kde_post_install %kde_post_install